/*
Theme Name: The National Council 2013
Theme URI: http://www.thenationalcouncil.org/
Description: A responsive theme built for The National Council, designed by Oneupweb.
Author: Oneupweb
Author URI: http://www.oneupweb.com/
Version: 1.0
*//*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/
/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/
/* Table of Content
==================================================
  #Reset & Basics
  #Basic Styles
  #Site Styles
  #Typography
  #Links
  #Lists
  #Images
  #Buttons
  #Forms
  #Misc */
/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
@font-face {
    font-family: 'flexslider-icon';
    src: url('fonts/flexslider-icon.eot');
    src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, #content .store-cart th, #content .store-cart tr.cart-footer td > div, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

#border {
    border: 1px solid black !important;
}

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

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

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

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

/* #Basic Styles
================================================== */
body {
    background: #fff;
    font: 14px/21px "Open Sans Regular", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #444;
    -webkit-font-smoothing: antialiased;
    /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
}

/* #Typography
================================================== */
h1, h2, h3, h4, h5, #content .store-cart th, #content .store-cart tr.cart-footer td > div, h6 {
    color: #181818;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: normal;
}

h1 a, h2 a, h3 a, h4 a, h5 a, #content .store-cart th a, #content .store-cart tr.cart-footer td > div a, h6 a {
    font-weight: inherit;
}

h1 {
    font-size: 46px;
    line-height: 50px;
    margin-bottom: 14px;
}

h2 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 10px;
}

h3 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 8px;
}

h4 {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 4px;
}

h5, #content .store-cart th, #content .store-cart tr.cart-footer td > div {
    font-size: 17px;
    line-height: 24px;
}

h6 {
    font-size: 14px;
    line-height: 21px;
}

.subheader {
    color: #777;
}

p {
    margin: 0 0 20px 0;
}

p img {
    margin: 0;
}

p.lead {
    font-size: 21px;
    line-height: 27px;
    color: #777;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

small {
    font-size: 80%;
}

/*  Blockquotes  */
blockquote, blockquote p {
    font-size: 17px;
    line-height: 24px;
    color: #777;
    font-style: italic;
}

blockquote {
    margin: 0 0 20px;
    padding: 9px 20px 0 19px;
    border-left: 1px solid #ddd;
}

blockquote cite {
    display: block;
    font-size: 12px;
    color: #555;
}

blockquote cite:before {
    content: "\2014 \0020";
}

blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
    color: #555;
}

hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 10px 0 30px;
    height: 0;
}

/* #Links
================================================== */
a, a:visited {
    color: #333;
    text-decoration: underline;
    outline: 0;
}

a:hover, a:focus {
    color: #000;
}

p a, p a:visited {
    line-height: inherit;
}

/* #Lists
================================================== */
ul, ol {
    margin-bottom: 20px;
}

ul {
    list-style: none outside;
}

ol {
    list-style: decimal;
}

ol, ul.square, ul.circle, ul.disc {
    margin-left: 30px;
}

ul.square {
    list-style: square outside;
}

ul.circle {
    list-style: circle outside;
}

ul.disc {
    list-style: disc outside;
}

ul ul, ul ol,
ol ol, ol ul {
    margin: 4px 0 5px 30px;
    font-size: 100%;
}

ul ul li, ul ol li,
ol ol li, ol ul li {
    margin-bottom: 6px;
}

li {
    line-height: 18px;
    margin-bottom: 12px;
}

ul.large li {
    line-height: 21px;
}

li p {
    line-height: 21px;
}

/* #Images
================================================== */
img.scale-with-grid {
    max-width: 100%;
    height: auto;
}

/* #Buttons
================================================== */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    background: #eee;
    /* Old browsers */
    background: #eeeeee -moz-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
    /* FF3.6+ */
    background: #eeeeee -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.2)));
    /* Chrome,Safari4+ */
    background: #eeeeee -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
    /* Chrome10+,Safari5.1+ */
    background: #eeeeee -o-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
    /* Opera11.10+ */
    background: #eeeeee -ms-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
    /* IE10+ */
    background: #eeeeee linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
    /* W3C */
    border: 1px solid #aaa;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #444;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 1px rgba(255, 255, 255, 0.75);
    cursor: pointer;
    margin-bottom: 20px;
    line-height: 15px;
    padding: 8px 10px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
    color: #222;
    background: #ddd;
    /* Old browsers */
    background: #dddddd -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
    /* FF3.6+ */
    background: #dddddd -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(0, 0, 0, 0.3)));
    /* Chrome,Safari4+ */
    background: #dddddd -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
    /* Chrome10+,Safari5.1+ */
    background: #dddddd -o-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
    /* Opera11.10+ */
    background: #dddddd -ms-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
    /* IE10+ */
    background: #dddddd linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
    /* W3C */
    border: 1px solid #888;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
}

.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
    border: 1px solid #666;
    background: #ccc;
    /* Old browsers */
    background: #cccccc -moz-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%);
    /* FF3.6+ */
    background: #cccccc -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.35)), color-stop(100%, rgba(10, 10, 10, 0.4)));
    /* Chrome,Safari4+ */
    background: #cccccc -webkit-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%);
    /* Chrome10+,Safari5.1+ */
    background: #cccccc -o-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%);
    /* Opera11.10+ */
    background: #cccccc -ms-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%);
    /* IE10+ */
    background: #cccccc linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%);
    /* W3C */
}

.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center;
}

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/* #Forms
================================================== */
form {
    margin-bottom: 20px;
}

fieldset {
    margin-bottom: 20px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
textarea,
select {
    border: 1px solid #ccc;
    padding: 6px 4px;
    outline: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font: 13px "Open Sans", Helvetica, Arial, sans-serif;
    color: #777;
    margin: 0;
    width: 210px;
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
    background: #fff;
}

select {
    padding: 0;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
    border: 1px solid #aaa;
    color: #444;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

textarea {
    min-height: 60px;
}

label,
legend {
    display: block;
    font-weight: bold;
    font-size: 13px;
}

select {
    width: 220px;
}

input[type="checkbox"] {
    display: inline;
}

label span,
legend span {
    font-weight: normal;
    font-size: 13px;
    color: #444;
}

/* #Misc
================================================== */
.remove-bottom {
    margin-bottom: 0 !important;
}

.half-bottom {
    margin-bottom: 10px !important;
}

.add-bottom {
    margin-bottom: 20px !important;
}

/* Table of Contents
==================================================
    #Base 960 Grid
    #Tablet (Portrait)
    #Mobile (Portrait)
    #Mobile (Landscape)
    #Clearing */
/* #Base 960 Grid
================================================== */
.container {
    position: relative;
    width: 960px;
    margin: 0 auto;
    padding: 0;
}

.container .column,
.container .columns,
.container .standard-form div.label,
.standard-form .container div.label {
    float: left;
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
}

.row {
    margin-bottom: 20px;
}

/* Nested Column Classes */
.column.alpha, .standard-form div.column.label, .columns.alpha, .standard-form div.label {
    margin-left: 0;
}

.column.omega, .columns.omega, .standard-form div.omega.label {
    margin-right: 0;
}

/* Base Grid */
.container .one.column,
.container .one.columns,
.container .standard-form div.one.label,
.standard-form .container div.one.label {
    width: 40px;
}

.container .two.columns, .container .standard-form div.two.label, .standard-form .container div.two.label {
    width: 100px;
}

.container .three.columns, .container .information-row span, .information-row .container span, .container .standard-form div.three.label, .standard-form .container div.three.label {
    width: 160px;
}

.container .four.columns, .container .information-row label, .information-row .container label, .container .standard-form div.label, .standard-form .container div.label, .container .standard-form div.field input, .standard-form div.field .container input {
    width: 220px;
}

.container .five.columns, .container .region.directors, .container .person.text, .container .text.award, .container .standard-form div.five.label, .standard-form .container div.five.label, .container .standard-form div.field textarea, .standard-form div.field .container textarea {
    width: 280px;
}

.container .six.columns, .container .standard-form div.six.label, .standard-form .container div.six.label, .container .standard-form div.field, .standard-form .container div.field {
    width: 340px;
}

.container .seven.columns, .container .standard-form div.seven.label, .standard-form .container div.seven.label {
    width: 400px;
}

.container .eight.columns, .container .standard-form div.eight.label, .standard-form .container div.eight.label {
    width: 460px;
}

.container .nine.columns, .container .standard-form div.nine.label, .standard-form .container div.nine.label {
    width: 520px;
}

.container .ten.columns, .container .information-row, .container .standard-form div.ten.label, .standard-form .container div.ten.label {
    width: 580px;
}

.container .eleven.columns, .container .standard-form div.eleven.label, .standard-form .container div.eleven.label {
    width: 640px;
}

.container .twelve.columns, .container .standard-form div.twelve.label, .standard-form .container div.twelve.label {
    width: 700px;
}

.container .thirteen.columns, .container .standard-form div.thirteen.label, .standard-form .container div.thirteen.label {
    width: 760px;
}

.container .fourteen.columns, .container .standard-form div.fourteen.label, .standard-form .container div.fourteen.label {
    width: 820px;
}

.container .fifteen.columns, .container .standard-form div.fifteen.label, .standard-form .container div.fifteen.label {
    width: 880px;
}

.container .sixteen.columns, .container .standard-form div.sixteen.label, .standard-form .container div.sixteen.label {
    width: 940px;
}

.container .one-third.column {
    width: 300px;
}

.container .two-thirds.column {
    width: 620px;
}

/* Offsets */
.container .offset-by-one {
    padding-left: 60px;
}

.container .offset-by-two {
    padding-left: 120px;
}

.container .offset-by-three {
    padding-left: 180px;
}

.container .offset-by-four, .container .standard-form div.buttons > div, .standard-form .container div.buttons > div {
    padding-left: 240px;
}

.container .offset-by-five {
    padding-left: 300px;
}

.container .offset-by-six {
    padding-left: 360px;
}

.container .offset-by-seven {
    padding-left: 420px;
}

.container .offset-by-eight {
    padding-left: 480px;
}

.container .offset-by-nine {
    padding-left: 540px;
}

.container .offset-by-ten {
    padding-left: 600px;
}

.container .offset-by-eleven {
    padding-left: 660px;
}

.container .offset-by-twelve {
    padding-left: 720px;
}

.container .offset-by-thirteen {
    padding-left: 780px;
}

.container .offset-by-fourteen {
    padding-left: 840px;
}

.container .offset-by-fifteen {
    padding-left: 900px;
}

/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 768px *//*  #Mobile (Portrait)
================================================== */
/* Note: Design for a width of 320px *//* #Mobile (Landscape)
================================================== */
/* Note: Design for a width of 480px *//* #Clearing
================================================== */
/* Self Clearing Goodness */
.container:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Use clearfix class on parent to clear nested columns,
or wrap each row of columns in a <div class="row"> */
.clearfix:before, .clbo:before, #content-main:before, #content .post ol.half:before, #content .post ul.half:before, #content.mceContentBody ol.half:before, #content.mceContentBody ul.half:before, #tinymce .post ol.half:before, #tinymce .post ul.half:before, #tinymce.mceContentBody ol.half:before, #tinymce.mceContentBody ul.half:before, .topic:before, .information-row:before, .donate.post .confirmation .check:before, #content #content-main .order-steps:before,
.clearfix:after,
.clbo:after,
#content-main:after,
#content .post ol.half:after,
#content .post ul.half:after,
#content.mceContentBody ol.half:after,
#content.mceContentBody ul.half:after,
#tinymce .post ol.half:after,
#tinymce .post ul.half:after,
#tinymce.mceContentBody ol.half:after,
#tinymce.mceContentBody ul.half:after,
.topic:after,
.information-row:after,
.donate.post .confirmation .check:after,
#content #content-main .order-steps:after,
.row:before,
.row:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.row:after,
.clearfix:after,
.clbo:after,
#content-main:after,
#content .post ol.half:after,
#content .post ul.half:after,
#content.mceContentBody ol.half:after,
#content.mceContentBody ul.half:after,
#tinymce .post ol.half:after,
#tinymce .post ul.half:after,
#tinymce.mceContentBody ol.half:after,
#tinymce.mceContentBody ul.half:after,
.topic:after,
.information-row:after,
.donate.post .confirmation .check:after,
#content #content-main .order-steps:after {
    clear: both;
}

.row,
.clearfix,
.clbo,
#content-main,
#content .post ol.half,
#content .post ul.half,
#content.mceContentBody ol.half,
#content.mceContentBody ul.half,
#tinymce .post ol.half,
#tinymce .post ul.half,
#tinymce.mceContentBody ol.half,
#tinymce.mceContentBody ul.half,
.topic,
.information-row,
.donate.post .confirmation .check,
#content #content-main .order-steps {
    zoom: 1;
}

/* You can also use a <br class="clear" /> to clear columns */
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.sprite-container {
    position: relative;
    display: inline-block;
    /*IE7 inline-block hack*/
    zoom: 1;
    *display: inline;
}

.sprite-container .sprite-hover {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sprite-container:hover .sprite-hover {
    display: inline-block;
    /*IE7 inline-block hack*/
    zoom: 1;
    *display: inline;
}

.sprite, .dropdown:after, .standard-form div.field.select:after, .comments #disqus_thread #dsq-sort-by:after, #navigation > ul > li.children:before, .expander .icon-natcoun-building, .expander .icon-natcoun-blue, .expander .icon-natcoun-yellow, .expander .icon-natcoun-green, .expander .icon-natcoun-mtm-services, .donate.post .confirmation .check div {
    display: inline-block;
    background-image: url(images/sprite.png);
    background-repeat: no-repeat;
    -webkit-background-size: 1250px auto;
    -moz-background-size: 1250px auto;
    -ms-background-size: 1250px auto;
    background-size: 1250px auto;
    line-height: 1000px;
    overflow: hidden;
    position: relative;
    width: 0px;
    /* Do not let sprites get out of control if no other class is found */
    height: 0px;
}

.sprite.follow-facebook {
    background-position: -50px -150px;
    width: 32px;
    height: 32px;
}

.sprite.follow-youtube {
    background-position: -100px -150px;
    width: 32px;
    height: 32px;
}

.sprite.follow-twitter {
    background-position: -150px -150px;
    width: 32px;
    height: 32px;
}

.sprite.follow-smugmug {
    background-position: -200px -150px;
    width: 32px;
    height: 32px;
}

.sprite.follow-linkedin {
    background-position: -250px -150px;
    width: 32px;
    height: 32px;
}

.sprite.follow-pinterest {
    background-position: -300px -150px;
    width: 32px;
    height: 32px;
}
.sprite.follow-google,
.sprite.follow-googleplus {
    background-position: -350px -150px;
    width: 32px;
    height: 32px;
}

.sprite.follow-instagram {
    background-position: -200px -150px;
    width: 32px;
    height: 32px;
}

.sprite.follow-flickr {
    background-position: -385px -150px;
    width: 32px;
    height: 32px;
}

.sprite.step {
    background-position: -601px -900px;
    width: 151px;
    height: 26px;
}

.sprite.step.previous {
    background-position: -801px -900px;
    width: 151px;
    height: 26px;
}

.sprite.step.current, .sprite.step.previous:hover {
    background-position: -1001px -900px;
    width: 151px;
    height: 26px;
}

.sprite.mc {
    background-position: -450px -1000px;
    width: 39px;
    height: 25px;
}

.sprite.amex {
    background-position: -550px -1000px;
    width: 25px;
    height: 25px;
}

.sprite.visa {
    background-position: -500px -1000px;
    width: 39px;
    height: 25px;
}

.sprite.false {
    background-position: -600px -1000px;
    width: 39px;
    height: 24px;
}

.sprite.shopping-cart {
    background-position: -750px -1000px;
    width: 60px;
    height: 60px;
}

.sprite.check-mark {
    background-position: -650px -1000px;
    width: 67px;
    height: 67px;
}

.sprite.callout-overlay {
    padding: 0 0 0 30px;
    background-position: -50px -100px;
    width: 621px;
    height: 48px;
    position: absolute;
    left: -20px;
    bottom: 15px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 42px;
}

.sprite.callout-hover {
    background-position: -650px -50px;
    width: 40px;
    height: 28px;
}

.sprite.callout-donate {
    background-position: -50px -50px;
    width: 168px;
    height: 43px;
}

.sprite.callout-donate-mobile {
    background-position: -50px -300px;
    width: 168px;
    height: 43px;
}

.sprite.callout-consulting {
    background-position: -250px -50px;
    width: 168px;
    height: 36px;
}

.sprite.callout-consulting-mobile {
    background-position: -250px -300px;
    width: 167px;
    height: 33px;
}

.sprite.callout-signup {
    background-position: -450px -50px;
    width: 169px;
    height: 47px;
}

.sprite.callout-signup-mobile {
    background-position: -450px -300px;
    width: 169px;
    height: 47px;
}

.sprite.dropdown-arrow, .dropdown:after, .standard-form div.field.select:after, .comments #disqus_thread #dsq-sort-by:after {
    background-position: -750px -50px;
    width: 26px;
    height: 24px;
}

.sprite.dropdown-arrow:hover, .dropdown:hover:after, .standard-form div.field.select:hover:after, .comments #disqus_thread #dsq-sort-by:hover:after {
    background-position: -800px -50px;
    width: 26px;
    height: 24px;
}

.sprite.mobile-menu {
    padding: 0 0 0 0;
    background-position: -250px -200px;
    width: 56px;
    height: 40px;
}

.sprite.mobile-menu-inverse {
    padding: 0 0 0 0;
    background-position: -300px -250px;
    width: 56px;
    height: 40px;
}

.sprite.nav-back {
    padding: 0 0 0 0;
    background-position: -400px -200px;
    width: 40px;
    height: 63px;
}

.sprite.nav-forward, #navigation > ul > li.children:before {
    padding: 0 0 0 0;
    background-position: -250px -250px;
    width: 32px;
    height: 50px;
}

.sprite.yellow-star {
    background-position: -700px -50px;
    width: 15px;
    height: 15px;
}

.sprite.footer-facebook {
    background-position: -450px -150px;
    width: 49px;
    height: 49px;
}

.sprite.footer-twitter {
    background-position: -500px -150px;
    width: 49px;
    height: 49px;
}

.sprite.footer-youtube {
    background-position: -550px -150px;
    width: 49px;
    height: 49px;
}

.sprite.footer-logo {
    background-position: -450px -200px;
    width: 222px;
    height: 39px;
}

.sprite.footer-ouw-logo {
    background-position: -850px -50px;
    width: 100px;
    height: 29px;
}

.sprite.social-logo {
    background-position: -100px -750px;
    width: 35px;
    height: 35px;
}

.sprite.quote-bubbles {
    background-position: -150px -750px;
    width: 48px;
    height: 40px;
}

.sprite.selector-arrow {
    background-position: -50px -750px;
    width: 28px;
    height: 15px;
}

.sprite.expander-icon-building, .expander .icon-natcoun-building {
    background-position: -200px -750px;
    width: 38px;
    height: 36px;
}

.sprite.expander-icon-natcoun-blue, .expander .icon-natcoun-blue {
    background-position: -350px -750px;
    width: 33px;
    height: 39px;
}

.sprite.expander-icon-natcoun-yellow, .expander .icon-natcoun-yellow {
    background-position: -400px -750px;
    width: 33px;
    height: 39px;
}

.sprite.expander-icon-natcoun-green, .expander .icon-natcoun-green {
    background-position: -450px -750px;
    width: 33px;
    height: 39px;
}

.sprite.expander-icon-natcoun-mtm-services, .expander .icon-natcoun-mtm-services {
    background-position: -500px -750px;
    width: 37px;
    height: 40px;
}

.sprite.expander-arrow {
    background-position: -300px -750px;
    width: 18px;
    height: 12px;
}

.sprite.expander-arrow-expanded {
    background-position: -250px -750px;
    width: 18px;
    height: 12px;
}

.sprite.button-email {
    background-position: -300px -900px;
    width: 30px;
    height: 30px;
}

.sprite.button-email:hover, .button-email-container:hover .sprite.button-email {
    background-position: -300px -950px;
    width: 30px;
    height: 30px;
}

.sprite.button-print {
    background-position: -350px -900px;
    width: 30px;
    height: 30px;
}

.sprite.button-print:hover {
    background-position: -350px -950px;
    width: 30px;
    height: 30px;
}

.sprite.button-facebook {
    background-position: -50px -900px;
    width: 30px;
    height: 30px;
}

.sprite.button-twitter {
    background-position: -100px -900px;
    width: 30px;
    height: 30px;
}

.sprite.button-pinterest {
    background-position: -150px -900px;
    width: 30px;
    height: 30px;
}
.sprite.button-linkedin {
    background-position: -200px -900px;
    width: 31px;
    height: 30px;
}

.sprite.button-google {
    width: 31px;
    height: 30px;
    background-position: -250px -900px;
}

.sign-up-btn {
    text-align: right;
    display: inline-block;
    margin: 0 auto;
    
}

.sign-up-btn.blue {
    width: 240px;
    height: 50px;
    background-image: url(images/sign-up-btn-blue.png);
    cursor: pointer;
}
.sign-up-btn.blue-circle {
    width: 280px;
    height: 64px;
    background-image: url(images/sign-up-btn-blue-circle.png);
}
.sign-up-btn.brown{
    width: 240px;
    height: 50px;
    background-image: url(images/sign-up-btn-brown.png);
}
.sign-up-btn.brown-circle {
    width: 280px;
    height: 64px;
    background-image: url(images/sign-up-btn-brown-circle.png);
}

.callout-signup-popup {
    background: url(images/sign-up-text.png) no-repeat;
    height: 45px;
    width: 175px;
}

.callout-membership {
    background: url(images/membership-text.png) no-repeat;
    height: 45px;
    width: 175px;
}


.metaslider .caption-wrap {
    background: transparent;
}
.sprite.button-phone {
    background-position: -650px -950px;
    width: 31px;
    height: 30px;
}

.sprite.button-phone:hover, .button-phone-container:hover .sprite.button-phone {
    cursor: default;
}

.sprite.icon-pdf {
    background-position: -400px -900px;
    width: 21px;
    height: 21px;
}

.sprite.icon-doc {
    background-position: -550px -900px;
    width: 21px;
    height: 21px;
}

.sprite.icon-audio {
    background-position: -450px -900px;
    width: 20px;
    height: 15px;
}

.sprite.icon-video {
    background-position: -500px -900px;
    width: 25px;
    height: 18px;
}

.sprite.icon-refresh {
    background-position: -600px -950px;
    width: 13px;
    height: 12px;
    line-height: 13px;
}

.sprite.dialog-close {
    background-position: -1000px -50px;
    width: 19px;
    height: 20px;
}

.sprite.big-email-icon {
    background-position: -50px -200px;
    width: 58px;
    height: 58px;
}

.sprite.big-upload-icon {
    background-position: -150px -200px;
    width: 61px;
    height: 61px;
}

.sprite.confirmation-check, .donate.post .confirmation .check div {
    background-position: -650px -1000px;
    width: 67px;
    height: 67px;
}

.sprite.bar {
    display: block;
    position: absolute;
    left: -47px;
}

.sprite.bar h2 {
    margin-left: 8px;
}

.sprite.bar1 {
    padding: 20px 0 0 37px;
    background-position: -50px -550px;
    width: 997px;
    height: 43px;
}

.sprite.bar2 {
    padding: 17px 0 0 37px;
    background-position: -50px -350px;
    width: 997px;
    height: 46px;
}

.sprite.bar3 {
    padding: 17px 0 0 37px;
    background-position: -50px -350px;
    width: 100%;
    height: 46px;
    background-image: none;
    display: block;
    position: absolute;
    left: -47px;
}

.sprite.bar4 {
    padding: 17px 0 0 37px;
    background-position: -50px -450px;
    width: 996px;
    height: 45px;
}

.sprite.bar5 {
    padding: 17px 0 0 37px;
    background-position: -50px -650px;
    width: 994px;
    height: 38px;
}

.sprite.bar5 h2 {
    margin-top: -4px;
}

.sprite.bar1, .sprite.bar2, .sprite.bar3, .sprite.bar4, .sprite.bar5 {
    z-index: 1;
}

.sprite.sidebar-donate {
    background-position: -50px -800px;
    width: 347px;
    height: 73px;
}

.sprite.sidebar-subscribe {
    background-position: -450px -800px;
    width: 347px;
    height: 73px;
}

.sprite.sidebar-register {
    background-position: -850px -800px;
    width: 347px;
    height: 73px;
}

.sprite.follow-rss {
    background-position: -650px -300px;
    width: 161px;
    height: 21px;
}

.sprite.hall-of-honor {
    background-position: -50px -1000px;
    width: 398px;
    height: 67px;
}

.sprite.conference-365 {
    background-position: -50px -1100px;
    width: 398px;
    height: 67px;
}

.sprite.capitol-connector {
    background-position: -450px -1100px;
    width: 398px;
    height: 67px;
}

.sprite.bha-articles {
    background-position: -50px -1305px;
    height: 67px;
    width: 398px;
}

.sprite.resources-rundown {
    background-position: -850px -1100px;
    width: 398px;
    height: 67px;
}

.sprite.lindas-corner-office {
    background-position: -50px -1200px;
    width: 398px;
    height: 67px;
}

.sprite.expert-buzz {
    background-position: -450px -1200px;
    width: 398px;
    height: 67px;
}

a .sprite {
    cursor: pointer;
}

.featured-training-course {
    border: 1px solid #002492;
    padding: 10px;
    width: 95%;
}

.row.training-course-featured-card {
    padding-left: 10px !important;
    padding-bottom: 0;
    margin-bottom: 0;
}

.row.training-course-featured-card .four.columns.omega, .row.training-course-featured-card .information-row label.omega, .information-row .row.training-course-featured-card label.omega, .row.training-course-featured-card .standard-form div.omega.label, .standard-form .row.training-course-featured-card div.omega.label, .row.training-course-featured-card .standard-form div.field input.omega, .standard-form div.field .row.training-course-featured-card input.omega {
    width: 44.5%;
}

.training-course-index-card .icon {
    float: left !important;
}

.training-course-index-card .text {
    padding: 0 15px 0 5px !important;
}

.training-course-index-card .locations {
    padding-bottom: 20px;
}

.training-course-index-card .bullets p:before {
    content: ">";
    font-weight: bold;
    position: relative;
    padding-right: 10px;
    left: 0px;
}

.training-course-index-card .bullets p {
    padding-left: 1.5em;
    text-indent: -1.35em;
    font-weight: bold;
}

.training-course-index-card .bullet:before {
    content: ">";
    font-weight: bold;
    color: #0873BA;
    position: relative;
    padding-right: 10px;
    left: 0px;
}

.training-course-index-card .bullet {
    padding-left: 1.5em;
    text-indent: -1.35em;
    font-weight: bold;
    color: #0873BA;
}

.training-course-featured-card .btn-secondary {
    text-align: center;
}

.training-course-featured-card .btn-secondary a {
    white-space: nowrap;
    padding: 5px 60px 5px 60px;
}

.training-course-index-card {
    padding: 5px 0 5px 0;
}

.training-course-index-card .feature-divider {
    margin-right: -10px;
}

.training-course-index-card .card-divider {
    margin-right: -30px;
}

.training-course-index-card.divider {
    border-bottom: 1px solid #d1d3d4;
}

.training-course-index-card.divider:last-child {
    border-bottom: none;
}

.training-course-index-card .sidebar-title {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
    font-size: 22px;
    font-weight: 800 !important;
    text-transform: uppercase;
    line-height: 22px;
    color: #000 !important;
}

.training-course-index-card .heading {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
    font-size: 22px;
    font-weight: 800 !important;
    text-transform: uppercase;
    line-height: 22px;
    color: #002596 !important;
    margin-left: 10px;
    margin-right: -10px;
}

.training-course-index-card .heading.no-margin {
    margin-left: 0;
}

.training-course-index-card .title a {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 16px;
    color: #000 !important;
}

.training-course-index-card .title a:hover {
    color: #ebb228 !important;
}

.training-course-index-card .title a {
    font-weight: bold !important;
}

.training-course-index-card .link, .training-course-index-card a {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
    font-size: 13px;
    font-weight: bold !important;
    text-align: left;
    line-height: 13px;
    color: #0873ba !important;
    display: inline-block;
    padding-left: 10px;
}

.training-course-index-card a {
    padding-left: 0;
}

.training-course-index-card .link a:hover {
    color: #ebb228 !important;
}

.training-course-index-card .label {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
    font-size: 13px;
    font-weight: 800 !important;
    line-height: 19px;
    color: #000 !important;
    margin: 0;
    padding: 0;
}

.training-course-index-card .label.upper, .training-course-index-card #content .store-cart div.cart-review th.label, #content .store-cart div.cart-review .training-course-index-card th.label, .training-course-index-card #content .store-cart div.shipping-review th.label, #content .store-cart div.shipping-review .training-course-index-card th.label, .training-course-index-card #content .store-cart div.payment-review th.label, #content .store-cart div.payment-review .training-course-index-card th.label, .training-course-index-card div.widget_nc_member_greeting div.nc_member_widget_content a.label, div.widget_nc_member_greeting div.nc_member_widget_content .training-course-index-card a.label {
    text-transform: uppercase;
}

.training-course-index-card .label.extra-top-margin {
    margin-top: 15px;
}

.training-course-index-card .text {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
    font-size: 13px;
    font-weight: normal !important;
    line-height: 19px;
    color: #77787b !important;
    margin: 0;
    padding-left: 0 !important;
}

.training-course-index-card .bottom-padding {
    padding: 0px 10px 8px 0 !important;
}

.training-course-index-card .text.margins {
    margin: 7px 0 7px 0 !important;
}

.training-course-index-card .text.italic, .training-course-index-card #content i.text, #content .training-course-index-card i.text, .training-course-index-card #content .text.italic, #content .training-course-index-card .text.italic, .training-course-index-card #tinymce i.text, #tinymce .training-course-index-card i.text, .training-course-index-card #tinymce .text.italic, #tinymce .training-course-index-card .text.italic, .training-course-index-card .text.wp-caption-text, .training-course-index-card div.text.cart-empty {
    font-style: italic;
}

.training-course-index-card .text.italic.bold, .training-course-index-card h1.text.italic, .training-course-index-card #content h1.text.italic, #content .training-course-index-card h1.text.italic, .training-course-index-card #tinymce h1.text.italic, #tinymce .training-course-index-card h1.text.italic, .training-course-index-card h1.text.wp-caption-text, .training-course-index-card h2.text.italic, .training-course-index-card #content h2.text.italic, #content .training-course-index-card h2.text.italic, .training-course-index-card #tinymce h2.text.italic, #tinymce .training-course-index-card h2.text.italic, .training-course-index-card h2.text.wp-caption-text, .training-course-index-card h3.text.italic, .training-course-index-card #content h3.text.italic, #content .training-course-index-card h3.text.italic, .training-course-index-card #tinymce h3.text.italic, #tinymce .training-course-index-card h3.text.italic, .training-course-index-card h3.text.wp-caption-text, .training-course-index-card h4.text.italic, .training-course-index-card #content h4.text.italic, #content .training-course-index-card h4.text.italic, .training-course-index-card #tinymce h4.text.italic, #tinymce .training-course-index-card h4.text.italic, .training-course-index-card h4.text.wp-caption-text, .training-course-index-card h5.text.italic, .training-course-index-card #content h5.text.italic, #content .training-course-index-card h5.text.italic, .training-course-index-card #content .store-cart th.text.italic, #content .store-cart .training-course-index-card th.text.italic, .training-course-index-card #content .store-cart tr.cart-footer td > div.text.italic, #content .store-cart tr.cart-footer .training-course-index-card td > div.text.italic, .training-course-index-card #tinymce h5.text.italic, #tinymce .training-course-index-card h5.text.italic, .training-course-index-card h5.text.wp-caption-text, .training-course-index-card #content .store-cart th.text.wp-caption-text, #content .store-cart .training-course-index-card th.text.wp-caption-text, .training-course-index-card #content .store-cart tr.cart-footer td > div.text.wp-caption-text, #content .store-cart tr.cart-footer .training-course-index-card td > div.text.wp-caption-text, .training-course-index-card #content .store-cart tr.cart-footer td > div.text.cart-empty, #content .store-cart tr.cart-footer .training-course-index-card td > div.text.cart-empty, .training-course-index-card h6.text.italic, .training-course-index-card #content h6.text.italic, #content .training-course-index-card h6.text.italic, .training-course-index-card #tinymce h6.text.italic, #tinymce .training-course-index-card h6.text.italic, .training-course-index-card h6.text.wp-caption-text, .training-course-index-card .text.italic#nav-title, .training-course-index-card #content i.text#nav-title, #content .training-course-index-card i.text#nav-title, .training-course-index-card #tinymce i.text#nav-title, #tinymce .training-course-index-card i.text#nav-title, .training-course-index-card .text#nav-title.wp-caption-text, .training-course-index-card div.text#nav-title.cart-empty, .training-course-index-card #content i.text.bold, #content .training-course-index-card i.text.bold, .training-course-index-card #content i.text.strong, #content .training-course-index-card i.text.strong, .training-course-index-card #content .store-cart div.cart-review table i.text#price, #content .store-cart div.cart-review table .training-course-index-card i.text#price, .training-course-index-card #content b.text.italic, #content .training-course-index-card b.text.italic, .training-course-index-card #content .text.italic.bold, #content .training-course-index-card .text.italic.bold, .training-course-index-card #content .text.italic.strong, #content .training-course-index-card .text.italic.strong, .training-course-index-card #content .store-cart div.cart-review table .text.italic#price, #content .store-cart div.cart-review table .training-course-index-card .text.italic#price, .training-course-index-card #content div.widget_nc_member_greeting div.nc_member_widget_content a.text.italic, #content div.widget_nc_member_greeting div.nc_member_widget_content .training-course-index-card a.text.italic, .training-course-index-card div.widget_nc_member_greeting div.nc_member_widget_content #content a.text.italic, div.widget_nc_member_greeting div.nc_member_widget_content #content .training-course-index-card a.text.italic, .training-course-index-card #tinymce i.text.bold, #tinymce .training-course-index-card i.text.bold, .training-course-index-card #tinymce i.text.strong, #tinymce .training-course-index-card i.text.strong, .training-course-index-card #tinymce b.text.italic, #tinymce .training-course-index-card b.text.italic, .training-course-index-card #tinymce .text.italic.bold, #tinymce .training-course-index-card .text.italic.bold, .training-course-index-card #tinymce .text.italic.strong, #tinymce .training-course-index-card .text.italic.strong, .training-course-index-card #tinymce div.widget_nc_member_greeting div.nc_member_widget_content a.text.italic, #tinymce div.widget_nc_member_greeting div.nc_member_widget_content .training-course-index-card a.text.italic, .training-course-index-card div.widget_nc_member_greeting div.nc_member_widget_content #tinymce a.text.italic, div.widget_nc_member_greeting div.nc_member_widget_content #tinymce .training-course-index-card a.text.italic, .training-course-index-card #content b.text.wp-caption-text, #content .training-course-index-card b.text.wp-caption-text, .training-course-index-card #content .text.bold.wp-caption-text, #content .training-course-index-card .text.bold.wp-caption-text, .training-course-index-card #content div.text.bold.cart-empty, #content .training-course-index-card div.text.bold.cart-empty, .training-course-index-card #content .text.strong.wp-caption-text, #content .training-course-index-card .text.strong.wp-caption-text, .training-course-index-card #content div.text.strong.cart-empty, #content .training-course-index-card div.text.strong.cart-empty, .training-course-index-card #tinymce b.text.wp-caption-text, #tinymce .training-course-index-card b.text.wp-caption-text, .training-course-index-card #tinymce .text.bold.wp-caption-text, #tinymce .training-course-index-card .text.bold.wp-caption-text, .training-course-index-card #tinymce div.text.bold.cart-empty, #tinymce .training-course-index-card div.text.bold.cart-empty, .training-course-index-card #tinymce .text.strong.wp-caption-text, #tinymce .training-course-index-card .text.strong.wp-caption-text, .training-course-index-card #tinymce div.text.strong.cart-empty, #tinymce .training-course-index-card div.text.strong.cart-empty, .training-course-index-card .text.bold.wp-caption-text, .training-course-index-card #content .store-cart div.cart-review table .text.wp-caption-text#price, #content .store-cart div.cart-review table .training-course-index-card .text.wp-caption-text#price, .training-course-index-card div.widget_nc_member_greeting div.nc_member_widget_content a.text.wp-caption-text, div.widget_nc_member_greeting div.nc_member_widget_content .training-course-index-card a.text.wp-caption-text, .training-course-index-card #sidebar_wrap > div.widget_conference_register > div.text.wp-caption-text, .training-course-index-card #content .store-cart div.cart-review table div.text#price.cart-empty, #content .store-cart div.cart-review table .training-course-index-card div.text#price.cart-empty, .training-course-index-card div.text.bold.cart-empty, .training-course-index-card #sidebar_wrap > div.widget_conference_register > div.text.cart-empty, .training-course-index-card div.widget_nc_member_greeting div.nc_member_widget_content a.text.italic, div.widget_nc_member_greeting div.nc_member_widget_content .training-course-index-card a.text.italic, .training-course-index-card #sidebar_wrap > div.widget_conference_register > div.text.italic {
    font-weight: bold !important;
}

.training-course-index-card .text.extra-bottom-margin {
    margin-bottom: 15px;
}

.training-course-index-card .text.extra-right-margin {
    margin-right: 5px;
}

#searchform.searchbar {
    background-color: #eaeaea;
}

.searchbar .three.columns, .searchbar .information-row span, .information-row .searchbar span, .searchbar .standard-form div.three.label, .standard-form .searchbar div.three.label {
    margin: 0;
    padding: 0 20px 10px 20px;
    border-right: 2px solid #fff;
}

.searchbar .three.columns p, .searchbar .information-row span p, .information-row .searchbar span p, .searchbar .standard-form div.three.label p, .standard-form .searchbar div.three.label p {
    margin-left: 5px;
    margin-bottom: 5px;
}

.searchbar .three.columns .sortwrapper, .searchbar .information-row span .sortwrapper, .information-row .searchbar span .sortwrapper, .searchbar .standard-form div.three.label .sortwrapper, .standard-form .searchbar div.three.label .sortwrapper, .searchbar .three.columns .sortwrapper-long, .searchbar .information-row span .sortwrapper-long, .information-row .searchbar span .sortwrapper-long, .searchbar .standard-form div.three.label .sortwrapper-long, .standard-form .searchbar div.three.label .sortwrapper-long {
    width: 90% !important;
}

.searchbar .three.columns.omega, .searchbar .information-row span.omega, .information-row .searchbar span.omega, .searchbar .standard-form div.three.omega.label, .standard-form .searchbar div.three.omega.label {
    margin: 0;
    text-align: center;
    border: none;
}

.searchbar .three.columns.omega input, .searchbar .information-row span.omega input, .information-row .searchbar span.omega input, .searchbar .standard-form div.three.omega.label input, .standard-form .searchbar div.three.omega.label input {
    width: 144px;
    height: 25px;
    padding-top: 5px;
}

.searchbar select {
    width: 100% !important;
}

.searchbar-title {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
    font-size: 13px;
    font-weight: 800 !important;
    line-height: 13px;
    text-transform: none !important;
    color: #000;
    padding-top: 20px;
}

.searchbar .submit {
    border-radius: 0px;
    background-color: #fff;
    font-style: italic;
}

.btn-secondary a {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
    font-size: 14px;
    font-weight: 800 !important;
    line-height: 14px;
    text-transform: uppercase;
    background-color: #0e72b9 !important;
    color: #fff !important;
    padding: 5px 20px 5px 20px;
    border-radius: 0;
}

.btn-secondary a:hover {
    background-color: #ebb228 !important;
}

.btn-secondary a:after {
    content: " >>";
}

.sprite.training-location-onsite {
    background-position: -481px -278px;
    width: 22px;
    height: 22px;
    position: relative;
    top: 6.5px;
}

.sprite.training-location-online {
    background-position: -534px -278px;
    width: 22px;
    height: 22px;
    position: relative;
    top: 6.5px;
}

.sprite.training-location-classroom {
    background-position: -587px -278px;
    width: 22px;
    height: 22px;
    position: relative;
    top: 6.5px;
}

.sprite.training-detail-email {
    background-position: -450px -250px;
    width: 31px;
    height: 31px;
    position: relative;
    top: 10px;
    padding-right: 5px;
}

.sprite.training-detail-phone {
    background-position: -503px -250px;
    width: 31px;
    height: 31px;
    position: relative;
    top: 10px;
    padding-right: 5px;
}

.sprite.training-detail-website {
    background-position: -556px -250px;
    width: 31px;
    height: 31px;
    position: relative;
    top: 10px;
    padding-right: 5px;
}

/* #General Classes
================================================== */
.fleft, .alignleft {
    float: left;
}

.fright, .alignright {
    float: right;
}

.normal, #content .normal, #tinymce .normal {
    font-family: "Open Sans Regular", Helvetica, Arial, sans-serif;
    font-weight: normal;
}

i, em, .italic, #content i, #content .italic, #tinymce i, #tinymce .italic, .wp-caption-text, div.cart-empty, .em {
    font-family: "Open Sans Italic", Helvetica, Arial, sans-serif;
    font-weight: normal;
}

b, strong, .bold, #content .store-cart th, #content .store-cart tr.cart-footer td > div, h6, #nav-title, #content b, #content .bold, #content .strong, #tinymce b, #tinymce .bold, #tinymce .strong, #content .store-cart div.cart-review th, #content .store-cart div.cart-review table #price, #content .store-cart div.shipping-review th, #content .store-cart div.payment-review th, div.widget_nc_member_greeting div.nc_member_widget_content a, #sidebar_wrap > div.widget_conference_register > div, .strong {
    font-family: "Open Sans Bold", Helvetica, Arial, sans-serif;
    font-weight: normal;
}

.semibold {
    font-family: "Open Sans Semibold", Helvetica, Arial, sans-serif;
    font-weight: normal;
}

.extrabold, #content .extrabold, #tinymce .extrabold {
    font-family: "Open Sans Extrabold", Helvetica, Arial, sans-serif !important;
    font-weight: normal;
}

.caps, #sidebar_wrap > div.widget_conference_register > div {
    text-transform: uppercase !important;
}

h1, h2, h3, h4 {

}

.nocaps {
    text-transform: none !important;
}

.white {
    color: #fff;
}

.black, .wp-caption-text, #content .store-cart div.cart-review table #price {
    color: #000;
}

.orange {
    color: #e9b12b;
}

.upper, #content .store-cart div.cart-review th, #content .store-cart div.shipping-review th, #content .store-cart div.payment-review th, div.widget_nc_member_greeting div.nc_member_widget_content a {
    text-transform: uppercase;
}

.left, #content .store-cart div.cart-review th {
    text-align: left;
}

.center, #find-provider-home, #navigation {
    text-align: center;
}

.center *, #find-provider-home *, #navigation * {
    text-align: left;
}

.right, #content .store-cart div.cart-review table #price {
    text-align: right;
}

.right *, #content .store-cart div.cart-review table #price * {
    text-align: left;
}

.inblock {
    display: inline-block;
    /*IE7 inline-block hack*/
    zoom: 1;
    *display: inline;
}

.block {
    display: block;
}

.hr-thick {
    width: 100%;
    height: 7px;
    border-width: 0;
    background-color: #d1d3d4;
    float: none;
    clear: both;
    margin-bottom: 20px;
}

.hr, hr {
    display: block;
    height: 1px;
    border-width: 0;
    background-color: #d1d3d4;
    float: none;
    clear: both;
    margin: 15px 0;
}

.vtop {
    vertical-align: top;
}

.vmiddle {
    vertical-align: middle;
}

.vbottom {
    vertical-align: bottom;
}

.img-left {
    float: left;
    margin-right: 20px;
}

.img-right {
    float: right;
    margin-left: 20px;
}

.pointer {
    cursor: pointer;
}

.blog-desc {
    color: #044170;
}

.no-img-margin img {
    margin: 0 !important;
}

.offscreen {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

sup {
    vertical-align: super;
    font-size: 10px;
    line-height: 1em;
}

.hide-if-no-js {
    display: none !important;
}

.desktop-only {
    display: inline-block;
    /*IE7 inline-block hack*/
    zoom: 1;
    *display: inline;
}

.desktop-tablet-only {
    display: inline-block;
    /*IE7 inline-block hack*/
    zoom: 1;
    *display: inline;
}

.tablet-only {
    display: none;
}

.tablet-all {
    display: none;
}

.phone-only {
    display: none;
}

.phone-all {
    display: none;
}

.phone-portrait-only {
    display: none;
}

.phone-portrait-all {
    display: none;
}

/* #Site Styles
================================================== */
html {
    background-color: #f5f5f5;
    overflow-x: hidden;
}

body {
    background-color: #fff;
    color: #777;
    margin: 0;
    min-width: 960px;
    font-family: "Open Sans Regular", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    min-width: 300px;
    overflow-x: hidden;
}

.mceContentBody {
    max-width: 580px !important;
    margin: 0 !important;
    padding: 10px !important;
}

h1 {
    font-size: 28px;
    line-height: 35px;
}

h2 {
    font-size: 22px;
    line-height: 26px;
}

h3 {
    font-size: 20px;
    line-height: 22px;
}

h4 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
}

h5, #content .store-cart th, #content .store-cart tr.cart-footer td > div {
    font-size: 16px;
    line-height: 20px;
    margin: 10px 0 5px;
    text-transform: uppercase;
}

h6 {
    font-size: 14px;
    line-height: 18px;
    text-transform: none;
}

.post h1 {
    font-size: 28px;
    line-height: 35px;
    font-family: "Open Sans Semibold", Helvetica, Arial, sans-serif;
}

.post h2 {
    font-size: 22px;
    line-height: 26px;
    font-family: "Open Sans Regular", Helvetica, Arial, sans-serif;
}

.post h3 {
    font-size: 20px;
    line-height: 22px;
    font-family: "Open Sans Regular", Helvetica, Arial, sans-serif;
}

.post h4 {
    font-size: 18px;
    line-height: 20px;
    font-family: "Open Sans Regular", Helvetica, Arial, sans-serif;
}

.post h5 {
    font-size: 16px;
    line-height: 19px;
    font-family: "Open Sans Regular", Helvetica, Arial, sans-serif;
}

.post h6 {
    font-size: 14px;
    line-height: 18px;
    font-family: "Open Sans Regular", Helvetica, Arial, sans-serif;
}

.post #content .store-cart th, #content .store-cart .post th, .post #content .store-cart tr.cart-footer td > div, #content .store-cart tr.cart-footer .post td > div {
    font-size: 15px !important;
    line-height: 19px !important;
}

a,
a:visited {
    text-decoration: none;
}

p {
    margin: 5px 0 10px;
}

td {
    vertical-align: top;
}

label {
    font-family: "Open Sans Regular", Helvetica, Arial, sans-serif;
    font-weight: normal;
    display: inline-block;
    /*IE7 inline-block hack*/
    zoom: 1;
    *display: inline;
    vertical-align: middle;
}

img.captcha {
    margin-bottom: 0 !important;
}

.magazine.issue.featured p {
    text-align: right;
}

.magazine.issue.featured p a {
    text-transform: capitalize !important;
}

#callout-img {
    height: 319px;
}

.sprite.callout-overlay {
    z-index: 99;
}

#bg-wrap {
    height: 385px;
}

#top-bar {
    background-color: #eaeaea;
    padding: 10px 0;
    color: #616161;
    line-height: 28px;
}

#top-bar-right {
    text-align: right;
    font-size: 12px;
    color: #616161;
}

#top-bar-right a {
    font-size: 12px;
    line-height: 15px;
    color: #616161;
}

#follow-us span {
    font-size: 14px;
    margin-right: 10px;
    float: left;
    margin-top: 2px;
}

#follow-us .sprite {
    vertical-align: sub;
    float: left;
    margin: 0 3px;
}

#search-box {
    display: inline-block;
    /*IE7 inline-block hack*/
    zoom: 1;
    *display: inline;
    float: none;
    margin-left: 20px;
    width: 150px;
    height: 24px;
    position: relative;
    *vertical-align: middle;
}

#search-box .searchterms, #search-box .searchbar .searchterms-short, .searchbar #search-box .searchterms-short {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 14px;
    padding-right: 28px;
    padding-left: 7px;
    width: 100%;
    height: 100%;
}

#search-box .search-box-icon {
    position: absolute;
    right: 10px;
    top: 9px;
    *top: 6px;
    *right: 0;
    cursor: pointer;
}

#bg-wrap {
    min-height: 385px;
    background: url(images/bg.png) repeat-x center top;
    background-color: #36a3dc;
}

#navigation-wrap {
    position: relative;
    overflow: visible;
    z-index: 100;
    min-height: 45px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAtBAMAAABltecAAAAALVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADBoCg+AAAAD3RSTlMAFBMRDw0LFggGBAMCAQn5jjucAAAAUElEQVR4Xr3PgRSAAADE0CmkkEIKKaSQQgoppJBCCimkEENvbw59gduxiUGMYhKzWMQqXrGLQ5ziErd4xD8etVtDPbXVWXP9felXH/vbdzZ9yEBFu5VE2aEAAAAASUVORK5CYII=) repeat-x top left;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    background-size: 100% 100%;
}

#navigation-wrap.no-js {
    height: auto;
}

#navigation-wrap-slider {
    background-color: red;
    width: 100%;
    height: 100%;
    position: absolute;
    margin-left: 100%;
}

#nav-back {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#nav-back > .sprite {
    margin: 10px 15px 0;
}

#nav-title {
    color: #FFF;
    font-size: 22px;
    height: 32px;
    padding-top: 10px;
    width: 100%;
    display: none;
}

#nav-title.expanded {
    display: block;
}

#mobile-menu {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

#callout-wrap a {
    color: #FFF;
}

#callout-wrap a:hover {
    color: #FFF;
}

#callout-register a {
    padding: 8px 0 8px 8px;
}

#callout-img {
    position: relative;
    border: 19px solid #0E72B9;
    display: inline-block;
    /*IE7 inline-block hack*/
    zoom: 1;
    *display: inline;
}

#callout-img img {
    display: block;
    height: auto;
    max-width: 662px;
    width: 100%;
}

#callout-img p {
    padding: 0;
    margin: 0;
}

#callout-links {
    vertical-align: top;
    display: inline-block;
    /*IE7 inline-block hack*/
    zoom: 1;
    *display: inline;

    position: absolute;
    right: 0;
    top: 0;
}

#callout-links .sprite-container {
    display: block;
    padding: 20px 55px 20px 20px;
}

#callout-links .item1 {
    margin-top: 50px;
}

#callout-links .item2 {
    margin-top: 35px;
}

#callout-links .item3 {
    margin-top: 20px;
}

#find-provider-home > div {
    width: 220px;
}

.no-right-border {
    border-right-width: 0px !important;
}

.bar-spacing {
    display: block;
    padding-top: 83px;
}

.add-top {
    margin-top: 20px;
}

.add-top-5 {
    margin-top: 5px;
}

.add-top-10 {
    margin-top: 10px;
}

.add-bottom-5 {
    margin-bottom: 5px;
}

.add-bottom-10 {
    margin-bottom: 10px;
}

.add-bottom-margin, .add-bottom-spacing, .webinar, .provider {
    margin-bottom: 20px;
}

.add-bottom-padding, .add-bottom-spacing {
    padding-bottom: 20px;
}

.add-top-border, .people h2 {
    border-top: 1px solid #d1d3d4;
}

.add-bottom-border {
    border-bottom: 1px solid #d1d3d4;
}

.line-height-20 {
    line-height: 1.2em;
}

.line-height-30 {
    line-height: 1.3em;
}

.line-height-40 {
    line-height: 1.4em;
}

.line-height-50 {
    line-height: 1.5em;
}

.line-height-60 {
    line-height: 1.6em;
}

.line-height-70 {
    line-height: 1.7em;
}

.line-height-80 {
    line-height: 1.8em;
}

.line-height-90 {
    line-height: 1.9em;
}

.line-height-100 {
    line-height: 2.0em;
}

.placeholder {
    display: none;
    width: 0;
    height: 0;
}

.non-resp-up-5 {
    margin-top: -5px;
}

.quote {
    font-family: "Open Sans Italic", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #77787b;
    text-decoration: italic;
    text-align: center;
    margin: 10px 0;
}

.news-box {
    background-color: #f1f2f2;
}

.news-box > div {
    padding: 20px;
}

.front-page-content {
    font-size: 16px;
    line-height: 22px;
}

/* #Forms
================================================== */
input[type="text"], input[type="password"], input[type="email"], input[type="number"], textarea, select {
    padding: 4px;
}

input.fancy, .dropdown, .standard-form div.field.select, .comments #disqus_thread #dsq-sort-by {
    background: #f6f6f7;
    /* Old browsers */
    background: #f6f6f7 -moz-linear-gradient(top, #e5e6e7 0%, white 100%);
    /* FF3.6+ */
    background: #f6f6f7 -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5e6e7), color-stop(100%, white));
    /* Chrome,Safari4+ */
    background: #f6f6f7 -webkit-linear-gradient(top, #e5e6e7 0%, white 100%);
    /* Chrome10+,Safari5.1+ */
    background: #f6f6f7 -o-linear-gradient(top, #e5e6e7 0%, white 100%);
    /* Opera11.10+ */
    background: #f6f6f7 -ms-linear-gradient(top, #e5e6e7 0%, white 100%);
    /* IE10+ */
    background: #f6f6f7 linear-gradient(top, #e5e6e7 0%, white 100%);
    /* W3C */
    width: 100%;
    overflow: hidden;
    border: 1px solid #d5d6d8;
    position: relative;
    border-radius: 0;
    /*IE7 hacks*/
    *padding: 5px 0 5px 5px !important;
    *border: 1px solid #D5D6D8;
    *height: 15px;
}

.flat-button, #content .flat-button, .searchbar input[type="submit"], .standard-form div.buttons > div input, #content .product-detail input[type="submit"], #content .donate.post input[type="submit"], #content .store-cart input[type="submit"], .app-uploader form .field.file .fakeuploader input.browse, .app-uploader form .buttons input.submit, #sidebar_wrap > div.widget_conference_register input {
    font-family: "Open Sans Semibold", Helvetica, Arial, sans-serif;
    font-weight: normal;
    background: #0873ba;
    color: white !important;
    text-transform: uppercase;
    font-weight: normal;
    text-shadow: none;
    border: 0;
    padding: 2px 15px 2px 15px;
    line-height: 22px;
    font-size: 15px;
    border-radius: 0;
    -webkit-appearance: none;
}

.flat-button:hover, #content .flat-button:hover, .searchbar input[type="submit"]:hover, .standard-form div.buttons > div input:hover, #content .product-detail input[type="submit"]:hover, #content .donate.post input[type="submit"]:hover, #content .store-cart input[type="submit"]:hover, .app-uploader form .field.file .fakeuploader input.browse:hover, .app-uploader form .buttons input.submit:hover, #sidebar_wrap > div.widget_conference_register input:hover {
    border: 0;
    background: #e9b12b;
}

.flat-button.medium-padding, #content .medium-padding.flat-button, .searchbar input.medium-padding[type="submit"], .standard-form div.buttons > div input.medium-padding, #content .product-detail input.medium-padding[type="submit"], #content .donate.post input.medium-padding[type="submit"], #content .store-cart input.medium-padding[type="submit"], .app-uploader form .field.file .fakeuploader input.medium-padding.browse, .app-uploader form .buttons input.medium-padding.submit, #sidebar_wrap > div.widget_conference_register input.medium-padding {
    padding: 6px 15px;
}

.flat-button.more-padding, #content .more-padding.flat-button, .searchbar input.more-padding[type="submit"], .standard-form div.buttons > div input.more-padding, #content .product-detail input.more-padding[type="submit"], #content .donate.post input.more-padding[type="submit"], #content .product-detail #sidebar_wrap > div.widget_conference_register input[type="submit"], #sidebar_wrap > div.widget_conference_register #content .product-detail input[type="submit"], #content .donate.post #sidebar_wrap > div.widget_conference_register input[type="submit"], #sidebar_wrap > div.widget_conference_register #content .donate.post input[type="submit"], #content .store-cart input.more-padding[type="submit"], #content .store-cart #sidebar_wrap > div.widget_conference_register input[type="submit"], #sidebar_wrap > div.widget_conference_register #content .store-cart input[type="submit"], .app-uploader form .field.file .fakeuploader input.more-padding.browse, .app-uploader form .buttons input.more-padding.submit, #sidebar_wrap > div.widget_conference_register input {
    padding: 10px 20px;
}

.flat-button.more-padding-2, #content .more-padding-2.flat-button, .searchbar input.more-padding-2[type="submit"], .standard-form div.buttons > div input.more-padding-2, #content .product-detail input.more-padding-2[type="submit"], #content .donate.post input.more-padding-2[type="submit"], #content .store-cart input.more-padding-2[type="submit"], .app-uploader form .field.file .fakeuploader input.more-padding-2.browse, .app-uploader form .buttons input.more-padding-2.submit, #sidebar_wrap > div.widget_conference_register input.more-padding-2 {
    padding: 10px 35px;
}

.dropdown, .standard-form div.field.select, .comments #disqus_thread #dsq-sort-by {
    height: 24px;
    /* IE7 hacks */
    *padding: 0 !important;
    *border-width: 0 !important;
    *background-color: transparent !important;
}

.dropdown:after, .standard-form div.field.select:after, .comments #disqus_thread #dsq-sort-by:after {
    content: "";
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.dropdown:hover, .standard-form div.field.select:hover, .comments #disqus_thread #dsq-sort-by:hover {
    background: white;
    /* Old browsers */
    background: white -moz-linear-gradient(top, #f2f3f3 0%, white 100%);
    /* FF3.6+ */
    background: white -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f3f3), color-stop(100%, white));
    /* Chrome,Safari4+ */
    background: white -webkit-linear-gradient(top, #f2f3f3 0%, white 100%);
    /* Chrome10+,Safari5.1+ */
    background: white -o-linear-gradient(top, #f2f3f3 0%, white 100%);
    /* Opera11.10+ */
    background: white -ms-linear-gradient(top, #f2f3f3 0%, white 100%);
    /* IE10+ */
    background: white linear-gradient(top, #f2f3f3 0%, white 100%);
    /* W3C */
}

.dropdown select, .standard-form div.field.select select, .comments #disqus_thread #dsq-sort-by select {
    width: 112%;
    *width: 100%;
    /*IE7 hack*/
    max-width: 112%;
    background: none repeat scroll 0 0 transparent;
    border-width: 0;
    margin: 0;
    padding: 3px;
    position: relative;
    z-index: 1;
    -webkit-appearance: none;
}

.content-partners img {
    margin: 0 30px;
}

.fancy-caption-container {
    position: relative;
    overflow: hidden;
}

.fancy-caption-container img {
    margin: 0 !important;
    line-height: 0;
    display: block;
}

.fancy-caption-container .fancy-caption {
    position: absolute;
    bottom: 0;
    left: -2px;
    width: 101%;
    border-spacing: 2px 0;
    border-collapse: separate;
}

.fancy-caption-container .fancy-caption td {
    width: 80%;
    vertical-align: middle;
    background-color: #609cce;
    background-color: rgba(96, 156, 206, 0.85);
    padding: 7px 15px 5px;
}

.fancy-caption-container .fancy-caption th {
    width: 20%;
    vertical-align: middle;
    background-color: #0873ba;
    background-color: rgba(8, 115, 186, 0.85);
    padding: 7px 15px 5px;
}

.fancy-caption-container .fancy-caption h2, .fancy-caption-container .fancy-caption p, .fancy-caption-container .fancy-caption a {
    margin: 0;
    color: #FFF !important;
}

.fancy-caption-container .fancy-caption p {
    margin-left: 10px;
}

.searchbar {
    margin-bottom: 1em;
    width: 100%;
}

.searchbar input, .searchbar select, .searchbar span {
    display: inline-block;
    /*IE7 inline-block hack*/
    zoom: 1;
    *display: inline;
    vertical-align: bottom;
    margin-bottom: 0;
}

.searchbar .searchterms, .searchbar .searchterms-short {
    font-family: "Open Sans Italic", Helvetica, Arial, sans-serif;
    font-weight: normal;
    width: 300px;
    font-size: 12px;
    line-height: 16px;
    height: 16px;
    -webkit-appearance: none;
}

.searchbar .searchterms-short {
    width: 250px;
}

.searchbar span {
    float: right;
    padding-top: 5px;
    padding-right: 6px;
}

.searchbar .sortwrapper, .searchbar .sortwrapper-long {
    display: inline-block;
    /*IE7 inline-block hack*/
    zoom: 1;
    *display: inline;
    float: right;
    vertical-align: bottom;
    width: 110px;
    margin-right: 10px;
}

.searchbar .sortwrapper select, .searchbar .sortwrapper-long select {
    font-family: "Open Sans Italic", Helvetica, Arial, sans-serif;
    font-weight: normal;
    min-width: 140px;
    max-width: 100%;
    font-size: 12px;
    line-height: 15px;
}

.searchbar .sortwrapper-long {
    width: 150px;
}

.searchbar .sortwrapper-long select {
    max-width: 1500px;
}

.search .results .result em {
    font-style: normal;
    font-family: "Open Sans Italic", Helvetica, Arial, sans-serif;
    font-weight: normal;
}

.search .results .result {
    overflow: hidden;
}

/* #Navigation Styles
================================================== */
#navigation {
    height: 45px;
}

#navigation > ul {
    margin: 0;
    display: inline-block;
    /*IE7 inline-block hack*/
    zoom: 1;
    *display: inline;
    position: relative;
}

#navigation > ul > li {
    margin: 0;
    position: relative;
    line-height: 18px;
    padding: 4px 0 10px;
    font-size: 14px;
    border-top: 6px solid transparent;
    height: 25px;
    float: left;
}

#navigation > ul > li.ie:hover {
    background: #f8f8f8;
    background: rgba(248, 248, 248, 0.9);
    border-top: 6px solid transparent;
    margin-left: -2px;
    padding-left: 2px;
}

#navigation > ul > li.ie:hover .active {
    display: none;
}

#navigation > ul > li.ie:hover > a {
    color: #e9b12b;
    border-right-color: transparent;
}

#navigation > ul > li.ie:hover > ul {
    display: block;
}

#navigation > ul > li:not(.no-hover):hover, #navigation > ul > li.touchactive {
    background: #f8f8f8;
    background: rgba(248, 248, 248, 0.9);
    border-top: 6px solid transparent;
    margin-left: -2px;
    padding-left: 2px;
}

#navigation > ul > li:not(.no-hover):hover .active, #navigation > ul > li.touchactive .active {
    display: none;
}

#navigation > ul > li:not(.no-hover):hover > a, #navigation > ul > li.touchactive > a {
    color: #e9b12b;
    border-right-color: transparent;
}

#navigation > ul > li:not(.no-hover):hover > ul, #navigation > ul > li.touchactive > ul {
    display: block;
}

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

#navigation > ul > li > a {
    display: block;
    color: #fff;
    font-family: "Open Sans Bold", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 13px;
    text-transform: uppercase;
    padding: 3px 8px;
    margin-bottom: 4px;
    border-left: 0px solid #fff;
    border-right: 2px solid #fff;
}

#navigation > ul > li:first-child > a {
    border-left: 0px solid #fff;
}

#navigation > ul > li:last-child > a, #navigation > ul > li.last > a {
    border-right: 0px solid #fff;
}

#navigation > ul > li:last-child > ul, #navigation > ul > li.last > ul {
    min-width: 200px;
}

#navigation > ul > li > .active {
    border-color: transparent;
    border-style: solid;
    border-width: 7px 10px 0;
    top: 7px;
    display: block;
    height: 0;
    margin: 0 auto;
    position: relative;
    width: 0;
    z-index: -1;
    *margin: 0;
    *left: 45%;
}

#navigation > ul > li > ul {
    display: none;
    position: absolute;
    left: 0;
    top: 39px;
    background: #f8f8f8;
    background: rgba(248, 248, 248, 0.9);
    margin: 0;
    z-index: 1;
    border-bottom: 6px solid transparent;
    min-width: 300px;
}

#navigation > ul > li > ul li {
    margin: 0;
    border-bottom: 1px solid #bcbec0;
    min-width: 200px;
    max-width: 400px;
}

#navigation > ul > li > ul li:last-child {
    border-bottom-width: 0;
}

#navigation > ul > li > ul li a {
    display: block;
    padding: 7px 20px;
    color: #609cce;
    font-family: "Open Sans Bold", Helvetica, Arial, sans-serif;
    font-weight: normal;
}

#navigation > ul > li > ul li a:hover {
    color: #e9b12b;
}

#navigation a {
    color: #FFF;
}

#navigation a:hover:not(.no-hover), #navigation a.touchactive {
    color: #FFF;
}

/* #Section Specific Styles
================================================== */
body .sec-clr {
    color: #32a4dc !important;
}

body .sec-clr-bg {
    background-color: #32a4dc !important;
}

body #navigation > ul > li .active {
    border-color: #2e96c9 transparent;
}

#navigation > ul > li:hover:not(.no-hover), #navigation > ul > li.touchactive {
    border-top: 6px solid #0f73bb;
}

#navigation > ul > li:hover:not(.no-hover) > a, #navigation > ul > li.touchactive > a {
    color: #32a4dc !important;
}

#navigation > ul > li > a {
    border-bottom-color: #32a4dc;
}

#navigation > ul > li > ul {
    border-bottom: 6px solid #0f73bb;
}

#navigation > ul > li > ul > li:hover:not(.no-hover) > a, #navigation > ul > li > ul > li.touchactive > a {
    color: #32a4dc !important;
}

body.section-about .sec-clr, .site-4 .sec-clr, .section-lindas-corner-office .sec-clr, .site-6 .sec-clr, .section-hall-of-honor .sec-clr {
    color: #e9b12b !important;
}

body.section-about .sec-clr-bg, .site-4 .sec-clr-bg, .section-lindas-corner-office .sec-clr-bg, .site-6 .sec-clr-bg, .section-hall-of-honor .sec-clr-bg {
    background-color: #e9b12b !important;
}

body.section-about #navigation > ul > li .active, .site-4 #navigation > ul > li .active, .section-lindas-corner-office #navigation > ul > li .active, .site-6 #navigation > ul > li .active, .section-hall-of-honor #navigation > ul > li .active {
    border-color: #d5a227 transparent;
}

#navigation > ul > li.section-about:hover:not(.no-hover), #navigation > ul > li.section-about.touchactive {
    border-top: 6px solid #e9b12b;
}

#navigation > ul > li.section-about:hover:not(.no-hover) > a, #navigation > ul > li.section-about.touchactive > a {
    color: #e9b12b !important;
}

#navigation > ul > li.section-about > a {
    border-bottom-color: #e9b12b;
}

#navigation > ul > li.section-about > ul {
    border-bottom: 6px solid #e9b12b;
}

#navigation > ul > li.section-about > ul > li:hover:not(.no-hover) > a, #navigation > ul > li.section-about > ul > li.touchactive > a {
    color: #e9b12b !important;
}

body.section-consulting-best-practices .sec-clr, .site-5 .sec-clr, .section-resources-rundown .sec-clr, .site-3 .sec-clr, .section-expert-buzz .sec-clr {
    color: #89a53d !important;
}

body.section-consulting-best-practices .sec-clr-bg, .site-5 .sec-clr-bg, .section-resources-rundown .sec-clr-bg, .site-3 .sec-clr-bg, .section-expert-buzz .sec-clr-bg {
    background-color: #89a53d !important;
}

body.section-consulting-best-practices #navigation > ul > li .active, .site-5 #navigation > ul > li .active, .section-resources-rundown #navigation > ul > li .active, .site-3 #navigation > ul > li .active, .section-expert-buzz #navigation > ul > li .active {
    border-color: #7e9838 transparent;
}

#navigation > ul > li.section-consulting-best-practices:hover:not(.no-hover), #navigation > ul > li.section-consulting-best-practices.touchactive {
    border-top: 6px solid #89a53d;
}

#navigation > ul > li.section-consulting-best-practices:hover:not(.no-hover) > a, #navigation > ul > li.section-consulting-best-practices.touchactive > a {
    color: #89a53d !important;
}

#navigation > ul > li.section-consulting-best-practices > a {
    border-bottom-color: #89a53d;
}

#navigation > ul > li.section-consulting-best-practices > ul {
    border-bottom: 6px solid #89a53d;
}

#navigation > ul > li.section-consulting-best-practices > ul > li:hover:not(.no-hover) > a, #navigation > ul > li.section-consulting-best-practices > ul > li.touchactive > a {
    color: #89a53d !important;
}

body.section-events-and-training .sec-clr, .site-7 .sec-clr, .section-conference-365 .sec-clr, .single-training-courses .sec-clr {
    color: #002596 !important;
}

body.section-events-and-training .sec-clr-bg, .site-7 .sec-clr-bg, .section-conference-365 .sec-clr-bg, .single-training-courses .sec-clr-bg {
    background-color: #002596 !important;
}

body.section-events-and-training #navigation > ul > li .active, .site-7 #navigation > ul > li .active, .section-conference-365 #navigation > ul > li .active, .single-training-courses #navigation > ul > li .active {
    border-color: #00228b transparent;
}

#navigation > ul > li.section-events-and-training:hover:not(.no-hover), #navigation > ul > li.section-events-and-training.touchactive {
    border-top: 6px solid #002596;
}

#navigation > ul > li.section-events-and-training:hover:not(.no-hover) > a, #navigation > ul > li.section-events-and-training.touchactive > a {
    color: #002596 !important;
}

#navigation > ul > li.section-events-and-training > a {
    border-bottom-color: #002596;
}

#navigation > ul > li.section-events-and-training > ul {
    border-bottom: 6px solid #002596;
}

#navigation > ul > li.section-events-and-training > ul > li:hover:not(.no-hover) > a, #navigation > ul > li.section-events-and-training > ul > li.touchactive > a {
    color: #002596 !important;
}

body.section-policy-action .sec-clr, .site-2 .sec-clr, .section-capitol-connector .sec-clr {
    color: #eb2429 !important;
}

body.section-policy-action .sec-clr-bg, .site-2 .sec-clr-bg, .section-capitol-connector .sec-clr-bg {
    background-color: #eb2429 !important;
}

body.section-policy-action #navigation > ul > li .active, .site-2 #navigation > ul > li .active, .section-capitol-connector #navigation > ul > li .active {
    border-color: #d92126 transparent;
}

#navigation > ul > li.section-policy-action:hover:not(.no-hover), #navigation > ul > li.section-policy-action.touchactive {
    border-top: 6px solid #eb2429;
}

#navigation > ul > li.section-policy-action:hover:not(.no-hover) > a, #navigation > ul > li.section-policy-action.touchactive > a {
    color: #eb2429 !important;
}

#navigation > ul > li.section-policy-action > a {
    border-bottom-color: #eb2429;
}

#navigation > ul > li.section-policy-action > ul {
    border-bottom: 6px solid #eb2429;
}

#navigation > ul > li.section-policy-action > ul > li:hover:not(.no-hover) > a, #navigation > ul > li.section-policy-action > ul > li.touchactive > a {
    color: #eb2429 !important;
}

body.section-topics-a-z .sec-clr {
    color: #b7a07c !important;
}

body.section-topics-a-z .sec-clr-bg {
    background-color: #b7a07c !important;
}

body.section-topics-a-z #navigation > ul > li .active {
    border-color: #a99473 transparent;
}

#navigation > ul > li.section-topics-a-z:hover:not(.no-hover), #navigation > ul > li.section-topics-a-z.touchactive {
    border-top: 6px solid #b7a07c;
}

#navigation > ul > li.section-topics-a-z:hover:not(.no-hover) > a, #navigation > ul > li.section-topics-a-z.touchactive > a {
    color: #b7a07c !important;
}

#navigation > ul > li.section-topics-a-z > a {
    border-bottom-color: #b7a07c;
}

#navigation > ul > li.section-topics-a-z > ul {
    border-bottom: 6px solid #b7a07c;
}

#navigation > ul > li.section-topics-a-z > ul > li:hover:not(.no-hover) > a, #navigation > ul > li.section-topics-a-z > ul > li.touchactive > a {
    color: #b7a07c !important;
}

body.section-awards .sec-clr {
    color: #000000 !important;
}

body.section-awards .sec-clr-bg {
    background-color: #e9b12b !important;
}

body.section-awards #navigation > ul > li .active {
    border-color: #e9b12b transparent;
}

#navigation > ul > li.section-awards:hover:not(.no-hover), #navigation > ul > li.section-awards.touchactive {
    border-top: 6px solid #5f2e44;
}

#navigation > ul > li.section-awards:hover:not(.no-hover) > a, #navigation > ul > li.section-awards.touchactive > a {
    color: #5f2e44 !important;
}

#navigation > ul > li.section-awards > a {
    border-bottom-color: #5f2e44;
}

#navigation > ul > li.section-awards > ul {
    border-bottom: 6px solid #5f2e44;
}

#navigation > ul > li.section-awards > ul > li:hover:not(.no-hover) > a, #navigation > ul > li.section-awards > ul > li.touchactive > a {
    color: #5f2e44 !important;
}

body.section-mtm-services .sec-clr {
    color: #001a71 !important;
}

body.section-mtm-services .sec-clr-bg {
    background-color: #001a71 !important;
}

body.section-mtm-services #navigation > ul > li .active {
    border-color: #001a71 transparent;
}

#navigation > ul > li.section-mtm-services:hover:not(.no-hover), #navigation > ul > li.section-mtm-services.touchactive {
    border-top: 6px solid #001a71;
}

#navigation > ul > li.section-mtm-services:hover:not(.no-hover) > a, #navigation > ul > li.section-mtm-services.touchactive > a {
    color: #001a71 !important;
}

#navigation > ul > li.section-mtm-services > a {
    border-bottom-color: #001a71;
}

#navigation > ul > li.section-mtm-services > ul {
    border-bottom: 6px solid #001a71;
}

#navigation > ul > li.section-mtm-services > ul > li:hover:not(.no-hover) > a, #navigation > ul > li.section-mtm-services > ul > li.touchactive > a {
    color: #001a71 !important;
}

/* #Input element styles
================================================== */
.checkbox, .radio {
    display: inline-block;
    /*IE7 inline-block hack*/
    zoom: 1;
    *display: inline;
    width: 15px;
    height: 15px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAA8CAMAAACO5hB7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAALRQTFRF/v7+5ubmxsbG/Pv84+Pj5eXlIx8gLyssVlNTSkdHMzAxOTU2joyNubi4+/v7SUZG6enpd3R1QT4+np2dc3FxsK+vWldYgoCBvbu8yMfHYF1efXt7LSkqLCgpysnKQDw9oZ+gmpiZXltcgYCAS0dIwcHBoaChl5aWxsXFVVJTZWNjoaCg6+vrurq6YmBgcW5v9fT1MCwtoJ6fTUpKysrK7+/v4eHh4uLiycnJ8PDw////qqqqtqd9bQAAAK5JREFUeNrMkUcSwjAMABUHQu+9ht57sRPn//9iYmwshwMHmAl724tG0kJgAoGPCd1iCks44wr2F673Swr37wqxf/S+j/cmqOI5n94UVLonicdZZL9v733rC4JOGuS/Ify1XRpx7JeZjX13Hr76QHPFK0fdCxq5dqqMnNedMcd+2hQNj6PvNmP0JW7L+P+0SrDv+wvd51rzDhPUK59dDgq4X9fpGT3na/Kjvg8BBgBlfbu2xmBKFQAAAABJRU5ErkJggg==) no-repeat;
    margin-right: 10px;
    vertical-align: middle;
}

.no-fancy-margin .checkbox, .no-fancy-margin .radio {
    margin: 0;
}

/* #Content Styles
================================================== */
#content-header {
    margin: 15px 0 2px 0;
    padding: 0 0 3px 0;
    border-bottom: 1px solid #d1d3d4;
}

.heading {
    padding-bottom: 10px;
    border-bottom: 1px solid #d1d3d4;
    margin-bottom: 10px;
}

#content-main {
    min-height: 1px;
    border-right: 1px solid #d1d3d4;
    padding: 0 20px 20px 0;
    margin-right: -11px;
    padding: 0 20px 20px 0;
}

.no-sidebar {
    border-right: none !important;
}

#breadcrumbs {
    color: #2b97d3;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 10px;
    margin-left: 15px;
}

#breadcrumbs a {
    color: #2b97d3;
}

a.reset {
    text-transform: none !important;
    border: 0 !important;
    vertical-align: bottom;
}

#content, #tinymce {
    font-size: 13px;
    line-height: 19px;
    margin: 0 auto;
}

#content a, #content a:visited, #tinymce a, #tinymce a:visited {
    font-family: "Open Sans Bold", Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #0e72b9;
}

#content a:hover, #tinymce a:hover {
    color: #e9b12b;
}

#content .links a + a, #tinymce .links a + a {
    border-left: 1px solid #609cce;
    padding-left: 10px;
    margin-left: 10px;
}

#content .links a + a.no-border, #tinymce .links a + a.no-border {
    border-left: inherit;
    padding-left: inherit;
    margin-left: inherit;
}

#content img, #tinymce img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

html#ie8 #content img, html#ie8 #tinymce img {
    max-width: none;
}

#content img.alignright, #tinymce img.alignright {
    margin-left: 20px;
}

#content img.alignleft, #tinymce img.alignleft {
    margin-right: 20px;
}

#content .wp-caption img, #tinymce .wp-caption img {
    margin-bottom: 5px;
}

#content .max-185-ratio img, #content img.max-185-ratio, #tinymce .max-185-ratio img, #tinymce img.max-185-ratio {
    min-height: 185px !important;
    max-height: 185px !important;
    height: 185px !important;
    width: auto !important;
}

#content .blog-archive .post, #tinymce .blog-archive .post {
    padding-top: 15px;
    border-top: 1px solid #d1d3d4;
    margin-bottom: 10px;
}

#content .blog-archive .post:first-child, #tinymce .blog-archive .post:first-child {
    border: 0;
    padding-top: 0;
}

#content .blog-archive .post.no-border, #tinymce .blog-archive .post.no-border {
    border: 0;
    padding-top: 0;
}

#content .post, #content.mceContentBody, #tinymce .post, #tinymce.mceContentBody {
    margin-bottom: 15px;
}

#content .post ol, #content .post ul, #content.mceContentBody ol, #content.mceContentBody ul, #tinymce .post ol, #tinymce .post ul, #tinymce.mceContentBody ol, #tinymce.mceContentBody ul {
    clear: left;
}

#content .post ol.half li, #content .post ul.half li, #content.mceContentBody ol.half li, #content.mceContentBody ul.half li, #tinymce .post ol.half li, #tinymce .post ul.half li, #tinymce.mceContentBody ol.half li, #tinymce.mceContentBody ul.half li {
    width: 50%;
    float: left;
    clear: right;
}

#content .post ol.half li:nth-child(2n+1), #content .post ul.half li:nth-child(2n+1), #content.mceContentBody ol.half li:nth-child(2n+1), #content.mceContentBody ul.half li:nth-child(2n+1), #tinymce .post ol.half li:nth-child(2n+1), #tinymce .post ul.half li:nth-child(2n+1), #tinymce.mceContentBody ol.half li:nth-child(2n+1), #tinymce.mceContentBody ul.half li:nth-child(2n+1) {
    width: 45%;
    margin-right: 5%;
    clear: left;
}

#content .post ul:not(.columns), #content.mceContentBody ul:not(.columns), #tinymce .post ul:not(.columns), #tinymce.mceContentBody ul:not(.columns) {
    padding: 10px 0 10px 40px;
    margin: 0;
}

#content .post ul li, #content.mceContentBody ul li, #tinymce .post ul li, #tinymce.mceContentBody ul li {
    list-style-type: none;
    list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAIBAMAAADdFhi7AAAALVBMVEUAAADpsSvpsSvpsSvpsSvpsSvpsSvpsSvpsSvpsSvpsSvpsSvpsSvpsSvpsSuQA0ZJAAAADnRSTlMAESIzRFVmd4iqu8zd7v+yXhgAAAAxSURBVHheY2A7xDSdgYFB5rX4uwAGBqZ7C+Y9ZmBg8HvB/UYBTL1VgAnKvAEpgWoAAPyHEhnrBF0tAAAAAElFTkSuQmCC);
}

#content .post ul li ul li, #content.mceContentBody ul li ul li, #tinymce .post ul li ul li, #tinymce.mceContentBody ul li ul li {
    list-style: circle;
}

#content .post ul.heavy li, #content.mceContentBody ul.heavy li, #tinymce .post ul.heavy li, #tinymce.mceContentBody ul.heavy li {
    font-family: "Open Sans Bold", Helvetica, Arial, sans-serif;
    font-weight: normal;
}

#content .post ul.tight li, #content.mceContentBody ul.tight li, #tinymce .post ul.tight li, #tinymce.mceContentBody ul.tight li {
    margin-top: 0;
    margin-bottom: 0;
}

#content .post table th, #content.mceContentBody table th, #tinymce .post table th, #tinymce.mceContentBody table th {
    font-family: "Open Sans Bold", Helvetica, Arial, sans-serif;
    font-weight: normal;
    text-align: left;
}

#content .post h4, #content.mceContentBody h4, #tinymce .post h4, #tinymce.mceContentBody h4 {
    margin: 0;
}

#content .post .meta, #content.mceContentBody .meta, #tinymce .post .meta, #tinymce.mceContentBody .meta {
    font-size: 12px;
    line-height: 15px;
    color: #609cce;
    margin: 0 0 10px 0;
    padding: 0;
}

#content .post .meta a, #content.mceContentBody .meta a, #tinymce .post .meta a, #tinymce.mceContentBody .meta a {
    font-family: "Open Sans Regular", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-weight: normal;
    color: #609cce;
}

#content .post .author, #content.mceContentBody .author, #tinymce .post .author, #tinymce.mceContentBody .author {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 15px;
}

#content .post .author img.avatar, #content.mceContentBody .author img.avatar, #tinymce .post .author img.avatar, #tinymce.mceContentBody .author img.avatar {
    float: left;
    width: 35px;
    height: 35px;
    margin: 0 10px 0 0;
    padding: 0;
}

#content .post .author p, #content.mceContentBody .author p, #tinymce .post .author p, #tinymce.mceContentBody .author p {
    margin: 0;
    padding: 0;
}

#content .post .author p.name, #content.mceContentBody .author p.name, #tinymce .post .author p.name, #tinymce.mceContentBody .author p.name {
    font-size: 13px;
    color: black;
    font-family: "Open Sans Bold", Helvetica, Arial, sans-serif;
    font-weight: normal;
}

#content .post .archive-thumbnail, #content.mceContentBody .archive-thumbnail, #tinymce .post .archive-thumbnail, #tinymce.mceContentBody .archive-thumbnail {
    padding-right: 10px;
}

#content .post .archive-thumbnail img, #content.mceContentBody .archive-thumbnail img, #tinymce .post .archive-thumbnail img, #tinymce.mceContentBody .archive-thumbnail img {
    margin: 0;
    padding: 0;
}

#content .post iframe.featured_video, #content.mceContentBody iframe.featured_video, #tinymce .post iframe.featured_video, #tinymce.mceContentBody iframe.featured_video {
    width: 580px;
    height: 360px;
    margin-bottom: 1em;
}

#content .sections ul > li, #tinymce .sections ul > li {
    padding-left: 2em;
    line-height: 25px;
    height: 25px;
    font-family: "Open Sans Bold", Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: black;
}

#content .sections ul > li .icon, #tinymce .sections ul > li .icon {
    display: inline-block;
    width: 33px;
}

#content .sections ul > li .icon .icon-video, #tinymce .sections ul > li .icon .icon-video {
    margin-left: -1px;
}

#content.topics h3, #tinymce.topics h3 {
    font-size: 15px;
    font-weight: 400;
    text-transform: none;
    margin: 0;
}

#content.topics p, #tinymce.topics p {
    line-height: 19px;
}

#content .main-img, #tinymce .main-img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

#content .right-arrow a, #content .areas-of-expertise .area-of-expertise a a, .areas-of-expertise .area-of-expertise #content a a, #content #sidebar_wrap > div.widget_nav_menu a a, #sidebar_wrap > div.widget_nav_menu #content a a, #content #sidebar_wrap > div.widget_side_nav a a, #sidebar_wrap > div.widget_side_nav #content a a, #content a.right-arrow, #content .areas-of-expertise .area-of-expertise a, .areas-of-expertise .area-of-expertise #content a, #content #sidebar_wrap > div.widget_nav_menu a, #sidebar_wrap > div.widget_nav_menu #content a, #content #sidebar_wrap > div.widget_side_nav a, #sidebar_wrap > div.widget_side_nav #content a, #tinymce .right-arrow a, #tinymce .areas-of-expertise .area-of-expertise a a, .areas-of-expertise .area-of-expertise #tinymce a a, #tinymce #sidebar_wrap > div.widget_nav_menu a a, #sidebar_wrap > div.widget_nav_menu #tinymce a a, #tinymce #sidebar_wrap > div.widget_side_nav a a, #sidebar_wrap > div.widget_side_nav #tinymce a a, #tinymce a.right-arrow, #tinymce .areas-of-expertise .area-of-expertise a, .areas-of-expertise .area-of-expertise #tinymce a, #tinymce #sidebar_wrap > div.widget_nav_menu a, #sidebar_wrap > div.widget_nav_menu #tinymce a, #tinymce #sidebar_wrap > div.widget_side_nav a, #sidebar_wrap > div.widget_side_nav #tinymce a {
    color: #609cce;
    text-transform: uppercase;
}

#content .right-arrow a:before, #content .areas-of-expertise .area-of-expertise a a:before, .areas-of-expertise .area-of-expertise #content a a:before, #content #sidebar_wrap > div.widget_nav_menu a a:before, #sidebar_wrap > div.widget_nav_menu #content a a:before, #content #sidebar_wrap > div.widget_side_nav a a:before, #sidebar_wrap > div.widget_side_nav #content a a:before, #content a.right-arrow:before, #content .areas-of-expertise .area-of-expertise a:before, .areas-of-expertise .area-of-expertise #content a:before, #content #sidebar_wrap > div.widget_nav_menu a:before, #sidebar_wrap > div.widget_nav_menu #content a:before, #content #sidebar_wrap > div.widget_side_nav a:before, #sidebar_wrap > div.widget_side_nav #content a:before, #tinymce .right-arrow a:before, #tinymce .areas-of-expertise .area-of-expertise a a:before, .areas-of-expertise .area-of-expertise #tinymce a a:before, #tinymce #sidebar_wrap > div.widget_nav_menu a a:before, #sidebar_wrap > div.widget_nav_menu #tinymce a a:before, #tinymce #sidebar_wrap > div.widget_side_nav a a:before, #sidebar_wrap > div.widget_side_nav #tinymce a a:before, #tinymce a.right-arrow:before, #tinymce .areas-of-expertise .area-of-expertise a:before, .areas-of-expertise .area-of-expertise #tinymce a:before, #tinymce #sidebar_wrap > div.widget_nav_menu a:before, #sidebar_wrap > div.widget_nav_menu #tinymce a:before, #tinymce #sidebar_wrap > div.widget_side_nav a:before, #sidebar_wrap > div.widget_side_nav #tinymce a:before {
    content: '> ';
}

#content .right-arrow a:hover, #content .areas-of-expertise .area-of-expertise a a:hover, .areas-of-expertise .area-of-expertise #content a a:hover, #content #sidebar_wrap > div.widget_nav_menu a a:hover, #sidebar_wrap > div.widget_nav_menu #content a a:hover, #content #sidebar_wrap > div.widget_side_nav a a:hover, #sidebar_wrap > div.widget_side_nav #content a a:hover, #content a.right-arrow:hover, #content .areas-of-expertise .area-of-expertise a:hover, .areas-of-expertise .area-of-expertise #content a:hover, #content #sidebar_wrap > div.widget_nav_menu a:hover, #sidebar_wrap > div.widget_nav_menu #content a:hover, #content #sidebar_wrap > div.widget_side_nav a:hover, #sidebar_wrap > div.widget_side_nav #content a:hover, #tinymce .right-arrow a:hover, #tinymce .areas-of-expertise .area-of-expertise a a:hover, .areas-of-expertise .area-of-expertise #tinymce a a:hover, #tinymce #sidebar_wrap > div.widget_nav_menu a a:hover, #sidebar_wrap > div.widget_nav_menu #tinymce a a:hover, #tinymce #sidebar_wrap > div.widget_side_nav a a:hover, #sidebar_wrap > div.widget_side_nav #tinymce a a:hover, #tinymce a.right-arrow:hover, #tinymce .areas-of-expertise .area-of-expertise a:hover, .areas-of-expertise .area-of-expertise #tinymce a:hover, #tinymce #sidebar_wrap > div.widget_nav_menu a:hover, #sidebar_wrap > div.widget_nav_menu #tinymce a:hover, #tinymce #sidebar_wrap > div.widget_side_nav a:hover, #sidebar_wrap > div.widget_side_nav #tinymce a:hover {
    color: #e9b12b;
}

#content .left-arrow a, #content a.left-arrow, #tinymce .left-arrow a, #tinymce a.left-arrow {
    color: #609cce;
    text-transform: uppercase;
}

#content .left-arrow a:after, #content a.left-arrow:after, #tinymce .left-arrow a:after, #tinymce a.left-arrow:after {
    content: ' <';
}

#content .left-arrow a:hover, #content a.left-arrow:hover, #tinymce .left-arrow a:hover, #tinymce a.left-arrow:hover {
    color: #e9b12b;
}

#content .no-arrow a:before, #content .no-arrow a:after, #content a.no-arrow:before, #content a.no-arrow:after, #tinymce .no-arrow a:before, #tinymce .no-arrow a:after, #tinymce a.no-arrow:before, #tinymce a.no-arrow:after {
    content: '' !important;
}

#content .no-arrow-first-a a:first-child:before, #content .no-arrow-first-a a:first-child:after, #tinymce .no-arrow-first-a a:first-child:before, #tinymce .no-arrow-first-a a:first-child:after {
    content: '' !important;
}

#content .no-arrow-first-p-a p:first-child a:first-child:before, #content .no-arrow-first-p-a p:first-child a:first-child:after, #tinymce .no-arrow-first-p-a p:first-child a:first-child:before, #tinymce .no-arrow-first-p-a p:first-child a:first-child:after {
    content: '' !important;
}

#content .featured-image, #tinymce .featured-image {
    width: 270px;
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}

#content .featured-image .caption, #tinymce .featured-image .caption {
    font-size: 12px;
    color: #999ca0;
    font-style: italic;
    line-height: 15px;
}

#content .featured-image img, #tinymce .featured-image img {
    width: 100%;
    margin-bottom: 5px;
}

#content .border-top, #tinymce .border-top {
    border-top: 1px solid #D1D3D4;
    margin-top: -1px;
}

#content .hpadding, #tinymce .hpadding {
    padding-left: 30px;
    padding-right: 30px;
}

#content .vpadding, #tinymce .vpadding {
    padding-top: 30px;
    padding-bottom: 30px;
}

#content .vpadding-20, #tinymce .vpadding-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

#content .links, #tinymce .links {
    padding: 5px 0 5px 0;
}

#content .tinylinks, #tinymce .tinylinks {
    font-size: 12px;
    line-height: 15px;
}

#content .tinylinks a, #tinymce .tinylinks a {
    font-family: "Open Sans Regular", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    margin: 0 1em 0 0;
}

#content .tinylinks a + a, #tinymce .tinylinks a + a {
    padding-left: 0;
}

#content .smalllinks a, #content a a, #content a:visited a, #content .post ul li a, #content.mceContentBody ul li a, #tinymce .post ul #content li a, #content #tinymce.mceContentBody ul li a, #tinymce.mceContentBody ul #content li a, #content .tinylinks a, #tinymce .smalllinks a, #tinymce a a, #tinymce a:visited a, #content .post ul #tinymce li a, #tinymce #content.mceContentBody ul li a, #content.mceContentBody ul #tinymce li a, #tinymce .post ul li a, #tinymce.mceContentBody ul li a, #tinymce .tinylinks a {
    text-transform: none;
    color: #0e72b9;
}

#content .smalllinks a:before, #content a a:before, #content a:visited a:before, #content .post ul li a:before, #content.mceContentBody ul li a:before, #tinymce .post ul #content li a:before, #content #tinymce.mceContentBody ul li a:before, #tinymce.mceContentBody ul #content li a:before, #content .tinylinks a:before, #tinymce .smalllinks a:before, #tinymce a a:before, #tinymce a:visited a:before, #content .post ul #tinymce li a:before, #tinymce #content.mceContentBody ul li a:before, #content.mceContentBody ul #tinymce li a:before, #tinymce .post ul li a:before, #tinymce.mceContentBody ul li a:before, #tinymce .tinylinks a:before {
    content: "";
}

#content .smalllinks > a + a, #content a > a + a, #content a:visited > a + a, #content .post ul li > a + a, #content.mceContentBody ul li > a + a, #tinymce .post ul #content li > a + a, #content #tinymce.mceContentBody ul li > a + a, #tinymce.mceContentBody ul #content li > a + a, #content .tinylinks > a + a, #tinymce .smalllinks > a + a, #tinymce a > a + a, #tinymce a:visited > a + a, #content .post ul #tinymce li > a + a, #tinymce #content.mceContentBody ul li > a + a, #content.mceContentBody ul #tinymce li > a + a, #tinymce .post ul li > a + a, #tinymce.mceContentBody ul li > a + a, #tinymce .tinylinks > a + a {
    border-left: none !important;
}

#content .mp_cart_login_msg, #tinymce .mp_cart_login_msg {
    text-align: left;
}

#socialslides a {
    color: #a7a9ac;
    font-family: "Open Sans Regular", Helvetica, Arial, sans-serif;
    font-weight: normal;
}

#socialslides a:hover {
    color: #73767a;
}

#socialslides .selected a {
    color: #685c53;
    font-family: "Open Sans Bold", Helvetica, Arial, sans-serif;
    font-weight: normal;
}

#socialslides .selected a:hover {
    color: #2f2a26;
}

#news-pr-contact {
    margin-top: -50px;
}

#news-pr-contact .sprite {
    margin: 2px 5px 2px 10px;
}

.button-phone-container {
    cursor: text;
}

.tweet, .facepost, .tubevideo {
    display: block;
    background-color: #0e73ba;
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
    line-height: 15px;
    padding: 12px;
    margin-bottom: 12px;
    min-height: 35px;
    max-height: 75px;
    overflow: hidden;
}

.tweet .social-logo, .facepost .social-logo, .tubevideo .social-logo {
    float: left;
}

.tweet .description, .facepost .description, .tubevideo .description {
    display: inline;
    color: #ededed;
}

.tweet .description a, .facepost .description a, .tubevideo .description a {
    text-decoration: underline;
}

.tweet .time, .facepost .time, .tubevideo .time {
    display: inline;
    font-style: italic;
    white-space: nowrap;
}

.tweet .time a, .facepost .time a, .tubevideo .time a {
    text-decoration: underline;
    text-transform: lowercase !important;
}

.tweet .block, .facepost .block, .tubevideo .block {
    margin-left: 47px;
    min-height: 35px;
}

.tweet a, .facepost a, .tubevideo a {
    text-transform: none !important;
    color: #fff !important;
}

.tweet a .description, .facepost a .description, .tubevideo a .description {
    font-family: "Open Sans Regular", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #fff;
}

.tweet a .time, .facepost a .time, .tubevideo a .time {
    color: #ededed;
}

.tubevideo {
    line-height: 12px;
}

.tubevideo a {
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
}

.tubevideo a .description {
    display: block;
}

.tubevideo a .time {
    display: block;
}

.video-height {
    height: 300px;
}

.slide {
    padding-right: 5px;
    min-height: 250px;
}

.slide .selector-arrow {
    margin-bottom: 0;
    padding: 0;
    line-height: 15px;
    display: block;
}

#facebookslide > .selector-arrow {
    margin-left: 20px;
}

#twitterslide > .selector-arrow {
    margin-left: 12px;
}

#youtubeslide > .selector-arrow {
    margin-left: 140px;
}

.hidden {
    display: none;
}

.populartopic {
    margin-bottom: 1em;
}

.populartopic > p {
    margin: 0;
}

.affiliates_label {
    text-align: center;
}

.affiliates_images {
    position: relative;
    min-height: 110px;
}

.affiliates_images > div {
    position: absolute;
    display: none;
}

.pagination {
    display: block;
}

.pagination ul {
    margin: 0;
    padding: 0;
}

.pagination ul li {
    display: inline;
    margin: 0;
    padding: 0;
}

.wp-pagination {
    margin-right: -21px;
    padding: 5px 15px 5px 5px;
    text-align: right;
    font-size: 12px;
    margin-top: 20px;
    border-right: 1px solid #d1d3d4;
}

.wp-pagination a {
    font-family: "Open Sans Semibold", Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #0873ba !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 2px 0 2px !important;
}

.wp-pagination .page-numbers.current {
    font-family: "Open Sans Bold", Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: inherit;
    padding: 0 2px 0 2px !important;
}

.wp-pagination .total {
    float: left;
}

.wp-pagination .total strong {
    font-weight: normal;
    font-family: "Open Sans SemiBold", Helvetica, Arial, sans-serif;
    font-weight: normal;
}

.stretchy, hr, .people h2,
.stretchy > div,
hr > div,
.people h2 > div {
    margin-right: -21px;
    padding-right: 20px;
}

.google-map {
    height: 430px;
}

.topic.last-two {
    border: 0;
}

.topic.last-two hr, .topic.last-two .hr, .topic.last-two hr {
    display: none;
}

.topic .tinylinks a {
    margin-right: 2em;
}

.webinar, .provider {
    border-top: 1px solid #d1d3d4;
    padding-top: 10px;
}

.webinar:first-child, .provider:first-child {
    border: 0;
    padding-top: 0;
}

.provider {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
}

.provider p {
    margin: 0;
    padding: 0;
    line-height: 19px;
}

.provider p.fright {
    margin-right: 45px;
}

.social-icons {
    border-top: 1px solid #d1d3d4;
    border-right: 1px solid #d1d3d4;
    margin: 0 -21px 0 0;
    padding: 15px 0 15px 0;
}

.social-icons a.icon {
    border: 0 !important;
    padding: 0 !important;
    margin: 0 15px 0 0 !important;
}

.cell {
    display: inline-block;
    /*IE7 inline-block hack*/
    zoom: 1;
    *display: inline;
    margin-right: 20px;
    vertical-align: top;
}

.expander {
    font-family: "Open Sans Bold", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    min-height: 42px;
    background-color: #0873ba;
    color: #fff;
    position: relative;
}

.expander .icon-natcoun-building {
    float: left;
    margin-top: 6px;
    margin-right: 20px;
}

.expander .icon-natcoun-blue {
    float: left;
    margin-top: 3px;
    margin-right: 20px;
}

.expander .icon-natcoun-yellow {
    float: left;
    margin-top: 3px;
    margin-right: 20px;
}

.expander .icon-natcoun-green {
    float: left;
    margin-top: 3px;
    margin-right: 20px;
}

.expander .icon-natcoun-mtm-services {
    float: left;
    margin-top: 1px;
    margin-right: 20px;
}

.expander > div:first-child {
    display: inline-block;
    /*IE7 inline-block hack*/
    zoom: 1;
    *display: inline;
    max-width: 75%;
    margin: 10px 0;
}

.expander + div {
    margin: 5px 15px;
    overflow: hidden;
}

.expander + div h5, .expander + div #content .store-cart th, #content .store-cart .expander + div th, .expander + div #content .store-cart tr.cart-footer td > div, #content .store-cart tr.cart-footer .expander + div td > div {
    margin-top: 10px;
    text-transform: none;
}

.expander .expander-arrow, .expander .expander-arrow-expanded {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

.indented, .grey-head + div {
    padding: 4px 0 4px 15px;
    margin-bottom: 20px;
    overflow: hidden;
}

.grey-head {
    font-family: "Open Sans Bold", Helvetica, Arial, sans-serif;
    font-weight: normal;
    background-color: #f1f2f2;
    border-top: 1px solid #d1d3d4;
    color: #000;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    padding: 4px 15px;
    margin-bottom: 5px;
}

.information-row {
    margin: 6px 0;
    line-height: 1.3em;
}

.information-row label {
    float: left;
    margin: 0;
    text-align: right;
    color: black;
    font-size: 12px;
}

.information-row span {
    margin: 0 10px;
    text-align: left;
    font-size: 12px;
}

.IN-widget {
    display: none !important;
}

.region.board, .region.committee {
    border-bottom: 1px solid #d1d3d4;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

.group > .region:nth-child(odd) {
    clear: left;
}

.region.directors {
    margin: 0 10px 0 0;
    float: left;
}

.region.directors h3 {
    font-family: "Open Sans Semibold", Helvetica, Arial, sans-serif;
    font-weight: normal;
    text-transform: none;
    color: #2591d0;
    border-bottom: 1px solid #d1d3d4;
    margin: 0;
    line-height: 19px;
    font-size: 15px;
}

.region.directors em {
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 10px;
    font-family: "Open Sans Regular", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

.people h2 {
    clear: both;
    padding-top: 10px;
}

.person, .award {
    width: 125px;
    float: left;
    margin: 0 20px 10px 0;
    overflow: hidden;
    text-transform: none !important;
}

#content .person, #content .award, .person .name, .award .name {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: normal;
    display: block;
    font-size: 13px;
    line-height: 21px;
    font-weight: 400;
    color: black;
}

#content .person:hover, #content .award:hover, .person .name:hover, .award .name:hover {
    color: black;
}

.person.text .name, .text.award .name {
    line-height: 19px;
}

.person.text .title, .text.award .title {
    font-size: 13px;
}

.person.director, .director.award {
    width: 270px;
    margin: 0;
}

.person.director .details, .director.award .details {
    margin-bottom: 10px;
}

.person.director.odd, .director.odd.award {
    margin-right: 40px;
}

.person > img, .award > img {
    display: block;
    width: 110px;
    height: 110px;
    line-height: 100%;
    margin: 0 0 10px 0 !important;
    padding: 0;
}

.person .title, .award .title {
    font-family: "Open Sans Regular", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #77787b;
}

.person .organization {
    font-family: "Open Sans Regular", Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #77787b;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 5px;
}

.person .sub-title {
    font-family: "Open Sans Regular", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 5px;
}

.person .details, .award .details {
    font-family: "Open Sans Italic", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #77787b;
}

.person.fourth, .fourth.award {
    width: 115px;
}

.person.second, .second.award {
    width: 115px;
}

.popup.person .left-col, .popup.award .left-col {
    width: 110px;
    margin-right: 20px;
    float: left;
}

.popup.person .right-col, .popup.award .right-col {
    float: left;
    width: 390px;
}

.popup.person .inside, .popup.award .inside {
    padding-left: 50px;
    padding-right: 50px;
}

.popup.person .inside a.close, .popup.award .inside a.close {
    margin-right: -20px;
}

.popup.person img.headshot, .popup.award img.headshot {
    width: 110px;
    height: 110px;
}

.popup.person .name, .popup.award .name {
    line-height: 19px;
    margin-bottom: 4px;
}

.popup.person .title, .popup.award .title {
    font-family: "Open Sans Regular", Helvetica, Arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 19px;
    margin-bottom: 10px;
}

.popup.person .location, .popup.award .location, .popup.person .details, .popup.award .details {
    font-family: "Open Sans Italic", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
}

.popup.person .location, .popup.award .location {
    margin-bottom: 4px;
}

.popup.person .bio, .popup.award .bio {
    font-size: 13px;
    line-height: 19px;
}

.award {
    width: 175px;
    margin-right: 20px;
}

.award > img {
    width: 175px !important;
}

.award.winner {
    width: 175px;
    margin: 0;
}

.award.winner .details {
    margin-bottom: 10px;
}

.award.winner.odd {
    margin-right: 40px;
}

.popup.award-winner .left-col {
    width: 175px;
    margin-right: 20px;
    float: left;
}

.popup.award-winner .right-col {
    float: left;
    width: 585px;
}

.popup.award-winner .inside {
    width: 780px;
    padding-left: 50px;
    padding-right: 50px;
}

.popup.award-winner .inside a.close {
    margin-right: -20px;
}

.popup.award-winner img.headshot {
    width: 175px;
    height: 175px;
    margin-bottom: 10px !important;
}

.popup.award-winner .category {
    font-family: "Open Sans Regular", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 19px;
    margin-bottom: 10px;
}

.popup.award-winner .name {
    font-family: "Open Sans Bold", Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #000;
    line-height: 19px;
    margin-bottom: 0;
}

.popup.award-winner .title {
    font-family: "Open Sans Italic", Helvetica, Arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 19px;
    margin-bottom: 10px;
}

.popup.award-winner .location, .popup.award-winner .details {
    font-family: "Open Sans Italic", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
}

.popup.award-winner .location {
    margin-bottom: 10px;
}

.popup.award-winner .bio {
    font-size: 13px;
    line-height: 19px;
    max-height: 400px;
    overflow-y: auto;
}

#news-container .pager {
    float: right;
}

#press-releases-container {
    position: relative;
}

#press-releases-container .pager {
    position: absolute;
    right: 0;
    bottom: 0;
    list-style: none !important;
}

#press-releases-container .releases {
    max-height: 0;
    -webkit-transition: max-height .4s;
    -webkit-transition: max-height .4s;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 35px;
    bottom: 0;
    left: 288px;
}

#press-releases-container .releases .page {
    position: absolute;
    left: 100%;
    right: 0;
    bottom: 0;
    top: 0;
    margin: 30px 0;
    -webkit-transition: left .3s;
    transition: left .3s;
}

#press-releases-container .releases .page.active {
    left: 0;
    -webkit-transition: left .3s;
    transition: left .3s;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

#press-releases-container .releases .page li {
    position: relative;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    z-index: 1;
}

#press-releases-container .releases .page li.pager {
    position: absolute;
    z-index: 0;
}

#press-releases-container .label a {
    float: left;
    font-size: 15px;
}

#press-releases-container .label .arrow {
    position: relative;
    z-index: 3;
    background-image: none;
    background-position: -700px -200px;
    width: 0;
    height: 22px;
    float: right;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-property: width;
    transition-property: width;
}

#press-releases-container .press-category:first-child {
    margin-top: 15px;
}

#press-releases-container .press-category.active .releases {
    background-color: #f1f2f2;
    border: 2px solid #dbdddd;
    max-height: 40em;
    -webkit-transition: max-height .4s;
    transition: max-height .4s;
}

#press-releases-container .press-category.active .label .arrow {
    background-image: url(images/sprite.png);
    width: 14px;
}

#press-releases-container .press-category.active .page.active {
    display: block;
}

.popup.login .inside {
    width: 300px;
    padding-left: 50px;
    padding-right: 50px;
}

.popup.login .inside a.close {
    margin-right: -20px;
}

.popup.speaker .inside {
    width: 680px;
    padding-left: 50px;
    padding-right: 50px;
    font-family: "Open Sans Regular", Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #000;
    font-size: 13px;
    line-height: 19px;
}

.popup.speaker .inside .left-col {
    display: inline-block;
    /*IE7 inline-block hack*/
    zoom: 1;
    *display: inline;
    width: 230px;
    vertical-align: top;
    border-right: 1px solid #000;
    padding-right: 20px;
    margin-right: 20px;
}

.popup.speaker .inside .right-col {
    display: inline-block;
    /*IE7 inline-block hack*/
    zoom: 1;
    *display: inline;
    width: 400px;
    vertical-align: top;
}

.popup.speaker .inside a.close {
    margin-right: -20px;
}

.popup.speaker .inside .organization {
    font-size: 15px;
    line-height: 19px;
    text-transform: uppercase;
}

.popup.speaker .inside .name {
    font-family: "Open Sans Bold", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 28px;
    line-height: 32px;
    text-transform: uppercase;
    color: #0873ba;
    margin-bottom: 25px;
}

.popup.speaker .inside .title {
    font-family: "Open Sans Bold", Helvetica, Arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.popup.speaker .inside .other_sessions {
    font-family: "Open Sans Bold", Helvetica, Arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 20px;
}

.popup.speaker .inside .other_sessions a {
    display: inline-block;
    /*IE7 inline-block hack*/
    zoom: 1;
    *display: inline;
    margin: 5px 0;
}

.popup.speaker .inside .session_comments {
    font-family: "Open Sans Bold", Helvetica, Arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
}

.popup.speaker .inside .session_comments ul {
    font-family: "Open Sans Regular", Helvetica, Arial, sans-serif;
    font-weight: normal;
    text-transform: none;
}

.popup.speaker .inside .session_comments ul li {
    margin-bottom: 6px;
}

.initiative, .course {
    margin-right: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
}

.initiative img, .course img {
    width: 100%;
}

.initiative.alpha, .standard-form div.initiative.label, .course.alpha, .standard-form div.course.label {
    clear: both;
}

.issue {
    padding-top: 25px;
}

.issue h4 {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    padding: 0;
}

.issue p.issue {
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 19px;
    font-family: "Open Sans Italic", Helvetica, Arial, sans-serif;
    font-weight: normal;
}

.issue p.description {
    font-size: 13px;
    line-height: 19px;
}

.issue > .links {
    margin-bottom: 5px;
}

.issue > img {
    display: block;
    margin: 0 0 20px 0;
    line-height: 285px;
    border: 0;
}

.issue.omega {
    margin-right: -20px;
    padding-right: 20px;
}

.magazines h3 {
    font-size: 22px;
    line-height: 22px;
    padding: 0;
    margin: 0;
}

#content .magazine.featured .rightside {
    float: left;
    width: 350px;
    margin-right: -20px;
    padding-right: 0;
}

#content .magazine.featured .articles h4 {
    margin-bottom: 5px;
}

#content .magazine.featured .articles > a, #content .magazine.featured .articles span {
    display: block;
    font-size: 12px;
    line-height: 15px;
    padding: 0 !important;
    margin: 0 0 10px 0 !important;
    float: left;
    width: 160px;
    letter-spacing: -0.025em;
    font-family: "Open Sans Semibold", Helvetica, Arial, sans-serif;
    font-weight: normal;
}

#content .magazine.featured .articles > a.even, #content .magazine.featured .articles span.even {
    margin: 0 0 10px 30px !important;
}

.newsletters .newsletter h4 {
    margin-bottom: 20px;
}

.newsletters .newsletter .documents .document {
    margin-bottom: 25px;
}

.newsletters .newsletter .documents .document p {
    margin-bottom: 5px;
}

.affiliate {
    margin: 0 -20px 0 0;
    padding: 30px 20px 30px 0;
    border-top: 1px solid #d1d3d4;
    padding-top: 30px;
    padding-bottom: 30px;
    clear: both;
}

.affiliate .logo {
    padding-top: 40px;
}

.affiliate .desc h5, .affiliate .desc #content .store-cart th, #content .store-cart .affiliate .desc th, .affiliate .desc #content .store-cart tr.cart-footer td > div, #content .store-cart tr.cart-footer .affiliate .desc td > div {
    text-transform: none;
    margin: 0;
    padding: 0;
    line-height: 1.5em;
}

.affiliate:first-child {
    border: 0;
    padding-top: 15px;
}

#footer .affiliates {
    position: relative;
}

#footer .affiliate {
    max-width: 200px;
    height: auto;
    display: none;
    margin: 0 auto;
    padding: 30px 0;
    padding-top: 30px;
    padding-bottom: 30px;
    clear: both;
    position: absolute;
    top: 0;
    left: 50%;
    border-top-width: 0;
}

.standard-form {
    background: #f1f2f2;
    padding-top: 10px;
    padding-bottom: 10px;
}

.standard-form .done {
    padding: 0 20px 0 20px;
    color: black;
    font-family: "Open Sans SemiBold", Helvetica, Arial, sans-serif;
    font-weight: normal;
}

.standard-form .row.require label:before {
    content: '* ';
    color: red;
}

.standard-form .row.invalid > div.field > input {
    border-color: red;
}

.standard-form div.errors {
    background: red;
    color: white;
    padding: 10px;
    margin-top: -20px;
    margin-bottom: 20px;
}

.standard-form div.fields.compact .row {
    margin-bottom: 10px;
}

.standard-form div.label {
    display: block;
    float: left;
}

.standard-form div.label label {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 4px 0 0 0;
    margin: 0;
    text-align: right;
    font-weight: normal;
}

.standard-form span {
    color: #777;
}

.standard-form div.field {
    display: block;
    float: left;
}

.standard-form div.field input, .standard-form div.field textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #a3a4a4;
    border-radius: 0;
    padding: 5px;
    line-height: 15px;
    font-size: 14px;
    height: 27px;
    margin: 0;
}

.standard-form div.field input {
    height: 27px;
}

.standard-form div.field input[type=checkbox] {
    width: auto;
}

.standard-form div.field.select {
    width: 230px;
    background: white;
    border-color: #a3a4a4;
}

.standard-form div.buttons > div input {
    float: none !important;
}

.standard-form table {
    width: 80%;
}

.standard-form table th {
    font-family: "Open Sans Bold", Helvetica, Arial, sans-serif;
    font-weight: normal;
}

.standard-form table th, .standard-form table td {
    padding: 4px 15px;
    vertical-align: middle;
}

/*
.standard-form table th:first-child, .standard-form table td:first-child {
  width: 220px;
  text-align: right;
}
*/
.donate.post .multi-step {
    display: none;
}

.donate.post .multi-step.current {
    display: block;
}

.donate.post .dropdown, .donate.post .standard-form div.field.select, .standard-form .donate.post div.field.select, .donate.post .comments #disqus_thread #dsq-sort-by, .comments #disqus_thread .donate.post #dsq-sort-by {
    float: left;
}

.donate.post .dropdown select, .donate.post .standard-form div.field.select select, .standard-form .donate.post div.field.select select, .donate.post .comments #disqus_thread #dsq-sort-by select, .comments #disqus_thread .donate.post #dsq-sort-by select {
    width: 140%;
    max-width: 140%;
}

.donate.post .dropdown.month, .donate.post .standard-form div.month.field.select, .standard-form .donate.post div.month.field.select, .donate.post .comments #disqus_thread .month#dsq-sort-by, .comments #disqus_thread .donate.post .month#dsq-sort-by {
    width: 90px;
    text-align: right;
    margin-right: 10px;
}

.donate.post .dropdown.year, .donate.post .standard-form div.year.field.select, .standard-form .donate.post div.year.field.select, .donate.post .comments #disqus_thread .year#dsq-sort-by, .comments #disqus_thread .donate.post .year#dsq-sort-by {
    width: 100px;
}

#content .donate.post form input[type="submit"] {
    background-color: #0873ba;
}

.donate.post .confirmation {
    background-color: #f1f2f2;
    padding: 18px 30px;
}

.donate.post .confirmation .check {
    line-height: 67px;
}

.donate.post .confirmation .check div {
    margin-right: 18px;
    float: left;
}

#content {
    margin-bottom: 20px;
}

#content #content-main .order-steps {
    padding: 0;
    text-align: center;
}

#content #content-main .order-steps a {
    color: #fff;
    padding: 10px 0;
    text-transform: uppercase;
}

#content #content-main .order-steps .step {
    background-color: transparent;
    color: #999;
    list-style: none !important;
    float: left;
    height: 26px;
    line-height: 26px;
    margin-left: -6px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: -.2px;
}

#content #content-main .order-steps .blocky {
    width: 12px;
    height: 26px;
    position: absolute;
    background-color: #f1f1f1;
    z-index: -1;
}

#content #content-main .order-steps .first {
    margin-left: 0;
}

#content #content-main .order-steps .first .blocky {
    left: 0;
}

#content #content-main .order-steps .last {
    width: 140px;
    padding-left: 5px;
}

#content #content-main .order-steps .last .blocky {
    right: 0;
}

#content #content-main .order-steps .previous .blocky {
    background-color: #2591cf;
}

#content #content-main .order-steps .previous:hover .blocky {
    background-color: #eab12a;
}

#content #content-main .order-steps .current {
    color: #fff;
}

#content #content-main .order-steps .current .blocky {
    background-color: #eab12a;
}

input.product-quantity {
    width: 20px;
    text-align: center;
}

input[name=card-type] {
    display: none;
}

input[name=card-type][checked=checked] + label, input[name=card-type].checked + label {
    opacity: 1;
    filter: alpha(opacity=100);
}

input#security-code {
    width: 100px;
}

input#use-personal-info {
    width: auto;
    vertical-align: middle;
}

.card.sprite {
    opacity: .2;
    filter: alpha(opacity=20);
}

#content .product-detail input[type="submit"], #content .donate.post input[type="submit"] {
    font-family: "Open Sans Bold", Helvetica, Arial, sans-serif;
    font-weight: normal;
    background-color: #609cce;
    padding: 5px 15px 5px 15px;
    margin-top: 30px;
}

#content .product-store h5, #content .product-store .store-cart th, #content .store-cart .product-store th, #content .product-store .store-cart tr.cart-footer td > div, #content .store-cart tr.cart-footer .product-store td > div {
    margin-top: 0px;
}

#content .product-store div.product-category img {
    margin-bottom: 5px;
}

#content .store-cart {
    margin-top: 20px;
}

#content .store-cart div.mp_checkout_error {
    color: red;
    font-family: "Open Sans Bold", Helvetica, Arial, sans-serif;
    font-weight: normal;
}

#content .store-cart input[type="submit"] {
    font-family: "Open Sans Bold", Helvetica, Arial, sans-serif;
    font-weight: normal;
    background-color: #609cce;
    padding: 5px 15px 5px 15px;
}

#content .store-cart div.coupon {
    width: 100%;
    height: auto;
    vertical-align: middle;
}

#content .store-cart div.coupon div {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 4px 10px 4px;
}

#content .store-cart div.coupon div input {
    margin-top: 10px;
    margin-bottom: 10px;
}

#content .store-cart table {
    width: 100%;
}

#content .store-cart th {
    text-align: left;
    padding: 10px;
    border-bottom: 1px solid #d1d3d4;
}

#content .store-cart td {
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: middle;
}

#content .store-cart td.product-description {
    width: 50%;
    padding-left: 10px;
    padding-right: 30px;
}

#content .store-cart td.quantity {
    width: 5%;
}

#content .store-cart td.quantity input {
    margin: auto;
}

#content .store-cart td.remove {
    padding-left: 20px;
    width: 25%;
}

#content .store-cart td.remove input, #content .store-cart td.remove label {
    color: #609cce;
    vertical-align: middle;
}

#content .store-cart td.price {
    width: 20%;
    font-size: 16px;
}

#content .store-cart tr.cart-footer td {
    vertical-align: top;
}

#content .store-cart tr.cart-footer td > div {
    margin: 0px;
}

#content .store-cart .req::before {
    content: "* ";
    color: red;
}

#content .store-cart div.shipping-info, #content .store-cart div.payment-info {
    background: #f1f2f2;
    margin-right: 20px;
    padding: 5px 15px 5px 15px;
}

#content .store-cart div.shipping-info td, #content .store-cart div.payment-info td {
    padding: 5px 10px 5px 0px;
    margin: 0px;
    vertical-align: middle;
}

#content .store-cart div.shipping-info td input[type="text"], #content .store-cart div.payment-info td input[type="text"], #content .store-cart div.shipping-info td input[type="password"], #content .store-cart div.payment-info td input[type="password"], #content .store-cart div.shipping-info td input[type="email"], #content .store-cart div.payment-info td input[type="email"], #content .store-cart div.shipping-info td textarea, #content .store-cart div.payment-info td textarea, #content .store-cart div.shipping-info td select, #content .store-cart div.payment-info td select {
    margin: 0px 0px 0px 0px;
}

#content .store-cart div.shipping-info td:first-child, #content .store-cart div.payment-info td:first-child {
    vertical-align: top;
    padding-top: 5px;
}

#content .store-cart div.shipping-info td.addr-box, #content .store-cart div.payment-info td.addr-box {
    vertical-align: top;
    padding-right: 10px;
}

#content .store-cart div.shipping-info .note, #content .store-cart div.payment-info .note {
    font-size: 12px;
    line-height: 16px;
    font-style: italic;
    color: #888;
}

#content .store-cart div.cart-review {
    background: #f1f2f2;
    padding: 5px 15px 5px 15px;
    margin-bottom: 30px;
}

#content .store-cart div.cart-review div.title {
    padding: 5px 0px 5px 10px;
}

#content .store-cart div.cart-review div.title > h5, #content .store-cart div.cart-review div.title > th {
    margin-top: 0px;
}

#content .store-cart div.cart-review th {
    font-size: 13px;
    padding: 5px;
    border-bottom: 1px solid #d1d3d4;
}

#content .store-cart div.cart-review table #price {
    width: 15%;
    padding-right: 10px;
}

#content .store-cart div.cart-review table #quantity {
    text-align: center;
}

#content .store-cart div.cart-review table #product-desc {
    padding-left: 10px;
}

#content .store-cart div.shipping-review, #content .store-cart div.payment-review {
    background: #f1f2f2;
    padding: 5px 15px 5px 15px;
    margin: 0px;
}

#content .store-cart div.shipping-review th, #content .store-cart div.payment-review th {
    font-size: 13px;
    padding: 5px;
    border: none;
}

#content .store-cart div.shipping-review td, #content .store-cart div.payment-review td {
    padding: 5px 10px;
}

#content .store-cart div.shipping-review span, #content .store-cart div.payment-review span {
    margin-right: 20px;
}

#content .store-cart div.payment-review {
    float: right;
}

#content .store-cart div.payment-info label.choose-gateway {
    margin-right: 5px;
    display: inline-block;
}

#content .store-cart div.payment-info input[type="radio"], #content .store-cart div.payment-info select {
    width: auto;
    display: inline-block;
}

#content .store-cart div.payment-info td.right, #content .store-cart div.payment-info div.cart-review table td#price, #content .store-cart div.cart-review table div.payment-info td#price {
    text-align: right;
    width: 35%;
}

div.sprite-title {
    width: 100%;
    height: auto;
    vertical-align: middle;
    margin-bottom: 10px;
}

div.sprite-title div {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

div.cart-empty {
    padding: 20px 0px 30px 0px;
    margin: 0px 10px 0px 10px;
    text-align: center;
}

div.widget_nc_shopping_cart, div.widget_nc_order_summary {
    padding-top: 10px;
}

div.widget_nc_shopping_cart div.nc_cart_widget_content div.cart-widget-item, div.widget_nc_order_summary div.nc_cart_widget_content div.cart-widget-item {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

div.widget_nc_shopping_cart div.nc_cart_widget_content div.cart-widget-item #description, div.widget_nc_order_summary div.nc_cart_widget_content div.cart-widget-item #description {
    width: 75%;
    float: left;
    padding-left: 5px;
}

div.widget_nc_shopping_cart div.nc_cart_widget_content div.cart-widget-item #description a, div.widget_nc_order_summary div.nc_cart_widget_content div.cart-widget-item #description a {
    font-family: "Open Sans Normal", Helvetica, Arial, sans-serif;
    font-weight: normal;
}

div.widget_nc_shopping_cart div.nc_cart_widget_content div.cart-widget-item #price, div.widget_nc_order_summary div.nc_cart_widget_content div.cart-widget-item #price {
    float: right;
    text-align: right;
    font-family: "Open Sans Bold", Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: black;
    vertical-align: middle;
}

div.widget_nc_shopping_cart div.nc_cart_widget_content #cart-widget-item-shipping, div.widget_nc_order_summary div.nc_cart_widget_content #cart-widget-item-shipping {
    margin-top: 5px;
    padding-top: 5px;
}

div.widget_nc_shopping_cart div.nc_cart_widget_content #total, div.widget_nc_order_summary div.nc_cart_widget_content #total {
    color: black;
    padding: 10px 0px 10px 5px;
    margin: 5px 0px 10px 0px;
}

div.widget_nc_order_summary h5, div.widget_nc_order_summary #content .store-cart th, #content .store-cart div.widget_nc_order_summary th, div.widget_nc_order_summary #content .store-cart tr.cart-footer td > div, #content .store-cart tr.cart-footer div.widget_nc_order_summary td > div {
    text-transform: none;
}

div.widget_nc_member_greeting div.nc_member_widget_content h5, div.widget_nc_member_greeting div.nc_member_widget_content #content .store-cart th, #content .store-cart div.widget_nc_member_greeting div.nc_member_widget_content th, div.widget_nc_member_greeting div.nc_member_widget_content #content .store-cart tr.cart-footer td > div, #content .store-cart tr.cart-footer div.widget_nc_member_greeting div.nc_member_widget_content td > div {
    text-transform: none;
}

div.widget_nc_member_greeting div.nc_member_widget_content .custom_text {
    padding-bottom: 10px;
}

.newsletter {
    border-top: 1px solid #D1D3D4;
    padding-top: 20px;
}

.newsletter:first-child {
    border-top: 0 none;
}

.comments {
    border-top: 1px solid #d1d3d4;
    border-right: 1px solid #d1d3d4;
    margin: 0 -21px 0 0;
    padding: 15px 20px 15px 0;
}

.comments .dsq-comment-actions li {
    margin: 0 !important;
}

.comments .dsq-comment-actions li a {
    color: #609cce;
    opacity: 1;
}

.comments .dsq-comment-actions li a:before {
    content: '> ';
}

.comments .dsq-comment-actions li:after {
    margin-left: 6px;
    content: '|';
    margin-right: 6px;
}

.comments .dsq-comment-actions li:last-child:after {
    content: none;
}

.comments #disqus_thread #dsq-footer {
    display: none;
}

.comments #disqus_thread #dsq-global-toolbar {
    display: none;
}

.comments #disqus_thread #dsq-content h3 {
    font-size: 15px;
    text-transform: uppercase;
    line-height: 1em;
    margin-bottom: 1em;
}

.comments #disqus_thread #dsq-reply .dsq-textarea-background {
    border: 1px solid #d2d2d2;
}

.comments #disqus_thread #dsq-reply .dsq-avatar:before {
    content: " ";
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAALCAMAAAB4W0xQAAAAn1BMVEX////S0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLX19fS0tLS0tLS0tLS0tLV1dXS0tLS0tLU1NTS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tL////09PT4+Pjb29vi4uL8/PzV1dXc3Nzj4+Pq6ury8vL5+fnf39/n5+f+/v7v7+/s7Ozr6+vz8/Pd3d3W1tb6+vrU1NRX0lpYAAAAHnRSTlMAFZTnybBJJgll/jLVAnb5HsD0We9AaL0RO2aPueEdRq16AAAAW0lEQVR4Xk3NNRbEMBTFUNthhmF6Yaah/a8tlf+xuluJKVn6qMhJVxC4UeQgmto0Q9IWbgZIen5ZQTIIowWQjJPPD8TD8bu9yYyfzuKi1U3b9QONrrf74/n6FzuRNwrHencXQwAAAABJRU5ErkJggg==);
    width: 14px;
    height: 11px;
    position: absolute;
    left: 33px;
    top: 14px;
    z-index: 1;
}

.comments #disqus_thread #dsq-reply #dsq-account-dropdown {
    padding: 10px 10px 0 0;
    margin: 0;
    text-transform: uppercase;
}

.comments #disqus_thread #dsq-reply #dsq-account-dropdown a {
    display: block;
    color: white;
    font-size: 15px;
    line-height: 15px;
}

.comments #disqus_thread #dsq-reply h3 {
    display: block;
    color: white;
    background: #0e73ba;
    text-transform: uppercase;
    padding: 10px;
    margin: 0 0 10px 0;
    line-height: 100%;
}

.comments #disqus_thread #dsq-reply .dsq-textarea-background {
    border-radius: 0;
    background: white;
    box-shadow: none;
}

.comments #disqus_thread #dsq-comments {
    margin-top: 30px;
}

.comments #disqus_thread #dsq-comments .dsq-comment-header {
    border: 1px solid #d2d2d2;
}

.comments #disqus_thread #dsq-comments .dsq-avatar:before {
    content: " ";
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAALCAMAAAB4W0xQAAAAqFBMVEX////x8vLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLT09PS0tLS0tLS0tLW1tbU1NTS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS09PS0tLS0tLS0tLS0tLS0tLS0tLx8vLU1NTw8fHs7e3p6urm5+fg4eHl5eXu7+/h4eHb29vk5eXd3d3Y2Nja2trt7u7v8PDW19fi4+Pn6Ojb3NxIOwcTAAAAI3RSTlMAAHbJsBVJ5yYJlGX0MtUC/vkewFnvFDtjirHZ+gUnUJ3F7BJhjYgAAABgSURBVHheTc01FsMwFAXRSGamIMMTmIOw/525+jqZ7lYzoxhjvjX8MYpHGDr2XcHQ9XoJYhDmGiAm6e0FYsaLGiCW1eMJw/lCfL5KEper9Wa7279/Tas7Gh2OJ36+XMUE8G4MPAI8uXIAAAAASUVORK5CYII=);
    width: 14px;
    height: 11px;
    position: absolute;
    left: 33px;
    top: 14px;
    z-index: 1;
}

.comments #disqus_thread #dsq-sort-by {
    width: auto;
    min-width: 170px;
}

.comments #disqus_thread .dsq-button {
    font-family: "Open Sans Bold", Helvetica, Arial, sans-serif;
    font-weight: normal;
    background-color: #0e73ba;
    background-image: none;
    color: #FFF;
    text-shadow: none;
    font-size: 15px;
    border: 1px solid #d2d2d2;
    border-radius: 0;
    text-transform: uppercase;
}

.comments #disqus_thread .dsq-button:hover {
    background-color: #0e73ba;
    background-image: none;
}

.comments #disqus_thread .dsq-comment-body .dsq-comment-header {
    border-radius: 0;
    background: #f1f2f2;
    margin-bottom: 0;
}

.comments #disqus_thread .dsq-comment-body .dsq-comment-text {
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-top: 0;
    margin: 0;
    display: block;
    padding-top: 10px;
}

.comments #disqus_thread .dsq-comment-body .dsq-comment-text p {
    padding: 0 10px 10px 10px !important;
    margin: 0 !important;
}

body .dsq-popup-container div.dsq-popup-title {
    background-color: #0e73ba !important;
    background-image: none !important;
}

body .dsq-popup-container div.dsq-popup-title h3 {
    text-shadow: 0 0 !important;
}

body .dsq-popup-container .dsq-popup-close {
    top: 15px !important;
}

body .dsq-popup-container .dsq-popup-wrapper {
    border-color: #D1D3D4 !important;
}

body .dsq-popup-container .powered-by {
    display: none !important;
}

.exception {
    border-radius: 8px;
    padding: 10px;
    background: #ffd980;
    border: 1px solid #e9b12b;
    color: black;
    font-family: "Open Sans Semibold", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 13px;
    margin-bottom: 1em;
}

.exception.alert {
    background: #edafb2;
    border-color: #ed1c24;
}

.exception ul {
    margin: 0 0 0 1em;
}

.exception ul > li {
    margin: 0 0 0 1em;
    padding: 4px;
    list-style: disc;
}

.app-uploader {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD0AAAA9CAYAAAAeYmHpAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QkEyOTFCRDU1OUJEMTFFMkJFNDBEOTI1Q0RERkI4RUMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QkEyOTFCRDY1OUJEMTFFMkJFNDBEOTI1Q0RERkI4RUMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCQTI5MUJEMzU5QkQxMUUyQkU0MEQ5MjVDRERGQjhFQyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCQTI5MUJENDU5QkQxMUUyQkU0MEQ5MjVDRERGQjhFQyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pi1hjmoAAALMSURBVHja7JtdiExRHMDPGJ9LNsIDHogHafBASDT5KhSWlQntphRJorThxccLkgc2JHlZPMz4KllE+YgHK9QKL0o+ygsPJEIr/I77n0zTNnvv7s6995w5//p1pjt77pnfnvufe849ZxLZbE4FiD2wW8UnXkFNJrPyeZBKPZTZMQZacrlzK8KQboJEhFyWz/EN+sN5xPdBshJ6ei80yuud0Iz4INul28jnLZT18AMWwCPEUzZL/wvEz1DMhHeS5w8Rz1gtLeJPKKbAXaiCLOIH28tza6RF/CPFfDgihxrgOuKDrZUW8V+wlZd18F3+CY8Rn2itdIH8WYoZ8BZGw4N8nlsrLeKtFJPhdkGeH+ppuFcaCT9/dw3GwXDYZrp0jRAoTJXWl+vngHUGQK3J0o0FeeurAmkwKi9t9ReZ9SMyJ+2knbSTdtJO2klXpvRvKf+YLB107H1R5qdNlST9Apa6nHbSdl7exXXXwiIYCM/gqPJWEq2UrlbeIlq64Nhc2ACr1P8FNmsub71AdrNIOB/94BKssUl6KNyDqR2c8zSss0F6pPLWiVI+z3sKNposnRceH/D8x2GHidJjoUV5S6Cdif2wyyTplPTwiC62o3cMHDBBegLc6QbhfGyX+3girtLT4D4M6eb2NsEJSMZNepbch6vL1OZ6uaUl4yI9B27IsLKcsRr0cmPvqKWXwFUZVYURy+EC9I1KujaiD7BYeWvHVWFLL5NLrVdEKTYbmqFPmNInYzCv1uL1YUo/jcF44WuY83A9n54Hw9rJq9dlalPv8TpcdOw9tIX9EOFDiL2qt028Me0hgvHhpJ20k3bSxkfcNs/pJ6h1QSr43BuqCucVcZPW84B0lD39s0yTgC8l3tO9PClKab3pdGEZ2rxV4r1PynsQ6Tv87g31+0XW0EGvdCaOxWGCU0paL8BPhyvK+81TV+IlbBYij78CDACUD5CkcAJ86QAAAABJRU5ErkJggg==);
    background-repeat: no-repeat;
    background-position: top left;
    padding-left: 80px;
}

.app-uploader .done {
    min-height: 61px;
}

.app-uploader .done div.success {
    color: green;
    font-family: "Open Sans Bold", Helvetica, Arial, sans-serif;
    font-weight: normal;
    padding-top: 20px;
    line-height: 19px;
    font-size: 13px;
    min-height: 13px;
}

.app-uploader form h2 {
    display: none;
}

.app-uploader form div.errors {
    color: white;
    background: red;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 1em;
    font-family: "Open Sans Bold", Helvetica, Arial, sans-serif;
    font-weight: normal;
    line-height: 18px;
    font-size: 13px;
}

.app-uploader form label {
    font-weight: normal;
    font-family: "Open Sans Regular", Helvetica, Arial, sans-serif;
    font-weight: normal;
    margin-bottom: 0.5em;
}

.app-uploader form .field.file {
    position: relative;
}

.app-uploader form .field.file .fakeuploader {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
}

.app-uploader form .field.file .fakeuploader input.uploader {
    border: 1px solid #d1d3d4;
    width: 220px;
    margin-right: 20px;
    height: 27px;
    vertical-align: top;
}

.app-uploader form .field.file .fakeuploader input.browse {
    width: 90px;
    height: 27px;
    vertical-align: top;
}

.app-uploader form .field.file input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.app-uploader form .field.file input.invisible {
    height: 27px;
    width: 330px;
    position: relative;
    text-align: right;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    z-index: 2;
}

.app-uploader form .buttons {
    margin-top: 50px;
}

#usamap, #paper {
    display: block;
    width: 580px;
    height: 440px;
}

#usamap {
    background: transparent url(images/ajax-loader.gif) top center no-repeat;
    position: relative;
    margin-bottom: 30px;
}

#usamap #legend {
    position: absolute;
    bottom: 10px;
    right: 50px;
}

#usamap #legend .item {
    display: block;
    margin: 8px 0;
}

#usamap #legend .item .icon {
    display: inline-block;
    width: 24px;
    height: 25px;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
    color: #FFF;
    font-size: 8px;
    line-height: 24px;
    margin-right: 5px;
    cursor: default;
}

#paper {
    width: 100%;
    height: 100%;
    display: none;
    background: white;
}

ul#state-list {
    margin: 0;
    padding: 0;
    width: 100%;
}

ul#state-list > li {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 25%;
    float: left;
    margin-bottom: 1em;
}

ul#state-list > li > a {
    font-family: "Open Sans Regular", Helvetica, Arial, sans-serif;
    font-weight: normal;
    display: block;
    border: 0;
    text-transform: none;
    margin: 0;
    padding: 0;
    padding-left: 10px !important;
    padding-right: 10px !important;
    text-indent: -10px;
    font-size: 14px;
    line-height: 19px;
    color: #0e72b9;
}

table.stack {
    display: block;
}

table.stacktable {
    display: none;
}

.fb_iframe_widget:after {
    content: " ";
    display: block;
    height: 40px;
    width: 100%;
    background-color: #FFF;
    bottom: 0;
    left: 0;
    position: absolute;
}

.areas-of-expertise .area-of-expertise {
    margin: 0px;
    padding-right: 20px;
    padding-top: 20px;
}

/* Tabs */
ul.tabs {
    display: block;
    margin: 0 0 4px 0;
    padding: 40px 0 0 0;
}

ul.tabs li {
    display: block;
    width: auto;
    height: 30px;
    padding: 0;
    float: left;
    margin-bottom: 0;
}

ul.tabs li a {
    color: #d1d3d4 !important;
    display: block;
    text-decoration: none;
    width: auto;
    height: 29px;
    padding: 0px 20px;
    line-height: 30px;
    margin: 0;
    font-size: 13px;
}

ul.tabs li a.active {
    color: black !important;
    height: 30px;
    position: relative;
    border-left: solid 1px #d1d3d4;
    border-top: solid 4px #0873ba;
    border-right: solid 1px #d1d3d4;
    border-bottom: solid 1px white;
    top: -4px;
    padding-top: 4px;
    -moz-border-radius-topleft: 2px;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
}

ul.tabs-content {
    margin: 0;
    display: block;
    border: solid 1px #d1d3d4;
}

ul.tabs-content > li {
    display: none;
    padding: 20px 30px;
}

ul.tabs-content > li.active {
    display: block;
}

/* Clearfixing tabs for beautiful stacking */
ul.tabs:before,
ul.tabs:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

ul.tabs:after {
    clear: both;
}

ul.tabs {
    zoom: 1;
}

/* #Sidebar Styles
================================================== */
#sidebar_wrap {
    border-left: 1px solid #d1d3d4;
    border-bottom: 1px solid #d1d3d4;
}

#sidebar_wrap > div {
    padding: 10px 19px 10px 20px;
}

#sidebar_wrap > div.widget_horizontal_ruler {
    padding: 0;
}

#sidebar_wrap > div.widget_find_provider {
    padding: 0 60px 20px 60px;
}

#sidebar_wrap > div.widget_nav_menu ul, #sidebar_wrap > div.widget_side_nav ul {
    padding-left: 15px;
    margin-bottom: 0;
    margin-left: 13px;
    text-indent: -13px;
}

#sidebar_wrap > div.widget_nav_menu .current_item_subitems #menu-primary-navigation > li > ul, #sidebar_wrap > div.widget_side_nav .current_item_subitems #menu-primary-navigation > li > ul {
    display: none;
}

#sidebar_wrap > div.widget_nav_menu .current_item_subitems #menu-primary-navigation > li.current-menu-item > ul, #sidebar_wrap > div.widget_side_nav .current_item_subitems #menu-primary-navigation > li.current-menu-item > ul, #sidebar_wrap > div.widget_nav_menu .current_item_subitems #menu-primary-navigation > li.current-page-ancestor > ul, #sidebar_wrap > div.widget_side_nav .current_item_subitems #menu-primary-navigation > li.current-page-ancestor > ul, #sidebar_wrap > div.widget_nav_menu .current_item_subitems #menu-primary-navigation > li.current-menu-ancestor > ul, #sidebar_wrap > div.widget_side_nav .current_item_subitems #menu-primary-navigation > li.current-menu-ancestor > ul, #sidebar_wrap > div.widget_nav_menu .current_item_subitems #menu-primary-navigation > li.current_page_ancestor > ul, #sidebar_wrap > div.widget_side_nav .current_item_subitems #menu-primary-navigation > li.current_page_ancestor > ul {
    display: block;
}

#sidebar_wrap > div.widget_nav_menu #menu-hill-day, #sidebar_wrap > div.widget_side_nav #menu-hill-day {
    font-size: 15px;
}

body.section-awards #sidebar_wrap > div.widget_nav_menu h2, body.section-awards #sidebar_wrap > div.widget_side_nav h2 {
    font-size: 22px;
    line-height: 26px;
}

#sidebar_wrap > div.widget_side_nav #menu-side-nav {
    font-size: 15px;
}

#sidebar_wrap > div.widget_side_nav .current_page_item > a {
    color: #002596 !important;
    font-family: "Open Sans Extrabold", Helvetica, Arial, sans-serif;
    font-weight: normal;
}

#sidebar_wrap > div.widget_register_button {
    padding-bottom: 0;
}

#sidebar_wrap > div.widget_hill_day_partners img, #sidebar_wrap > div.widget_hill_day_supporters img {
    width: 112px;
    height: 80px;
    margin-right: 30px;
}

#sidebar_wrap > div.widget_grey_bg {
    background-color: #f1f2f2;
    color: #231f20;
    padding-bottom: 20px;
}

#sidebar_wrap > div.widget_categories > ul {
    margin: 1em 0 1em 0.5em;
    list-style: disc;
    padding: 0;
}

#sidebar_wrap > div.widget_categories > ul > li {
    font-size: 12px;
    line-height: 16px;
    margin-left: 1em;
}

#sidebar_wrap > div.widget_categories > ul > li a {
    color: black;
    font-family: "Open Sans Regular", Helvetica, Arial, sans-serif;
    font-weight: normal;
}

#sidebar_wrap > div.widget_conference_register {
    background-color: #fff;
    border-top: 1px solid #d1d3d4;
    border-bottom: 1px solid #d1d3d4;
    text-align: center;
}

#sidebar_wrap > div.widget_conference_register > div {
    font-size: 16px;
    color: #a3a4a4;
    margin-bottom: 15px;
}

#sidebar_wrap > div.widget_conference_register > div #date {
    padding-right: 20px;
    display: inline;
    border-right: 2px solid #a3a4a4;
    text-align: right;
}

#sidebar_wrap > div.widget_conference_register > div #location {
    padding-left: 20px;
    display: inline;
    text-align: left;
}

#sidebar_wrap > div.widget_conference_register input {
    background-color: #609cce;
}

#sidebar_wrap > div.featured-post {
    border-top: 1px solid #d1d3d4;
}

#sidebar_wrap > div.popular-magazine img {
    width: 220px;
}

#sidebar_wrap > div.popular-magazine p.issue {
    margin: 0 0 0.5em 0;
    padding: 0;
    font-size: 12px;
    font-family: "Open Sans Italic", Helvetica, Arial, sans-serif;
    font-weight: normal;
}

#sidebar_wrap > div.popular-magazine p.download {
    margin: 0.5em 0 0.5em 0;
}

#sidebar_wrap > div.related-post {
    border-top: 1px solid #d1d3d4;
}

#sidebar_wrap > div.related-post a img {
    width: 102px;
    display: block;
    float: left;
    line-height: 100%;
    margin: 0 10px 0 0;
    border: 1px solid #d1d3d4;
    background: white;
    padding: 3px;
}

#sidebar_wrap > div.related-post a h3 {
    text-transform: uppercase;
    font-size: 16px;
    margin: 0 0 12px 0;
    padding: 0;
    line-height: 16px;
    color: black;
    text-decoration: none;
}

#sidebar_wrap > div.related-post a h4 {
    margin: 0;
    padding: 20px 0 0 0;
    line-height: 19px;
    text-transform: none;
    font-size: 15px;
    color: black;
    text-decoration: none;
}

#sidebar_wrap .widget p {
    margin: 0;
}

#sidebar_wrap .widget img {
    margin: 10px 0;
}

#sidebar_wrap .widget h3 {
    font-size: 22px;
    font-weight: normal;
}

#sidebar_wrap .widget p.dates {
    font-family: "Open Sans Italic", Helvetica, Arial, sans-serif;
    font-weight: normal;
    margin-bottom: 0.5em;
}

#sidebar_wrap img {
    width: 100%;
    height: auto;
}

#sidebar_wrap img.img-left {
    width: auto;
    float: left;
}

#sidebar_wrap h4 {
    margin: 0;
}

.sidebar_wrap_2 {
    border-left: 1px solid #d1d3d4;
}

/* #Footer Styles
================================================== */
#footer {
    background-color: #0e73ba;
    margin-top: 20px;
}

#footer h6 {
    text-transform: uppercase;
}

#footer-bottom {
    background-color: #0061A3;
}

#footer-bottom .footer-content {
    height: 20px;
    overflow: hidden;
}

#footer-bottom .footer-content h6 {
    text-align: left;
}

#footer-bottom .footer-content > * {
    vertical-align: middle;
    position: relative;
    top: -14px;
}

#footer-bottom .footer-content > a {
    margin-left: 25px;
    padding: 4px 0;
}

#footer-bottom .footer-content > a * {
    vertical-align: middle;
}

#footer-topics {
    border-right: 1px solid #FFF;
    min-height: 140px;
    margin-top: -15px;
    padding-top: 15px;
}

.footer-content {
    color: #fff;
    font-size: 12px;
    line-height: 15px;
    padding: 10px;
}

.footer-content ul, .footer-content li {
    vertical-align: top;
    margin: 0;
}

.footer-content h6 {
    color: #fff;
}

.footer-content a {
    color: #fff;
    font-size: 12px;
    line-height: 15px;
}

.footer-content li {
    margin-left: 1em;
    text-indent: -1em;
}

.footer-content li > a {
    font-size: 12px;
    line-height: 15px;
}

.footer-content li > a:hover {
    text-decoration: underline;
}

#subfooter {
    margin-top: 10px;
    font-size: 12px;
    line-height: 15px;
    color: #77787b;
    padding-bottom: 20px;
}

#subfooter a {
    color: #77787b;
}

#subfooter-links {
    font-size: 12px;
    line-height: 18px;
    text-align: right;
}

#subfooter-links .sprite {
    margin-top: 10px;
    margin-left: auto;
}

#subfooter-links a {
    border-left: 1px solid #77787B;
    padding: 0 4px;
}

#subfooter-links a:first-child {
    border-left-width: 0px;
}

#subfooter-links .ouw-a {
    display: inline-block;
    /*IE7 inline-block hack*/
    zoom: 1;
    *display: inline;
    border-left-width: 0px;
    margin-left: auto;
}

/* Text Call-Outs
================================================== */
.message {
    background-color: #F2F2F2;
    color: #231F20;
    padding: 10px 15px 5px;
    border-top: 1px solid #D1D3D4;
    border-bottom: 1px solid #D1D3D4;
    margin-top: 10px;
    margin-bottom: 10px;
}

span.callout, span.notice, span.alert {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    color: #fff;
    background-color: #EAB12A;
    text-transform: uppercase;
    font-size: 0.85em;
}

span.notice {
    background-color: #0873BA;
}

span.alert {
    background-color: #800;
}

.quote-box {
    font-family: "Open Sans Italic", Helvetica, Arial, sans-serif;
    font-weight: normal;
    background-color: #f7f7f7;
    padding: 15px 25px 10px;
    position: relative;
    color: #717274;
    font-size: 13px;
    line-height: 19px;
}

.quote-box .attribution {
    text-align: right;
}

.quote-box .attribution .name {
    font-family: "Open Sans Bold", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

.quote-box .attribution .title {
    font-family: "Open Sans Regular", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
}

/* Popup Dialog
================================================== */
.popup {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10000;
    vertical-align: middle;
    /*background-color: rgba(0,0,0,.5);*/
}

.popup hr {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

.popup > .inside {
    display: block;
    width: 580px;
    border-radius: 30px;
    padding: 40px 80px 40px 80px;
    background: #F1F2F2;
    box-shadow: 0 0 27px rgba(0, 0, 0, 0.69);
    margin: 4% auto 0 auto;
    max-height: 75%;
    overflow-y: auto;
    overflow-x: hidden;
}

.popup > .inside .big-email-icon {
    margin-right: 15px;
}

.popup > .inside a.close {
    display: block;
    float: right;
    width: 19px;
    height: 20px;
    margin: -20px -60px 0 0;
}

.popup > .inside h3, .popup > .inside h2 {
    font-family: "Open Sans Bold", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 28px;
    margin: 0;
    padding: 0;
    font-weight: 400;
    text-transform: uppercase !important;
}

.popup > .inside h3 {
    font-family: "Open Sans Regular", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 15px;
    line-height: 15px;
    padding: 0 0 10px 0;
}

.popup > .inside .left-column {
    min-width: 290px;
    float: left;
}

.popup > .inside .right-column {
    min-width: 200px;
    padding-left: 40px;
    border-left: 1px solid #666;
    float: right;
}

.popup > .inside .fieldrow {
    margin: 10px 0 10px 0;
}

.popup > .inside .fieldrow label {
    font-family: "Open Sans Bold", Helvetica, Arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    color: black;
    display: inline;
    font-weight: 400;
}

.popup > .inside .fieldrow input {
    width: 100%;
    margin-bottom: 0;
}

.popup > .inside .fieldrow textarea {
    width: 100%;
}

.popup > .inside em {
    font-family: "Open Sans Italic", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

.popup > .inside span.required {
    font-family: "Open Sans Italic", Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #ed1c24;
}

.popup > .inside input.submit {
    font-family: "Open Sans Bold", Helvetica, Arial, sans-serif;
    font-weight: normal;
    background: #609cce;
    color: white;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    text-shadow: none;
    text-outline: none;
    min-width: 100px;
    padding: 5px;
    border: 0;
    border-radius: 0;
    float: right;
}

/* for SVG in /topics/certified-community-behavioral-health-clinics-3 page */
.svg-container {
    max-width: 580px;
    margin: 0 auto;
    /*box-shadow: 0 0 1px #000 inset;*/
}

#graph svg {
    width: 100%;
    background-color: transparent;
}

#graph .copyright {
    display: block;
    font-family: "Open Sans Regular", ​Helvetica, ​Arial, ​sans-serif;
    font-size: 7px;
    margin-top: -10px;
    padding-left: 10px;
    font-weight: normal;
}

/* for /topics/insurance-and-risk-management/*/
#content .post table.ins-risk-grid th {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
    text-transform: uppercase;
}

table.ins-risk-grid tbody td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
    vertical-align: middle;
}

/* for /topics/insurance-and-risk-management/*/
/* fix for sidebar widgets for jobs/featured jobs/search jobs */
#sidebar div.tnc-featured-job-widget .widget_wrapper img {
    width: auto;
    margin: 0 !important;
}

#sidebar div.tnc-featured-job-widget .widget_wrapper,
#sidebar div.tnc-featured-job-widget .widget_wrapper .jt_job_list {
    width: 100%;
}

#sidebar .rsswidget img {
    width: auto;
}

#content div.tnc-featured-job-embed .widget_wrapper,
#content div.tnc-featured-job-embed .widget_wrapper .jt_job_list {
    width: 100%;
}

#content div.tnc-featured-job-embed .widget_wrapper img {
    width: auto;
    padding: 5px 0 0 42px;
}

/*#contact-popup {
  display: none !important;
}*/

#content .opioid-social-media-sharing {
    float: right;
    height: 32px;
}

.dont-break-out {
    overflow-wrap: break-word;
    word-wrap: break-word;
}

/* award page footer */
#content .post .award-footer-nav {
    padding: 10px 0;
}

.award-footer-nav {
    padding: 10px 0;
    margin: 30px auto 10px auto;
    text-align: center;
    border-top: 1px solid #e1eff8;
    border-bottom: 1px solid #e1eff8;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 5%, rgba(239, 249, 255, 1) 49%, rgba(255, 255, 255, 1) 93%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 5%, rgba(239, 249, 255, 1) 49%, rgba(255, 255, 255, 1) 93%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 5%, rgba(239, 249, 255, 1) 49%, rgba(255, 255, 255, 1) 93%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
}

#content .post .award-footer-nav ul,
.post #content .award-footer-nav ul,
.award-footer-nav ul li,
.award-footer-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.award-footer-nav ul li:first-child {
    display: none;
}

.award-footer-nav ul li {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 22px;
    color: #000;
    display: inline-block;
}

.award-footer-nav ul li a {
    border-right: 1px solid #ddd;
    padding: 0 12px;
    color: #0061a3;
    font-family: "Open Sans Bold", ​Helvetica, ​Arial, ​sans-serif;
}

.award-footer-nav ul li:last-child a {
    border-right: 0;
}

.award-footer-nav ul li a:hover {
    color: #000;
}

.post #content .awards-list-block ul:not(.columns), #content.mceContentBody .awards-list-block ul:not(.columns) {
    padding: 0;
}

.page-annual-report .links a.social-link-icon {
    text-indent: -999999px;
    display: inline-block;
}

.page-annual-report #content .links.tinylinks a.social-link-icon {
    margin: 0 2px 0 0;
}

.page-annual-report .searchbar {
    margin: 0;
    padding: 10px
}

.page-annual-report .searchbar span {
    padding-top: 2px;
}

.page-annual-report .dropdown.searchby {
    height: 22px;
}

.page-annual-report .issue.omega {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/*MAINT-4765*/
#navigation > ul > li > ul > li{
    position: relative;
}
#navigation > ul > li:not(.no-hover):hover > ul > li > ul.sub-menu {
    display: none;
    position: absolute;
    left: 100%;
    background: rgba(248, 248, 248, 0.9);
    border-top: 6px solid #89640E;
    border-bottom: 6px solid #89640E;
    margin-left: 0;
    margin-top: 0;
    top:0;
}

#navigation > ul > li:not(.no-hover):hover > ul > li:not(.no-hover):hover >ul{
    display: block;
}


#navigation > ul > li:not(.no-hover):hover > ul > li:not(.no-hover):hover >ul>li>a {
    color:#609cce;
}
#navigation > ul > li:not(.no-hover):hover > ul > li:not(.no-hover):hover >ul>li>a:hover {
    color: #89640E;
}

#navigation > ul > li.nc_hide:hover:not(.no-hover) > a, 
#navigation > ul > li.nc_hide.touchactive > a,
#navigation > ul > li > ul li.nc_hide > a {
    cursor: default;
}
/*MAINT-4765*/

/*MAINT-4932*/
.associations img {
    margin-bottom: 0px !important;
    vertical-align: middle;
    max-width: 21px !important;
    max-height: 33px;
}
.non-assoc {
    padding-left: 26px !important;
}
/*MAINT-4932*/

@media (max-width: 1450px) {
    #navigation > ul > li:not(.no-hover):hover > ul > li > ul.sub-menu {
        left: auto;
        right: 100%;
    }
}


@media (max-width: 767px) {
    #content .post .award-footer-nav ul li,
    .post #content .award-footer-nav ul li,
    .award-footer-nav ul li {
        display: block;
        margin: 8px 0;
    }

    #content .post .award-footer-nav ul li:first-child,
    .post #content .award-footer-nav ul li:first-child,
    .award-footer-nav ul li:first-child {
        display: none;
    }

    .award-footer-nav ul li a {
        border-right: 0;
        padding: 10px 0;
    }

    /*MAINT-4765*/
    
    #navigation > ul > li:not(.no-hover):hover > ul > li:not(.no-hover):hover >ul , #navigation > ul > li > ul > li > ul{
        display: none;
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        margin: 0;
        background: #BB8913!important;
    }
    #navigation > ul > li:not(.no-hover):hover > ul > li > ul.sub-menu {
        display: none;
        position: relative;
        left: 0;
        background: transparent;
        top: 0;
        margin-top: 0;
        border-top: 0;
        border-bottom: 0;
    }
   
    #navigation > ul > li:not(.no-hover):hover > ul > li:not(.no-hover):hover >ul>li>a {
        color:#609cce;
    }
    #navigation > ul > li:not(.no-hover):hover > ul > li:not(.no-hover):hover >ul>li>a:hover {
        color: #89640E;
    }

    #navigation > ul > li > ul > li.menu-item-has-children.nc_hide::before {
       
        background-image: url(images/sprite.png);
        background-repeat: no-repeat;
        display: block;
        content: " ";
        position: absolute;
        right: 5px;
        top: auto;
        z-index: 9;
        padding: 0 0 0 0;
        background-position: -93.75px -93.75px;
        width: 12px;
        height: 18px;
        background-size: 3906.25%;
        margin-top: 5px;
        -moz-background-size: 3906.25%;
    }
    
    #navigation > ul > li > ul > li.menu-item-has-children.nc_hide:hover{
        /*background: rgb(233, 177, 43);*/
    }
    #navigation > ul > li > ul > li.menu-item-has-children.nc_hide:hover > a{
        /*color: #ffffff!important;*/
    }
    #navigation > ul > li > ul > li.menu-item-has-children.nc_hide:hove > ul, #navigation > ul > li > ul > li > ul{
        margin-left:0!important;
        background: rgba(255, 255, 255, 0.7)!important;
    }
    #navigation > ul > li > ul > li.menu-item-has-children.nc_hide:hove > ul > li>a, #navigation > ul > li > ul > li > ul> li> a{
        color:#89640E;
    }

    #navigation > ul > li > ul > li.menu-item-has-children.nc_hide > ul > li:hover > a{
        color:#89640E!Important;
    }
    
    /*MAINT-4765*/
}

/* award page footer */

/* #Media Queries
================================================== *//* #Web Fonts
================================================== */
@font-face {
    font-family: "Open Sans Light";
    src: url("/fonts/OpenSans-Light-webfont.eot");
    src: url("/fonts/OpenSans-Light-webfont.eot#iefix") format("embedded-opentype"), url("/fonts/OpenSans-Light-webfont.woff") format("woff"), url("/fonts/OpenSans-Light-webfont.ttf") format("truetype"), url("/fonts/OpenSans-Light-webfont.svg#OpenSansLight") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Open Sans Light Italic";
    src: url("/fonts/OpenSans-LightItalic-webfont.eot");
    src: url("/fonts/OpenSans-LightItalic-webfont.eot#iefix") format("embedded-opentype"), url("/fonts/OpenSans-LightItalic-webfont.woff") format("woff"), url("/fonts/OpenSans-LightItalic-webfont.ttf") format("truetype"), url("/fonts/OpenSans-LightItalic-webfont.svg#OpenSansLight") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Open Sans Regular";
    src: url("/fonts/OpenSans-Regular-webfont.eot");
    src: url("/fonts/OpenSans-Regular-webfont.eot#iefix") format("embedded-opentype"), url("/fonts/OpenSans-Regular-webfont.woff") format("woff"), url("/fonts/OpenSans-Regular-webfont.ttf") format("truetype"), url("/fonts/OpenSans-Regular-webfont.svg#OpenSansLight") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Open Sans Italic";
    src: url("/fonts/OpenSans-Italic-webfont.eot");
    src: url("/fonts/OpenSans-Italic-webfont.eot#iefix") format("embedded-opentype"), url("/fonts/OpenSans-Italic-webfont.woff") format("woff"), url("/fonts/OpenSans-Italic-webfont.ttf") format("truetype"), url("/fonts/OpenSans-Italic-webfont.svg#OpenSansLight") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Open Sans Semibold";
    src: url("/fonts/OpenSans-Semibold-webfont.eot");
    src: url("/fonts/OpenSans-Semibold-webfont.eot#iefix") format("embedded-opentype"), url("/fonts/OpenSans-Semibold-webfont.woff") format("woff"), url("/fonts/OpenSans-Semibold-webfont.ttf") format("truetype"), url("/fonts/OpenSans-Semibold-webfont.svg#OpenSansLight") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Open Sans Semibold Italic";
    src: url("/fonts/OpenSans-SemiboldItalic-webfont.eot");
    src: url("/fonts/OpenSans-SemiboldItalic-webfont.eot#iefix") format("embedded-opentype"), url("/fonts/OpenSans-SemiboldItalic-webfont.woff") format("woff"), url("/fonts/OpenSans-SemiboldItalic-webfont.ttf") format("truetype"), url("/fonts/OpenSans-SemiboldItalic-webfont.svg#OpenSansLight") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Open Sans Bold";
    src: url("/fonts/OpenSans-Bold-webfont.eot");
    src: url("/fonts/OpenSans-Bold-webfont.eot#iefix") format("embedded-opentype"), url("/fonts/OpenSans-Bold-webfont.woff") format("woff"), url("/fonts/OpenSans-Bold-webfont.ttf") format("truetype"), url("/fonts/OpenSans-Bold-webfont.svg#OpenSansLight") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Open Sans Bold Italic";
    src: url("/fonts/OpenSans-BoldItalic-webfont.eot");
    src: url("/fonts/OpenSans-BoldItalic-webfont.eot#iefix") format("embedded-opentype"), url("/fonts/OpenSans-BoldItalic-webfont.woff") format("woff"), url("/fonts/OpenSans-BoldItalic-webfont.ttf") format("truetype"), url("/fonts/OpenSans-BoldItalic-webfont.svg#OpenSansLight") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Open Sans Extrabold";
    src: url("/fonts/OpenSans-ExtraBold-webfont.eot");
    src: url("/fonts/OpenSans-ExtraBold-webfont.eot#iefix") format("embedded-opentype"), url("/fonts/OpenSans-ExtraBold-webfont.woff") format("woff"), url("/fonts/OpenSans-ExtraBold-webfont.ttf") format("truetype"), url("/fonts/OpenSans-ExtraBold-webfont.svg#OpenSansLight") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Open Sans Extrabold Italic";
    src: url("/fonts/OpenSans-ExtraBoldItalic-webfont.eot");
    src: url("/fonts/OpenSans-ExtraBoldItalic-webfont.eot#iefix") format("embedded-opentype"), url("/fonts/OpenSans-ExtraBoldItalic-webfont.woff") format("woff"), url("/fonts/OpenSans-ExtraBoldItalic-webfont.ttf") format("truetype"), url("/fonts/OpenSans-ExtraBoldItalic-webfont.svg#OpenSansLight") format("svg");
    font-weight: normal;
    font-style: normal;
}

@media only screen and (min-width: 960px) {
    /* Desktop sizes 960 and higher */
    .training-development.course.featured.stretchy, hr.training-development.course.featured, .people h2.training-development.course.featured {
        /* Desktop sizes 960 and higher */
        padding-right: 25px;
    }

    .searchbar .three.columns.omega, .searchbar .information-row span.omega, .information-row .searchbar span.omega, .searchbar .standard-form div.three.omega.label, .standard-form .searchbar div.three.omega.label {
        /* Desktop sizes 960 and higher */
        text-align: center;
        border-right: none;
        padding: 29px 0 0 6px;
        margin: 0;
    }

    #navigation > ul > li {
        /* Desktop sizes 960 and higher */
    }

    #navigation > ul > li:nth-last-child(2) ul {
        left: -33px;
        right: auto;
    }

    #navigation > ul > li:last-child ul {
        left: auto;
        right: 0;
    }

    .boxed-person-list div.person {
        max-height: 550px;
        min-height: 550px;
    }

    #content div.tnc-featured-job-embed .widget_wrapper img {
        padding: 5px 0 0 47px;
    }
}

@media only screen and (max-width: 959px) {
    /* Smaller than standard 960 (devices and browsers) */
    .sprite.button-phone:hover, .button-phone-container:hover .sprite.button-phone {
        /* Smaller than standard 960 (devices and browsers) */
        cursor: pointer;
        background-position: -700px -950px;
        width: 31px;
        height: 30px;
    }

    .sprite.bar1 {
        /* Smaller than standard 960 (devices and browsers) */
    }

    .sprite.bar2 {
        /* Smaller than standard 960 (devices and browsers) */
    }

    .sprite.bar3 {
        /* Smaller than standard 960 (devices and browsers) */
    }

    .sprite.bar4 {
        /* Smaller than standard 960 (devices and browsers) */
    }

    .sprite.bar5 {
        /* Smaller than standard 960 (devices and browsers) */
    }

    .sprite.bar1, .sprite.bar2, .sprite.bar3, .sprite.bar4, .sprite.bar5 {
        /* Smaller than standard 960 (devices and browsers) */
    }

    .sprite.bar1 h2, .sprite.bar2 h2, .sprite.bar3 h2, .sprite.bar4 h2, .sprite.bar5 h2 {
        font-size: 22px;
        margin-top: -8px;
    }

    .row.training-course-featured-card .five.columns.alpha, .row.training-course-featured-card .alpha.region.directors, .row.training-course-featured-card .standard-form div.region.directors.label, .standard-form .row.training-course-featured-card div.region.directors.label, .row.training-course-featured-card .alpha.person.text, .row.training-course-featured-card .alpha.text.award, .row.training-course-featured-card .standard-form div.text.award.label, .standard-form .row.training-course-featured-card div.text.award.label, .row.training-course-featured-card .standard-form div.person.text.label, .standard-form .row.training-course-featured-card div.person.text.label, .row.training-course-featured-card .standard-form div.five.label, .standard-form .row.training-course-featured-card div.five.label, .row.training-course-featured-card .standard-form div.field textarea.alpha, .standard-form div.field .row.training-course-featured-card textarea.alpha {
        /* Smaller than standard 960 (devices and browsers) */
        margin: 0 !important;
    }

    .row.training-course-featured-card .five.columns.alpha img, .row.training-course-featured-card .alpha.region.directors img, .row.training-course-featured-card .standard-form div.region.directors.label img, .standard-form .row.training-course-featured-card div.region.directors.label img, .row.training-course-featured-card .alpha.person.text img, .row.training-course-featured-card .alpha.text.award img, .row.training-course-featured-card .standard-form div.text.award.label img, .standard-form .row.training-course-featured-card div.text.award.label img, .row.training-course-featured-card .standard-form div.person.text.label img, .standard-form .row.training-course-featured-card div.person.text.label img, .row.training-course-featured-card .standard-form div.five.label img, .standard-form .row.training-course-featured-card div.five.label img, .row.training-course-featured-card .standard-form div.field textarea.alpha img, .standard-form div.field .row.training-course-featured-card textarea.alpha img {
        /* Smaller than standard 960 (devices and browsers) */
        width: 99% !important;
    }

    .row.training-course-featured-card .four.columns.omega, .row.training-course-featured-card .information-row label.omega, .information-row .row.training-course-featured-card label.omega, .row.training-course-featured-card .standard-form div.omega.label, .standard-form .row.training-course-featured-card div.omega.label, .row.training-course-featured-card .standard-form div.field input.omega, .standard-form div.field .row.training-course-featured-card input.omega {
        /* Smaller than standard 960 (devices and browsers) */
        width: 99% !important;
        margin: 0 !important;
    }

    .training-development.course.featured.stretchy, hr.training-development.course.featured, .people h2.training-development.course.featured {
        /* Smaller than standard 960 (devices and browsers) */
        padding-right: 18px;
    }

    .training-course-featured-card .btn-secondary {
        /* Smaller than standard 960 (devices and browsers) */
        text-align: left;
    }

    .training-course-featured-card .btn-secondary a {
        /* Smaller than standard 960 (devices and browsers) */
        padding: 5px 140px 5px 160px;
    }

    .training-course-index-card .feature-divider {
        /* Smaller than standard 960 (devices and browsers) */
        margin-right: -5px;
    }

    .training-course-index-card .card-divider {
        /* Smaller than standard 960 (devices and browsers) */
        margin-right: -25px;
    }

    .training-course-index-card .heading {
        /* Smaller than standard 960 (devices and browsers) */
        margin-right: -3px !important;
    }

    .training-course-index-card .heading.no-margin {
        /* Smaller than standard 960 (devices and browsers) */
        margin-bottom: 10px;
    }

    .searchbar .three.columns p, .searchbar .information-row span p, .information-row .searchbar span p, .searchbar .standard-form div.three.label p, .standard-form .searchbar div.three.label p {
        /* Smaller than standard 960 (devices and browsers) */
        margin-left: 2px;
        margin-bottom: 5px;
    }

    .searchbar .three.columns, .searchbar .information-row span, .information-row .searchbar span, .searchbar .standard-form div.three.label, .standard-form .searchbar div.three.label {
        /* Smaller than standard 960 (devices and browsers) */
        padding: 0px 0px 5px 10px;
        margin: 0 !important;
    }

    .searchbar .three.columns .dropdown, .searchbar .information-row span .dropdown, .information-row .searchbar span .dropdown, .searchbar .standard-form div.three.label .dropdown, .standard-form .searchbar div.three.label .dropdown, .searchbar .three.columns .standard-form div.field.select, .standard-form .searchbar .three.columns div.field.select, .searchbar .information-row span .standard-form div.field.select, .standard-form .searchbar .information-row span div.field.select, .information-row .searchbar span .standard-form div.field.select, .standard-form .information-row .searchbar span div.field.select, .searchbar .standard-form div.three.label div.field.select, .standard-form .searchbar div.three.label div.field.select, .searchbar .three.columns .comments #disqus_thread #dsq-sort-by, .comments #disqus_thread .searchbar .three.columns #dsq-sort-by, .searchbar .information-row span .comments #disqus_thread #dsq-sort-by, .comments #disqus_thread .searchbar .information-row span #dsq-sort-by, .information-row .searchbar span .comments #disqus_thread #dsq-sort-by, .comments #disqus_thread .information-row .searchbar span #dsq-sort-by, .searchbar .standard-form div.three.label .comments #disqus_thread #dsq-sort-by, .comments #disqus_thread .searchbar .standard-form div.three.label #dsq-sort-by, .standard-form .searchbar div.three.label .comments #disqus_thread #dsq-sort-by, .comments #disqus_thread .standard-form .searchbar div.three.label #dsq-sort-by {
        width: 90% !important;
    }

    .searchbar .three.columns.omega, .searchbar .information-row span.omega, .information-row .searchbar span.omega, .searchbar .standard-form div.three.omega.label, .standard-form .searchbar div.three.omega.label {
        /* Smaller than standard 960 (devices and browsers) */
        text-align: center;
        padding: 28px 10px 8px 22px;
    }

    .searchbar select {
        /* Smaller than standard 960 (devices and browsers) */
        width: 100%;
    }

    /* Smaller than standard 960 (devices and browsers) */
    .desktop-only {
        display: none;
    }

    .tablet-only {
        display: inline-block;
        /*IE7 inline-block hack*/
        zoom: 1;
        *display: inline;
    }

    .tablet-all {
        display: inline-block;
        /*IE7 inline-block hack*/
        zoom: 1;
        *display: inline;
    }

    #bg-wrap {
        /* Smaller than standard 960 (devices and browsers) */
        min-height: 0 !important;
    }

    #callout-wrap {
        /* Smaller than standard 960 (devices and browsers) */
        text-align: center;
    }

    #callout-wrap * {
        text-align: left;
    }

    #callout-links {
        /* Smaller than standard 960 (devices and browsers) */
        display: none;
    }

    .bar-spacing {
        /* Smaller than standard 960 (devices and browsers) */
        padding-top: 71px;
    }

    #navigation > ul > li > a {
        /* Smaller than standard 960 (devices and browsers) */
        font-size: 10px;
        padding: 3px 5px !important;
        border-right-width: 1px;
    }

    #content .links, #tinymce .links {
        /* Smaller than standard 960 (devices and browsers) */
        font-size: 12px;
    }

    .button-phone-container {
        /* Smaller than standard 960 (devices and browsers) */
        cursor: pointer;
    }

    #footer-bottom .footer-content {
        /* Smaller than standard 960 (devices and browsers) */
        height: auto;
    }

    #footer-bottom .footer-content h6 {
        /* Smaller than standard 960 (devices and browsers) */
        display: block;
        position: static;
    }

    #footer-bottom .footer-content > * {
        /* Smaller than standard 960 (devices and browsers) */
        position: static;
    }

    .boxed-person-list div.person {
        max-height: 550px;
        min-height: 550px;
    }

    #content div.tnc-featured-job-embed .widget_wrapper img {
        padding: 5px 0 0 47px;
    }

    /* Smaller than standard 960 (devices and browsers) */
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    /* Tablet Portrait size to standard 960 (devices and browsers) */
    .container {
        width: 768px;
    }

    .section2 {
        min-width: 420px;
        margin: 0 auto;
        overflow: visible;
        height: auto;
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }

    .container .column,
    .container .columns,
    .container .standard-form div.label,
    .standard-form .container div.label {
        margin-left: 10px;
        margin-right: 10px;
    }

    .column.alpha, .standard-form div.column.label, .columns.alpha, .standard-form div.label {
        margin-left: 0;
        margin-right: 10px;
    }

    .column.omega, .columns.omega, .standard-form div.omega.label {
        margin-right: 0;
        margin-left: 10px;
    }

    .alpha.omega, .standard-form div.omega.label {
        margin-left: 0;
        margin-right: 0;
    }

    .container .one.column,
    .container .one.columns,
    .container .standard-form div.one.label,
    .standard-form .container div.one.label {
        width: 28px;
    }

    .container .two.columns, .container .standard-form div.two.label, .standard-form .container div.two.label {
        width: 76px;
    }

    .container .three.columns, .container .information-row span, .information-row .container span, .container .standard-form div.three.label, .standard-form .container div.three.label {
        width: 124px;
    }

    .container .four.columns, .container .information-row label, .information-row .container label, .container .standard-form div.label, .standard-form .container div.label, .container .standard-form div.field input, .standard-form div.field .container input {
        width: 172px;
    }

    .container .five.columns, .container .region.directors, .container .person.text, .container .text.award, .container .standard-form div.five.label, .standard-form .container div.five.label, .container .standard-form div.field textarea, .standard-form div.field .container textarea {
        width: 220px;
    }

    .container .six.columns, .container .standard-form div.six.label, .standard-form .container div.six.label, .container .standard-form div.field, .standard-form .container div.field {
        width: 268px;
    }

    .container .seven.columns, .container .standard-form div.seven.label, .standard-form .container div.seven.label {
        width: 316px;
    }

    .container .eight.columns, .container .standard-form div.eight.label, .standard-form .container div.eight.label {
        width: 364px;
    }

    .container .nine.columns, .container .standard-form div.nine.label, .standard-form .container div.nine.label {
        width: 412px;
    }

    .container .ten.columns, .container .information-row, .container .standard-form div.ten.label, .standard-form .container div.ten.label {
        width: 460px;
    }

    .container .eleven.columns, .container .standard-form div.eleven.label, .standard-form .container div.eleven.label {
        width: 508px;
    }

    .container .twelve.columns, .container .standard-form div.twelve.label, .standard-form .container div.twelve.label {
        width: 556px;
    }

    .container .thirteen.columns, .container .standard-form div.thirteen.label, .standard-form .container div.thirteen.label {
        width: 604px;
    }

    .container .fourteen.columns, .container .standard-form div.fourteen.label, .standard-form .container div.fourteen.label {
        width: 652px;
    }

    .container .fifteen.columns, .container .standard-form div.fifteen.label, .standard-form .container div.fifteen.label {
        width: 700px;
    }

    .container .sixteen.columns, .container .standard-form div.sixteen.label, .standard-form .container div.sixteen.label {
        width: 748px;
    }

    .container .one-third.column {
        width: 236px;
    }

    .container .two-thirds.column {
        width: 492px;
    }

    /* Offsets */
    .container .offset-by-one {
        padding-left: 48px;
    }

    .container .offset-by-two {
        padding-left: 96px;
    }

    .container .offset-by-three {
        padding-left: 144px;
    }

    .container .offset-by-four, .container .standard-form div.buttons > div, .standard-form .container div.buttons > div {
        padding-left: 192px;
    }

    .container .offset-by-five {
        padding-left: 240px;
    }

    .container .offset-by-six {
        padding-left: 288px;
    }

    .container .offset-by-seven {
        padding-left: 336px;
    }

    .container .offset-by-eight {
        padding-left: 384px;
    }

    .container .offset-by-nine {
        padding-left: 432px;
    }

    .container .offset-by-ten {
        padding-left: 480px;
    }

    .container .offset-by-eleven {
        padding-left: 528px;
    }

    .container .offset-by-twelve {
        padding-left: 576px;
    }

    .container .offset-by-thirteen {
        padding-left: 624px;
    }

    .container .offset-by-fourteen {
        padding-left: 672px;
    }

    .container .offset-by-fifteen {
        padding-left: 720px;
    }

    .sprite.bar1 {
        /* Tablet Portrait size to standard 960 (devices and browsers) */
        padding: 20px 0 0 37px;
        background-position: -40.71567px -447.87234px;
        width: 805px;
        height: 31.30174px;
        background-size: 120.88975%;
        -moz-background-size: 120.88975%;
    }

    .sprite.bar2 {
        /* Tablet Portrait size to standard 960 (devices and browsers) */
        padding: 17px 0 0 37px;
        background-position: -40.71567px -285.00967px;
        width: 805px;
        height: 34.30174px;
        background-size: 120.88975%;
        -moz-background-size: 120.88975%;
    }

    .sprite.bar4 {
        /* Tablet Portrait size to standard 960 (devices and browsers) */
        padding: 17px 0 0 37px;
        background-position: -40.75508px -366.79574px;
        width: 805.0px;
        height: 33.5363px;
        background-size: 121.00678%;
        -moz-background-size: 121.00678%;
    }

    .sprite.bar5 {
        /* Tablet Portrait size to standard 960 (devices and browsers) */
        padding: 17px 0 0 37px;
        background-position: -40.83414px -530.84384px;
        width: 805px;
        height: 27.91756px;
        background-size: 121.24151%;
        -moz-background-size: 121.24151%;
    }

    .sprite.sidebar-donate {
        /* Tablet Portrait size to standard 960 (devices and browsers) */
        background-position: -37.17579px -594.81268px;
        width: 258px;
        height: 54.27666px;
        background-size: 360.23055%;
        -moz-background-size: 360.23055%;
    }

    .sprite.sidebar-subscribe {
        /* Tablet Portrait size to standard 960 (devices and browsers) */
        background-position: -334.58213px -594.81268px;
        width: 258px;
        height: 54.27666px;
        background-size: 360.23055%;
        -moz-background-size: 360.23055%;
    }

    .sprite.sidebar-register {
        /* Tablet Portrait size to standard 960 (devices and browsers) */
        background-position: -631.98847px -594.81268px;
        width: 258px;
        height: 54.27666px;
        background-size: 360.23055%;
        -moz-background-size: 360.23055%;
    }

    .sprite.follow-rss {
        /* Tablet Portrait size to standard 960 (devices and browsers) */
        background-position: -524.84472px -242.23602px;
        width: 130px;
        height: 16.95652px;
        background-size: 776.39752%;
        -moz-background-size: 776.39752%;
    }

    .sprite.hall-of-honor {
        /* Tablet Portrait size to standard 960 (devices and browsers) */
        background-position: -38.94472px -778.89447px;
        width: 310px;
        height: 52.18593px;
        background-size: 314.07035%;
        -moz-background-size: 314.07035%;
    }

    .sprite.conference-365 {
        /* Tablet Portrait size to standard 960 (devices and browsers) */
        background-position: -38.94472px -856.78392px;
        width: 310px;
        height: 52.18593px;
        background-size: 314.07035%;
        -moz-background-size: 314.07035%;
    }

    .sprite.capitol-connector {
        /* Tablet Portrait size to standard 960 (devices and browsers) */
        background-position: -350.50251px -856.78392px;
        width: 310px;
        height: 52.18593px;
        background-size: 314.07035%;
        -moz-background-size: 314.07035%;
    }

    .sprite.resources-rundown {
        /* Tablet Portrait size to standard 960 (devices and browsers) */
        background-position: -662.0603px -856.78392px;
        width: 310px;
        height: 52.18593px;
        background-size: 314.07035%;
        -moz-background-size: 314.07035%;
    }

    .sprite.lindas-corner-office {
        /* Tablet Portrait size to standard 960 (devices and browsers) */
        background-position: -38.94472px -934.67337px;
        width: 310px;
        height: 52.18593px;
        background-size: 314.07035%;
        -moz-background-size: 314.07035%;
    }

    .sprite.expert-buzz {
        /* Tablet Portrait size to standard 960 (devices and browsers) */
        background-position: -350.50251px -934.67337px;
        width: 310px;
        height: 52.18593px;
        background-size: 314.07035%;
        -moz-background-size: 314.07035%;
    }

    .searchbar .searchterms, .searchbar .searchterms-short {
        /* Tablet Portrait size to standard 960 (devices and browsers) */
        width: 170px;
    }

    #navigation > ul > li {
        /* Tablet Portrait size to standard 960 (devices and browsers) */
    }

    #navigation > ul > li:nth-last-child(2) ul {
        left: -96px;
        right: auto;
    }

    #navigation > ul > li:last-child ul {
        left: auto;
        right: 0;
    }

    #content .max-185-ratio img, #content img.max-185-ratio, #tinymce .max-185-ratio img, #tinymce img.max-185-ratio {
        /* Tablet Portrait size to standard 960 (devices and browsers) */
        max-height: 146px !important;
        min-height: 146px !important;
        height: 146px !important;
    }

    #content .post iframe.featured_video, #content.mceContentBody iframe.featured_video, #tinymce .post iframe.featured_video, #tinymce.mceContentBody iframe.featured_video {
        /* Tablet Portrait size to standard 960 (devices and browsers) */
        width: 460px;
        height: 300px;
    }

    #content .featured-image, #tinymce .featured-image {
        /* Tablet Portrait size to standard 960 (devices and browsers) */
        width: 230px;
    }

    #content .smalllinks a, #content a a, #content a:visited a, #content .post ul li a, #content.mceContentBody ul li a, #tinymce .post ul #content li a, #content #tinymce.mceContentBody ul li a, #tinymce.mceContentBody ul #content li a, #content .tinylinks a, #tinymce .smalllinks a, #tinymce a a, #tinymce a:visited a, #content .post ul #tinymce li a, #tinymce #content.mceContentBody ul li a, #content.mceContentBody ul #tinymce li a, #tinymce .post ul li a, #tinymce.mceContentBody ul li a, #tinymce .tinylinks a {
        /* Tablet Portrait size to standard 960 (devices and browsers) */
        margin: 0;
    }

    #news-pr-contact {
        /* Tablet Portrait size to standard 960 (devices and browsers) */
    }

    #news-pr-contact > span {
        display: block;
    }

    .video-height {
        /* Tablet Portrait size to standard 960 (devices and browsers) */
        height: 240px;
    }

    .group {
        /* Tablet Portrait size to standard 960 (devices and browsers) */
    }

    .group .person:nth-child(4n+1), .group .award:nth-child(4n+1) {
        clear: both;
    }

    .person, .award {
        /* Tablet Portrait size to standard 960 (devices and browsers) */
        width: 115px;
    }

    .person > img, .award > img {
        width: 100px;
        height: 100px;
        margin: 0 0 10px 0 !important;
    }

    #press-releases-container .releases {
        /* Tablet Portrait size to standard 960 (devices and browsers) */
        left: 228px;
    }

    #content .magazine.featured .rightside {
        /* Tablet Portrait size to standard 960 (devices and browsers) */
        width: 220px;
    }

    #content .magazine.featured .articles > a.even, #content .magazine.featured .articles span.even {
        /* Tablet Portrait size to standard 960 (devices and browsers) */
        margin-left: 0 !important;
    }

    #content .magazine.featured .articles > a, #content .magazine.featured .articles span {
        /* Tablet Portrait size to standard 960 (devices and browsers) */
        float: none;
    }

    #usamap, #paper {
        /* Tablet Portrait size to standard 960 (devices and browsers) */
        width: 460px;
        height: 350px;
    }

    ul#state-list > li > a {
        /* Tablet Portrait size to standard 960 (devices and browsers) */
        font-size: 12px;
    }

    /* Tablet Portrait size to standard 960 (devices and browsers) */
    .fb_ltr {
        width: 236px !important;
    }

    #footer-bottom .footer-content > a {
        /* Tablet Portrait size to standard 960 (devices and browsers) */
        margin-left: 21px;
    }

    .popup.fixed {
        /* Tablet Portrait size to standard 960 (devices and browsers) */
    }

    .popup.fixed > .inside {
        width: 460px;
    }

    .boxed-person-list div.person {
        max-height: 550px;
        min-height: 550px;
    }

    #content div.tnc-featured-job-embed .widget_wrapper img {
        padding: 5px 0 0 47px;
    }

    /* Tablet Portrait size to standard 960 (devices and browsers) */
}

@media only screen and (max-width: 767px) {
    /* All Mobile Sizes (devices and browser) */
    .container {
        width: 300px;
    }

    .section2 {
        min-width: 420px;
        margin: 0 auto;
        overflow: visible;
        height: auto;
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }

    .container .columns, .container .standard-form div.label, .standard-form .container div.label,
    .container .column {
        margin: 0;
    }

    .container .one.column,
    .container .one.columns,
    .container .standard-form div.one.label,
    .standard-form .container div.one.label,
    .container .two.columns,
    .container .standard-form div.two.label,
    .standard-form .container div.two.label,
    .container .three.columns,
    .container .information-row span,
    .information-row .container span,
    .container .standard-form div.three.label,
    .standard-form .container div.three.label,
    .container .four.columns,
    .container .information-row label,
    .information-row .container label,
    .container .standard-form div.label,
    .standard-form .container div.label,
    .container .standard-form div.field input,
    .standard-form div.field .container input,
    .container .five.columns,
    .container .region.directors,
    .container .person.text,
    .container .text.award,
    .container .standard-form div.five.label,
    .standard-form .container div.five.label,
    .container .standard-form div.field textarea,
    .standard-form div.field .container textarea,
    .container .six.columns,
    .container .standard-form div.six.label,
    .standard-form .container div.six.label,
    .container .standard-form div.field,
    .standard-form .container div.field,
    .container .seven.columns,
    .container .standard-form div.seven.label,
    .standard-form .container div.seven.label,
    .container .eight.columns,
    .container .standard-form div.eight.label,
    .standard-form .container div.eight.label,
    .container .nine.columns,
    .container .standard-form div.nine.label,
    .standard-form .container div.nine.label,
    .container .ten.columns,
    .container .information-row,
    .container .standard-form div.ten.label,
    .standard-form .container div.ten.label,
    .container .eleven.columns,
    .container .standard-form div.eleven.label,
    .standard-form .container div.eleven.label,
    .container .twelve.columns,
    .container .standard-form div.twelve.label,
    .standard-form .container div.twelve.label,
    .container .thirteen.columns,
    .container .standard-form div.thirteen.label,
    .standard-form .container div.thirteen.label,
    .container .fourteen.columns,
    .container .standard-form div.fourteen.label,
    .standard-form .container div.fourteen.label,
    .container .fifteen.columns,
    .container .standard-form div.fifteen.label,
    .standard-form .container div.fifteen.label,
    .container .sixteen.columns,
    .container .standard-form div.sixteen.label,
    .standard-form .container div.sixteen.label,
    .container .one-third.column,
    .container .two-thirds.column {
        width: 300px;
    }

    /* Offsets */
    .container .offset-by-one,
    .container .offset-by-two,
    .container .offset-by-three,
    .container .offset-by-four,
    .container .standard-form div.buttons > div,
    .standard-form .container div.buttons > div,
    .container .offset-by-five,
    .container .offset-by-six,
    .container .offset-by-seven,
    .container .offset-by-eight,
    .container .offset-by-nine,
    .container .offset-by-ten,
    .container .offset-by-eleven,
    .container .offset-by-twelve,
    .container .offset-by-thirteen,
    .container .offset-by-fourteen,
    .container .offset-by-fifteen {
        padding-left: 0;
    }

    .sprite.callout-overlay {
        /* All Mobile Sizes (devices and browser) */
        padding: 0 0 0 30px;
        background-position: -750px -100px;
        width: 390px;
        height: 46px;
        bottom: -39px;
        font-size: 14px;
    }

    .sprite.bar {
        /* All Mobile Sizes (devices and browser) */
        position: relative;
        background-image: none;
        width: auto !important;
    }

    .sprite.bar1 {
        /* All Mobile Sizes (devices and browser) */
        background-color: #2B97D3;
    }

    .sprite.bar2 {
        /* All Mobile Sizes (devices and browser) */
        background-color: #0E72B9;
    }

    .sprite.bar3 {
        /* All Mobile Sizes (devices and browser) */
        position: relative;
        background-image: none;
        background-color: #32A4DC;
        width: auto;
    }

    .sprite.bar4 {
        /* All Mobile Sizes (devices and browser) */
        background-color: #0E72B9;
    }

    .sprite.bar5 {
        /* All Mobile Sizes (devices and browser) */
        background-color: #0E72B9;
    }

    .sprite.bar1, .sprite.bar2, .sprite.bar3, .sprite.bar4, .sprite.bar5 {
        /* All Mobile Sizes (devices and browser) */
        left: 0 !important;
        margin-top: 20px !important;
        padding: 16px 10px 10px !important;
        height: auto !important;
    }

    .row.training-course-featured-card .five.columns.alpha, .row.training-course-featured-card .alpha.region.directors, .row.training-course-featured-card .standard-form div.region.directors.label, .standard-form .row.training-course-featured-card div.region.directors.label, .row.training-course-featured-card .alpha.person.text, .row.training-course-featured-card .alpha.text.award, .row.training-course-featured-card .standard-form div.text.award.label, .standard-form .row.training-course-featured-card div.text.award.label, .row.training-course-featured-card .standard-form div.person.text.label, .standard-form .row.training-course-featured-card div.person.text.label, .row.training-course-featured-card .standard-form div.five.label, .standard-form .row.training-course-featured-card div.five.label, .row.training-course-featured-card .standard-form div.field textarea.alpha, .standard-form div.field .row.training-course-featured-card textarea.alpha {
        /* All Mobile Sizes (devices and browser) */
        margin: 0 !important;
    }

    .row.training-course-featured-card .five.columns.alpha img, .row.training-course-featured-card .alpha.region.directors img, .row.training-course-featured-card .standard-form div.region.directors.label img, .standard-form .row.training-course-featured-card div.region.directors.label img, .row.training-course-featured-card .alpha.person.text img, .row.training-course-featured-card .alpha.text.award img, .row.training-course-featured-card .standard-form div.text.award.label img, .standard-form .row.training-course-featured-card div.text.award.label img, .row.training-course-featured-card .standard-form div.person.text.label img, .standard-form .row.training-course-featured-card div.person.text.label img, .row.training-course-featured-card .standard-form div.five.label img, .standard-form .row.training-course-featured-card div.five.label img, .row.training-course-featured-card .standard-form div.field textarea.alpha img, .standard-form div.field .row.training-course-featured-card textarea.alpha img {
        /* All Mobile Sizes (devices and browser) */
        width: 90% !important;
    }

    .row.training-course-featured-card .four.columns.omega, .row.training-course-featured-card .information-row label.omega, .information-row .row.training-course-featured-card label.omega, .row.training-course-featured-card .standard-form div.omega.label, .standard-form .row.training-course-featured-card div.omega.label, .row.training-course-featured-card .standard-form div.field input.omega, .standard-form div.field .row.training-course-featured-card input.omega {
        /* All Mobile Sizes (devices and browser) */
        width: 96% !important;
        margin: 0 !important;
    }

    .training-development.course.featured.stretchy, hr.training-development.course.featured, .people h2.training-development.course.featured {
        /* All Mobile Sizes (devices and browser) */
        padding-left: 7px;
        padding-right: 10px;
    }

    .training-course-featured-card .btn-secondary {
        /* All Mobile Sizes (devices and browser) */
        text-align: center;
    }

    .training-course-featured-card .btn-secondary a {
        /* All Mobile Sizes (devices and browser) */
        padding: 5px 120px 5px 130px;
    }

    .training-course-index-card .feature-divider {
        /* All Mobile Sizes (devices and browser) */
        margin-right: 0px;
    }

    .training-course-index-card .card-divider {
        /* All Mobile Sizes (devices and browser) */
        margin-right: 20px;
    }

    .training-course-index-card.divider .row .six.columns.alpha, .training-course-index-card.divider .row .standard-form div.six.label, .standard-form .training-course-index-card.divider .row div.six.label, .training-course-index-card.divider .row .standard-form div.alpha.field, .standard-form .training-course-index-card.divider .row div.alpha.field, .training-course-index-card.divider .row .standard-form div.field.label, .standard-form .training-course-index-card.divider .row div.field.label {
        /* All Mobile Sizes (devices and browser) */
        margin-bottom: 0px !important;
    }

    .training-course-index-card .heading {
        /* All Mobile Sizes (devices and browser) */
        margin-right: 10px !important;
    }

    .training-course-index-card .heading.no-margin {
        /* All Mobile Sizes (devices and browser) */
        margin-bottom: -5px;
    }

    .searchbar .three.columns p, .searchbar .information-row span p, .information-row .searchbar span p, .searchbar .standard-form div.three.label p, .standard-form .searchbar div.three.label p {
        /* All Mobile Sizes (devices and browser) */
        margin-left: 0px;
        margin-bottom: 0px;
    }

    .searchbar .three.columns.omega, .searchbar .information-row span.omega, .information-row .searchbar span.omega, .searchbar .standard-form div.three.omega.label, .standard-form .searchbar div.three.omega.label {
        /* All Mobile Sizes (devices and browser) */
        text-align: left;
        padding: 5px 10px 10px 10px;
    }

    .searchbar select {
        /* All Mobile Sizes (devices and browser) */
        width: 100%;
    }

    .searchbar-title {
        /* All Mobile Sizes (devices and browser) */
        padding-top: 0;
    }

    /* All Mobile Sizes (devices and browser) */
    .phone-block {
        display: block !important;
    }

    .phone-block-a a {
        display: block !important;
    }

    .phone-center {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .phone-no-margin {
        margin: 0 !important;
    }

    .phone-no-float {
        float: none !important;
    }

    /* All Mobile Sizes (devices and browser) */
    .desktop-tablet-only {
        display: none;
    }

    .tablet-only {
        display: none;
    }

    .phone-only {
        display: inline-block;
        /*IE7 inline-block hack*/
        zoom: 1;
        *display: inline;
    }

    .phone-all {
        display: inline-block;
        /*IE7 inline-block hack*/
        zoom: 1;
        *display: inline;
    }

    #top-bar-right {
        /* All Mobile Sizes (devices and browser) */
        clear: both;
        display: block;
        text-align: left;
    }

    #follow-us {
        /* All Mobile Sizes (devices and browser) */
        clear: both;
    }

    #bg-wrap {
        /* All Mobile Sizes (devices and browser) */
        min-height: 0 !important;
        padding-bottom: 20px;
    }

    #navigation-wrap {
        /* All Mobile Sizes (devices and browser) */
        background-image: none;
        height: 45px;
        overflow: hidden;
        overflow-x: hidden;
    }

    #menu-primary-navigation {
        /* All Mobile Sizes (devices and browser) */
        display: none;
    }

    #menu-primary-navigation.expanded {
        display: block;
    }

    #nav-title {
        /* All Mobile Sizes (devices and browser) */
        text-align: center;
    }

    #nav-href {
        /* All Mobile Sizes (devices and browser) */
        display: block;
        text-align: center;
        margin: 0 40px;
    }

    #find-provider-home {
        /* All Mobile Sizes (devices and browser) */
        text-align: left;
        margin: 0 0 20px 0 !important;
    }

    .bar-spacing {
        /* All Mobile Sizes (devices and browser) */
        padding-top: 25px;
    }

    .non-resp-up-5 {
        /* All Mobile Sizes (devices and browser) */
        margin-top: 0;
    }

    input[type="text"], input[type="password"], input[type="email"], input[type="number"], textarea, select {
        /* All Mobile Sizes (devices and browser) */
        width: 190px;
    }

    .searchbar .sortwrapper select, .searchbar .sortwrapper-long select {
        /* All Mobile Sizes (devices and browser) */
        max-width: 200%;
    }

    .searchbar .sortwrapper, .searchbar .sortwrapper-long {
        /* All Mobile Sizes (devices and browser) */
        float: none;
        width: 100%;
        margin-top: 6px;
    }

    #navigation {
        /* All Mobile Sizes (devices and browser) */
        height: auto;
        min-height: 45px;
        overflow: hidden;
        overflow-x: hidden;
    }

    #navigation > ul {
        /* All Mobile Sizes (devices and browser) */
        width: 100%;
        opacity: 0;
    }

    #navigation > ul > li.ie:hover {
        /* All Mobile Sizes (devices and browser) */
        border-top: 1px solid transparent !important;
    }

    #navigation > ul > li.ie:hover > ul {
        /* All Mobile Sizes (devices and browser) */
        display: none;
    }

    #navigation > ul > li:not(.no-hover):hover, #navigation > ul > li.touchactive {
        /* All Mobile Sizes (devices and browser) */
        border-top: 1px solid transparent !important;
    }

    #navigation > ul > li:not(.no-hover):hover > ul, #navigation > ul > li.touchactive > ul {
        /* All Mobile Sizes (devices and browser) */
        display: none;
    }

    #navigation > ul > li {
        /* All Mobile Sizes (devices and browser) */
        display: block;
        position: static;
        float: none;
        border-top: 1px solid #FFF;
        border-top: 1px solid rgba(255, 255, 255, 0.7);
        padding: 10px 0;
    }

    #navigation > ul > li > a {
        font-size: 16px !important;
        border-width: 0px !important;
    }

    #navigation > ul > li.children:before {
        /* All Mobile Sizes (devices and browser) */
        display: block;
        content: " ";
        position: absolute;
        right: 5px;
        top: auto;
        z-index: -1;
    }

    #navigation > ul > li > .active {
        /* All Mobile Sizes (devices and browser) */
        display: none;
    }

    #navigation > ul > li > ul {
        /* All Mobile Sizes (devices and browser) */
        background: none;
        width: 100%;
        position: absolute;
        left: 100%;
        top: 0;
        border-bottom-color: transparent !important;
    }

    #navigation > ul > li > ul li {
        /* All Mobile Sizes (devices and browser) */
        display: block;
        position: static;
        float: none;
        border-top: 1px solid #FFF;
        border-top: 1px solid rgba(255, 255, 255, 0.7);
        border-bottom-width: 0;
        padding: 5px 0;
        min-width: auto;
        max-width: none;
    }

    #navigation > ul > li > ul li:hover:not(.no-hover), #navigation > ul > li > ul li.touchactive {
        background: #f8f8f8;
        background: rgba(248, 248, 248, 0.9);
    }

    #navigation > ul > li > ul li > a {
        font-size: 14px !important;
        border-width: 0px !important;
        color: #FFF !important;
    }

    #navigation.no-js {
        /* All Mobile Sizes (devices and browser) */
    }

    #navigation.no-js > ul {
        opacity: 1;
    }

    #navigation.no-js > ul:first-child {
        border-top-width: 0;
    }

    #navigation.no-js > ul > li {
        height: auto;
    }

    #navigation.no-js > ul > li:hover {
        background-color: transparent !important;
    }

    #navigation.no-js > ul > li:hover > a[href] {
        color: #FFF !important;
    }

    #navigation.no-js > ul > li:hover > ul {
        display: block;
    }

    #navigation.no-js > ul > li > ul {
        position: static;
        display: block;
    }

    #navigation.no-js > ul > li > ul > li:hover {
        background-color: transparent !important;
    }

    #navigation.no-js > ul > li > ul > li:hover > a[href] {
        color: #FFF !important;
    }

    #content-main {
        /* All Mobile Sizes (devices and browser) */
        margin: 0;
        border-right: none;
        padding-right: 0;
    }

    #content img, #tinymce img {
        /* All Mobile Sizes (devices and browser) */
        width: 100%;
        /*display:none;*/
    }

    #content img.noresize, #tinymce img.noresize {
        width: auto;
    }

    #content img.forceresize, #tinymce img.forceresize {
        width: 100% !important;
    }

    #content .post ol.half li, #content .post ul.half li, #content.mceContentBody ol.half li, #content.mceContentBody ul.half li, #tinymce .post ol.half li, #tinymce .post ul.half li, #tinymce.mceContentBody ol.half li, #tinymce.mceContentBody ul.half li {
        /* All Mobile Sizes (devices and browser) */
        float: none !important;
        width: 100% !important;
        margin-right: 0 !important;
    }

    #content .smalllinks a, #content a a, #content a:visited a, #content .post ul li a, #content.mceContentBody ul li a, #tinymce .post ul #content li a, #content #tinymce.mceContentBody ul li a, #tinymce.mceContentBody ul #content li a, #content .tinylinks a, #tinymce .smalllinks a, #tinymce a a, #tinymce a:visited a, #content .post ul #tinymce li a, #tinymce #content.mceContentBody ul li a, #content.mceContentBody ul #tinymce li a, #tinymce .post ul li a, #tinymce.mceContentBody ul li a, #tinymce .tinylinks a {
        /* All Mobile Sizes (devices and browser) */
        margin: 0;
    }

    #content .column, #content .columns, #content .standard-form div.label, .standard-form #content div.label, #tinymce .column, #tinymce .columns, #tinymce .standard-form div.label, .standard-form #tinymce div.label {
        /* All Mobile Sizes (devices and browser) */
        margin: 15px 0;
    }

    #content .row, #tinymce .row {
        /* All Mobile Sizes (devices and browser) */
        margin-bottom: 0;
    }

    #content .row > .column:last-child, #content .row .columns:last-child, #content .row .standard-form div.label:last-child, .standard-form #content .row div.label:last-child, #tinymce .row > .column:last-child, #tinymce .row .columns:last-child, #tinymce .row .standard-form div.label:last-child, .standard-form #tinymce .row div.label:last-child {
        margin-bottom: 0;
    }

    .tweet a .description, .facepost a .description, .tubevideo a .description {
        /* All Mobile Sizes (devices and browser) */
        font-size: 12px;
        line-height: 15px;
    }

    .affiliates_label {
        /* All Mobile Sizes (devices and browser) */
        margin-top: 20px;
        text-align: left;
    }

    .affiliates_images {
        /* All Mobile Sizes (devices and browser) */
        max-width: 100%;
        width: 290px;
    }

    .wp-pagination a {
        /* All Mobile Sizes (devices and browser) */
        padding: 0 4px 0 4px !important;
    }

    .wp-pagination .page-numbers.current {
        /* All Mobile Sizes (devices and browser) */
        padding: 0 4px 0 4px !important;
    }

    .wp-pagination {
        /* All Mobile Sizes (devices and browser) */
        border: 0;
        margin-right: 0;
        margin-top: 10px;
    }

    .stretchy, hr, .people h2,
    .stretchy > div,
    hr > div,
    .people h2 > div {
        /* All Mobile Sizes (devices and browser) */
        margin-right: 0px;
        padding-right: 0px;
    }

    .topic.last-two {
        /* All Mobile Sizes (devices and browser) */
        border-bottom: 1px solid #d1d3d4;
    }

    .social-icons {
        /* All Mobile Sizes (devices and browser) */
        margin: 0;
        border-right: none;
        padding-right: 0;
    }

    .person, .award {
        /* All Mobile Sizes (devices and browser)
        display: block; */
        width: 100%;
        margin: 0 0 10px 0;
        float: none;
        clear: both;
    }

    .person > img, .award > img {
        width: 100px !important;
        height: 100px !important;
        margin: 0 10px 0 0 !important;
        float: left;
    }

    .person .name, .award .name {
        margin: 10px 0 0 0;
    }

    .person.fourth, .fourth.award {
        width: inherit;
    }

    .person.second, .second.award {
        width: inherit;
    }

    .popup.person, .popup.award {
        /* All Mobile Sizes (devices and browser) */
        margin-bottom: 20px;
        width: 100%;
    }

    .popup.person .left-col, .popup.award .left-col {
        /* All Mobile Sizes (devices and browser) */
        margin-right: 10px;
    }

    .popup.person .inside, .popup.award .inside {
        /* All Mobile Sizes (devices and browser) */
        padding: 10px;
        width: 100%;
    }

    .popup.person .inside a.close, .popup.award .inside a.close {
        margin: 0 20px 0 -20px;
        padding: 0;
        float: right;
    }

    .popup.award-winner {
        /* All Mobile Sizes (devices and browser) */
        margin-bottom: 20px;
        width: 100%;
    }

    .popup.award-winner .left-col {
        /* All Mobile Sizes (devices and browser) */
        margin-right: 10px;
    }

    .popup.award-winner .inside {
        /* All Mobile Sizes (devices and browser) */
        padding: 10px;
        width: 100%;
    }

    .popup.award-winner .inside a.close {
        margin: 0 20px 0 -20px;
        padding: 0;
        float: right;
    }

    #news-container {
        /* All Mobile Sizes (devices and browser) */
    }

    #news-container > .columns, .standard-form #news-container > div.label {
        margin-top: 0;
        margin-bottom: 0;
    }

    #news-container > .columns > .columns, .standard-form #news-container > div.label > .columns, .standard-form #news-container > .columns > div.label, .standard-form #news-container > div.label > div.label {
        margin-top: 3px;
        margin-bottom: 3px;
    }

    #press-releases-container .releases {
        /* All Mobile Sizes (devices and browser) */
        position: static;
        float: left;
        margin-top: -2px;
    }

    #press-releases-container .releases .page li {
        /* All Mobile Sizes (devices and browser) */
        margin-left: 20px;
    }

    #press-releases-container .releases .page {
        /* All Mobile Sizes (devices and browser) */
        position: relative;
        display: none;
        margin: 20px 10px;
    }

    #press-releases-container .releases .page.active {
        display: block;
    }

    #press-releases-container .label {
        /* All Mobile Sizes (devices and browser) */
        margin: 0;
        font-size: 1.3em;
    }

    #press-releases-container .label a {
        margin-bottom: 0;
    }

    #press-releases-container .label .arrow {
        /* All Mobile Sizes (devices and browser) */
        -webkit-transition-property: height;
        transition-property: height;
        background-position: -750px -200px;
        height: 0;
        width: 22px;
        margin: 0;
        float: left;
    }

    #press-releases-container .press-category {
        /* All Mobile Sizes (devices and browser) */
        margin: 0;
    }

    #press-releases-container .press-category.active .label .arrow {
        /* All Mobile Sizes (devices and browser) */
        height: 14px;
        width: 22px;
    }

    .popup.login {
        /* All Mobile Sizes (devices and browser) */
        margin-bottom: 20px;
        width: 100%;
    }

    .popup.login .inside {
        /* All Mobile Sizes (devices and browser) */
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        padding: 30px 60px;
        width: 100%;
    }

    .popup.login .inside a.close {
        margin: 0 20px 0 -20px;
        padding: 0;
        float: right;
    }

    .popup.speaker {
        /* All Mobile Sizes (devices and browser) */
        margin-bottom: 20px;
        width: 100%;
    }

    .popup.speaker .inside {
        /* All Mobile Sizes (devices and browser) */
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        padding: 30px 60px;
        width: 100%;
    }

    .popup.speaker .inside a.close {
        margin: 0 20px 0 -20px;
        padding: 0;
        float: right;
    }

    .popup.speaker .inside .left-col {
        /* All Mobile Sizes (devices and browser) */
        width: auto;
        border-right-width: 0;
        border-bottom: 1px solid #000;
    }

    .popup.speaker .inside .right-col {
        /* All Mobile Sizes (devices and browser) */
        width: auto;
    }

    #content .magazine.featured .rightside {
        /* All Mobile Sizes (devices and browser) */
        float: none;
        width: 100%;
    }

    .standard-form div.label {
        /* All Mobile Sizes (devices and browser) */
        float: none !important;
    }

    .standard-form div.label label {
        text-align: left;
        padding-left: 20px;
    }

    .standard-form div.field.select {
        /* All Mobile Sizes (devices and browser) */
        margin-left: 20px;
    }

    .standard-form div.field {
        /* All Mobile Sizes (devices and browser) */
        float: none;
    }

    .standard-form div.field input, .standard-form div.field textarea, .standard-form div.field label {
        width: 80% !important;
        margin-left: 20px;
    }

    .standard-form div.field .checkbox {
        margin-left: 20px;
    }

    .standard-form div.field .checkbox + label, .standard-form div.field .checkbox + input + label {
        margin-left: 0;
    }

    .standard-form div.buttons {
        /* All Mobile Sizes (devices and browser) */
        padding-left: 20px;
    }

    .standard-form table {
        /* All Mobile Sizes (devices and browser) */
        width: 85%;
    }

    .standard-form table th:first-child, .standard-form table td:first-child {
        /* All Mobile Sizes (devices and browser) */
        text-align: left;
        width: auto;
    }

    .comments {
        /* All Mobile Sizes (devices and browser) */
        margin: 0;
        border-right: none;
        padding-right: 0;
    }

    #usamap, #paper {
        /* All Mobile Sizes (devices and browser) */
        display: none;
    }

    table.stack {
        /* All Mobile Sizes (devices and browser) */
        display: none;
    }

    table.stacktable {
        /* All Mobile Sizes (devices and browser) */
        display: block;
    }

    /* All Mobile Sizes (devices and browser) */
    .fb_ltr {
        width: 300px !important;
    }

    .fb_iframe_widget {
        /* All Mobile Sizes (devices and browser) */
        width: 100% !important;
    }

    .fb_iframe_widget > span {
        width: 100% !important;
    }

    .fb_iframe_widget > iframe {
        width: 100% !important;
    }

    #sidebar_wrap {
        /* All Mobile Sizes (devices and browser) */
        border-top: 1px solid #d1d3d4;
        border-left-width: 0;
        border-bottom-width: 0;
        padding-top: 15px;
    }

    .sidebar_wrap_2 {
        /* All Mobile Sizes (devices and browser) */
        border-top: 1px solid #d1d3d4;
        border-left-width: 0;
        padding-top: 15px;
    }

    #footer-bottom .footer-content {
        /* All Mobile Sizes (devices and browser) */
        text-align: center;
    }

    #footer-topics {
        /* All Mobile Sizes (devices and browser) */
        border-right-width: 0;
        min-height: 0;
    }

    #subfooter-links {
        /* All Mobile Sizes (devices and browser) */
        text-align: center;
    }

    #subfooter-links > .sprite {
        margin-right: auto;
    }

    #subfooter-links a {
        /* All Mobile Sizes (devices and browser) */
        margin-top: 10px !important;
    }

    .popup {
        /* All Mobile Sizes (devices and browser) */
        position: fixed;
        top: 0;
        left: 0;
        margin: 0;
        /*position: relative;
    top: auto;
    left: auto;
    width: 100%;
    margin: 15px 0 -15px 0;
    &> .inside {
      width: auto;
      padding: 20px;
      border-radius: 0;
      box-shadow: none;
      margin: 0;
      a.close {
        margin: -10px -10px 0 0;
      }
      .right-column,.left-column {
        min-width: 200px;
        padding: 0;
        border: 0;
        float: none;
      }
    }*/
    }

    .popup > .inside {
        width: auto;
        padding: 20px;
        border-radius: 0;
        box-shadow: none;
        margin: 0;
        max-height: none;
    }

    .popup > .inside a.close {
        margin: -10px -10px 0 0;
    }

    .popup > .inside .right-column, .popup > .inside .left-column {
        min-width: 200px;
        padding: 0;
        border: 0;
        float: none;
    }

    .popup.fixed {
        /* All Mobile Sizes (devices and browser) */
        position: static;
        top: 0;
        left: 0;
        margin: 0;
    }

    .popup.fixed > .inside {
        padding-top: 30px;
    }

    .popup.fixed > .inside a.close {
        margin: 0;
    }

    /* All Mobile Sizes (devices and browser) */
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
    .container {
        width: 420px;
    }

    .section2 {
        min-width: 420px;
        margin: 0 auto;
        overflow: visible;
        height: auto;
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }

    .container .columns, .container .standard-form div.label, .standard-form .container div.label,
    .container .column {
        margin: 0;
    }

    .container .one.column,
    .container .one.columns,
    .container .standard-form div.one.label,
    .standard-form .container div.one.label,
    .container .two.columns,
    .container .standard-form div.two.label,
    .standard-form .container div.two.label,
    .container .three.columns,
    .container .information-row span,
    .information-row .container span,
    .container .standard-form div.three.label,
    .standard-form .container div.three.label,
    .container .four.columns,
    .container .information-row label,
    .information-row .container label,
    .container .standard-form div.label,
    .standard-form .container div.label,
    .container .standard-form div.field input,
    .standard-form div.field .container input,
    .container .five.columns,
    .container .region.directors,
    .container .person.text,
    .container .text.award,
    .container .standard-form div.five.label,
    .standard-form .container div.five.label,
    .container .standard-form div.field textarea,
    .standard-form div.field .container textarea,
    .container .six.columns,
    .container .standard-form div.six.label,
    .standard-form .container div.six.label,
    .container .standard-form div.field,
    .standard-form .container div.field,
    .container .seven.columns,
    .container .standard-form div.seven.label,
    .standard-form .container div.seven.label,
    .container .eight.columns,
    .container .standard-form div.eight.label,
    .standard-form .container div.eight.label,
    .container .nine.columns,
    .container .standard-form div.nine.label,
    .standard-form .container div.nine.label,
    .container .ten.columns,
    .container .information-row,
    .container .standard-form div.ten.label,
    .standard-form .container div.ten.label,
    .container .eleven.columns,
    .container .standard-form div.eleven.label,
    .standard-form .container div.eleven.label,
    .container .twelve.columns,
    .container .standard-form div.twelve.label,
    .standard-form .container div.twelve.label,
    .container .thirteen.columns,
    .container .standard-form div.thirteen.label,
    .standard-form .container div.thirteen.label,
    .container .fourteen.columns,
    .container .standard-form div.fourteen.label,
    .standard-form .container div.fourteen.label,
    .container .fifteen.columns,
    .container .standard-form div.fifteen.label,
    .standard-form .container div.fifteen.label,
    .container .sixteen.columns,
    .container .standard-form div.sixteen.label,
    .standard-form .container div.sixteen.label,
    .container .one-third.column,
    .container .two-thirds.column {
        width: 420px;
    }

    .sprite.mobile-menu {
        /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
        padding: 0 0 0 0;
        background-position: -142.85714px -114.28571px;
        width: 32px;
        height: 22.85714px;
        background-size: 2232.14286%;
        -moz-background-size: 2232.14286%;
    }

    .sprite.mobile-menu-inverse {
        /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
        padding: 0 0 0 0;
        background-position: -171.42857px -142.85714px;
        width: 32px;
        height: 22.85714px;
        background-size: 2232.14286%;
        -moz-background-size: 2232.14286%;
    }

    .sprite.nav-back {
        /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
        padding: 0 0 0 0;
        background-position: -160px -80px;
        width: 16px;
        height: 25.2px;
        background-size: 3125%;
        -moz-background-size: 3125%;
    }

    .sprite.nav-forward, #navigation > ul > li.children:before {
        /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
        padding: 0 0 0 0;
        background-position: -93.75px -93.75px;
        width: 12px;
        height: 18.75px;
        background-size: 3906.25%;
        -moz-background-size: 3906.25%;
    }

    #search-box {
        /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
        float: right;
    }

    .searchbar .searchterms, .searchbar .searchterms-short {
        /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
        width: 130px;
    }

    #content .post iframe.featured_video, #content.mceContentBody iframe.featured_video, #tinymce .post iframe.featured_video, #tinymce.mceContentBody iframe.featured_video {
        /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
        width: 420px;
        height: 240px;
    }

    #content .featured-image, #tinymce .featured-image {
        /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
        width: 210px;
    }

    .popup.person .right-col, .popup.award .right-col {
        /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
        width: 270px;
    }

    .popup.award-winner .right-col {
        /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
        width: 270px;
    }

    ul#state-list > li > a {
        /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
        font-size: 11px;
    }

    /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
    .fb_ltr {
        width: 420px !important;
    }

    /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
}

@media only screen and (max-width: 479px) {
    /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
    .sprite.callout-overlay {
        /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
        padding: 0 0 0 25px;
        background-position: -750px -150px;
        width: 275px;
        height: 34px;
        line-height: 30px;
        font-size: 11px;
        left: 50%;
        margin-left: -151px;
        bottom: -19px;
    }

    .sprite.callout-overlay #callout-register {
        /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
        display: none;
    }

    .sprite.mobile-menu {
        /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
        padding: 0 0 0 0;
        background-position: -142.85714px -114.28571px;
        width: 32px;
        height: 22.85714px;
        background-size: 2232.14286%;
        -moz-background-size: 2232.14286%;
    }

    .sprite.mobile-menu-inverse {
        /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
        padding: 0 0 0 0;
        background-position: -171.42857px -142.85714px;
        width: 32px;
        height: 22.85714px;
        background-size: 2232.14286%;
        -moz-background-size: 2232.14286%;
    }

    .sprite.nav-back {
        /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
        padding: 0 0 0 0;
        background-position: -160px -80px;
        width: 16px;
        height: 25.2px;
        background-size: 3125%;
        -moz-background-size: 3125%;
    }

    .sprite.nav-forward, #navigation > ul > li.children:before {
        /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
        padding: 0 0 0 0;
        background-position: -93.75px -93.75px;
        width: 12px;
        height: 18.75px;
        background-size: 3906.25%;
        -moz-background-size: 3906.25%;
    }

    .sprite.sidebar-donate {
        /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
        background-position: -37.60807px -601.72911px;
        width: 261px;
        height: 54.90778px;
        background-size: 360.23055%;
        -moz-background-size: 360.23055%;
    }

    .sprite.sidebar-subscribe {
        /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
        background-position: -338.47262px -601.72911px;
        width: 261px;
        height: 54.90778px;
        background-size: 360.23055%;
        -moz-background-size: 360.23055%;
    }

    .sprite.sidebar-register {
        /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
        background-position: -639.33718px -601.72911px;
        width: 261px;
        height: 54.90778px;
        background-size: 360.23055%;
        -moz-background-size: 360.23055%;
    }

    .sprite.hall-of-honor {
        /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
        background-position: -36.43216px -728.64322px;
        width: 290px;
        height: 48.8191px;
        background-size: 314.07035%;
        -moz-background-size: 314.07035%;
    }

    .sprite.conference-365 {
        /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
        background-position: -36.43216px -801.50754px;
        width: 290px;
        height: 48.8191px;
        background-size: 314.07035%;
        -moz-background-size: 314.07035%;
    }

    .sprite.capitol-connector {
        /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
        background-position: -327.88945px -801.50754px;
        width: 290px;
        height: 48.8191px;
        background-size: 314.07035%;
        -moz-background-size: 314.07035%;
    }

    .sprite.resources-rundown {
        /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
        background-position: -619.34673px -801.50754px;
        width: 290px;
        height: 48.8191px;
        background-size: 314.07035%;
        -moz-background-size: 314.07035%;
    }

    .sprite.lindas-corner-office {
        /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
        background-position: -36.43216px -874.37186px;
        width: 290px;
        height: 48.8191px;
        background-size: 314.07035%;
        -moz-background-size: 314.07035%;
    }

    .sprite.expert-buzz {
        /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
        background-position: -327.88945px -874.37186px;
        width: 290px;
        height: 48.8191px;
        background-size: 314.07035%;
        -moz-background-size: 314.07035%;
    }

    .training-course-index-card .four.columns.omega, .training-course-index-card .information-row label.omega, .information-row .training-course-index-card label.omega, .training-course-index-card .standard-form div.omega.label, .standard-form .training-course-index-card div.omega.label, .training-course-index-card .standard-form div.field input.omega, .standard-form div.field .training-course-index-card input.omega {
        /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
        margin-bottom: 0 !important;
    }

    .training-course-featured-card .btn-secondary a {
        /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
        padding: 5px 80px 5px 60px;
    }

    .training-course-index-card .heading {
        /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
        margin-right: 5px !important;
    }

    /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
    .phone-portrait-only {
        display: inline-block;
        /*IE7 inline-block hack*/
        zoom: 1;
        *display: inline;
    }

    .phone-portrait-all {
        display: inline-block;
        /*IE7 inline-block hack*/
        zoom: 1;
        *display: inline;
    }

    #callout-img {
        /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
        height: auto;
    }

    #bg-wrap {
        /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
        height: auto;
    }

    #follow-us span {
        /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
        display: none;
    }

    #search-box {
        /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
        display: block;
        margin-left: 0;
        width: 100%;
    }

    #bg-wrap {
        /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
        min-height: 0 !important;
        padding-bottom: 0;
    }

    #nav-title {
        /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
        font-size: 16px;
    }

    #callout-wrap {
        /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
        width: 100%;
    }

    input[type="text"], input[type="password"], input[type="email"], input[type="number"], textarea, select {
        /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
        width: 180px;
    }

    .searchbar .searchterms, .searchbar .searchterms-short {
        /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
        width: 180px;
    }

    .searchbar span {
        /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
        float: right;
        padding-top: 10px;
    }

    .searchbar .sortwrapper select, .searchbar .sortwrapper-long select {
        /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
        max-width: 100%;
    }

    .searchbar .sortwrapper, .searchbar .sortwrapper-long {
        /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
        float: none;
        width: 100%;
        margin-top: 6px;
    }

    #navigation > ul > li {
        /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
    }

    #navigation > ul > li > a {
        font-size: 14px !important;
    }

    #content .post iframe.featured_video, #content.mceContentBody iframe.featured_video, #tinymce .post iframe.featured_video, #tinymce.mceContentBody iframe.featured_video {
        /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
        width: 300px;
        height: 200px;
    }

    #content .featured-image, #tinymce .featured-image {
        /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
        width: 300px;
    }

    .video-height {
        /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
        height: 240px;
    }

    .social-icons a.icon {
        /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
        margin-right: 0 10px 0 0 !important;
    }

    .popup.person .right-col, .popup.award .right-col {
        /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
        width: 150px;
    }

    .popup.person .bio, .popup.award .bio {
        /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
        line-height: 16px;
        font-size: 12px;
    }

    .popup.award-winner .right-col {
        /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
        width: 150px;
    }

    .popup.award-winner .bio {
        /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
        line-height: 16px;
        font-size: 12px;
    }

    #content .magazine.featured .articles > a.even, #content .magazine.featured .articles span.even {
        /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
        margin-left: 0 !important;
    }

    #content .magazine.featured .articles > a, #content .magazine.featured .articles span {
        /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
        float: none;
    }

    ul#state-list > li {
        /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
        width: 50%;
    }

    #footer-bottom .footer-content > a {
        /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
        margin-left: 10px;
    }

    #footer-bottom .footer-content .icon span {
        /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
        display: none;
    }

    #footer-bottom .footer-content .icon {
        /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
        margin-left: 30px;
    }

    /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
}

@media only screen and (min-width: 1200px) {
    #navigation > ul > li:nth-last-child(2) ul {
        left: 0;
        right: auto;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: "Open Sans Light";
        src: url("/fonts/OpenSans-Light-webfont.svg#OpenSansLight") format("svg");
        font-weight: normal;
        font-style: normal;
    }

    @font-face {
        font-family: "Open Sans Light Italic";
        src: url("/fonts/OpenSans-LightItalic-webfont.svg#OpenSansLight") format("svg");
        font-weight: normal;
        font-style: normal;
    }

    @font-face {
        font-family: "Open Sans Regular";
        src: url("/fonts/OpenSans-Regular-webfont.svg#OpenSansLight") format("svg");
        font-weight: normal;
        font-style: normal;
    }

    @font-face {
        font-family: "Open Sans Italic";
        src: url("/fonts/OpenSans-Italic-webfont.svg#OpenSansLight") format("svg");
        font-weight: normal;
        font-style: normal;
    }

    @font-face {
        font-family: "Open Sans Semibold";
        src: url("/fonts/OpenSans-Semibold-webfont.svg#OpenSansLight") format("svg");
        font-weight: normal;
        font-style: normal;
    }

    @font-face {
        font-family: "Open Sans Semibold Italic";
        src: url("/fonts/OpenSans-SemiboldItalic-webfont.svg#OpenSansLight") format("svg");
        font-weight: normal;
        font-style: normal;
    }

    @font-face {
        font-family: "Open Sans Bold";
        src: url("/fonts/OpenSans-Bold-webfont.svg#OpenSansLight") format("svg");
        font-weight: normal;
        font-style: normal;
    }

    @font-face {
        font-family: "Open Sans Bold Italic";
        src: url("/fonts/OpenSans-BoldItalic-webfont.svg#OpenSansLight") format("svg");
        font-weight: normal;
        font-style: normal;
    }

    @font-face {
        font-family: "Open Sans Extrabold";
        src: url("/fonts/OpenSans-ExtraBold-webfont.svg#OpenSansLight") format("svg");
        font-weight: normal;
        font-style: normal;
    }

    @font-face {
        font-family: "Open Sans Extrabold Italic";
        src: url("/fonts/OpenSans-ExtraBoldItalic-webfont.svg#OpenSansLight") format("svg");
        font-weight: normal;
        font-style: normal;
    }
}

.thumb-block-area {
    cursor: pointer;
}

.thumb-block-area .thumb-preview {
    min-height: 160px;
    max-width: 180px;
    margin: auto auto 10px auto;
}

.thumb-block-area .thumb-preview img {
    cursor: pointer;
    border: 5px solid #fff !important;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    margin: 0 auto;
}

#content .post .flexslider ul li,
#content.mceContentBody .flexslider ul li,
#tinymce .post .flexslider ul li,
#tinymce.mceContentBody .flexslider ul li {
    list-style-image: none;
}

#content .post .flexslider ul:not(.columns),
#content.mceContentBody .flexslider ul:not(.columns),
#tinymce .post .flexslider ul:not(.columns),
#tinymce.mceContentBody .flexslider ul:not(.columns) {
    padding: 0;
    margin: 0;
}

#content .flex-direction-nav a,
.flex-direction-nav a {
    text-shadow: none;
    font-weight: bold;
    display: block;
    font-size: 0;
    line-height: 0;
    width: 32px !important;
    height: 32px !important;
}

.popup.person .left-col img {
    position: absolute;
    left: 40px;
    float: left;
    width: 110px;
    height: auto;
    margin-right: 20px;
    order: 0;
}

.popup {
    background-color: rgba(0, 0, 0, 0.6);
}

.popup.person .left-col .name {
    margin: 0;
    font-family: "Open Sans Bold", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #4d4d4f;
    order: 1;
}

.popup.person .left-col .title, .popup.person .left-col .details {
    margin: 0;
    font-family: "Open Sans Light", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #7a7b82;
    text-transform: none;
    order: 2;
}

.popup > .inside {
    position: relative;
    width: 100%;
    max-width: 820px;
    padding: 30px 40px !important;
    background: #fff;
    border-radius: 0;
    box-shadow: none;
}

.popup.person .left-col > * {
    order: 100;
}

.popup.person .left-col .title,
.popup.person .left-col .details {
    margin: 0;
    font-family: "Open Sans Light", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #7a7b82;
    text-transform: none;
    order: 2;
}

.popup.person .left-col,
.popup.person .right-col {
    float: none;
    display: block;
    width: auto;
    margin-left: 130px;
}

.popup.person .right-col {
    margin-top: 10px;
    padding-bottom: 25px;
}

.popup.person .left-col {
    display: flex;
    flex-direction: column;
}

.flex-direction-nav a.flex-prev {
    background: url(images/arrow-left.png) no-repeat;
}

.flex-direction-nav a.flex-next {
    background: url(images/arrow-right.png) no-repeat;
}

.flex-control-paging li a.flex-active,
#content .flex-control-paging li a.flex-active,
#tinymce .flex-control-paging li a.flex-active {
    background: #0e73ba;
}

#content .flex-control-nav {
    bottom: -35px;
}

#content .flexslider,
.flexslider {
    text-align: center;
    margin: 20px auto;
}

#content .post .flexslider .slides img {
    width: inherit;
    text-align: center;
    margin: auto;
}

.no-sidebar-awards-banner #content {
    flex: 1 1 0;
    margin-bottom: 75px;
}

.no-sidebar-awards-banner #content, .no-sidebar-awards-content #content {
    min-width: 100px;
}

/*.honorees-content #content {
    margin-bottom: 75px;
    min-width: 100px;
}*/
.metaslider {
    max-width: 100% !important;
}

#content-main .honorees-content {
    margin-right: -20px;
}

@media (max-width: 767px) {
    #content .columns {
        padding: 0;
        margin: 0;
    }

    #content.honorees-content img {
        margin-bottom: 0;
    }

    #content.honorees-content img.alignleft,
    #content-main .honorees-content {
        margin-right: 0;
    }
}

.honorees-content h4 {
    padding-top: 10px;
}

.thumb-block-area .person-role {
    font-size: 12px;
    color: #000;
    line-height: 18px;
    text-transform: none;
    padding: 0 10px 5px 10px;
    font-family: "Open Sans Regular";
}

.awards-list-block {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

#content .awards-list-block img {
    max-width: 152px;
}

.awards-list-block ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.awards-list-block ul li {
    display: inline-block;
}

@media (max-width: 480px) {
    #content .awards-list-block img {
        max-width: 140px;
    }

    #follow-us .sprite {
        margin: 0 2px;
    }
}

.thumb-block-area h5.person-name {
    font-size: 16px;
    color: #000;
    line-height: 24px;
    text-transform: none;
    padding: 0 10px 5px 10px;
    font-family: "Open Sans Semibold";
}

/*gray to dark*/
.thumb-preview img {
    background: none !important;
    filter: gray; /* IE6-9 */
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale") !important;
    -webkit-filter: grayscale(100%);
!important;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    border-radius: 0;
    display: block;
}

.thumb-preview:hover img {
    opacity: 1 !important;
    filter: none !important;
    -webkit-filter: none !important;
}

.thumb-preview {
    position: relative;
}

#content .post .flexslider ol li:before {
    content: "";
}

.flex-direction-nav a:before {
    font-size: 0 !important;
}

#press-releases-container .ul-press-releases li {
    border-bottom: 1px solid #d1d3d4;
}

/*child mental health*/
.template-child-health {
    font-family: "Open Sans Regular", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 19px;
}

.ch-blocks {
    margin: 30px 10px 0 10px;
}

.template-child-health a {
    color: #0e72b9;
}

.template-child-health a:hover {
    color: #e9b12b;
}

.featured-post {
    margin-bottom: 25px;
    border-bottom: 1px solid #eee;
    padding-bottom: 25px;
}

.post-preview-box,
.post-info-box {
    float: left;
}

.post-preview-box {
    width: 51%;
    box-shadow: 1px 1px 2px #999;
    border-radius: 4px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 235px;
    overflow: hidden;
}

.post-info-box {
    width: 46%;
    margin-left: 3%;
    display: inline-block;
    *zoom: 1;
}

.ch-top-box a,
.post-info-box a,
.ch-section-block h2 a {
    font-family: "Open Sans Bold", Helvetica, Arial, sans-serif;
}

.ch-section-block h2,
.post-info-box h2 {
    padding: 0;
    color: #0e72b9;
}

.ch-section-block h2 {
    font-size: 19px;
    line-height: 25px;
    margin-bottom: 20px;
}

.post-info-box h2 {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 15px;
}

.ch-widget-block {
    border-radius: 4px;
    padding: 15px;
    border: 1px solid #ecf3fb;
    margin-bottom: 20px;
    background: #f8fbff;
    color: #394a61;
    box-shadow: 1px 1px 0 #fff inset;
}

.ch-widget-block + br,
.ch-widget-block + p {
    display: none;
}

.ch-blocks h4,
.ch-widget-block h3 {
    font-family: "Open Sans Bold", Helvetica, Arial, sans-serif;
    font-size: 17px;
    line-height: 24px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #394a61;
    border-bottom: 1px solid #eee;
}

.ch-widget-block h5 {
    text-transform: none;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 15px;
    font-family: "Open Sans Regular", Helvetica, Arial, sans-serif;
}

.template-child-health .ch-widget-block h5 a {
    color: #444;
}

.ch-widget-block ul {
    margin: 0 0 0 15px;
    padding: 0;
}

.ch-widget-block ul li {
    margin-bottom: 9px;
    list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAIBAMAAADdFhi7AAAALVBMVEUAAADpsSvpsSvpsSvpsSvpsSvpsSvpsSvpsSvpsSvpsSvpsSvpsSvpsSvpsSuQA0ZJAAAADnRSTlMAESIzRFVmd4iqu8zd7v+yXhgAAAAxSURBVHheY2A7xDSdgYFB5rX4uwAGBqZ7C+Y9ZmBg8HvB/UYBTL1VgAnKvAEpgWoAAPyHEhnrBF0tAAAAAElFTkSuQmCC);
}

.template-child-health .ch-widget-block ul li a {
    color: #394a61;
}

.template-child-health .ch-widget-block ul li a:hover {
    color: #0e72b9;
}

.ch-widget-block img {
    float: left;
    margin: 0 15px 15px 0;
}

.post-cta a {
    text-transform: uppercase;
}

.template-child-health .embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.right-arrow a {
    float: right;
    font-family: "Open Sans Bold", Helvetica, Arial, sans-serif;
}

.right-arrow a:before {
    content: '> ';
    color: #609cce;
}

.post-cta-details.right-arrow {
    padding: 15px 0;
    text-align: center;
    font-size: 15px;
    line-height: 22px;
}

.post-cta-details.right-arrow a {
    float: none;
}

.ch-top-box {
    padding: 15px 50px 0;
    margin: 0 10px 45px 10px;
    font-size: 17px;
    line-height: 24px;
    text-align: center;
}

.ch-article-blocks {
    padding-top: 30px;
}

.page-nav-blocks {
    margin: auto auto 45px auto;
    text-align: center;
}

.page-nav-blocks span,
.page-nav-blocks a {
    display: inline-block;
    color: #fff;
    margin: 0 5px;
    padding: 7px 10px;
    font-size: 13px;
    line-height: 15px;
    border-radius: 4px;
    font-family: "Open Sans Semibold", Helvetica, Arial, sans-serif;
}

.page-nav-blocks a {
    background: #0e73ba;
}

.page-nav-blocks span {
    background: #32a4dc;
}

.post-cta-details.right-arrow:after,
.ch-top-box:after {
    content: '';
    height: 2px;
    visibility: visible;
    margin-top: 20px;
    width: 100%;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(238, 238, 238, 1) 47%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(238, 238, 238, 1) 47%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(238, 238, 238, 1) 47%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
}

.post-cta-details.right-arrow:before {
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(238, 238, 238, 1) 47%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(238, 238, 238, 1) 47%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(238, 238, 238, 1) 47%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
    content: '';
    height: 2px;
    visibility: visible;
    margin-bottom: 20px;
    width: 100%;
}

.ch-video-blocks {
    text-align: center;
    margin: 30px auto; 
}

.ch-video-blocks .col-6 {
    margin: 0 2% 2% 2%;
    float: left;
    width: 46%;
}

.ch-video-blocks h6 {
    padding: 10px 0;
    font-family: "Open Sans Regular", Helvetica, Arial, sans-serif;
}

.ch-section-block {
    text-align: center;
    margin: auto auto 30px auto;
    max-width: 800px;
    padding: 0 15px;
}

.ch-section-block + .ch-section-block {
    border-top: 1px solid #eee;
    padding-top: 30px;
}

.ch-article-preview {
    margin: 20px auto;
}

.ch-article-preview img {
    height: auto;
    max-width: 100%;
}

.bottom-widget-area {
    margin-top: 30px;
}

.bottom-widget-area .ch-widget-block {
    min-height: 155px;
}

.container .bottom-widget-area .col-3 {
    width: 31.333%;
    float: left;
    margin: 0 1%;
}

.container.template-child-health img {
    max-width: 100%;
}

/*home page featured columns*/
.feature-preview img {
    margin: auto !important;
}
.feature-preview {
    text-align: center;
    display: block;
    margin: auto;
}

@media (max-width: 767px) {
    .container.template-child-health {
        width: 100%;
        margin: auto;
        padding: 0;
    }

    .container .featured-post-block,
    .container .ch-side-block,
    .container .post-info-box,
    .post-preview-box,
    .container .ch-video-blocks .col-6 {
        margin: 0 auto 15px auto;
        float: none;
        display: block;
        width: 100%;
    }
}

/*embed code*/
.embed-responsive {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    border: 1px solid #CCC;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    border: 0 none;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.embed-responsive-16by9 {
    padding-bottom: 100%;
}

#content a.load-more-arrow:focus,
#content a.load-more-arrow:hover,
.load-more-arrow:hover {
    color: #e9b12b;
}

#content a.load-more-arrow,
.load-more-arrow {
    color: #609cce;
    float: right;
    text-transform: uppercase;
    font-family: "Open Sans Bold", Helvetica, Arial, sans-serif;
}

#content a.load-more-arrow:before,
.load-more-arrow:before {
    content: '> ';
    color: #609cce;
}
#content .with-social-icon:before,
#content .with-social-icon:after{
	content: "";
	clear: both;
	display: block;
}
#content .with-social-icon {
	*zoom:1; 
	padding-bottom:0;
	margin-bottom:0;
}
#content .with-social-icon .links {
	float: right;
	padding:0;
	margin: 10px 0;
	clear: both;
}
#content .with-social-icon .right-arrow.links{ 
    margin:15px 0 0 0;
}

#content .with-social-icon a,
#content .with-social-icon .right-arrow a{
	float: none;
	text-align: right;
}
#content .with-social-icon a.social-link-icon{
	font-size:0; 
	text-align: right;
	display: inline-block;  
	margin:0; 
	padding:0;
}
#content .with-social-icon .links a + a {
	margin-left: 5px; 
}
@media only screen and (max-width: 1025px) {
    .popup.person,
    .popup.award {
        width: 100%;
        max-width: 100%;
        background-color: transparent;
        box-shadow: 1px 1px 1px #333;
    }

    .popup > .inside {
        width: auto;
        max-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .popup > .inside,
    .popup.person .inside,
    .popup.award .inside {
        padding: 10px;
        width: auto;
        max-width: 100%;
    }

    #content .flex-control-nav {
        display: none;
    }
}

@import "compass/css3";