@charset "UTF-8";
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

.wrapper {
  width: 960px;
  margin: 0 auto; }
  .wrapper::after {
    clear: both;
    content: "";
    display: table; }

/* -----------------------------------------------------------------
    RESET - NORMALIZE.CSS (v3.0.0)
------------------------------------------------------------------*/
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

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

[hidden],
template {
  display: none; }

a {
  background: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/* -----------------------------------------------------------------
    RESET ELEMENTS - HTML5 BOILERPLATE (4.3.0)
------------------------------------------------------------------*/
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  color: #222;
  font-size: 1em;
  line-height: 1.628571429; }

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

audio,
canvas,
img,
svg,
video {
  vertical-align: middle; }

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

textarea {
  resize: vertical; }

address {
  font-style: normal; }

span.skype_pnh_container {
  display: none !important; }

span.skype_pnh_print_container {
  display: inline !important; }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

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

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }
.button {
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .large.button {
    padding: 15px 25px;
    font-size: 16px; }
  .small.button {
    padding: 5px 10px;
    font-size: 12px; }

.left {
  float: left; }

.right {
  float: right; }

.five {
  width: 5%; }

.ten {
  width: 10%; }

.fifteen {
  width: 15%; }

.twenty {
  width: 20%; }

.twentyfive {
  width: 25%; }

.thirty {
  width: 30%; }

.thirtyfive {
  width: 35%; }

.fourty {
  width: 40%; }

.fourtyfive {
  width: 45%; }

.fifty {
  width: 50%; }

.fiftyfive {
  width: 55%; }

.sixty {
  width: 60%; }

.sixtyfive {
  width: 65%; }

.seventy {
  width: 70%; }

.seventyfive {
  width: 75%; }

.eighty {
  width: 80%; }

.eightyfive {
  width: 85%; }

.ninety {
  width: 90%; }

.ninetyfive {
  width: 95%; }

.onehundred {
  width: 100%; }

#browserAlert {
  display: none;
  font-size: 14px;
  color: #fff;
  padding: 10px 0;
  background: #941111;
  text-align: center;
  border-bottom: 1px solid #000;
  line-height: 18px; }

#browserAlert a {
  color: #faabab;
  font-weight: bold; }

#browserAlert a:hover {
  color: #fff; }

.lt-ie8 #browserAlert {
  display: block; }

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

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    display: table;
    content: ""; }
  .clearfix:after {
    clear: both; }

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }
  .ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%; }

.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;
  width: 1px; }

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

.invisible {
  visibility: hidden; }

.visible-mobile {
  display: block; }
  @media screen and (min-width: 1023px) {
    .visible-mobile {
      display: none; } }

.visible-desktop {
  display: none; }
  @media screen and (min-width: 1023px) {
    .visible-desktop {
      display: block; } }

@font-face {
  font-family: 'proxima_nova_rgregular';
  src: url("fonts/proximanova-regular-webfont.eot");
  src: url("fonts/proximanova-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/proximanova-regular-webfont.woff2") format("woff2"), url("fonts/proximanova-regular-webfont.woff") format("woff"), url("fonts/proximanova-regular-webfont.ttf") format("truetype"), url("fonts/proximanova-regular-webfont.svg#proxima_nova_rgregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'proxima_nova_rgbold';
  src: url("fonts/proximanova-bold-webfont.eot");
  src: url("fonts/proximanova-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/proximanova-bold-webfont.woff2") format("woff2"), url("fonts/proximanova-bold-webfont.woff") format("woff"), url("fonts/proximanova-bold-webfont.ttf") format("truetype"), url("fonts/proximanova-bold-webfont.svg#proxima_nova_rgbold") format("svg");
  font-weight: normal;
  font-style: normal; }
/* -----------------------------------------------------------------
	TYPOGRAPHY ELEMENTS
------------------------------------------------------------------*/
a {
  color: #a00101;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  a:hover {
    color: #210000; }

.text-error {
  color: #c82727; }

.text-success {
  color: #62b51f; }

.text-warning {
  color: #e4be4c; }

.text-info {
  color: #5bc0de; }

::-moz-selection {
  background: #a00101;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #a00101;
  color: #fff;
  text-shadow: none; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
  font-weight: normal;
  font-family: "proxima_nova_rgbold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-weight: normal;
  line-height: 1;
  color: gray; }

h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px; }

h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 10px; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 12px; }

h1 small {
  font-size: 24px; }

h2 small {
  font-size: 18px; }

h3 small, h4 small {
  font-size: 14px; }

blockquote {
  padding: 30px 30px 30px 70px;
  margin: 1.5em 0;
  background: #bdbdbd;
  font-weight: bold;
  color: #000;
  position: relative; }
  blockquote:before {
    position: absolute;
    top: -20px;
    left: 16px;
    content: "“";
    font-size: 85px;
    display: block; }
  blockquote cite {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    margin: 5px 0 0;
    font-style: normal; }

hr {
  border-color: #f2f2f2; }

/* -----------------------------------------------------------------
	FORM ELEMENTS
------------------------------------------------------------------*/
label {
  display: block;
  padding: 10px 0;
  font-size: 14px;
  text-transform: uppercase; }
  label .required {
    font-size: 22px;
    position: relative;
    top: 5px;
    margin-left: 5px;
    color: #c82727; }
  label.error {
    color: #c82727; }

input,
textarea {
  display: inline-block;
  width: 100%;
  padding: 10px;
  border: 1px solid #e6e6e6;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  color: #504f4f;
  font-size: 14px;
  background: #fff;
  margin: 0 0 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  outline: none; }
  input:focus,
  textarea:focus {
    background: #f2f2f2; }
  input.error,
  textarea.error {
    border: 1px solid #c82727; }
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #e6e6e6; }
  input::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #e6e6e6; }
  input:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #e6e6e6; }
  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #e6e6e6; }

.radio label,
.checkbox label {
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  display: inline-block;
  padding: 0;
  margin-right: 20px; }
.radio input,
.checkbox input {
  width: auto;
  margin-right: 5px;
  display: inline-block; }

button.button,
input.button {
  border: none;
  display: inline-block;
  width: auto; }

.errormsg,
.successmsg {
  margin: 20px 0 0;
  font-size: 14px; }
  .errormsg span,
  .successmsg span {
    display: inline-block;
    padding: 5px 10px;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    margin: 0 10px 0 0; }

.errormsg span {
  background: #c82727; }

.successmsg span {
  background: #62b51f; }

/* -----------------------------------------------------------------
REUSABLE ELEMENTS & CLASSES
------------------------------------------------------------------*/
img,
iframe {
  display: block;
  max-width: 100%; }

.content-left img {
  height: auto !important; }

.button {
  padding: 9px 25px;
  color: #fff;
  background: #000;
  font-family: "proxima_nova_rgbold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  text-align: center;
  text-transform: uppercase;
  border-radius: 10px; }
  .button:hover {
    background: #a00101;
    color: #fff; }
  .button.white {
    border: 2px solid #fff;
    background: none;
    padding: 7px 25px; }
    .button.white:hover {
      border-color: #a00101;
      color: #a00101; }
  .button.red {
    border: 2px solid #a00101;
    background: none;
    color: #a00101;
    padding: 7px 25px; }
    .button.red:hover {
      border-color: #000;
      color: #000; }

.alignleft,
.alignright,
.aligncenter {
  margin: 20px auto;
  display: block;
  padding: 5px;
  border: 1px solid gray;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

@media screen and (min-width: 767px) {
  .alignleft {
    float: left;
    margin: 0 30px 10px 0; } }

@media screen and (min-width: 767px) {
  .alignright {
    float: right;
    margin: 0 0 10px 30px; } }

a .alignleft:hover,
a .alignright:hover,
a .aligncenter:hover {
  border-color: #bfbfbf; }

/* -----------------------------------------------------------------
	GENERAL ELEMENTS 
------------------------------------------------------------------*/
html {
  background: #efefef; }

body {
  font-size: 14px;
  color: #504f4f;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  background: #efefef; }

/* -----------------------------------------------------------------
	ACCESSIBILITY ELEMENTS 
------------------------------------------------------------------*/
/* -----------------------------------------------------------------
	HEADER ELEMENTS 
------------------------------------------------------------------*/
#header {
  background: url(../images/header.png) repeat-x;
  padding: 20px 0;
  margin-bottom: 10px; }
  #header .tagline {
    float: left;
    line-height: 1.2;
    color: #fff; }
  #header .main {
    font-family: "proxima_nova_rgbold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-size: 18px;
    text-transform: uppercase; }
  #header .sub {
    font-weight: bold;
    font-size: 15px; }
  #header .socials {
    margin: 12px 0 22px;
    text-align: right; }
    #header .socials::after {
      clear: both;
      content: "";
      display: table; }
    #header .socials a {
      display: inline-block;
      color: #fff;
      border-radius: 5px;
      margin-left: 5px;
      font-size: 14px;
      width: 26px;
      height: 26px;
      line-height: 26px;
      text-align: center;
      padding: 0; }
      #header .socials a i {
        display: block;
        line-height: 26px; }
      #header .socials a:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
        opacity: 0.8; }
    #header .socials .facebook {
      background: #3b5998; }
    #header .socials .twitter {
      background: #00aced; }
    #header .socials .youtube {
      background: #bb0000; }
    #header .socials .instagram {
      background: #517fa4; }

#logo {
  margin-right: 36px;
  float: left; }

/* -----------------------------------------------------------------
	NAVIGATION ELEMENTS 
------------------------------------------------------------------*/
nav {
  font-family: "proxima_nova_rgbold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 14px;
  text-transform: uppercase; }
  nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #fff; }
    nav ul li a {
      display: block;
      color: #fff; }

#upper-nav > ul > li {
  display: block;
  float: left; }
  #upper-nav > ul > li:hover > a {
    color: #a00101; }
#upper-nav > ul .divider {
  margin: 0 8px; }

#lower-nav {
  background: #a00101; }
  #lower-nav > ul {
    text-align: center; }
    #lower-nav > ul > li {
      display: inline-block;
      position: relative; }
      #lower-nav > ul > li > a {
        padding: 16px 20px; }
      #lower-nav > ul > li:hover > a {
        color: #210000; }
      #lower-nav > ul > li:hover .dropdown {
        display: block; }
    #lower-nav > ul .divider {
      margin: 0 10px; }

.dropdown {
  position: absolute;
  top: 100%;
  left: -10px;
  background: #000;
  width: 230px;
  text-align: left;
  display: none;
  padding: 5px 0;
  z-index: 9000; }
  .dropdown li a {
    display: block;
    padding: 5px 30px 5px 30px; }
    .dropdown li a:hover {
      color: #a00101; }

.hero {
  position: relative;
  margin-bottom: 10px; }
  .hero .buttons {
    position: absolute;
    top: 130px;
    right: 45px; }
  .hero .button {
    display: block;
    margin-bottom: 15px; }

.cta-wrap::after {
  clear: both;
  content: "";
  display: table; }
.cta-wrap .cta {
  width: 312px;
  margin-right: 12px;
  float: left;
  text-align: center; }
  .cta-wrap .cta:last-child {
    margin-right: 0; }
.cta-wrap .lower {
  background: #000;
  padding: 15px 20px 20px;
  font-family: "proxima_nova_rgbold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  color: #fff;
  text-transform: uppercase; }
  .cta-wrap .lower .title {
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
    color: #fff; }
    .cta-wrap .lower .title:hover {
      color: #a00101; }

.post {
  margin: 30px 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #aaa; }
  .post:last-child {
    border-bottom: 0;
    margin-bottom: 0; }
  .post .title {
    font-size: 16px;
    color: #a00101;
    text-transform: uppercase;
    font-family: "proxima_nova_rgbold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }
  .post .date {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bolder; }
  .post p:last-child {
    margin-bottom: 0 !important; }

/* -----------------------------------------------------------------
	CONTENT AREA ELEMENTS 
------------------------------------------------------------------*/
#content {
  margin-top: 40px; }
  #content::after {
    clear: both;
    content: "";
    display: table; }
  #content .title-bar {
    background: #a00101;
    padding: 9px 20px 8px;
    font-family: "proxima_nova_rgbold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase; }
    #content .title-bar h1 {
      font-size: 18px;
      margin: 0;
      line-height: 1.628571429; }
    #content .title-bar i {
      margin-right: 15px; }
  #content .content-block {
    background: #fff;
    padding: 2px 20px;
    margin-bottom: 40px; }
    #content .content-block.black {
      background: #000; }
    #content .content-block.padded {
      padding: 20px; }
  #content p, #content ol, #content ul {
    margin: 1.5em 0; }
  #content ul ul {
    margin: 0; }
  #content .content-left {
    width: 625px;
    float: left; }
  #content .sidebar {
    width: 290px;
    float: right; }

.icon-wrap {
  margin-bottom: 40px; }
  .icon-wrap::after {
    clear: both;
    content: "";
    display: table; }
  .icon-wrap .icon-block {
    background: #fff;
    border: 1px solid #e5e5e5;
    text-align: center;
    width: 200px;
    float: left;
    margin-right: 12.5px;
    padding: 20px 15px; }
    .icon-wrap .icon-block:last-child {
      margin-right: 0; }
  .icon-wrap .icon {
    width: 130px;
    height: 130px;
    line-height: 130px;
    text-align: center;
    padding: 0;
    -webkit-border-radius: 130px;
    border-radius: 130px;
    background: #000;
    color: #fff;
    font-size: 65px;
    display: block;
    margin: 0 auto 15px; }
    .icon-wrap .icon i {
      display: block;
      line-height: 130px; }
  .icon-wrap .title {
    display: block;
    text-align: center;
    margin-bottom: 15px;
    font-family: "proxima_nova_rgbold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    text-transform: uppercase;
    min-height: 44px; }

.donate-block {
  border: 2px solid #000;
  background: #fff;
  margin-bottom: 40px;
  padding: 25px 30px; }
  .donate-block::after {
    clear: both;
    content: "";
    display: table; }
  .donate-block .left {
    width: 150px; }
  .donate-block .right {
    width: 380px; }
    .donate-block .right p {
      margin: 1em 0 !important; }
      .donate-block .right p:first-child {
        margin-top: 0 !important; }
      .donate-block .right p:last-child {
        margin-bottom: 0 !important; }

.excerpt {
  text-transform: uppercase;
  padding: 15px 0;
  border-bottom: 1px solid #ddd; }
  .excerpt:last-child {
    border-bottom: 0; }
  .excerpt .title {
    font-size: 16px;
    margin-bottom: 10px;
    font-family: "proxima_nova_rgbold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }
    .excerpt .title a {
      color: #504f4f; }
      .excerpt .title a:hover {
        color: #a00101; }
  .excerpt p {
    margin: 0 !important; }

.newsletter-signup::after {
  clear: both;
  content: "";
  display: table; }
.newsletter-signup input {
  margin-bottom: 20px; }

.sharing span {
  display: inline-block;
  cursor: pointer;
  color: #fff;
  font-size: 22px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0; }
  .sharing span i {
    display: block;
    line-height: 40px; }
  .sharing span.facebook {
    background: #445f9f; }
  .sharing span.twitter {
    background: #00abf1; }
  .sharing span.mail {
    background: #a20000; }
  .sharing span.share {
    background: #13b91a; }
  .sharing span:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8; }

#social-feeds > ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  #social-feeds > ul::after {
    clear: both;
    content: "";
    display: table; }
  #social-feeds > ul > li {
    float: left;
    width: 50%; }
    #social-feeds > ul > li > a {
      display: block;
      width: 100%;
      padding: 10px 20px;
      font-size: 16px;
      font-family: "proxima_nova_rgbold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
      text-transform: uppercase;
      text-align: center;
      outline: none;
      color: #fff;
      background: #fff; }
      #social-feeds > ul > li > a i {
        margin-right: 5px; }
    #social-feeds > ul > li .twitter {
      background: #00abf1; }
    #social-feeds > ul > li .facebook {
      background: #445f9f; }
    #social-feeds > ul > li.ui-state-active a {
      background: #fff; }
    #social-feeds > ul > li.ui-state-active .twitter {
      color: #00abf1; }
    #social-feeds > ul > li.ui-state-active .facebook {
      color: #445f9f; }
#social-feeds .tab {
  background: #fff;
  padding: 20px; }
  #social-feeds .tab ul {
    margin: 0;
    padding: 0;
    list-style: none; }
#social-feeds #twitter-feed ul li {
  margin-bottom: 20px; }
  #social-feeds #twitter-feed ul li:last-child {
    margin-bottom: 0; }
#social-feeds #twitter-feed .tweet {
  background: #efefef;
  position: relative;
  padding: 10px;
  word-wrap: break-word;
  margin: 0 0 0 66px !important; }
  #social-feeds #twitter-feed .tweet:before {
    position: absolute;
    top: 16px;
    right: 100%;
    content: "";
    height: 0;
    width: 0;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #efefef;
    border-top: 10px solid transparent; }
#social-feeds #twitter-feed .user span {
  display: none; }
#social-feeds #twitter-feed .user img {
  float: left; }
#social-feeds #twitter-feed .timePosted {
  background: #efefef;
  margin: 0 0 0 66px;
  padding: 0 10px 10px;
  color: #2c9fb4; }

/* -----------------------------------------------------------------
	FOOTER ELEMENTS 
------------------------------------------------------------------*/
#footer {
  font-family: "proxima_nova_rgregular", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 100px; }
  #footer::after {
    clear: both;
    content: "";
    display: table; }
  #footer .icon-strip {
    font-family: "proxima_nova_rgbold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }
    #footer .icon-strip::after {
      clear: both;
      content: "";
      display: table; }
    #footer .icon-strip .block {
      width: 25%;
      float: left;
      padding: 10px; }
    #footer .icon-strip .red {
      background: #a00101; }
    #footer .icon-strip .black {
      background: #000; }
    #footer .icon-strip img {
      width: 54px;
      margin-right: 10px;
      display: inline-block; }
    #footer .icon-strip span {
      display: inline-block;
      max-width: 140px;
      vertical-align: middle; }
  #footer .lower {
    background: url(../images/footer.png) repeat-x;
    padding-bottom: 80px;
    margin-top: -37px;
    padding-top: 77px; }
  #footer .links {
    margin-bottom: 20px; }
  #footer a:hover {
    color: #fff; }

/* -----------------------------------------------------------------
	IE FIXES
------------------------------------------------------------------*/
