
@import url("tinymce.css");

*:focus {
    outline: none;
}

html, body {
}

html {
    height: 100%;
    background-image: url('../images/footer-bg.png');
}

#global-wrapper {
    min-width: 1044px;
    max-width: 1044px;
}

#page {
    margin-top: 34px;
    background-color: #ffffff;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
    clear: both;
}

#page-outer {
    width: 1044px;
    margin: 34px auto;
}

#main {
    position: relative;
}

#content {
    float: left;
    width: 100%;
    margin-right: -100%;
    margin-bottom: auto;
}

.sidebar {
    float: left;
    position: relative;
    z-index: 1;
}

#sidebar-second {
    float: right;
}

#footer {
    height: auto;
    width: 1044px;
}

#header,
#footer,
#ribbon,
.mission,
.breadcrumb,
.node {
    clear: both;
}

.breadcrumb a {
    color: #959595;
}

.two-sidebars .center,
.sidebar-first .center {
    margin-left: 190px;
}

#sidebar-first {
    width: 190px;
    margin-right: -190px;
}

.two-sidebars .center,
.sidebar-second .center {
    margin-right: 200px;
}

#sidebar-second {
	width: 200px;
}

.bryant-flipped-sidebar {
	background-color: #fff;
	background-image: url('../images/bg-right-sidebar.png');
	background-repeat: no-repeat;
	background-position: left 0px;
	background-size:10px 80%;
	padding: 0 0 0 10px;
	min-height: 500px;
    position: relative;
    top: -25px;
    padding-top: 25px;
}

.inner {
    padding: 24px;
}

a {
    color: #e4252b;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: none;
}

a:hover, a:active {
    text-decoration: none;
    outline: 0;
}

#navigation ul {
    margin: 0px;
    float: left;
    padding: 0px;
    border-right: 1px solid #444444;
    border-left: 1px solid #272727;
    display: inline;
}

#navigation li {
    list-style: none;
    margin: 5px;
    float: left;
    display: inline-block;
}

#footer p {
    margin: 0px;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.3em;
    color: black;
    font-family: 'GibsonLightBold';
    font-weight: normal;
}

h1 {
    font-size: 68px;
    line-height: 82px;
    font-weight: 300;
    margin: 0;
}

h2 {
    font-size: 32px;
    /*line-height: 24px;*/
    line-height: 1em;
    font-weight: 300;
}

h3 {
    font-size: 30px;
    line-height: 37.5px;
}

h4 {
    font-size: 25px;
    line-height: 120%;
    font-family: 'GibsonLightRegular';
}

h5 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    font-family: 'GibsonRegular';
}

h6 {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
}

p {
    margin: 0 0 0.4em 0;
}

abbr {
    border-bottom: 1px dotted #666666;
    cursor: help;
    white-space: nowrap;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

pre, code, kbd, samp, tt {
    font-family: "Courier New", "DejaVu Sans Mono", monospace, sans-serif;
    font-size: 13px;
    line-height: 19.5px;
    font-size: 1.3rem;
    line-height: 1.95rem;
    line-height: 1.5em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
    background-color: #efefef;
    display: block;
    padding: 5px;
    margin: 5px 0;
    border: 1px solid #aaaaaa;
}

q {
    quotes: none;
}

q:before, q:after {
    content: "";
    content: none;
}

small {
    font-size: 85%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

p.small {
    font-size: 75%;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

ul, ol {
    margin: 1em 0;
    padding: 0 0 0 2em;
}

dd {
    margin: 0 0 0 2em;
}

nav ul, nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

ul {
    list-style-type: disc;
}

ul ul {
    list-style-type: circle;
}

ul ul ul {
    list-style-type: square;
}

ul ul ul ul {
    list-style-type: circle;
}

ol {
    list-style-type: decimal;
}

ol ol {
    list-style-type: lower-alpha;
}

ol ol ol {
    list-style-type: decimal;
}

* {
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url(../js/boxsizing.htc);
}

/*article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
    margin: 0px;
}*/

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

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

[hidden] {
    display: none;
}

#skip a {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
}

#skip a:active, #skip a:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static !important;
    width: auto;
}

#site-name {
    font-size: 28px;
    line-height: 42px;
    font-size: 2.8rem;
    line-height: 4.2rem;
    font-weight: 300;
    padding: 0 0 0.5em;
    margin: 0;
}

div.view div.views-admin-links {
    width: auto;
}

.ir {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
    *line-height: 0;
}

.ir br {
    display: none;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static !important;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix, #navigation {
    *zoom: 1;
}

.clearfix:before, #navigation:before {
    content: "";
    display: table;
}

.clearfix:after, #navigation:after {
    content: "";
    display: table;
    clear: both;
}

.clearleft, .clearl, .cleft {
    clear: left;
}

.clearright, .clearr, .cright {
    clear: right;
}

.clear, .clearboth, .clearall {
    clear: both;
}

.floatleft, .fleft, .floatl {
    display: inline;
    float: left;
    margin: 0 10px 5px 0;
}

.floatright, .fright, .floatr {
    display: inline;
    float: right;
    margin: 0 0 5px 10px;
}

#system-themes-form img {
    width: 100px;
}

.form-item .description {
    font-style: italic;
    font-size: 12px;
    line-height: 18px;
    font-size: 1.2rem;
    line-height: 1.8rem;
    margin-top: 5px;
    color: #777;
}

#edit-delete {
    color: #c00;
}

div.messages {
    padding: 9px;
    margin: 1em 0;
    color: #036;
    background: #bdf;
    border: 1px solid #aaccee;
}

div.warning {
    color: #e6b100;
    background: #f5f0d4;
    border-color: #e6b100;
}

div.error {
    color: #d62328;
    background: rgba(214, 35, 40, 0.2);
    border-color: #d62328;
}

div.status {
    color: #555555;
    background: #f7f7f7;
    border-color: #959595;
}

.node-readmore a {
    font-family: "GibsonLightBold", "Helvetica Neue", helvetica, Arial, sans-serif;
}

html {
    font-size: 62.5%;
    /* Sets up the Base 10 stuff */
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
    font-family: "Helvetica Neue", helvetica, Arial, sans-serif;
    color: #222222;
}

body {
    margin: 0;
    font-size: 14px;
    line-height: 18px;
    font-family: "GibsonRegular", "Helvetica Neue", helvetica, Arial, sans-serif;
    position: relative;
    z-index: 1;
    /* background-image: url('../images/bg-red.png'); */
    /* background: #000000 url('../images/50150_CSR_Community_Skin_2_web_000000.jpg') no-repeat center top;*/
    /* background: #040404 url('../images/20150320_CommunitySkin_WWE_040404.jpg') no-repeat center top; */
    /* background: #fbc5e5 url('../images/47835_Komen2014_COMMUNITY_SkinR_f.jpg') no-repeat center top; */
    /* background: #FEC834 url('../images/47516_CSR_TheBullyText_Community_Skin_fin.jpg') no-repeat center top; */
    /* background: #ffffff url('../images/48332_CSR_Hire_Heroes_Community_Skin.jpg') no-repeat center top; */
}

#page-wrapper {
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    /* background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.35) 100%); */ /* FF3.6+ */
    /* background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.35))); */  /* Chrome,Safari4+ */
    /* background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 100%); */  /* Chrome10+,Safari5.1+ */
    /* background: -o-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 100%); /* Opera 12+ */
    /* background: -ms-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 100%); */ /* IE10+ */
    /*  background: radial-gradient(ellipse at center,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 100%); */  /* W3C */
    /*  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
    height: 100%;
    overflow: hidden;
}

::-moz-selection {
    background: #f53037;
    color: white;
    text-shadow: none;
}

::selection {
    background: #f53037;
    color: white;
    text-shadow: none;
}

img {
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

label {
    cursor: pointer;
}

legend {
    border: 0;
    *margin-left: -7px;
    padding: 0;
    white-space: normal;
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

input[type="text"],
input[type="password"]{
    box-shadow: inset 1px 1px 5px 0px rgba(0,0,0,0.4);
    -webkit-box-shadow: inset 1px 1px 5px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: inset 1px 1px 5px 0px rgba(0,0,0,0.4);
    color: grey;
    border: 1px solid #a1a1a1;
}

button,
input[type="submit"],
.btn-submit,
.attachment > .view-gallery article .node-readmore a {
    font-family: 'GibsonLightBold';
    border: 1px solid #000000;
    background-color: #d62328;
    color: #ffffff;
    box-shadow: inset 0px 1px 0px #d39d9d, inset 0px 14px 1px -1px #ff2830;
    -webkit-box-shadow: inset 0px 1px 0px #d39d9d, inset 0px 14px 1px -1px #ff2830;
    -moz-box-shadow: inset 0px 1px 0px #d39d9d, inset 0px 14px 1px -1px #ff2830;
    border-radius: 4px;
    -webket-border-radius: 4px;
    -moz-border-radius: 4px;
		text-shadow: 0px 2px 0px rgba(0,0,0,0.5);
		font-size: 14px;
		font-weight: bold;
}

button, input, .btn-submit,
.attachment > .view-gallery article .node-readmore a {
    line-height: normal;
    padding: 6px 12px;
    border-radius: 5px;
    -webket-border-radius: 5px;
    -moz-border-radius: 5px;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible;
}

input[type="submit"]:first-child {
    margin-right: 14px;
}

button[disabled], input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *width: 13px;
    *height: 13px;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

input:invalid,
textarea:invalid {
    background-color: #f0dddd;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

td {
    vertical-align: top;
}

tr.even td,
tr.odd td {
    padding: 10px 5px;
}

tr.odd {
    background-color: white;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: black;
    padding: 0.2em 0;
}

.wireframe-mode #header,
.wireframe-mode #content-top,
.wireframe-mode #content-top > *,
.wireframe-mode #content-header,
.wireframe-mode #content-header > *,
.wireframe-mode #content-area,
.wireframe-mode #content-area > *,
.wireframe-mode #content-bottom,
.wireframe-mode #content-bottom > *,
.wireframe-mode #primary,
.wireframe-mode #secondary,
.wireframe-mode #sidebar-left-inner,
.wireframe-mode #sidebar-right-inner,
.wireframe-mode .block {
    padding: 2px;
    border: 1px solid #bbbbbb;
}

.wireframe-mode .node {
    border-bottom: 1px solid #bbbbbb;
    margin-bottom: 10px;
}

.wireframe-mode .block {
    margin-bottom: 3px;
}

.wireframe-mode #content-top,
.wireframe-mode #content-header,
.wireframe-mode #content-area,
.wireframe-mode #content-bottom {
    margin: 0 3px 3px;
}

.wireframe-mode #footer {
    margin-top: 3px;
    padding: 2px;
    border: 1px solid #cccccc;
}

.wireframe-mode .with-navigation #content,
.wireframe-mode .with-navigation .sidebar {
    margin-top: 50px;
}

.wireframe-mode #navigation {
    height: 50px;
}

#header {
    background-image: url('../images/header-bg.png');
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3);
    position: relative;
    width: 100%;
}

#ribbon {
    background-image: url('../images/ribbon-bg.png');
    height: 20px;
}

#ribbon .ribbon-inner,
#header .header-inner,
#footer .footer-inner {
    width: 1044px;
    margin: 0 auto;
    position: relative;
}

#ribbon .ribbon-inner {
    text-align: right;
}

#secondary {
    padding: 0px;
}

#secondary li {
    display: inline;
}

#secondary li a,
#block-wwe_user-wwe-user-login .content a {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: -0.1em;
    text-decoration: none;
    display: inline;
    padding: 0px;
    margin: 0px 0px 0px 4px;
    letter-spacing: 0.3px;
    background: none;
    border: none;
    box-shadow: none;
    font-family: 'GibsonRegular';
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

#block-wwe_user-wwe-user-login .content a:last-child:before {
    content: "or";
    color: #c8c8c8;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    position: relative;
    left: -4px;
    cursor: default;
}

#block-wwe_user-wwe-user-login .content a:last-child {
    margin-left: 7px;
}

#sidebar-first {
    background-color: #f7f7f7;
    box-shadow: none;
    padding-bottom: 126px;
    background-image: url(../images/bg-left-sidebar.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 6px 100%;
}

#sidebar-first + #content {
    box-shadow: inset 190px 0px 0px 0px #f7f7f7;
    -webkit-box-shadow: inset 190px 0px 0px 0px #f7f7f7;
    -mox-box-shadow: inset 190px 0px 0px 0px #f7f7f7;
}

#sidebar-second {
}

/****************** LOGO & SITE NAME ******************/

#logo {
    display: inline;
    float: left;
    padding-right: 23px;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    opacity: 1;
}

#logo:hover {
    opacity: 0.5;
}

#logo img {
    float: left;
}

#site-name {
    color: #ffffff;
    text-transform: uppercase;
    float: left;
    margin: 30px 0px 0px 8px;
    font-family: "GibsonRegular","Helvetica Neue",helvetica,Arial,sans-serif;
    font-size: 33px;
    font-weight: 100;
    word-spacing: -0.05em;
    display: block;
    padding: 0px;
    line-height: 30px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
}

/****************** NAVIGATION ******************/

#navigation {
    padding: 0px;
    float: left;
}

#primary {
    display: table;
    float: left;
    height: 100%;
}

#primary li {
    margin: 0px;
}

#primary li a {
    float: left;
    color: #ffffff;
    font-size: 18px;
    font-family: 'GibsonRegular', 'Helvetica Neue', helvetica, Arial, sans-serif;
    letter-spacing: -0.05em;
    text-decoration: none;
    display: block;
    text-shadow: -1px -1px 0px rgba(0,0,0,0.3);
    -webkit-text-shadow: -1px -1px 0px rgba(0,0,0,0.3);
    -moz-text-shadow: -1px -1px 0px rgba(0,0,0,0.3);
    padding: 51px 30px 17px 30px;
}

#primary li  {
    position: relative;
    border-left: 1px solid #444444;
    border-right: 1px solid #272727;
}

#primary li.active, #primary li.active-trail {
    border-left: 1px solid #ff3c42;
    background-image: url('../images/nav-item-active.png');
    background-position-y: 50%;
}

#primary li a.icon:before {
    font-size: 33px;
    position: absolute;
    top: 16%;
    left: 37%
}

#primary li a.icon-hope:before {
    left: 34%
}

#primary li a.icon-military:before {
    left: 35%
}

#primary:hover {
    opacity: 1;
}

#primary li,
#primary li a.icon {
    /*transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;*/
}

#primary:hover li {
    opacity: 0.5;
}

#primary li:hover {
    opacity: 1 !important;
}

/****************** TAKE ACTION ******************/

#take-action {
    float: left;
    padding: 23px 0px 0px 20px;
    display: inline-block;
}

#take-action-content {
    display: none;
    background-color: #ffffff;
    width: 100%;
    min-height: 257px;
    padding: 14px 0px 0px 0px;
    box-shadow: 0px 14px 20px -5px rgba(1,0,0,0.4);
    -webkit-transition: all 1s ease-out;
    position: absolute;
    right: 0px;
    top: 75px;
    z-index: 1001;
}

#take-action.open #take-action-content {
    display: block;
}

#take-action .open .icon:last-child {
    color: #e4252b;
    z-index: 13;
    box-shadow: none;
}

#take-action .open .icon:last-child:before {
    color: #e4252b !important;
}

/****************** SEARCH ******************/
#search {
    float: left;
    padding: 23px 0px 0px 12px;
    position: relative;
}

#search .icon-search {
    font-weight: bold;
}

#search .search-box {
    display: none;
    position: absolute;
    z-index: 999;
    background: #ffffff;
    width: 400px;
    right: 0px;
    top: 68px;
    overflow: visible;
}

#search .search-box .form-text {
    width: 70%;
    margin-right: 10px;
}

#search .search-box label {
    display: none;
}

#search .search-box {
    padding: 14px 0px;
    box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.9);
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.9);
    -moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.9);
    -webkit-transition: all 1s ease-out;
}

#search .search-box form {
    margin: 0px;
    text-align: center;
}

#search.open .search-box {
    display: block;
}

#search.open .icon-arrow-down {
    z-index: 1000;
    height: 48px;
    background-color: #ffffff;
    border-radius: 4px;
    overflow: visible;
    zoom: 1;
}


#search {
    float: right;
    padding: 23px 0px 0px 12px;
    position: relative;
    display: inline-block;
}

#search .btn:before {
    font-weight: bold;
    font-size: 18px;
}

#search > .btn {
    width: 75px;
    height: 36px;
}

#search .icon-search {
    font-size: 26px;
    position: absolute;
    top: 4px;
    left: 15px;
}

#search .search-box {
    display: none;
    position: absolute;
    z-index: 999;
    background: #ffffff;
    width: 400px;
    right: 0px;
    top: 68px;
    overflow: visible !important;
}

.search-box .form-text {
    width: 70%;
    margin-right: 10px;
}

.search-box label {
    display: none;
}

#header .search-box {
    padding: 14px 0px;
    box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.9);
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.9);
    -moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.9);
    -webkit-transition: all 1s ease-out;
}

#header .search-box form {
    margin: 0px;
    text-align: center;
}

#header .open .search-box {
    display: block;
}

#header .open .icon-arrow-down {
    z-index: 1000;
    height: 48px;
    background-color: #ffffff;
    border-radius: 4px;
    overflow: visible;
    zoom: 1;
}

#header .open .icon-arrow-down:before {
    color: #e4252b !important;
    zoom: 1;
}

/****************** CUSTOM BUTTONS & ICONS ******************/

.btn-grey-large {
    background-color: #363636;
    box-shadow: inset 0px 1px 0px #838383, inset -2px 59px 0px -40px #606060;
    -webkit-box-shadow: inset 0px 1px 0px #838383, inset -2px 59px 0px -40px #606060;
    -moz-box-shadow: inset 0px 1px 0px #838383, inset -2px 59px 0px -40px #606060;
    border: 1px solid #010101;
    padding: 8px 16px;
    color: #ffffff;
    text-shadow: 0px 1px 0px #000000;
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px;
    float: left;
}

.btn-grey-small {
    background-color: #363636;
    box-shadow: inset 0px 1px 0px #838383, inset -2px 54px 0px -40px #606060;
    -webkit-box-shadow: inset 0px 1px 0px #838383, inset -2px 54px 0px -40px #606060;
    -moz-box-shadow: inset 0px 1px 0px #838383, inset -2px 54px 0px -40px #606060;
    border: 1px solid #010101;
    padding: 4px 4px 2px 4px;
    color: #ffffff;
    text-shadow: 0px 1px 0px #000000;
    border-radius: 3px;
    font-weight: bold;
    font-size: 16px;
    float: left;
}

.icon-left {
    position: relative;
    padding-left: 39px;
}

.icon-right {
    position: relative;
    padding-right: 36px;
}

.icon-right .icon:last-child {
    position: absolute;
    top: 6px;
    right: 6px;
    z-index: 9;
}

.icon-left .icon:last-child {
    position: absolute;
    top: 6px;
    left: 6px;
}

/****************** FOOTER ******************/

#footer {
    background-image: url('../images/footer-bg.png');
    width: 100%;
    min-height: 200px;
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.8);
}

#footer .search-box {
    display: none;
}

#footer .share-icons {
    position: absolute;
    right: 0px;
    top: 16px;
    text-align: right;
}

#footer .share-icons li a {
    margin: 0px 0px 8px 0px;
    font-size: 26px;
    padding: 6px;
    border-radius: 4px;
}

#footer #block-menu-footer-menu ul {
    margin: 0px;
    padding: 0px;
}

#footer #block-menu-footer-menu li {
    float: left;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#footer #block-menu-footer-menu li a {
    color: #ffffff;
    font-size: 14px;
    font-family: 'GibsonRegular', 'Helvetica Neue', helvetica, Arial, sans-serif;
    font-weight: bold;
    letter-spacing: -0.05em;
    text-decoration: none;
    display: block;
    text-shadow: -1px -1px 0px rgba(0,0,0,0.3);
    -webkit-text-shadow: -1px -1px 0px rgba(0,0,0,0.3);
    -moz-text-shadow: -1px -1px 0px rgba(0,0,0,0.3);
    padding: 0px 8px 0px 8px;
    border-right: 2px solid #959595;
    line-height: 100%;
}

#footer #block-menu-footer-menu li.last a {
    border-right: 0px;
}

#footer #block-menu-footer-menu li a.small {
    color: #b7b7b7;
    font-size: 12px;
    line-height: 140%;
}

#footer .footer-inner .hr-dark:nth-child(2)  {
    display: none;
}


#footer #block-menu-footer-menu {
    border-bottom: 1px solid #2d2d2d;
    padding: 32px 0px 20px 0px;
}

#footer #block-wwe_general-footer_disclaimer {
    border-top: 1px solid #4f4f4f;
    padding-top: 20px;
}

#footer #block-wwe_general-footer_disclaimer .content {
    color: #959595;
    font-size: 12px;
}

/****************** SHARE MENU ******************/

#header .share-icons {
    border-left: 1px solid #464646;
    margin: 22px 20px;
    padding: 7px 0px 0px 18px;
    box-shadow: -1px 0px 0px #141414;
    -webkit-box-shadow: -1px 0px 0px #141414;
    -moz-box-shadow: -1px 0px 0px #141414;
    position: absolute;
    left: 1044px;
    width: 90px;
    display: inline-block;
}

.share-icons ul li {
    float: left;
    margin-right: 5px;
}

.share-icons ul li a {
    margin-left: 0px;
    float: left;
    color: #c2c2c2;
}

#header .btn.icon-right .icon-arrow-down:before {
    color: #c2c2c2;
    font-size: 23px;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
    -webkit-text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
    -moz-text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
}

/****************** PILLAR SUBMENU ******************/

.sidebar > .inner {
    margin: 0px;
    padding: 0px;
}

#block-wwe_general-submenu .heading {
    text-align: center;
    padding-top: 92px;
    background-image: url('../images/pillar-icon-bg.png');
    background-repeat: no-repeat;
    background-position: 50% 0%;
    margin: 36px 0px;
}

#block-wwe_general-submenu .heading a {
    color: #252525;
    font-size: 32px;
    font-family: "GibsonLightBold", "Helvetica Neue", helvetica, Arial, sans-serif;
    line-height: 100%;
}

#block-wwe_general-submenu .heading a:before {
    color: #ffffff;
    position: absolute;
    z-index: 1;
    font-size: 60px;
}

#block-wwe_general-submenu .heading a.icon:before {
    top: 46px;
    left: 66px;
}

#block-wwe_general-submenu .heading a.icon-diversity:before {
    top: 46px;
    left: 67px;
}

#block-wwe_general-submenu .heading a.icon-education:before {
    top: 49px;
    left: 66px;
}

#block-wwe_general-submenu .heading a.icon-military:before {
    top: 46px;
    left: 66px;
}

#block-wwe_general-submenu .heading a.icon-hope:before {
    top: 46px;
    left: 66px;
}

#block-wwe_general-submenu .heading a.icon-wishes:before {
    top: 50px;
    left: 66px;
}

#block-wwe_general-submenu .content > .menu-wrapper > .menu {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-top: 1px solid #e1e1e1;
}

#block-wwe_general-submenu .content > .menu-wrapper > .menu li {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    list-style: none;
}

#block-wwe_general-submenu .menu li a {
    color: #555555;
}

#block-wwe_general-submenu .content > .menu-wrapper > .menu > li > a {
    font-size: 19px;
    font-family: "GibsonLightBold", "Helvetica Neue", helvetica, Arial, sans-serif;
    display: block;
    padding: 10px 8px 8px 18px;
    border-bottom: 1px solid #e1e1e1;
    /*letter-spacing: -0.08em;*/
}

#block-wwe_general-submenu .content > .menu-wrapper > .menu > li.expanded  {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 6px;
}

#block-wwe_general-submenu .content > .menu-wrapper > .menu > li > a.active,
#block-wwe_general-submenu .content > .menu-wrapper > .menu > li > a.active-trail {
    color: #e4252b;
    background-color: #ffffff;
    box-shadow: inset -22px -10px 7px -21px rgba(0,0,0,0.2);
}

#block-wwe_general-submenu .content > .menu-wrapper > .menu > li.expanded > a {
    border-bottom: 0px;
    padding-bottom: 4px;
}

#block-wwe_general-submenu .content > .menu-wrapper > .menu > li.expanded.active-trail {
    background-color: #ffffff;
    box-shadow: inset -22px -10px 7px -21px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset -22px -10px 7px -21px rgba(0,0,0,0.2);
    -moz-box-shadow: inset -22px -10px 7px -21px rgba(0,0,0,0.2);
}

#block-wwe_general-submenu .content > .menu-wrapper > .menu > li > a.active:after,
#block-wwe_general-submenu .content > .menu-wrapper > .menu > li > a.active-trail:after {
    color: #e4252b;
    font-family: 'icomoon';
    speak: none;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\2a";
    font-size: 27px;
    line-height: 100%;
    float: right;
    position: relative;
    top: -6px;
    right: -4px;
}

#block-wwe_general-submenu .content > .menu-wrapper > .menu .menu {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

#block-wwe_general-submenu .content > .menu-wrapper > .menu .menu > li {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    list-style: none;
}

#block-wwe_general-submenu .content > .menu-wrapper > .menu .menu > li > a {
    padding: 4px 6px 3px 31px;
    display: block;
    font-weight: 300;
    color: #666666;
    font-size: 14px;
    opacity: 0.9;
}

#block-wwe_general-submenu .content > .menu-wrapper > .menu .menu > li > a.active {
    color: #e4252b;
}

.page-diversity #block-wwe_general-submenu .heading a:after {
    top: 46px;
    left: 94px;
 }

.page-education #block-wwe_general-submenu .heading a:after {
    top: 49px;
    left: 94px;
}

.page-military #block-wwe_general-submenu .heading a:after {
    top: 50px;
    left: 94px;
}

.page-dreams #block-wwe_general-submenu .heading a:after {
    top: 50px;
    left: 94px;
}

.hr-dark {
    display: block;
    width: 100%;
    border-top: 1px solid #2d2d2d;
    border-bottom: 1px solid #4f4f4f;
    height: 0px;
    line-height: 0%;
    font-size: 0px;
    margin: 15px 0px;
}

.curved-shadow-hor {
    position: relative;
    z-index: 1;
}

.curved-shadow-hor:before,
.curved-shadow-hor:after {
    content: "";
    position: absolute;
    z-index: -1;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.1);
    top: 55%;
    bottom: 0;
    left: 0px;
    right: 0px;
    -moz-border-radius: 400px / 8px;
    border-radius: 400px / 8px;
}

.curved-shadow-ver {
    position: relative;
}

.curved-shadow-ver:before,
.curved-shadow-ver:after {
    content: "";
    position: absolute;
    z-index: -1;
    box-shadow: 0 0 35px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 35px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 35px 5px rgba(0, 0, 0, 0.3);
    top: 20px;
    bottom: 50px;
    left: 0px;
    right: 0px;
    -moz-border-radius: 8px / 100px;
    border-radius: 28px / 400px;
}

.pane-landing-promoted-panel-pane-1 td {
    width: 33%;
    display: inline-block;
}

/* In Your Corner */
.page-node-1 #content-inner {
    width: 65%;
    margin: 0 auto;
    padding-top: 50px;
}

/*.page-node-1 #content-inner .content .field-name-body {
    font-size: 24px;
    line-height: 1.3em;
}*/

.page-node-1 #content-header h2 {
    font-size: 65px;
    letter-spacing: 0px;
    padding-bottom: 30px;
    background-image: url('../images/centered-faded-shadow.png');
    background-repeat: no-repeat;
    background-position: bottom center;
    text-align: center;
    display: block;
    margin-top: 20px;
    line-height: 100%;
}

.page-node-1 #content-area img {
    width: 100%;
    height: auto;
}

.page-node-1 #content-area h3 {
    font-weight: normal;
    font-family: 'GibsonRegular';
    font-size: 27px;
    line-height: 120%;
}

.pane-wwe-general-about-pillars .about-icons > a {
    color: #000000;
    font-size: 32px;
    font-family: 'GibsonLightBold';
    position: relative;
    padding: 104px 0px 20px 0px;
    float: left;
    width: 25%;
    text-align: center;
    line-height: 100%;
}

.pane-wwe-general-about-pillars .about-icons {
    border-bottom: 4px solid #d7d7d7;
    margin: 24px 0px;
    float: left;
    width: 100%;
}

.pane-wwe-general-about-pillars .about-icons > a:before {
    font-size: 64px;
    color: #ffffff;
    text-align: center;
    background-image: url('../images/pillar-icon-bg.png');
    background-repeat: no-repeat;
    background-position: 50% 0%;
    position: absolute;
    top: 6px;
    left: 0px;
    display: inline-block;
    width: 100%;
    height: 100%;
    padding-top: 10px;
}

.pane-wwe-general-about-pillars .red-block {
    display: inline;
    font-size: 16px;
    font-style: normal;
    font-family: 'GibsonLightBold';
}

.pane-wwe-general-about-pillars .red-block:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    content: "\2f";
    color: #f53037;
}

.pane-wwe-general-about-pillars .description,
.pane-wwe-general-about-pillars .about-pillars {
    margin-bottom: 18px;
}

/* All pages */
.menu-landing-page h2.title{
    font-size: 68px;
    line-height: 72px;
    font-weight: 300;
    margin: 0;
}

.page-user-password-reset h2.title {
    font-size:32px;
}

.attachment {
    border-bottom: 4px solid #e7e7e7;
    margin-bottom: 22px;
}

.attachment > .views-row {
    padding-bottom: 0px;
}

.attachment > .view-events > .view-content > .views-row {
    padding-bottom: 0px;
}

.count-3 > .pane-content {
    display: block;
    margin-bottom: 22px;
}

.count-3 > .pane-content > article {
    width: 31%;
    padding-right: 4%;
    display: inline-block;
    vertical-align: top;
}

.count-3 > .pane-content > article header {
    margin-bottom: 8px;
}

.count-3 > .view-header {
    font-size: 28px;
    line-height: 1.2em;
}

.count-3 > .view-footer {
    font-size: 24px;
    font-family: GibsonLightBold;
}

.count-3 > .view-content > .views-row-odd {
    padding-right: 20px;
}

#panels-ipe-display-panel-context-page-wishes-landing-page-page-wishes-landing-page-panel-context .pane-content > .node-partner .content img {
    float: none;
    margin-left: 0px;
}

/* Bryant Flipped settings */

.bryant-flipped-content {
    width: 595px;
    min-height:10px;
}
.bryant-flipped-sidebar {
    width: 210px;
}
.bryant-flipped-sidebar-inner {
    padding-left: 20px;
}

.bryant-flipped-sidebar .count-3 > .pane-content > article {
    width: 100%;
    padding-right: 0px;
    display: block;
    float: none;
    margin-left: 0px;
}

.bryant-flipped-sidebar .pane-content > article h5 {
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 100%;
}

.bryant-flipped-sidebar .pane-content > article .content p {
    font-size: 13px;
}

/* Featured views */
.wwe-featured-event-view header a,
.wwe-featured-gallery-view header a {
    color: #000000;
    font-size: 32px;
    line-height: 1em;
    font-family: GibsonLightBold;
}

.wwe-featured-event-view header div a,
.wwe-featured-gallery-view header div a {
    margin-bottom: 8px;
}

.wwe-featured-event-view,
.wwe-featured-gallery-view {
    margin-bottom: 12px;
    display: inline-block;
}
.wwe-featured-event-view .field-name-body,
.wwe-featured-gallery-view .field-name-body {
    margin: 12px 0px;
    display: inline-block;
}

.wwe-featured-event-view .links {
    margin-bottom: 18px;
}

.wwe-featured-event-view .links a,
.wwe-featured-gallery-view .links a {
    color: #ffffff;
    width: 20%;
    padding: 5px 14px;
    font-family: 'GibsonLightBold';
    border: 1px solid #000000;
    background-color: #d62328;
    box-shadow: inset 0px 1px 0px #d39d9d, inset 0px 14px 1px -1px #ff2830;
    -webkit-box-shadow: inset 0px 1px 0px #d39d9d, inset 0px 14px 1px -1px #ff2830;
    -moz-box-shadow: inset 0px 1px 0px #d39d9d, inset 0px 14px 1px -1px #ff2830;
    border-radius: 4px;
    -webket-border-radius: 4px;
    -moz-border-radius: 4px;
    white-space: nowrap;
}

.attachment #carousel-1 {
    display: none;
}

.attachment p {
    font-size: 16px;
}

.attachment .node-photo-gallery .image {
    margin-bottom: 6px;
}

.attachment .node-photo-gallery header {
    margin-bottom: 6px;
}

/* Events/News */
.field-name-field-website .field-label {
    float: left;
}

.field-name-field-website .field-items a {
    font-weight: 600;
}

.field-name-field-keynote-speakers .field-label:before,
.field-name-field-number-of-attendees .field-label:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\2f";
    color: #f53037;
}

.field-name-field-keynote-speakers .field-label,
.field-name-field-number-of-attendees .field-label {
    margin: 1em 0 0 0;
}

.view-events .node-ep-image img,
.view-events .node-image-title-content-link img {
    float: left;
    display: block;
    margin-right: 22px;
}

.view-events .node-ep-image header a,
.view-events .node-image-title-content-link header a {
    color: #000000;
    font-size: 18px;
    line-height: 1em;
    font-family: GibsonLightBold;
}

.view-events .node-ep-image header div,
.view-events .node-image-title-content-link header div {
    margin-bottom: 4px;
}

.view-events .node-ep-image .links,
.view-events .node-image-title-content-link .links {
    font-family: 'GibsonLightBold';
}

.pane-views_panes > .pane-content > .view-events > .view-content .views-row > article > .node-inner > .image {
    float: left;
    width: 30%;
    margin-right: 2%;
}

.pane-views_panes > .pane-content > .view-events > .view-content .views-row > article > .node-inner > header,
.pane-views_panes > .pane-content > .view-events > .view-content .views-row > article > .node-inner > .content {
    float: right;
    width: 66%;
}

.pane-views_panes > .pane-content > .view-events > .view-content .views-row > article > .node-inner > .content {
    margin-bottom: 28px;
}

.wwe-view-event-row {
    padding-bottom: 14px;
}

/* Partners */
.field-name-field-collaboration-with-wwe,
.field-name-field-partner-mission,
.field-name-field-partner-website {
    margin: 1em 0 0 0;
}

.field-name-field-collaboration-with-wwe .field-label,
.field-name-field-partner-mission .field-label {
    display: inline;
    font-size: 16px;
    font-style: normal;
    line-height: 20px;
    font-weight: 600;
}

.field-name-field-collaboration-with-wwe .field-label:before,
.field-name-field-partner-mission .field-label:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\2f";
    color: #f53037;
}

.field-name-field-partner-website a {
    font-family: 'GibsonLightBold';
}

.field-name-field-partner-website a:before {
    color: #000000;
    content: "For more information, visit us at: ";
}

.view-partners > .view-header,
.view-gallery > .view-header,
.view-programs > .view-header {
    font-size: 28px;
    line-height: 1.2em;
}

.view-partners > .view-footer,
.view-gallery > .view-footer,
.view-programs > .view-footer {
    font-size: 24px;
    font-family: 'GibsonLightBold';
}

.view-partners > .view-content tr,
.view-gallery > .view-content tr,
.view-programs > .view-content tr {
    display: block;
    margin-bottom: 22px;
}

.view-partners > .view-content header a,
.view-gallery > .view-content header a,
.view-programs > .view-content header a{
    color: #000000;
    line-height: 1em;
    font-family: 'GibsonLightBold';
}

.view-partners > .view-content > .views-row-odd,
.view-gallery > .view-content > .views-row-odd,
.view-programs > .view-content > .views-row-odd {
    padding-right: 20px;
}

.attachment > .view-partners > .view-content tr td,
.attachment > .view-gallery > .view-content tr td,
.attachment > .view-programs > .view-content tr td {
    width: 48%;
    margin-right: 4%;
}

.attachment > .view-partners > .view-content tr td:last-child,
.attachment > .view-gallery > .view-content tr td:last-child,
.attachment > .view-programs > .view-content tr td:last-child{
    padding-right: 0px;
}

.view-partners > .view-content tr td,
.view-gallery > .view-content tr td,
.view-programs > .view-content tr td{
    width: 33%;
    padding-right: 4%;
}

.view-programs > .view-content .views-row{

}
.view-programs > .view-content .views-row:nth-child(3n-2){
	float: left;
	width: 31%;
	margin: 0px;
}
.view-programs > .view-content .views-row:nth-child(3n-1){
	float: left;
	width: 31%;
	margin: 0px 3.5% 15px 3.5%;
}
.view-programs > .view-content .views-row:nth-child(3n){
	float: left;
	width: 31%;
	margin: 0px;
}
.view-programs > .view-content .views-row:nth-child(3n+1){
	clear: both;
}
.view-programs > .view-content .views-row .content img{
	width: 97%;
	height: auto;
}

.node-type-partner .pane-content > .node-partner .content img {
    float: right;
    margin-left: 14px;
}
.view-programs > .view-content > .views-row-odd{
	padding:0;
}

/* Gallery */

.view-gallery .attachment .view-content article header a {
    display: block;
    font-family: 'GibsonLightBold';
    font-size: 30px;
    line-height: 1em;
    font-weight: 300;
}

/* Programs */
.field-name-field-program-collaboration-wwe,
.field-name-field-program-mission,
.field-name-field-website {
    margin: 1em 0 0 0;
}

table .field-name-field-program-mission {
    margin: 0px;
}

.field-name-field-program-collaboration-wwe .field-label,
.field-name-field-program-mission .field-label {
    display: inline;
    font-size: 16px;
    font-style: normal;
    line-height: 20px;
    font-weight: 600;
}

.field-name-field-program-collaboration-wwe .field-label:before,
.field-name-field-program-mission .field-label:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\2f";
    color: #f53037;
}

.field-name-field-program-website a {
    font-family: 'GibsonLightBold';
}

.attachment > .view-programs > .view-content tr td {
    width: 50%;
    padding-right: 28px;
}

.attachment > .view-programs > .view-content tr td:last-child {
    padding-right: 0px;
}

/* Blog */
.view-blog-teaser-view article {
    border-bottom: 1px dotted rgba(0,0,0,0.2);
    margin-bottom: 14px;
}

.view-blog-teaser-view header h4 a {
    color: #000000;
    font-size: 22px;
    line-height: 1em;
    font-family: 'GibsonLightBold';
    font-weight: 100;
    margin-bottom: 8px;
    display: inline-block;
}

.view-blog-teaser-view header div {
    margin-bottom: 8px;
}

.view-blog-teaser-view footer {
    padding: 8px 0px 22px 0px;
}

.view-blog-teaser-view footer .comment-comments {
    display: inline-block;
}

body.not-logged-in .view-blog-teaser-view footer .comment_forbidden {
    padding-left: 0.45em;
    border-left: 1px solid #000000;
}

li.comment_forbidden span a {
    font-weight: bold;
}

ul.links li.comment-comments {
    padding: 0 0.2em;
}

li.comment-comments a {
    color: #000000;
}

.view-blog-teaser-view footer .comment-comments:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\3b";
    color: #f53037;
    margin-right: 4px;
}

.realtidbits-comments .echo-item-authorName {
    color: #f53037 !important;
}

.realtidbits-comments .echo-item-avatar img {
    border: none !important;
    padding: 0 !important;
}

/* Login */

.page-user .wwe-login-form {
    width: 65%;
    margin: 0 auto;
}

#login .form-item label,
#register .form-item label {
    margin-bottom: 8px;
}

#login input[type="text"],
#login input[type="password"],
#register input[type="text"],
#register input[type="password"] {
    margin-bottom: 8px;
}

#login input[type="submit"] {
    width: 40%;
    float: right;
}

#register #edit-field-interested .form-item {
    margin-top: 18px;
}

#register #edit-field-birthdate-und-0-value {
    padding: 0px;
}

#register legend {
    margin: 30px 0px 20px 0px;
}

#register input[type="submit"] {
    margin-top: 20px;
}

#register label.option {
    display: inline;
    line-height: 120%;
}

#register .password-strength,
#register .password-confirm {
    width: 35%;
    margin-right: 100px;
}

#register .addressfield-container-inline > div.form-item {
    width: 30%;
    margin-right: 10px;
}

#register .addressfield-container-inline > div.form-item input,
#register .addressfield-container-inline > div.form-item select {
    width: 100%;
}

#register .form-item-field-website-und-0-url {
    margin: 0px;
}

.ui-tabs-panel {
    overflow: hidden;
}

.login-social {
    margin-top: 10px;
    float: left;
    overflow: hidden;
    clear: both;
    width:40%;
    border:1px solid #ccc;
}

.login-social .login-header {
    text-align:center;
    color:#888;
}

.login-social .login-button {
    width:95%;
    margin:auto;
}

.login-social .login-button a {
    display:block;
    line-height:30px;
    border: 1px solid #ccc;
    border-radius:3px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    margin: 3px 0;
}

.login-social .login-button a:hover {
    background-color:#eee;
}

.login-social .login-icon {
    display: inline-block;
    vertical-align: middle;
    width:25px;
    height:25px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.login-social .login-text {
    display:inline-block;
    font-size: 12px;
    width: 60px;
    text-align: left;
    margin-left: 10px;
}

.login-social .facebook-icon {background-image: url('/a/sso/facebook.png');}
.login-social .facebook-text {color:#3B5998;}

.login-social .twitter-icon {background-image: url('/a/sso/twitter.png');}
.login-social .twitter-text {color:#27C9FF;}

.login-social .google-icon {background-image: url('/a/sso/google.png');}
.login-social .google-text {color:#61A6FB;}

.login-social .yahoo-icon {background-image: url('/a/sso/yahoo.png');}
.login-social .yahoo-text {color:#670267;}

.login-social .aol-icon {background-image: url('/a/sso/aol.png');}
.login-social .aol-text {color:#000;}

.login-social .deprecated-logins {
    border: 1px solid #ccc;
    border-radius:3px;
    margin: 10px;
    text-align:center;
}

.login-social .notice {
    color:#888;
}
.login-social .link {
    line-height:45px;
}
.login-social .link a {
    color:white;
}

.login-native {
    width: 50%;
    display: block;
    padding: 0px;
    margin: 0px;
    float: right;
}

.login-native input {
    width: 100%;
}

/* Take the Pledge */

#wwe-pledge-form {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    position: relative;
}

#wwe-pledge-form h2 {
    margin-bottom: 14px;
    padding-bottom: 14px;;
    border-bottom: 4px solid #cccccc;
}

.pledge-thank-you {
    margin: 0px 50px;
}

.pledge-thank-you h2 {
    padding: 28px 0px 14px 0px;
    border-bottom: 4px solid #cccccc;
    text-align: center;
}

.pledge-thank-you p {
    padding: 0px 0px 10px 0px;
    display: block;
    text-align: center;
}

.pledge-thank-you .sharethis-buttons {
    text-align: center;
    padding: 0px;
}

.pledge-form > .left {
    width: 190px;
    float: left;
    text-align: center;
    padding: 0 23px;
    padding-right: 14px;
    padding-bottom: 22px;
    border-right: 1px solid rgba(0,0,0,0.2);
    background-color: #f7f7f7;
    box-shadow: 3px 0px 3px -1px rgba(0,0,0,0.2);
    -webkit-box-shadow: 3px 0px 3px -1px rgba(0,0,0,0.2);
    -moz-box-shadow: 3px 0px 3px -1px rgba(0,0,0,0.2);
}

.pledge-form .left .image {
	margin-bottom: 10px;
    position: relative;
    top: -9px;
    left: -6px;
}

.pledge-form .left .title {
	font-weight: 300;
	font-size: 32px;
	line-height: 1em;
	font-family: GibsonLightBold;
	margin-bottom: 15px;
}

.pledge-form .left .joinus {
	font-size: 16px;
	line-height: 1.2em;
}

.pledge-form .right {
    width: 360px;
    float: left;
	padding: 0px 30px 36px 30px;
}

.pledge-form .right .text {
	margin-top: 22px;
	margin-bottom: 15px;
}

.pledge-form .right .not-rightnow {
	position: absolute;
	right:0;
	bottom: 0;
}

#wwe-user-pledge-form br {
    display: none;
}

.pane-wwe-user-wwe-user-pledge-callout {
    margin-top: 30px;
}

.pane-wwe-user-wwe-user-pledge-callout a {
    float: left;
    margin: 7px 20px 0px 0px;
}

.pane-wwe-user-wwe-user-pledge-callout .pledge-callout img {
    background-color: transparent;
    border: none;
    padding: 0px;
    margin: 0px;
    position: relative;
}

.pledge-callout {
    position: relative;
}

.pledge-callout .ajax-progress-throbber {
    position: absolute;
    bottom: -20px;
}

.pane-wwe-user-wwe-user-request-rally p {
    margin-bottom: 18px;
}

/* Fancybox custom skin */

.fancybox-wrap-default {
    min-width: 565px;
}

.fancybox-wrap-default .fancybox-skin {
	border-radius: 0;
	padding: 15px;
}
.fancybox-wrap-default .fancybox-close{
	background: url("../images/fancybox-default-close.png") 50% 50% no-repeat;
}
.fancybox-wrap-default .fancybox-skin,
.fancybox-wrap-default .fancybox-outer,
.fancybox-wrap-default .fancybox-inner {
    overflow: visible;
}

.fancybox-wrap-default .fancybox-inner-pledge {
    overflow: visible !important;
    min-width: 565px;
    min-height: 208px;
    height: auto !important;
}

.fancybox-inner-rally {
    padding: 0% 2%;
    box-sizing: border-box;
}

.fancybox-inner-rally h2 {
    font-size: 38px;
    margin: -7px 0px 16px 0px;
    line-height: 100%;
}

.fancybox-inner-rally form > div > .form-item > label {
    letter-spacing:-1px;
    font-family: 'GibsonLightBold';
}

.fancybox-inner-rally .form-item.form-type-radio label {
    position: relative;
    top: 3px;
    left: 4px;
}

.fancybox-inner-rally .form-submit {
    margin: 6px 0px 0px 0px;
}

.fancybox-inner-rally-thank-you {
    padding: 0% 0%;
    box-sizing: border-box;
    text-align: center;
    width: 100% !important;
    padding-top: 18px;
}

.fancybox-inner-rally-thank-you h3 {
    font-size: 30px;
    margin: 0px 0px 8px 0px;
    line-height: 100%;
}

.fancybox-inner-rally-thank-you p {
    font-size: 16px;

}

/* Sharing */
.share-buttons {
    padding: 8px 0px;
}

.share-buttons img {
    padding-right: 6px;
}

/* Comments */

#wwe-commenting-div {
    margin-top:20px;
}

/* Rally Map */

#wwe-rallies-map header {
    padding-top: 14px;
}

.field-name-field-byline {
    padding: 8px 0px;
    text-transform: uppercase;
}

/* Fields */
.field-label {
    font-size: 16px;
}

.field-name-field-partner-image {
    float: right;
}

.field-name-comment-body {
    padding-bottom: 0px;
}

/* Right Rails */
.bryant-flipped-sidebar .pane {
    margin-bottom: 35px;
}

.bryant-flipped-sidebar .pane-content {
    color: #636363;
    font-size: 14px;
}

.pane-right_rail .pane-content {
    color: #636363;
}

.bryant-flipped-sidebar h2.pane-title {
    border-left: 3px solid #f53037;
    padding-left: 8px;
    margin-bottom: 14px;
    font-family: 'GibsonLightBold';
}

.wwe-widgets-right-rail article {
    margin: 0.4em;
}

.wwe-widgets-right-rail a {
    font-family: 'GibsonRegular';
    font-weight: normal;
}

.wwe-widgets-right-rail .node-readmore a {
    font-family: 'GibsonLightBold';
}

/* Content */

#content-header {
    /*padding-bottom: 10px;*/
    position: relative;
    z-index: 2;
}

#content-header .tabs {
    padding-top: 2px;
}

.content img {
    display: block;
    padding: 4px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    margin-bottom: 10px;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    max-width: 100%;
    height: auto;
}

.echo-auth-avatar img {
  max-height: 24px;
}

.node-partner .content img {
    border:0;
    padding:5px;
}

.main-content-footer {
    overflow: hidden;
    padding-top: 18px;
}

.main-content-footer-table-link {
    padding: 8px 10px;
    width: 33%;
    float: left;
    text-align: left;
}

.main-content-footer-list-link {
    padding: 8px 4px;
    float: left;
}

.main-content-footer-list-link .content-images{
    float: left;
    margin-right: 22px;
}

.main-content-footer-list-link:first-child {
    padding-top: 22px;
}

.main-content-footer-copy {
    width: 100%;
}

.content-feature {
    text-align: center;
    overflow: hidden;
}

/* OVERRIDES */
body.panels-ipe {
    margin-bottom: 54px !important;
}

#admin-menu {
    background: #373737;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}

ul.inline li:first-child { /* Completely for the Admin */
    padding: 0px 0.5em 0px 0px;
		display: inline-block;
}

#sidebar-first + #content #content-header h2 {
    padding-right: 240px;
    margin-bottom: 2%;
}

/* Tabs */
.tabs {
    position: relative;
    z-index: 4;
}

ul.tabs.primary {
    position: absolute;
    left: 195px;
    top: -22px;
}

ul.tabs li a {
    padding: 0px 16px;
    border-radius: 6px 6px 0px 0px;
    -webkit-border-radius: 6px 6px 0px 0px;
    -moz-border-radius: 6px 6px 0px 0px;
}

ul.tabs.secondary {
    float: right;
    border-bottom: 0px;
}

ul.tabs.secondary li:last-child {
    border-right: 0px;
    padding-right: 0px;
}

ul.tabs.secondary a.active {
    border-bottom: 0px;
}

/* Messages */
.messages.error a {
    color:#0000cd;
}

/* Views Slideshow (Cycle) */
#block-views-take_action-block h2 {
    display: none;
}

.views-slideshow-controls-top {
    display: block;
    position: relative;
    top: 44px;
}

.views-slideshow-controls-top .views-slideshow-controls-text-previous {
    position: absolute;
    left: 14px;
}

.views-slideshow-controls-top .views-slideshow-controls-text-pause {
    display: none;
}

.views-slideshow-controls-top .views-slideshow-controls-text-next {
    position: absolute;
    right: 14px;
}

.views_slideshow_cycle_main .views-slideshow-cycle-main-frame {
    min-height: 200px;
}

.views_slideshow_cycle_main .views-slideshow-cycle-main-frame-row {
    margin: 1.3% 6.3%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 89% !important;
}

.views_slideshow_cycle_main .views-slideshow-cycle-main-frame-row-item {
    float: left;
    margin-right: 2%;
    width: 18%;
}

.views-slideshow-cycle-main-frame-row-item > .views-field img {
    margin-bottom: 6px;
}

.views_slideshow_cycle_main .views-field-title a {
    color: #262626;
    display: block;
    font-family: 'GibsonRegular';
    height: 41px;
    font-size: 18px;
    font-weight: 300;
    line-height: 110%;
    opacity: 0.9;
    overflow: hidden;
}

.views_slideshow_cycle_main .views-field-view-node {
    font-size: 13px;
    display: block;
    padding-top: 8px;
    margin-top: 8px;
    border-top: 1px solid #d7d7d7;
}

.views-slideshow-controls-bottom {
    display: inline-block;
    margin-top: 12px;
    width: 100%;
    background-color: #f7f7f7;
    text-align: center;
    box-shadow: inset 0px 2px 5px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0px 2px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0px 2px 5px 0px rgba(0,0,0,0.2);
}

.views-slideshow-controls-bottom .views-slideshow-pager-field-item {
    display: inline-block;
    font-size: 24px;
    color: #b1b1b1;
    letter-spacing: -3px;
    cursor: pointer;
    padding: 9px 0px 6px 0px;
}

.views-slideshow-controls-bottom .views-slideshow-pager-field-item.active {
    color: #e4252c;
}

.views-slideshow-controls-bottom .views-slideshow-pager-field-item:hover {
    opacity: 0.8;
}

.views-slideshow-controls-top .views-slideshow-controls-text-previous,
.views-slideshow-controls-top .views-slideshow-controls-text-next {
    background: white;
    position: absolute;
    padding: 2px;
    top: 50%;
    z-index: 2;
}

.views-slideshow-controls-top .views-slideshow-controls-text-previous > a,
.views-slideshow-controls-top .views-slideshow-controls-text-next > a {
    display: block;
    cursor: pointer;
    font-size: 34px;
    background: white;
    border-radius: 50px;
    background-color: #e4252b;
    background: -webkit-linear-gradient(-90deg, #e4252b 50%, #c8151b 50%), #ffffff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border: 0px;
    width: 35px;
    height: 35px;
}

.views-slideshow-controls-top .views-slideshow-controls-text-previous > a:after,
.views-slideshow-controls-top .views-slideshow-controls-text-next > a:after {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.views-slideshow-controls-top .views-slideshow-controls-text-previous > a:hover,
.views-slideshow-controls-top .views-slideshow-controls-text-next > a:hover {
    opacity: 0.8;
}

.views-slideshow-controls-top .views-slideshow-controls-text-previous > a {
    background: url(../images/arrow-prev-shadow.png) 50% 50% no-repeat;
    background-size: 100% 100%;
}

.views-slideshow-controls-top .views-slideshow-controls-text-next > a,
.views-slideshow-controls-top .views-slideshow-controls-text-next > a:link,
.views-slideshow-controls-top .views-slideshow-controls-text-next > a:visited {
    background: url(../images/arrow-next-shadow.png) 50% 50% no-repeat;
    background-size: 100% 100%;
}

/* Pager */
.item-list .pager {
    margin-top: 10px;
    text-align: left;
}

.item-list {
    padding-top: 22px;
    font-family: GibsonLightBold;
}

.item-list .pager li {
    margin: 0.1em;
}

.item-list > .pager li.pager-item {
    padding: 0px;
    border: 1px solid #d9d9d9;
}

.item-list > .pager li.pager-item a {
    font-size: 14px;
    padding: 0.1em 0.5em;
}

.item-list > .pager li.pager-current,
.item-list > .pager li.pager-next a,
.item-list > .pager li.pager-previous a {
    color: #f53037;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}

.item-list > .pager li.pager-current {
    border: 1px solid #f53037;
    /*padding: 3px 4px 2px 7px;*/
    padding: 0.1em 0.5em;
    position: relative;
    top: -1px;
}

.item-list > .pager li.pager-previous a,
.item-list > .pager li.pager-ellipsis {
    color: #d9d9d9;
}

.item-list > .pager li a {
    color: #aaaaaa;
}

/* Be-A-Star */
.be-a-star-block {
    position: absolute;
    right: 92px;
    top: -9px;
    z-index: 3;
}

.be-a-star-block img {
    border: 0px;
    padding: 0px;
    background: transparent;
}

.bryant-flipped-sidebar .be-a-star-block,
.brenham-flipped-sidebar .be-a-star-block {
    display: none;
}

/* Search Page */
.page-search #content-inner {
    width: 65%;
    margin: 0 auto;
    padding-top: 50px;
}

.page-search #content-area h2 {
    margin-top: 40px;
}

.search-results {
    padding-left: 0px;
}

.search-results h3.title {
    letter-spacing: 0px;
		line-height: 1.3em;
}

.search-results .search-snippet-info {
    padding-left: 0px;
}

.search-results .search-snippet {
    font-size: 13px;
}

.search-results .search-info {
    font-size: 12px;
    color: #999999;
}

#content-inner.inner{
	padding-top:20px;
}

/* Breadcrumb */

.breadcrumb {
    display: block;
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
    margin-bottom: 18px;
    color: #959595;
}

.breadcrumb a,
.breadcrumb a:link
.breadcrumb a:visited,
.breadcrumb a:hover{
	color: #949494;
	text-decoration: none;
	font-size: 14px;
}

.breadcrumb a {
    color: #959595;
    margin-left: 8px;
    padding-left: 8px;
    border-left: 1px solid #e4252c;
}

.breadcrumb a:first-child {
    margin-left: 0px;
    padding-left: 0px;
    border-left: 0px;
}

.breadcrumb [class*="icon-"]:before {
    content: "";
}

.page-node-1 .breadcrumb,
.page-node-7 .breadcrumb,
.page-node-8 .breadcrumb,
.page-node-698 .breadcrumb,
.page-wishes-landing .breadcrumb,
.page-military-landing .breadcrumb,
.page-education-landing .breadcrumb,
.page-diversity-landing .breadcrumb {
    display: none;
}

/* Copyright, Privacy Policy and TOC Pages */
.page-node-7 #content-inner,
.page-node-8 #content-inner,
.page-node-698 #content-inner  {
    width: 65%;
    margin: 0 auto;
    padding-top: 50px;
}

.page-node-7 #content-header h2,
.page-node-8 #content-header h2,
.page-node-698 #content-header h2 {
    margin-bottom: 20px;
    padding-bottom: 30px;
    background-image: url('../images/centered-faded-shadow.png');
    background-repeat: no-repeat;
    background-position: bottom center;
    font-size: 65px;
    letter-spacing: 0px;
    text-align: center;
    display: block;
    margin-top: 20px;
    line-height: 100%;
}

.page-node-7 #content-area .field-name-body,
.page-node-8 #content-area .field-name-body,
.page-node-698 #content-area .field-name-body  {
    font-size: 13px;
}

.page-node-7 #content-area .field-name-body p,
.page-node-8 #content-area .field-name-body p,
.page-node-698 #content-area .field-name-body p {
    margin-bottom: 20px;
}

/* Brightcove Play Icon */

.file-video-brightcove {
    position: relative;
}

.file-video-brightcove > .content a {
    width: 172px;
}

.file-video-brightcove > .content a:after {
    background-image: url('../images/video-play-btn.png');
    background-repeat: no-repeat;
    background-position: center center;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 5;
    width: 100%;
    height: 100%;
}

/* facebook and twitter */

.pane-chatter, .pane-arktan {
    background-image: url('../images/right-rail-shadow-bg.png');
    background-repeat: no-repeat;
    background-position: left top;
}

.pane-chatter .echo-stream-state-message {
	display: none;
}

.pane-chatter .tabs {
	text-align: center;
	border-bottom: 1px solid #a3a3a3;
	padding: 15px 0 4px 0;
    box-shadow: inset 0px -7px 9px -8px rgba(0,0,0,0.5);
    -webkit-box-shadow: inset 0px -7px 9px -8px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0px -7px 9px -8px rgba(0,0,0,0.5);
}

.pane-chatter .tabs .tab {
	color: #999;
	padding: 5px 15px;
	border-radius: 3px 3px 0 0;
	border: 1px solid #a3a3a3;
	border-bottom: none;
	font-weight: bold;
	font-size: 16px;
    position: relative;
    top: 1px;
}

.pane-chatter .tabs .tab.active{
	background: #ffffff;
	color: #39579a;
	border: 1px solid #a3a3a3;
	border-bottom: none;
}

.pane-chatter .target {
    height: 550px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 0px 14px
}

.pane-chatter .echo-item-container{
	background: #fff;
	border: none;
	border-bottom: 1px dotted #ccc;
	padding: 10px 0;
	margin: 0 0 10px 0;
}

.pane-chatter .echo-item-depth-1{
	margin: 0;
}

.pane-chatter .echo-item-expandChildrenLabel{
	width: 100%;
	margin:0;
}

.pane-chatter .echo-item-expandChildren{
	padding:0;
}

.pane-chatter .echo-item-subwrapper{
	margin-left: 65px;
}

.pane-chatter .echo-item-content .echo-item-children .echo-item-content .echo-item-container{
	width: auto;
	margin: 10px 0 0px 20px;
	background: #fff;
	border: none;
	border-bottom: 1px dotted #ccc;
	padding: 0 0 10px 0;
}

.pane-chatter .echo-item-controls{
	clear: both;
	margin-left: 0;
}

.pane-chatter .echo-item-controls a,
.pane-chatter .echo-item-controls a:hover{
	margin: 0 10px 0 0;
	padding:0;
    font-size: 11px;
    font-weight: normal;
}

.pane-chatter .echo-submit-post-container .echo-submit-postButton{
	box-shadow: 0 1px 0 #D39D9D inset, 0 14px 1px -1px #FF2830 inset;
	background-color: #D62328;
	color: #fff;
}

.pane-chatter .echo-item-twitterIntentsIcon{
	width: 0;
	height: 0;
	background: none;
	margin-right: 0;
}

.pane-chatter .echo-item-footer{
	margin: 10px 0 0 0;
}

.pane-chatter img.echo-item-sourceIcon{
	border: none;
	padding:0;
}

.pane-chatter .echo-item-tweetScreenName{
	margin-left: 0;
}

.pane-chatter .echo-item-children .echo-item-subwrapper,
.pane-chatter .echo-item-childrenByCurrentActorLive .echo-item-subwrapper{
	margin: 0 0 0 40px;
}

/* Homepage */

.page-home #content-inner {
    padding: 0px;
}

/**/

#frontpage-slider {
    overflow: hidden !important;
    margin: 20px;
}

#frontpage-slider .flex-viewport {
    overflow: visible !important;
    /*margin-left: 182px;*/
}

#frontpage-slider .flex-nav-container {
    /*width: auto !important;*/
    margin: 0 auto;
    width: 620px;
}

#frontpage-slider .flexslider {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

#frontpage-slider .flexslider-content .slides {
    position: relative;
    /*left: -182px;*/
}

#frontpage-slider .flexslider-content .slides > li {
    box-shadow: -10px 0px 0px 0px #ffffff;
    -webkit-box-shadow: -10px 0px 0px 0px #ffffff;
    -moz-box-shadow: -10px 0px 0px 0px #ffffff;
}

#frontpage-slider .flexslider-content .slides > li img {
    opacity: 0.2;
}

#frontpage-slider .flexslider-content .slides > li .flex-caption {
    opacity: 0.4;
}

#frontpage-slider .flexslider-content .slides > li.flex-active-slide img,
#frontpage-slider .flexslider-content .slides > li.flex-active-slide .flex-caption,
#frontpage-slider .flexslider-content .slides > li:first-child:not(.clone) img,
#frontpage-slider .flexslider-content .slides > li:first-child:not(.clone) .flex-caption {
    opacity: 1;
}

#frontpage-slider .flex-direction-nav > li:first-child {
    top: 155px;
    left: -32px;
}

#frontpage-slider .flex-direction-nav > li:last-child {
    top: 155px;
    right: -22px;
}

#frontpage-slider .flex-caption {
    margin: 0px;
    width: 100%;
    height: 100px;
    transition: opacity 0.8s;
    -moz-transition: opacity 0.8s;
    -webkit-transition: opacity 0.8s;
}

#frontpage-slider .flex-caption .caption-type {
    border-right: 1px solid rgba(0,0,0,0.3);
    float: left;
    display: block;
    height: 100%;
    line-height: 100%;
    padding: 12px 0px 0px 0px;
    word-wrap: break-word;
    width: 17%;
    text-align: center;
    text-transform: uppercase;
    color: #a1a1a1;
    font-family: 'GibsonLightBold';
    font-size: 18px;
    word-break: normal;
}

#frontpage-slider .flex-caption strong {
    padding: 12px 8px 0px 16px;
    border-left: 1px solid rgba(255,255,255,0.1);
    float: left;
    display: block;
    height: 100%;
    width: 80%;
}

#frontpage-slider .flexslider .slides img {
    border: 0px;
    padding: 0px;
    transition: opacity 0.8s;
    -moz-transition: opacity 0.8s;
    -webkit-transition: opacity 0.8s;

}

#frontpage-slider .flex-direction-nav li a {
    background-size: 100% 100% !important;
}

/**/

.page-home .pane-wwe-panels-pillar-items {
    margin: 20px;
    overflow: hidden;
}

.page-home .pane-wwe-panels-pillar-items .pane-title {
    border: 0px;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    padding-top: 20px;
    background-image: url('../images/centered-faded-shadow.png');
    background-repeat: no-repeat;
    background-position: top center;
    text-align: center;
    display: block;
    font-size: 28px;
}

.page-home .pane-wwe-panels-pillar-items article {
    width: 23.5%;
    float: left;
    margin-right: 2%;
    margin-bottom: 8px;
    color: #ffffff;
    text-align: left;
    clear: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.page-home .pane-wwe-panels-pillar-items article:last-child {
    margin-right: 0px;
}

.page-home .pane-wwe-panels-pillar-items article .home-link-copy h5 {
    color: #ffffff;
    width: 100%;
    text-align: center;
    line-height: 90%;
}

.page-home .pane-wwe-panels-pillar-items article .home-link-copy h5 a {
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0px;
}

.page-home .pane-wwe-panels-pillar-items article .home-link-image {
    background-color: #333333;
}

.page-home .pane-wwe-panels-pillar-items article .home-link-image img {
    padding: 0px;
    border: 0px;
    width: 100%;
    height: auto;
    margin: 0px;
}

.page-home .pane-wwe-panels-pillar-items article .home-link-copy {
    padding: 6px 10px 2px 10px;
    text-align: left;
    background-image: url('../images/home-pillar-block-bg.png');
    background-repeat: repeat-x;
}

.page-home .pane-wwe-panels-pillar-items article .hr-dark {
    display: block;
    margin: 0px 0px 4px 0px;
    width: 100%;
    display: inline-block;
}

.page-home .pane-wwe-panels-pillar-items article .home-link-copy .btn-submit {
    margin: 4px 0px 0px 0px;
    display: inline-block;
    padding: 6px 12px;
    text-shadow: 0px 2px 0px rgba(0,0,0,0.5);
    font-family: 'GibsonRegular';
    letter-spacing: 1px;
		font-size: 14px;
		font-weight: bold;
}

.page-home .pane-wwe-panels-pillar-items article .field-name-body p {
    font-size: 15px;
    color: #c1c1c1;
    margin-top: 6px;
    line-height: 110%;
    height: 32px;
    overflow: hidden;
}

.page-home .pane-wwe-panels-pillar-items article .field-name-body p * {
    font-size: 15px !important;
}

.page-home .pane-wwe-panels-pillar-items article .home-link-destination {
    position: relative;
    display: inline-block;
    padding: 0px;
    width: 100%;
}

.page-home .pane-wwe-panels-pillar-items article .home-link-destination a {
    color: #969696;
    float: left;
    font-family: 'GibsonLightBold';
    text-transform: uppercase;
    font-size: 12px;
}

.page-home .pane-wwe-panels-pillar-items article .home-link-destination a:before {
    position: absolute;
    top: -3px;
    text-transform: lowercase;
    font-size: 21px;
    right: 0px;
}

/**/

.page-home .pane-node .content img {
    display: none;
}

.page-home .pane-node {
    position: relative;
}

.page-home .pane-node h2 {
    background-image: url('../images/aboutus-half-circle.png');
    background-repeat: no-repeat;
    width: 140px;
    height: 66px;
    position: absolute;
    top: -9px;
    left: calc(50% - 70px);
    border: 0px;
    padding: 0px;
    margin: 0px;
    color: white;
    z-index: 2;
    text-align: center;
    padding: 5px 20px 5px 20px;
    font-size: 23px;
}

.page-home .pane-node article {
    background-color: #f7f7f7;
    box-shadow: inset -3px 8px 5px -7px rgba(0,0,0,0.4);
    -webkit-box-shadow: inset -3px 8px 5px -7px rgba(0,0,0,0.4);
    -moz-box-shadow: inset -3px 8px 5px -7px rgba(0,0,0,0.4);
    padding: 64px 8% 24px 8%;
    text-align: center;
    margin: 20px 0px;
    border-bottom: 1px solid #dddddd;
    position: relative;
    z-index: 1;
}

.page-home .pane-node article .field-name-body .field-item > p {
    line-height: 140%;
}

.page-home .pane-node article .field-name-body .field-item > p:first-child {
    text-align: center;
    display: block;
    font-size: 28px;
    font-family: "GibsonLightBold", "Helvetica Neue", helvetica, Arial, sans-serif;
    margin: 8px 0px 14px 0px;
    line-height: 100%;
}

/**/

.page-home .pane-partners-panel-pane-2 h2 {
    border: 0px;
    text-align: center;
    font-family: "GibsonRegular", "Helvetica Neue", helvetica, Arial, sans-serif;
    font-size: 23px;
    margin-bottom: 30px;
}

.page-home .view-partners {
    margin: 20px;
}

.page-home .view-partners .views-row {
    float: left;
    width: 25%;
    margin-bottom: 36px;
    padding-right: 26px;
}

.page-home .view-partners .image {
    display: block;
    clear: both;
    float: left;
    width: 100%;
    text-align: left;
}

.page-home .view-partners header {
    float: left;
    width: 100%;
    clear: both;
}

.page-home .view-partners .content {
    display: block;
    float: left;
    width: 100%;
    clear: both;
    font-size: 13px;
}

.page-home .view-partners .links a {
    display: inline-block;
    font-family: 'GibsonLightBold';
    margin-top: 4px;
    font-size: 13px;
}

/* Pillar Landing */

.pillar-landing .view-home-slider,
.pillar-landing .view-landing-promoted {
    margin: 20px;
}

.pillar-landing #content-inner {
    padding: 0px;
}

/**/

.pillar-landing .view-landing-promoted article img {
    max-width: 95%;
    height: auto;
}

.pillar-landing .pane-landing-promoted-panel-pane-1 h2 {
    text-align: center;
}

.pillar-landing .wwe-widgets-full-width.count-3 h2 {
    text-align: center;
}

.pillar-landing .brenham-flipped-column-content .pane-views_panes h2 {
    text-align: center;
    font-size: 22px;
    margin: 19px 0px 22px 0px;
}

.pillar-landing .wwe-widgets-full-width.count-3 {
    padding-top: 0px;
    margin: 20px;
}

.pillar-landing .brenham-flipped-column-content .pane-views_panes h2 {
    text-align: center;
    font-size: 22px;
    margin: 19px 0px 22px 0px;
}

.pillar-landing h2.pane-title {
    background-image: url('../images/centered-faded-shadow.png');
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 30px;
}

/*.pillar-landing .wwe-widgets-full-width.count-3 .pane-content {
    background-image: url('../images/centered-faded-shadow.png');
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 30px;
}
*/
.pillar-landing .view-landing-promoted article {
    padding-right: 10px;
}

.pillar-landing .view-landing-promoted .node-inner header a {
    color: #252525;
    font-size: 16px;
    line-height: 110%;
    font-family: "GibsonLightBold", "Helvetica Neue", helvetica, Arial, sans-serif;
}

/*.pillar-landing .wwe-widgets-full-width.count-3 .node-inner header a {
    color: #252525;
    font-size: 16px;
    line-height: 110%;
    font-family: "GibsonLightBold", "Helvetica Neue", helvetica, Arial, sans-serif;
}*/

.wwe-widgets-full-width.count-3 .node-inner header a {
    color: #252525;
    font-size: 16px;
    line-height: 110%;
    font-family: "GibsonLightBold", "Helvetica Neue", helvetica, Arial, sans-serif;
}

.pillar-landing .view-landing-promoted .node-inner header {
    margin-bottom: 6px;
}

.pillar-landing .view-landing-promoted .links {
    display: none;
}

/**/

.pillar-landing .brenham-flipped-column-content {
    box-shadow: inset -3px 8px 5px -7px rgba(0,0,0,0.4), inset -8px 48px 55px -20px rgba(110,110,110,0.1);
    -moz-box-shadow: inset -3px 8px 5px -7px rgba(0,0,0,0.4), inset -8px 48px 55px -20px rgba(110,110,110,0.1);
    -webkit-box-shadow: inset -3px 8px 5px -7px rgba(0,0,0,0.4), inset -8px 48px 55px -20px rgba(110,110,110,0.1);
    padding-left: 20px;
}

.pillar-landing .brenham-flipped-column-content .pane-custom {
    margin-top: 34px;
}

.pillar-landing .brenham-flipped-column-content .pane-custom .pane-content {
    padding-bottom: 14px;
    margin-bottom: 14px;
    border-bottom: 1px solid #cccccc;
}

.pillar-landing .brenham-flipped-column-content .pane-custom img {
    float: left;
    border: 0px;
    padding: 0px;
    margin-right: 14px;
}

.pillar-landing .brenham-flipped-column-content .pane-custom h3 {
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 8px;
}

.pillar-landing .brenham-flipped-column-content .pane-custom p {
    line-height: 110%;
}

/**/

.pillar-landing .view-partners .views-row {
    float: left;width: 30%;
    margin-right: 20px;
    padding-right: 0px;
}

.pillar-landing .view-partners .views-row:last-child {
    margin-right: 0px;
}

.pillar-landing .view-partners .views-row .node-inner > * {
    margin-bottom: 12px;
}

/* Resources */

.node-type-file #content-header .title .title-small {
    font-size: 32px;
}

.node-type-file #content-header {
    padding-bottom: 0px;
}

.node-type-file #content-header .title {
    font-size: 65px;
}

.node-type-file #content-area .field-name-field-file {
    margin: 28px 0px;
    display: inline-block;
}

.node-type-file #content-area .pink-block-header {
    margin: 14px 0px 14px 0px;
    display: inline-block;
}

.pane-wwe-bullying-map-map #mapSVG{
	width: 100% !important;
	height:100% !important;
}

header .sharethis-wrapper {
    margin: 15px 0 5px 0px;
}

footer .sharethis-wrapper {
    margin: 10px 0px 0px 0px;
}
.stButton .stMainServices,
.stButton .stButton_gradient{
	height: auto !important;
}

.sharethis-buttons {
    margin: 20px 0px;
}

/* We can help page */
.for-pst-container {
    margin-top: 22px;
}

.for-pst-container article a {
    overflow: hidden;
    float: left;
}

.for-pst-container article {
    float: left;
    margin: 0px 3.5% 3.5% 0px;
    padding: 5% 0 0 0;
    width: 31%;
    text-align: center;
    background-image: url('../images/for-pst-bg.png');
}

.for-pst-container article:last-child {
    margin-right: 0px;
}

.for-pst-container article img {
    border: 0px;
    padding: 0px;
    float: none;
    display: inline;
    background: none;
    margin-bottom: 16px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    position: relative;
}

.for-pst-container article a:hover img {
    top: 10px;
}

.for-pst-container article h4 {
    font-family: 'GibsonLightBold';
    font-size: 18px;
    letter-spacing: 0px;
    margin: 0px;
}

.for-pst-container article p {
    color: #222222;
    font-size: 13px;
    margin: 0px 8px 12px 8px;
}

.for-pst-container article footer {
    background: #bfbfbf;
    padding: 3px;
    margin-top: 25px;
    text-transform: uppercase;
    color: #ffffff;
    font-family: 'GibsonLightBold';
    font-size: 12px;
    letter-spacing: 2px;
    clear: both;
}

/* Sapphire Feeds */

.wwe-widgets-sapphire {
    margin-top: 20px;
}

/*.wwe-widgets-sapphire h2.pane-title {
    border-bottom: 4px solid #e7e7e7;
    padding-bottom: 9px;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
}*/

.brenham-flipped-sidebar .wwe-widgets-sapphire {
    padding: 0px 14px;
}

.wwe-sapphire-feed-container {
    padding: 16px 0px;
}

.wwe-sapphire-feed-content {
    border-bottom: 1px dotted #cccccc;
    margin-bottom: 12px;
}

.wwe-sapphire-feed-content:last-child {
    border-bottom: 0px;
}

.wwe-sapphire-feed-content > * {
    margin-bottom: 8px;
}

.wwe-sapphire-feed-content .wwe-sapphire-feed-content-title {
    font-family: 'GibsonLightBold';
    font-size: 16px;
    line-height: 100%;
}

.wwe-sapphire-feed-content .wwe-sapphire-feed-content-info {
    font-size: 12px;
    color: #959595;
}

.wwe-sapphire-feed-content .wwe-sapphire-feed-content-thumb {

}

.wwe-sapphire-feed-content .wwe-sapphire-feed-content-thumb img {
    max-width: 80%;
    height: auto;
}

.wwe-sapphire-feed-content .wwe-sapphire-feed-content-body {
    font-size: 13px;
}

.wwe-widgets-full-width h2 {
    text-align: center;
    padding-bottom: 16px;
}

article.node header .links {
    margin-bottom: 16px;
}

/* Partner Specific Styles */

#janrainAuthReturnExperience {
    min-width: 238px !important;
    min-height: 258px !important;
}

/* Comment Styles */

.realtidbits-comments .realtidbits-comments-submit .echo-submit-controls .echo-submit-post-container button{
    font-family: 'GibsonLightBold';
    border: 1px solid #000;
    background-color: #d62328 !important;
    border-radius: 4px;
    background-image: none; /*cancles out background image property that is being applied by the tidbits 3rd party application */
		text-shadow: 0px 2px 0px rgba(0,0,0,0.5);
		font-weight: bold;
		font-size: 14px;
}

.realtidbits-comments .realtidbits-comments-submit .echo-submit-controls .echo-submit-post-container button span.ui-button-text,
.realtidbits-comments .realtidbits-comments-submit .echo-submit-auth a {
    color: #fff;
    font-weight:normal;
    text-shadow: none;
}

/* Throbber */

html.js input.form-autocomplete,
.ajax-progress .throbber {
    background-image: url('../images/throbber.gif');
}

/* Orphan elements */

.attachment > .view-gallery article .node-readmore a {
    display: inline-block;
    margin-top: 6px;
}

/* Social Feed */
.pane-chatter .echo-item-control-Reply {
    background: none !important;
}

/*
.bryant-flipped-content-inner {
    background-color: #fff;
    background-image: url('../images/bg-right-sidebar.png');
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 10px 100%;
    padding: 0 20px;
    margin-right: 0px;
}*/
.in-your-corner-body{
	font-size: 25px;
	font-weight: bold;
	line-height: 1.4em;
}
.realtidbits-comments{
	padding-top: 0px !important;
}

.node-type-page .pane-full_width,
.node-type-partner .pane-full_width_arbitrary,
.node-type-file .pane-full_width_arbitrary {
    margin-top: 4%;
}

.node-type-file .pane-node_content article header {
    display: none;
}

/* Hide the TRUSTe cookie preferences link generated by the script since we
  add a link to the footer menu via js. */
#teconsent {
  display: none;
}
/* add for safari  slider nav fix */
.flex-control-nav{height:auto;min-height:35px;}

.flex-nav-container ul.slides li a.type-video .image {
    align-self: flex-start;
    position: relative;
}
.flex-nav-container ul.slides li a.type-video .play-icon {
    background-image: url('../images/small-arrow-with-black.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 75px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

/*
Added style for WEB-1482
 */
.flex-direction-nav > li:first-child {
  top: 155px;
  left: -32px !important;
}

.flex-direction-nav > li:last-child {
  top: 155px;
  right: -22px !important;
}
/* Add custom play icon to JWPlayer videos */
.jw-icon-display {
  background-image: url(../images/small-arrow-with-black.svg);
  background-repeat: no-repeat;
}
.jw-state-buffering .jw-icon-display {
  background-image: none;
}
.jwplayer.jw-state-complete .jw-display-icon-container .jw-icon-display:before,
.jw-state-idle .jw-icon-display:before {
  content: "" !important;
}
.jwplayer:hover .jw-display-icon-container,
.jwplayer .jw-display-icon-container {
  border: 0px !important;
  background-color: transparent !important;
}
