/*
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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,
menu,
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-color: 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 {
  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;
  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;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: white;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #d5004b;
  text-decoration: none;
}
a:hover, a:focus {
  color: inherit;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

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

[role="button"] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

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

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #d5004b;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #a20039;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #d5004b;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #a20039;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled, .gform_wrapper ul {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: white;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: whitesmoke;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, #sidebar, .single-ias_film #table-cell-hack, .speaker, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, #page-main, .single-ias_film #main_header, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, #sidebar, #page-main, .speaker, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, #sidebar, #page-main, .speaker {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12, #sidebar, #page-main, .speaker {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, #sidebar, .single-ias_film #table-cell-hack, .speaker, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, #page-main, .single-ias_film #main_header, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4, #sidebar, .single-ias_film #table-cell-hack, .speaker {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8, #page-main, .single-ias_film #main_header {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: white;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: whitesmoke;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: whitesmoke;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

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

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: gray;
}

.form-control, .ginput_container input,
.ginput_container select,
.ginput_container textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: gray;
  background-color: white;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus, .ginput_container input:focus,
.ginput_container select:focus,
.ginput_container textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder, .ginput_container input::-moz-placeholder,
.ginput_container select::-moz-placeholder,
.ginput_container textarea::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder, .ginput_container input:-ms-input-placeholder,
.ginput_container select:-ms-input-placeholder,
.ginput_container textarea:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder, .ginput_container input::-webkit-input-placeholder,
.ginput_container select::-webkit-input-placeholder,
.ginput_container textarea::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled], .ginput_container input[disabled],
.ginput_container select[disabled],
.ginput_container textarea[disabled], .form-control[readonly], .ginput_container input[readonly],
.ginput_container select[readonly],
.ginput_container textarea[readonly], fieldset[disabled] .form-control, fieldset[disabled] .ginput_container input, .ginput_container fieldset[disabled] input,
fieldset[disabled] .ginput_container select,
.ginput_container fieldset[disabled] select,
fieldset[disabled] .ginput_container textarea,
.ginput_container fieldset[disabled] textarea {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled], .ginput_container input[disabled],
.ginput_container select[disabled],
.ginput_container textarea[disabled], fieldset[disabled] .form-control, fieldset[disabled] .ginput_container input, .ginput_container fieldset[disabled] input,
fieldset[disabled] .ginput_container select,
.ginput_container fieldset[disabled] select,
fieldset[disabled] .ginput_container textarea,
.ginput_container fieldset[disabled] textarea {
  cursor: not-allowed;
}

textarea.form-control,
.ginput_container textarea {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control, .ginput_container input[type="date"],
  input[type="time"].form-control,
  .ginput_container input[type="time"],
  input[type="datetime-local"].form-control,
  .ginput_container input[type="datetime-local"],
  input[type="month"].form-control,
  .ginput_container input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm, .input-group-sm input[type="date"],
  input[type="time"].input-sm, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm, .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg, .input-group-lg input[type="date"],
  input[type="time"].input-lg, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg, .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}
.form-group, .gform_wrapper li {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg, .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control, .form-group-sm .ginput_container input, .ginput_container .form-group-sm input,
.form-group-sm .ginput_container select,
.ginput_container .form-group-sm select,
.form-group-sm .ginput_container textarea,
.ginput_container .form-group-sm textarea {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control,
.form-group-sm .ginput_container select,
.ginput_container .form-group-sm select {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm .ginput_container textarea,
.ginput_container .form-group-sm textarea,
.form-group-sm select[multiple].form-control,
.form-group-sm .ginput_container select[multiple],
.ginput_container .form-group-sm select[multiple] {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control, .form-group-lg .ginput_container input, .ginput_container .form-group-lg input,
.form-group-lg .ginput_container select,
.ginput_container .form-group-lg select,
.form-group-lg .ginput_container textarea,
.ginput_container .form-group-lg textarea {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}
.form-group-lg select.form-control,
.form-group-lg .ginput_container select,
.ginput_container .form-group-lg select {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg .ginput_container textarea,
.ginput_container .form-group-lg textarea,
.form-group-lg select[multiple].form-control,
.form-group-lg .ginput_container select[multiple],
.ginput_container .form-group-lg select[multiple] {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control, .has-feedback .ginput_container input, .ginput_container .has-feedback input,
.has-feedback .ginput_container select,
.ginput_container .has-feedback select,
.has-feedback .ginput_container textarea,
.ginput_container .has-feedback textarea {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback,
.form-group-lg .ginput_container input + .form-control-feedback,
.ginput_container .form-group-lg input + .form-control-feedback,
.form-group-lg .ginput_container select + .form-control-feedback,
.ginput_container .form-group-lg select + .form-control-feedback,
.form-group-lg .ginput_container textarea + .form-control-feedback,
.ginput_container .form-group-lg textarea + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback,
.form-group-sm .ginput_container input + .form-control-feedback,
.ginput_container .form-group-sm input + .form-control-feedback,
.form-group-sm .ginput_container select + .form-control-feedback,
.ginput_container .form-group-sm select + .form-control-feedback,
.form-group-sm .ginput_container textarea + .form-control-feedback,
.ginput_container .form-group-sm textarea + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control, .has-success .ginput_container input, .ginput_container .has-success input,
.has-success .ginput_container select,
.ginput_container .has-success select,
.has-success .ginput_container textarea,
.ginput_container .has-success textarea {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus, .has-success .ginput_container input:focus, .ginput_container .has-success input:focus,
.has-success .ginput_container select:focus,
.ginput_container .has-success select:focus,
.has-success .ginput_container textarea:focus,
.ginput_container .has-success textarea:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control, .has-warning .ginput_container input, .ginput_container .has-warning input,
.has-warning .ginput_container select,
.ginput_container .has-warning select,
.has-warning .ginput_container textarea,
.ginput_container .has-warning textarea {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus, .has-warning .ginput_container input:focus, .ginput_container .has-warning input:focus,
.has-warning .ginput_container select:focus,
.ginput_container .has-warning select:focus,
.has-warning .ginput_container textarea:focus,
.ginput_container .has-warning textarea:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control, .has-error .ginput_container input, .ginput_container .has-error input,
.has-error .ginput_container select,
.ginput_container .has-error select,
.has-error .ginput_container textarea,
.ginput_container .has-error textarea {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus, .has-error .ginput_container input:focus, .ginput_container .has-error input:focus,
.has-error .ginput_container select:focus,
.ginput_container .has-error select:focus,
.has-error .ginput_container textarea:focus,
.ginput_container .has-error textarea:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group, .form-inline .gform_wrapper li, .gform_wrapper .form-inline li {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control, .form-inline .ginput_container input, .ginput_container .form-inline input,
  .form-inline .ginput_container select,
  .ginput_container .form-inline select,
  .form-inline .ginput_container textarea,
  .ginput_container .form-inline textarea {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control,
  .form-inline .input-group .ginput_container input,
  .ginput_container .form-inline .input-group input,
  .form-inline .input-group .ginput_container select,
  .ginput_container .form-inline .input-group select,
  .form-inline .input-group .ginput_container textarea,
  .ginput_container .form-inline .input-group textarea {
    width: auto;
  }
  .form-inline .input-group > .form-control, .form-inline .ginput_container .input-group > input, .ginput_container .form-inline .input-group > input,
  .form-inline .ginput_container .input-group > select,
  .ginput_container .form-inline .input-group > select,
  .form-inline .ginput_container .input-group > textarea,
  .ginput_container .form-inline .input-group > textarea {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group, .form-horizontal .gform_wrapper li, .gform_wrapper .form-horizontal li {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .gform_wrapper li:before, .gform_wrapper .form-horizontal li:before, .form-horizontal .form-group:after, .form-horizontal .gform_wrapper li:after, .gform_wrapper .form-horizontal li:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after, .form-horizontal .gform_wrapper li:after, .gform_wrapper .form-horizontal li:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33333px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn, .gform_button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .gform_button:focus, .btn.focus, .focus.gform_button, .btn:active:focus, .gform_button:active:focus, .btn:active.focus, .gform_button:active.focus, .btn.active:focus, .active.gform_button:focus, .btn.active.focus, .active.focus.gform_button {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .gform_button:hover, .btn:focus, .gform_button:focus, .btn.focus, .focus.gform_button {
  color: white;
  text-decoration: none;
}
.btn:active, .gform_button:active, .btn.active, .active.gform_button {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .disabled.gform_button, .btn[disabled], [disabled].gform_button, fieldset[disabled] .btn, fieldset[disabled] .gform_button {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, a.disabled.gform_button, fieldset[disabled] a.btn, fieldset[disabled] a.gform_button {
  pointer-events: none;
}

.btn-default {
  color: white;
  background-color: black;
  border-color: black;
}
.btn-default:focus, .btn-default.focus {
  color: white;
  background-color: black;
  border-color: black;
}
.btn-default:hover {
  color: white;
  background-color: black;
  border-color: black;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: white;
  background-color: black;
  border-color: black;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: white;
  background-color: black;
  border-color: black;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: black;
  border-color: black;
}
.btn-default .badge {
  color: black;
  background-color: white;
}

.btn-primary, .gform_button {
  color: white;
  background-color: #d5004b;
  border-color: #d5004b;
}
.btn-primary:focus, .gform_button:focus, .btn-primary.focus, .focus.gform_button {
  color: white;
  background-color: #a20039;
  border-color: #56001e;
}
.btn-primary:hover, .gform_button:hover {
  color: white;
  background-color: #a20039;
  border-color: #980035;
}
.btn-primary:active, .gform_button:active, .btn-primary.active, .active.gform_button, .open > .btn-primary.dropdown-toggle, .open > .dropdown-toggle.gform_button {
  color: white;
  background-color: #a20039;
  border-color: #980035;
}
.btn-primary:active:hover, .gform_button:active:hover, .btn-primary:active:focus, .gform_button:active:focus, .btn-primary:active.focus, .gform_button:active.focus, .btn-primary.active:hover, .active.gform_button:hover, .btn-primary.active:focus, .active.gform_button:focus, .btn-primary.active.focus, .active.focus.gform_button, .open > .btn-primary.dropdown-toggle:hover, .open > .dropdown-toggle.gform_button:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .dropdown-toggle.gform_button:focus, .open > .btn-primary.dropdown-toggle.focus, .open > .dropdown-toggle.focus.gform_button {
  color: white;
  background-color: #7e002c;
  border-color: #56001e;
}
.btn-primary:active, .gform_button:active, .btn-primary.active, .active.gform_button, .open > .btn-primary.dropdown-toggle, .open > .dropdown-toggle.gform_button {
  background-image: none;
}
.btn-primary.disabled, .disabled.gform_button, .btn-primary.disabled:hover, .disabled.gform_button:hover, .btn-primary.disabled:focus, .disabled.gform_button:focus, .btn-primary.disabled.focus, .disabled.focus.gform_button, .btn-primary.disabled:active, .disabled.gform_button:active, .btn-primary.disabled.active, .disabled.active.gform_button, .btn-primary[disabled], [disabled].gform_button, .btn-primary[disabled]:hover, [disabled].gform_button:hover, .btn-primary[disabled]:focus, [disabled].gform_button:focus, .btn-primary[disabled].focus, [disabled].focus.gform_button, .btn-primary[disabled]:active, [disabled].gform_button:active, .btn-primary[disabled].active, [disabled].active.gform_button, fieldset[disabled] .btn-primary, fieldset[disabled] .gform_button, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .gform_button:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .gform_button:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .focus.gform_button, fieldset[disabled] .btn-primary:active, fieldset[disabled] .gform_button:active, fieldset[disabled] .btn-primary.active, fieldset[disabled] .active.gform_button {
  background-color: #d5004b;
  border-color: #d5004b;
}
.btn-primary .badge, .gform_button .badge {
  color: #d5004b;
  background-color: white;
}

.btn-success {
  color: white;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus, .btn-success.focus {
  color: white;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: white;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: white;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: white;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: white;
}

.btn-info {
  color: white;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus, .btn-info.focus {
  color: white;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: white;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: white;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: white;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: white;
}

.btn-warning {
  color: white;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus, .btn-warning.focus {
  color: white;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: white;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: white;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: white;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: white;
}

.btn-danger {
  color: white;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus, .btn-danger.focus {
  color: white;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: white;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: white;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: white;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: white;
}

.btn-link {
  color: #d5004b;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 0px;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #d5004b;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: gray;
  background-color: white;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: white;
  background-color: #d5004b;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: white;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.pagination, .archive .page-numbers, .single .page-numbers {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li, .archive .page-numbers > li, .single .page-numbers > li {
  display: inline;
}
.pagination > li > a, .archive .page-numbers > li > a, .single .page-numbers > li > a,
.pagination > li > span,
.archive .page-numbers > li > span,
.single .page-numbers > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #d5004b;
  background-color: white;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a, .archive .page-numbers > li:first-child > a, .single .page-numbers > li:first-child > a,
.pagination > li:first-child > span,
.archive .page-numbers > li:first-child > span,
.single .page-numbers > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a, .archive .page-numbers > li:last-child > a, .single .page-numbers > li:last-child > a,
.pagination > li:last-child > span,
.archive .page-numbers > li:last-child > span,
.single .page-numbers > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover, .archive .page-numbers > li > a:hover, .single .page-numbers > li > a:hover, .pagination > li > a:focus, .archive .page-numbers > li > a:focus, .single .page-numbers > li > a:focus,
.pagination > li > span:hover,
.archive .page-numbers > li > span:hover,
.single .page-numbers > li > span:hover,
.pagination > li > span:focus,
.archive .page-numbers > li > span:focus,
.single .page-numbers > li > span:focus {
  z-index: 3;
  color: inherit;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a, .archive .page-numbers > .active > a, .single .page-numbers > .active > a, .pagination > .active > a:hover, .archive .page-numbers > .active > a:hover, .single .page-numbers > .active > a:hover, .pagination > .active > a:focus, .archive .page-numbers > .active > a:focus, .single .page-numbers > .active > a:focus,
.pagination > .active > span,
.archive .page-numbers > .active > span,
.single .page-numbers > .active > span,
.pagination > .active > span:hover,
.archive .page-numbers > .active > span:hover,
.single .page-numbers > .active > span:hover,
.pagination > .active > span:focus,
.archive .page-numbers > .active > span:focus,
.single .page-numbers > .active > span:focus {
  z-index: 2;
  color: white;
  background-color: #d5004b;
  border-color: #d5004b;
  cursor: default;
}
.pagination > .disabled > span, .archive .page-numbers > .disabled > span, .single .page-numbers > .disabled > span,
.pagination > .disabled > span:hover,
.archive .page-numbers > .disabled > span:hover,
.single .page-numbers > .disabled > span:hover,
.pagination > .disabled > span:focus,
.archive .page-numbers > .disabled > span:focus,
.single .page-numbers > .disabled > span:focus,
.pagination > .disabled > a,
.archive .page-numbers > .disabled > a,
.single .page-numbers > .disabled > a,
.pagination > .disabled > a:hover,
.archive .page-numbers > .disabled > a:hover,
.single .page-numbers > .disabled > a:hover,
.pagination > .disabled > a:focus,
.archive .page-numbers > .disabled > a:focus,
.single .page-numbers > .disabled > a:focus {
  color: #777777;
  background-color: white;
  border-color: #dddddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.alert, .validation_error, #gforms_confirmation_message {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4, .validation_error h4, #gforms_confirmation_message h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link, .validation_error .alert-link, #gforms_confirmation_message .alert-link {
  font-weight: bold;
}
.alert > p, .validation_error > p, #gforms_confirmation_message > p,
.alert > ul,
.validation_error > ul,
#gforms_confirmation_message > ul {
  margin-bottom: 0;
}
.alert > p + p, .validation_error > p + p, #gforms_confirmation_message > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success, #gforms_confirmation_message {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr, #gforms_confirmation_message hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link, #gforms_confirmation_message .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger, .validation_error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr, .validation_error hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link, .validation_error .alert-link {
  color: #843534;
}

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

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@at-root {
  @-ms-viewport {
    width: device-width;
}
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
.gform_wrapper form {
  margin-bottom: 0;
}
.gform_wrapper .gfield_required {
  padding-left: 1px;
  color: #a94442;
}

.ginput_container textarea {
  height: auto;
}

.gform_wrapper .gfield_error .gfield_label {
  color: #a94442;
}
.gform_wrapper .gfield_error input,
.gform_wrapper .gfield_error select,
.gform_wrapper .gfield_error textarea {
  border-color: #ebccd1;
  background-color: #f2dede;
  color: #a94442;
}
.gform_wrapper .gfield_error input:focus,
.gform_wrapper .gfield_error select:focus,
.gform_wrapper .gfield_error textarea:focus {
  border-color: #a94442;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(169, 68, 66, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(169, 68, 66, 0.6);
}

div.pp_default .pp_top, div.pp_default .pp_top .pp_middle, div.pp_default .pp_top .pp_left, div.pp_default .pp_top .pp_right, div.pp_default .pp_bottom, div.pp_default .pp_bottom .pp_left, div.pp_default .pp_bottom .pp_middle, div.pp_default .pp_bottom .pp_right {
  height: 13px;
}

div.pp_default .pp_top .pp_left {
  background: url(../images/prettyPhoto/default/sprite.png) -78px -93px no-repeat;
}

div.pp_default .pp_top .pp_middle {
  background: url(../images/prettyPhoto/default/sprite_x.png) top left repeat-x;
}

div.pp_default .pp_top .pp_right {
  background: url(../images/prettyPhoto/default/sprite.png) -112px -93px no-repeat;
}

div.pp_default .pp_content .ppt {
  color: #f8f8f8;
}

div.pp_default .pp_content_container .pp_left {
  background: url(../images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;
  padding-left: 13px;
}

div.pp_default .pp_content_container .pp_right {
  background: url(../images/prettyPhoto/default/sprite_y.png) top right repeat-y;
  padding-right: 13px;
}

div.pp_default .pp_next:hover {
  background: url(../images/prettyPhoto/default/sprite_next.png) center right no-repeat;
  cursor: pointer;
}

div.pp_default .pp_previous:hover {
  background: url(../images/prettyPhoto/default/sprite_prev.png) center left no-repeat;
  cursor: pointer;
}

div.pp_default .pp_expand {
  background: url(../images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px;
}

div.pp_default .pp_expand:hover {
  background: url(../images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
  cursor: pointer;
}

div.pp_default .pp_contract {
  background: url(../images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px;
}

div.pp_default .pp_contract:hover {
  background: url(../images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
  cursor: pointer;
}

div.pp_default .pp_close {
  width: 30px;
  height: 30px;
  background: url(../images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
  cursor: pointer;
}

div.pp_default .pp_gallery ul li a {
  background: url(../images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;
  border: 1px solid #aaa;
}

div.pp_default .pp_social {
  margin-top: 7px;
}

div.pp_default .pp_gallery a.pp_arrow_previous, div.pp_default .pp_gallery a.pp_arrow_next {
  position: static;
  left: auto;
}

div.pp_default .pp_nav .pp_play, div.pp_default .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
  height: 30px;
  width: 30px;
}

div.pp_default .pp_nav .pp_pause {
  background-position: -51px -29px;
}

div.pp_default a.pp_arrow_previous, div.pp_default a.pp_arrow_next {
  background: url(../images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
  height: 20px;
  width: 20px;
  margin: 4px 0 0;
}

div.pp_default a.pp_arrow_next {
  left: 52px;
  background-position: -82px -3px;
}

div.pp_default .pp_content_container .pp_details {
  margin-top: 5px;
}

div.pp_default .pp_nav {
  clear: none;
  height: 30px;
  width: 110px;
  position: relative;
}

div.pp_default .pp_nav .currentTextHolder {
  font-family: Georgia;
  font-style: italic;
  color: #999;
  font-size: 11px;
  left: 75px;
  line-height: 25px;
  position: absolute;
  top: 2px;
  margin: 0;
  padding: 0 0 0 10px;
}

div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_play:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover {
  opacity: 0.7;
}

div.pp_default .pp_description {
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  margin: 5px 50px 5px 0;
}

div.pp_default .pp_bottom .pp_left {
  background: url(../images/prettyPhoto/default/sprite.png) -78px -127px no-repeat;
}

div.pp_default .pp_bottom .pp_middle {
  background: url(../images/prettyPhoto/default/sprite_x.png) bottom left repeat-x;
}

div.pp_default .pp_bottom .pp_right {
  background: url(../images/prettyPhoto/default/sprite.png) -112px -127px no-repeat;
}

div.pp_default .pp_loaderIcon {
  background: url(../images/prettyPhoto/default/loader.gif) center center no-repeat;
}

div.light_rounded .pp_top .pp_left {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat;
}

div.light_rounded .pp_top .pp_right {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat;
}

div.light_rounded .pp_next:hover {
  background: url(../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_previous:hover {
  background: url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_expand {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_expand:hover {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_contract {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_contract:hover {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_close {
  width: 75px;
  height: 22px;
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_nav .pp_play {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.light_rounded .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.light_rounded .pp_arrow_previous {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat;
}

div.light_rounded .pp_arrow_next {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat;
}

div.light_rounded .pp_bottom .pp_left {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat;
}

div.light_rounded .pp_bottom .pp_right {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat;
}

div.dark_rounded .pp_top .pp_left {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat;
}

div.dark_rounded .pp_top .pp_right {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat;
}

div.dark_rounded .pp_content_container .pp_left {
  background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;
}

div.dark_rounded .pp_content_container .pp_right {
  background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;
}

div.dark_rounded .pp_next:hover {
  background: url(../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_previous:hover {
  background: url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_expand {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_expand:hover {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_contract {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_contract:hover {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_close {
  width: 75px;
  height: 22px;
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_description {
  margin-right: 85px;
  color: #fff;
}

div.dark_rounded .pp_nav .pp_play {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.dark_rounded .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.dark_rounded .pp_arrow_previous {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat;
}

div.dark_rounded .pp_arrow_next {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat;
}

div.dark_rounded .pp_bottom .pp_left {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat;
}

div.dark_rounded .pp_bottom .pp_right {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat;
}

div.dark_rounded .pp_loaderIcon {
  background: url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;
}

div.dark_square .pp_left, div.dark_square .pp_middle, div.dark_square .pp_right, div.dark_square .pp_content {
  background: #000;
}

div.dark_square .pp_description {
  color: #fff;
  margin: 0 85px 0 0;
}

div.dark_square .pp_loaderIcon {
  background: url(../images/prettyPhoto/dark_square/loader.gif) center center no-repeat;
}

div.dark_square .pp_expand {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}

div.dark_square .pp_expand:hover {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}

div.dark_square .pp_contract {
  background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}

div.dark_square .pp_contract:hover {
  background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}

div.dark_square .pp_close {
  width: 75px;
  height: 22px;
  background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}

div.dark_square .pp_nav {
  clear: none;
}

div.dark_square .pp_nav .pp_play {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.dark_square .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.dark_square .pp_arrow_previous {
  background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat;
}

div.dark_square .pp_arrow_next {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat;
}

div.dark_square .pp_next:hover {
  background: url(../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;
  cursor: pointer;
}

div.dark_square .pp_previous:hover {
  background: url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}

div.light_square .pp_expand {
  background: url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}

div.light_square .pp_expand:hover {
  background: url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}

div.light_square .pp_contract {
  background: url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}

div.light_square .pp_contract:hover {
  background: url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}

div.light_square .pp_close {
  width: 75px;
  height: 22px;
  background: url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}

div.light_square .pp_nav .pp_play {
  background: url(../images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.light_square .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.light_square .pp_arrow_previous {
  background: url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat;
}

div.light_square .pp_arrow_next {
  background: url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat;
}

div.light_square .pp_next:hover {
  background: url(../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;
  cursor: pointer;
}

div.light_square .pp_previous:hover {
  background: url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}

div.facebook .pp_top .pp_left {
  background: url(../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat;
}

div.facebook .pp_top .pp_middle {
  background: url(../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x;
}

div.facebook .pp_top .pp_right {
  background: url(../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat;
}

div.facebook .pp_content_container .pp_left {
  background: url(../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y;
}

div.facebook .pp_content_container .pp_right {
  background: url(../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y;
}

div.facebook .pp_expand {
  background: url(../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}

div.facebook .pp_expand:hover {
  background: url(../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}

div.facebook .pp_contract {
  background: url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}

div.facebook .pp_contract:hover {
  background: url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}

div.facebook .pp_close {
  width: 22px;
  height: 22px;
  background: url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}

div.facebook .pp_description {
  margin: 0 37px 0 0;
}

div.facebook .pp_loaderIcon {
  background: url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat;
}

div.facebook .pp_arrow_previous {
  background: url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px;
}

div.facebook .pp_arrow_previous.disabled {
  background-position: 0 -96px;
  cursor: default;
}

div.facebook .pp_arrow_next {
  background: url(../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px;
}

div.facebook .pp_arrow_next.disabled {
  background-position: -32px -96px;
  cursor: default;
}

div.facebook .pp_nav {
  margin-top: 0;
}

div.facebook .pp_nav p {
  font-size: 15px;
  padding: 0 3px 0 4px;
}

div.facebook .pp_nav .pp_play {
  background: url(../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
  height: 22px;
  width: 22px;
}

div.facebook .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
  height: 22px;
  width: 22px;
}

div.facebook .pp_next:hover {
  background: url(../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;
  cursor: pointer;
}

div.facebook .pp_previous:hover {
  background: url(../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}

div.facebook .pp_bottom .pp_left {
  background: url(../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat;
}

div.facebook .pp_bottom .pp_middle {
  background: url(../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x;
}

div.facebook .pp_bottom .pp_right {
  background: url(../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat;
}

div.pp_pic_holder a:focus {
  outline: none;
}

div.pp_overlay {
  background: #000;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9500;
}

div.pp_pic_holder {
  display: none;
  position: absolute;
  width: 100px;
  z-index: 10000;
}

.pp_content {
  height: 40px;
  min-width: 40px;
}

* html .pp_content {
  width: 40px;
}

.pp_content_container {
  position: relative;
  text-align: left;
  width: 100%;
}

.pp_content_container .pp_left {
  padding-left: 20px;
}

.pp_content_container .pp_right {
  padding-right: 20px;
}

.pp_content_container .pp_details {
  float: left;
  margin: 10px 0 2px;
}

.pp_description {
  display: none;
  margin: 0;
}

.pp_social {
  float: left;
  margin: 0;
}

.pp_social .facebook {
  float: left;
  margin-left: 5px;
  width: 55px;
  overflow: hidden;
}

.pp_social .twitter {
  float: left;
}

.pp_nav {
  clear: right;
  float: left;
  margin: 3px 10px 0 0;
}

.pp_nav p {
  float: left;
  white-space: nowrap;
  margin: 2px 4px;
}

.pp_nav .pp_play, .pp_nav .pp_pause {
  float: left;
  margin-right: 4px;
  text-indent: -10000px;
}

a.pp_arrow_previous, a.pp_arrow_next {
  display: block;
  float: left;
  height: 15px;
  margin-top: 3px;
  overflow: hidden;
  text-indent: -10000px;
  width: 14px;
}

.pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000;
}

.pp_gallery {
  display: none;
  left: 50%;
  margin-top: -50px;
  position: absolute;
  z-index: 10000;
}

.pp_gallery div {
  float: left;
  overflow: hidden;
  position: relative;
}

.pp_gallery ul {
  float: left;
  height: 35px;
  position: relative;
  white-space: nowrap;
  margin: 0 0 0 5px;
  padding: 0;
}

.pp_gallery ul a {
  border: 1px rgba(0, 0, 0, 0.5) solid;
  display: block;
  float: left;
  height: 33px;
  overflow: hidden;
}

.pp_gallery ul a img {
  border: 0;
}

.pp_gallery li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
}

.pp_gallery li.default a {
  background: url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
  display: block;
  height: 33px;
  width: 50px;
}

.pp_gallery .pp_arrow_previous, .pp_gallery .pp_arrow_next {
  margin-top: 7px!important;
}

a.pp_next {
  background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: right;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}

a.pp_previous {
  background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: left;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}

a.pp_expand, a.pp_contract {
  cursor: pointer;
  display: none;
  height: 20px;
  position: absolute;
  right: 30px;
  text-indent: -10000px;
  top: 10px;
  width: 20px;
  z-index: 20000;
}

a.pp_close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  line-height: 22px;
  text-indent: -10000px;
}

.pp_loaderIcon {
  display: block;
  height: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 24px;
  margin: -12px 0 0 -12px;
}

#pp_full_res {
  line-height: 1!important;
}

#pp_full_res .pp_inline {
  text-align: left;
}

#pp_full_res .pp_inline p {
  margin: 0 0 15px;
}

div.ppt {
  color: #fff;
  display: none;
  font-size: 17px;
  z-index: 9999;
  margin: 0 0 5px 15px;
}

div.pp_default .pp_content, div.light_rounded .pp_content {
  background-color: #fff;
}

div.pp_default #pp_full_res .pp_inline, div.light_rounded .pp_content .ppt, div.light_rounded #pp_full_res .pp_inline, div.light_square .pp_content .ppt, div.light_square #pp_full_res .pp_inline, div.facebook .pp_content .ppt, div.facebook #pp_full_res .pp_inline {
  color: #000;
}

div.pp_default .pp_gallery ul li a:hover, div.pp_default .pp_gallery ul li.selected a, .pp_gallery ul a:hover, .pp_gallery li.selected a {
  border-color: #fff;
}

div.pp_default .pp_details, div.light_rounded .pp_details, div.dark_rounded .pp_details, div.dark_square .pp_details, div.light_square .pp_details, div.facebook .pp_details {
  position: relative;
}

div.light_rounded .pp_top .pp_middle, div.light_rounded .pp_content_container .pp_left, div.light_rounded .pp_content_container .pp_right, div.light_rounded .pp_bottom .pp_middle, div.light_square .pp_left, div.light_square .pp_middle, div.light_square .pp_right, div.light_square .pp_content, div.facebook .pp_content {
  background: #fff;
}

div.light_rounded .pp_description, div.light_square .pp_description {
  margin-right: 85px;
}

div.light_rounded .pp_gallery a.pp_arrow_previous, div.light_rounded .pp_gallery a.pp_arrow_next, div.dark_rounded .pp_gallery a.pp_arrow_previous, div.dark_rounded .pp_gallery a.pp_arrow_next, div.dark_square .pp_gallery a.pp_arrow_previous, div.dark_square .pp_gallery a.pp_arrow_next, div.light_square .pp_gallery a.pp_arrow_previous, div.light_square .pp_gallery a.pp_arrow_next {
  margin-top: 12px!important;
}

div.light_rounded .pp_arrow_previous.disabled, div.dark_rounded .pp_arrow_previous.disabled, div.dark_square .pp_arrow_previous.disabled, div.light_square .pp_arrow_previous.disabled {
  background-position: 0 -87px;
  cursor: default;
}

div.light_rounded .pp_arrow_next.disabled, div.dark_rounded .pp_arrow_next.disabled, div.dark_square .pp_arrow_next.disabled, div.light_square .pp_arrow_next.disabled {
  background-position: -22px -87px;
  cursor: default;
}

div.light_rounded .pp_loaderIcon, div.light_square .pp_loaderIcon {
  background: url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat;
}

div.dark_rounded .pp_top .pp_middle, div.dark_rounded .pp_content, div.dark_rounded .pp_bottom .pp_middle {
  background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;
}

div.dark_rounded .currentTextHolder, div.dark_square .currentTextHolder {
  color: #c4c4c4;
}

div.dark_rounded #pp_full_res .pp_inline, div.dark_square #pp_full_res .pp_inline {
  color: #fff;
}

.pp_top, .pp_bottom {
  height: 20px;
  position: relative;
}

* html .pp_top, * html .pp_bottom {
  padding: 0 20px;
}

.pp_top .pp_left, .pp_bottom .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}

.pp_top .pp_middle, .pp_bottom .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
}

* html .pp_top .pp_middle, * html .pp_bottom .pp_middle {
  left: 0;
  position: static;
}

.pp_top .pp_right, .pp_bottom .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.pp_fade, .pp_gallery li.default a img {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  background-color: #323133;
  color: #414141;
}

.container-fluid {
  max-width: 1400px;
  position: relative;
}

#ias-container {
  max-width: 1400px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

.fb_iframe_widget {
  min-width: 100% !important;
  width: 100% !important;
}
.fb_iframe_widget span {
  min-width: 100% !important;
  width: 100% !important;
}
.fb_iframe_widget span iframe[style] {
  min-width: 100% !important;
  width: 100% !important;
}

#desktopSearchBtnLI {
  width: 15px;
  height: 8px;
  position: relative;
  margin-right: 5px;
}

body {
  height: 100%;
}
body.page-template-page_r_films #page-container, body.page-template-page_r_struggles #page-container, body.page-template-page_r_live_second #page-container, body.page-template-page_r_faith_questions #page-container, body.single-ias_struggle #page-container, body.page-template-page_r_feature-film #page-container, body.page-template-page_profile #page-container, body.page-id-7434 #page-container, body.page-template-template-full_width #page-container, body.single-ias_challenge #page-container {
  display: block;
  margin: 0px;
}
body.page-template-page_r_films #page-container #page-main, body.page-template-page_r_struggles #page-container #page-main, body.page-template-page_r_live_second #page-container #page-main, body.page-template-page_r_faith_questions #page-container #page-main, body.single-ias_struggle #page-container #page-main, body.page-template-page_r_feature-film #page-container #page-main, body.page-template-page_profile #page-container #page-main, body.page-id-7434 #page-container #page-main, body.page-template-template-full_width #page-container #page-main, body.single-ias_challenge #page-container #page-main {
  display: block;
  width: 100%;
  max-width: none;
}
body .fQuestion .oo_startScreen {
  text-align: center;
}
body .fQuestion .oo_startScreen img.oo_promoImage {
  height: 100% !important;
  margin: 0 auto;
  position: relative !important;
  width: auto !important;
  display: inline-block !important;
}
body .fQuestion .fQuestionExpanded img.oo_loadingSpinner {
  width: auto;
  height: auto;
  display: none;
}
body.home #sidebar.sidebar-film {
  left: 33%;
}
body.es #filmNavigation ul li a {
  margin-right: 15px;
}

#sidebar {
  display: table-cell;
  float: none;
  vertical-align: top;
}
#sidebar a {
  cursor: pointer;
}
#sidebar .img-sidebar {
  padding: 1%;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3), 1px 0 0 0 white inset;
  background: #f6f6f6;
}
#sidebar nav ul {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
}
#sidebar nav.desktop ul li a#desktopSearchBtn {
  background: url(../images/searchBtn.png) no-repeat scroll -3px 0/100% auto transparent;
  display: inline-block;
  height: 25px;
  margin: 0;
  position: absolute;
  text-indent: -9999px;
  top: -3px;
  vertical-align: top;
  width: 22px;
}
#sidebar .widget h3 {
  font-size: 20px;
  padding: 15px 20px;
  margin-top: 0px;
  margin-bottom: 0px;
}
#sidebar .widget ul {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
}
#sidebar .widget ul.block-menu-items {
  margin-top: 0px;
  margin-bottom: 0px;
}
#sidebar .widget ul.block-menu-items li {
  list-style: none;
}
#sidebar .widget ul.block-menu-items li a {
  display: block;
  padding: 15px 20px;
  border-bottom: 1px solid #c9c9c9;
  font-weight: bold;
  text-decoration: none;
  color: #313131;
  background: url(../images/right_arrow.png) 92% center no-repeat;
  transition: all 0.1s linear;
}
#sidebar .widget ul.block-menu-items li a:hover {
  background: url(../images/right_arrow.png) 93% center no-repeat #dedede;
}
#sidebar .widget ul.block-menu-items li:last-child a {
  border-bottom: none;
}
#sidebar .widget ul.ias-tags {
  padding: 0 15px 20px;
}
#sidebar .widget ul.ias-tags li {
  list-style: none;
  display: inline-block;
}
#sidebar .widget ul.ias-tags li a {
  display: inline-block;
  background: white;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  margin: 5px;
  color: #313131;
  box-shadow: -1px 1px 1px 0 rgba(0, 0, 0, 0.1), 3px 0 0 0 #d5004b inset;
  transition: all 0.1s linear;
}
#sidebar .widget ul.ias-tags li a:hover {
  box-shadow: -1px 1px 1px 0 rgba(0, 0, 0, 0.1), 6px 0 0 0 #d5004b inset;
}
#sidebar .widget#stories ul {
  padding-bottom: 20px;
}
#sidebar .widget#stories ul li {
  background: url(../images/quote.png) 20px 17px no-repeat white;
  list-style: none;
  margin: 0 20px 10px;
  box-shadow: -1px 1px 2px 0 rgba(0, 0, 0, 0.2);
}
#sidebar .widget#stories ul li a {
  color: #313131;
  text-decoration: none;
  font-size: 16px;
  line-height: 22px;
  padding: 15px 60px 15px 50px;
  display: block;
  background: url(../images/quote_arrow.png) 96% center no-repeat;
  transition: all 0.1s linear;
}
#sidebar .widget#stories ul li a:hover {
  background: url(../images/quote_arrow.png) 97% center no-repeat;
}
#sidebar .widget#next_steps_sidebar ul li {
  list-style: none;
  margin: 0;
}
#sidebar .widget#next_steps_sidebar ul li a {
  transition: all 0.1s linear 0s;
  background: url(../images/right_arrow.png) no-repeat scroll 96% center transparent;
  border-top: 1px solid #c9c9c9;
  color: #313131;
  display: block;
  font-weight: bold;
  padding: 15px 20px;
  text-decoration: none;
}
#sidebar .widget#next_steps_sidebar ul li a:hover {
  background: url(../images/quote_arrow.png) 97% center no-repeat;
}
#sidebar .widget#struggles ul li a {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
}
#sidebar #navConnectLISidebar {
  position: relative;
}
#sidebar #navConnectLISidebar ul {
  display: none;
  background: white;
  position: relative;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}
#sidebar #navConnectLISidebar ul:after {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: white;
  border-width: 5px;
  left: 50%;
  margin-left: -5px;
}
#sidebar #navConnectLISidebar ul li {
  list-style: none;
  display: block;
}
#sidebar #navConnectLISidebar ul li:last-child {
  border-bottom: 0;
}
#sidebar #navConnectLISidebar ul li a {
  color: #313131;
  text-decoration: none;
  display: block;
  margin: 0;
  padding: 10px;
  border-bottom: 1px solid #dddddd;
  font-size: 12px;
}
#sidebar #navConnectLISidebar:hover ul {
  display: block;
}
#sidebar .film.ind_film {
  background: none repeat scroll 0 0 white;
}

#main_header {
  z-index: 99999;
}
#main_header .wrapper #nonFilmShare {
  display: inline-block;
}
#main_header .wrapper #nonFilmShare .share ul li {
  display: block;
}
#main_header .wrapper #nonFilmShare .share ul li a {
  margin: 0;
}
#main_header .wrapper .share {
  display: inline-block;
  margin-right: 11px;
  margin-top: 0;
  position: relative;
  vertical-align: middle;
  width: 72px;
  cursor: pointer;
}
#main_header .wrapper .share .shareTitle {
  text-transform: uppercase;
  text-decoration: none;
  padding-right: 20px;
  padding-top: 0;
  font-size: 18px;
  line-height: 18px;
  width: 86px;
  display: inline-block;
}
#main_header .wrapper .share .shareTitle span {
  display: inline-block;
}
#main_header .wrapper .share p {
  margin-top: 0px;
  margin-bottom: 5px;
  font-weight: 300;
  line-height: 16px;
}
#main_header .wrapper .share:hover ul {
  display: block;
}
#main_header h1 {
  display: inline-block;
  vertical-align: top;
}
#main_header h1.responsive {
  font-size: 14px;
  height: 33px;
  text-indent: -9999px;
  width: 247px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.btn, .gform_button {
  text-transform: uppercase;
}

.ias-popover {
  position: relative;
}
.ias-popover .ias-popover-container {
  left: -19px;
  position: absolute;
  width: 110px;
}
.ias-popover:hover ul {
  display: block;
}
.ias-popover .ias-popover-menu {
  display: none;
  background: white;
  position: relative;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  padding-left: 0px;
}
.ias-popover .ias-popover-menu:after {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: white;
  border-width: 5px;
  left: 50%;
  margin-left: -5px;
}
.ias-popover .ias-popover-menu li {
  list-style: none;
  display: block;
}
.ias-popover .ias-popover-menu li:last-child {
  border-bottom: 0;
}
.ias-popover .ias-popover-menu li a {
  color: #313131;
  text-decoration: none;
  display: block;
  margin: 0;
  padding: 10px;
  border-bottom: 1px solid #dddddd;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 12px;
}

#page-container {
  display: table-row;
}

#page-main {
  display: table-cell;
  float: none;
  background: white;
  max-width: 932px;
}
#page-main .bottom_nav {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 98%;
  padding: 1%;
  z-index: 500;
  padding: 8px 1%;
}
#page-main .bottom_nav .button {
  display: inline-block;
  vertical-align: top;
  background: white;
  width: 31.3%;
  margin: 1%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  box-shadow: 0 2px 2px 0 black;
  cursor: pointer;
  text-decoration: none;
  margin: 3px 1%;
}
#page-main .bottom_nav .button:hover {
  color: white !important;
  background: #313131;
}
#page-main .bottom_nav .button img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: block;
}
#page-main .bottom_nav a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: inherit;
  width: 100%;
  height: 100%;
}
#page-main.whoWeAreMain {
  width: 100%;
  background-color: #252525;
}
#page-main .video_container video {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
}
#page-main .video_container.flash div {
  padding: 50% 0 0;
  position: relative;
}
#page-main .video_container.flash video {
  padding: 50% 0 0;
  position: relative;
}
#page-main .video_container > div {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
}
#page-main .video_container div.filmVideoIntroPane {
  padding: 0 !important;
  position: absolute;
}
#page-main .questionVideoHolder .video_container > div {
  padding: 0;
}

#singleIASFilmBuyBtn {
  display: inline-block;
  vertical-align: top;
  color: white;
  text-decoration: none;
  padding: 5px 10px;
  border: 1px solid gray;
  margin: 0 0 0 10px;
}

.oo_playButton {
  display: none !important;
}

@media only screen and (min-width: 768px) {
  .home #main_header {
    display: none;
  }
}
.NeueHelvetica55 {
  font-family: "HelveticaNeueW01-55Roma", Helvetica Neue, Helvetica, Arial;
}

.NeueHelvetica75 {
  font-family: "HelveticaNeueW01-75Bold", Helvetica Neue, Helvetica, Arial;
}

.NeueHelvetica77CondBold {
  font-family: "HelveticaNeueW01-77BdCn 692722", Helvetica Neue, Helvetica, Arial;
}

.rubineRed {
  color: #d5004b !important;
}

.rubineRedBG {
  background-color: #d5004b !important;
}

.charcoalGrey {
  color: #313131 !important;
}

.charcoalGreyBG {
  background-color: #313131 !important;
}
.charcoalGreyBG.quotesBG {
  background-color: rgba(50, 49, 51, 0.5) !important;
}

.midGrey {
  color: #a2a2a2 !important;
}

.midGreyBG {
  background-color: #a2a2a2 !important;
}

.lightGrey {
  color: #c9c9c9 !important;
}

.lightGreyBG {
  background-color: #c9c9c9 !important;
}

.greyTint {
  color: #f6f6f6 !important;
}

.greyTintBG {
  background-color: #f6f6f6 !important;
}

.whiteColor {
  color: white !important;
}

.whiteColorBG {
  background-color: white !important;
}

.blackColor {
  color: black !important;
}

.blackColorBG {
  background-color: black !important;
}

#sub_header {
  position: relative;
  padding: 10px 20px;
  background: white;
  border-bottom: 1px solid #c9c9c9;
}
#sub_header ul {
  display: inline-block;
  margin-left: 20px;
  vertical-align: top;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
}
#sub_header ul li {
  font-size: 16px;
  display: inline-block;
}
#sub_header ul li a {
  text-decoration: none;
  display: block;
  padding: 7px 20px;
  font-weight: 300;
}
#sub_header ul li a:hover {
  color: white !important;
  background: #626262;
}
#sub_header ul li.current a {
  color: white !important;
  text-decoration: none;
  cursor: default;
  box-shadow: 0 1px 0 0 white, 0 1px 0 0 rgba(0, 0, 0, 0.2) inset;
}
#sub_header ul li.current a:hover {
  color: white !important;
  text-decoration: none;
  cursor: default;
  box-shadow: 0 1px 0 0 white, 0 1px 0 0 rgba(0, 0, 0, 0.2) inset;
}
#sub_header h1 {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  margin-top: 7px;
  margin-bottom: 0px;
  font-weight: 300;
}

.echo-chat-widget .chat-header .title {
  color: #d5004b !important;
}
.echo-chat-widget .button.button-secondary.js-submit-new-chat {
  background: #d5004b !important;
}

div .echo-chat-widget {
  background: rgba(201, 201, 201, 0.9) 0 0 repeat !important;
}
div.contactLeft {
  width: 45%;
  float: left;
  padding: 0 0 100px 30px;
}
div.contactRight {
  width: 45%;
  float: left;
  padding: 110px 30px 100px 15px;
}
div.liveSecondRow {
  width: 100%;
  background-color: #252525;
}
div.innerWrapper {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
}
div.vcc {
  padding: 0 !important;
}

.royalSlider {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.royalSlider .royalWrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.royalSlider .royalSlide {
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  list-style: none !important;
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.royalSlider .royalSlide.white {
  background-color: white;
}
.royalSlider .royalSlide.black {
  background-color: black;
}
.royalSlider .royalSlide .slide_info_wrapper {
  position: absolute;
  top: 20%;
  left: -15px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.royalSlider .royalSlidesContainer {
  position: relative;
  left: 0;
  top: 0 !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
.royalSlider .arrow {
  background-color: #cc0000;
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 45px;
  height: 90px;
  top: 50%;
  margin-top: -45px;
  cursor: pointer;
  display: block;
  position: absolute;
  z-index: 25;
}
.royalSlider .arrow.disabled {
  display: none !important;
}
.royalSlider .arrow.left {
  background-position: top left;
  left: 0;
}
.royalSlider .arrow.right {
  background-position: top right;
  right: 0;
}
.royalSlider .royalControlNavOverflow {
  width: 100%;
  overflow: hidden;
  position: absolute;
  margin-top: -20px;
  z-index: 25;
}
.royalSlider .royalControlNavOverflow.royalThumbs {
  width: auto;
  position: relative;
  overflow: hidden;
  margin-top: 4px;
}
.royalSlider .royalControlNavOverflow a {
  background: #00cc00 none no-repeat scroll 0 0;
  width: 20px;
  height: 20px;
  float: left;
  cursor: pointer;
  position: relative;
  display: block;
  text-indent: -9999px;
}
.royalSlider .royalControlNavOverflow a.current {
  background-color: #cc0000;
}
.royalSlider .royalControlNavOverflow a:hover {
  background-color: #0000cc;
}
.royalSlider .royalControlNavOverflow a.royalThumb {
  width: 144px;
  height: 60px;
  margin-right: 4px;
}
.royalSlider .royalControlNavOverflow a.royalThumb.current {
  background-position: -3px -3px !important;
  border: 3px solid #cc0000 !important;
  width: 138px;
  height: 54px;
}
.royalSlider .royalControlNavOverflow a.royalThumb:hover {
  background-position: -3px -3px;
  border: 3px solid #0000cc;
  width: 138px;
  height: 54px;
}
.royalSlider .royalControlNavCenterer {
  float: left;
  position: relative;
  left: -50%;
}
.royalSlider .royalControlNavContainer {
  float: left;
  position: relative;
  left: 50%;
}
.royalSlider .royalControlNavThumbsContainer {
  left: 0;
  position: relative;
}
.royalSlider .thumbsAndArrowsContainer {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.royalSlider .thumbsArrow {
  width: 38px;
  height: 68px;
  cursor: pointer;
  display: block;
  position: relative;
  z-index: 25;
  background: #cc9999;
}
.royalSlider .thumbsArrow.left {
  float: left;
}
.royalSlider .thumbsArrow.right {
  float: right;
}
.royalSlider .royalCaption {
  z-index: 20;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.royalSlider .royalCaptionItem {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
}
.royalSlider .royalLoadingScreen {
  background: white;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 99;
}
.royalSlider .royalLoadingScreen p {
  width: 100%;
  position: absolute;
  margin: 0 auto;
  top: 45%;
  text-align: center;
}
.royalSlider .royalPreloader {
  position: absolute;
  width: 24px;
  height: 24px;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
  z-index: 0;
  background-image: url(../images/royalSlider/preloader.gif);
}
.royalSlider .grab-cursor {
  *cursor: url(../images/royalSlider/cursors/grab.cur);
}
.royalSlider .grabbing-cursor {
  *cursor: url(../images/royalSlider/cursors/grabbing.cur);
}
.royalSlider .auto-cursor {
  cursor: auto;
}
.royalSlider .royalHtmlContent {
  position: absolute;
  top: 0;
  left: 0;
}
.royalSlider .non-draggable {
  cursor: auto;
}
.royalSlider .royalImage {
  max-width: none;
  margin: 0;
  padding: 0 !important;
  border: 0 !important;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.royalSlider.iskin {
  background: #111111;
  background: linear-gradient(top, #111111 0%, #252525 100%);
}
.royalSlider.iskin .arrow {
  background: url(../images/royalSlider/controls-sprite.png) no-repeat 0 0;
  width: 32px;
  height: 32px;
  margin-top: -29px;
  opacity: 0.8;
}
.royalSlider.iskin .arrow.left {
  background-position: top left;
  left: -32px;
}
.royalSlider.iskin .arrow.left.disabled {
  background-position: -32px 0;
}
.royalSlider.iskin .arrow.right {
  background-position: top right;
  right: -32px;
}
.royalSlider.iskin .arrow.right.disabled {
  background-position: -136px 0;
}
.royalSlider.iskin .arrow:hover {
  opacity: 1;
}
.royalSlider.iskin .arrow.disabled {
  opacity: 1;
}
.royalSlider.iskin .royalControlNavOverflow {
  margin-top: 4px;
  margin-top: 0;
  bottom: 50px;
}
.royalSlider.iskin .royalControlNavOverflow a {
  background: none repeat scroll 0 0 #a2a2a2;
  margin-top: 4px;
  border-radius: 10px 10px 10px 10px;
  height: 10px;
  margin: 0 2px;
  opacity: 0.8;
  width: 10px;
}
.royalSlider.iskin .royalControlNavOverflow a.current {
  background: none repeat scroll 0 0 #d5004b;
}
.royalSlider.iskin .royalControlNavOverflow a:hover {
  opacity: 1;
}
.royalSlider.iskin .royalControlNavOverflow a.royalThumb {
  background-color: transparent;
  background-position: 1px 1px;
  width: 80px;
  height: 45px;
  margin-right: 4px;
  opacity: 1;
  border: 1px solid #eeeeee;
  padding: 1px;
}
.royalSlider.iskin .royalControlNavOverflow a.royalThumb.current {
  background-position: 1px 1px !important;
  border: 1px solid #cccccc !important;
}
.royalSlider.iskin .royalControlNavOverflow a.royalThumb:hover {
  background-position: 1px 1px;
  border: 1px solid #0072bc;
}
.royalSlider.iskin .royalControlNavOverflow.royalThumbs {
  margin-top: 4px;
}
.royalSlider.iskin .thumbsAndArrowsContainer {
  margin: 5px 0 0;
  position: relative;
  float: left;
  background: #e8edee;
  border-radius: 4px;
}
.royalSlider.iskin .thumbsArrow {
  background: url(../images/royalSlider/controls-sprite.png) no-repeat 0 0;
  width: 28px;
  height: 57px;
  opacity: 0.8;
}
.royalSlider.iskin .thumbsArrow.left {
  background-position: -116px -132px;
  left: 0;
}
.royalSlider.iskin .thumbsArrow.left.disabled {
  background-position: -36px -132px;
}
.royalSlider.iskin .thumbsArrow.right {
  background-position: -156px -132px;
  right: 0;
}
.royalSlider.iskin .thumbsArrow.right.disabled {
  background-position: -76px -132px;
}
.royalSlider.iskin .thumbsArrow:hover {
  opacity: 1;
}
.royalSlider.iskin .thumbsArrow.disabled {
  opacity: 1;
}
.royalSlider.iskin.royalSlide {
  background-size: 66.5% auto;
  overflow: hidden;
  position: relative;
}
.royalSlider.iskin .slide_info {
  position: absolute;
  background: #222222;
  width: 40%;
  max-width: 350px;
  min-width: 240px;
  padding: 20px 40px;
}
.royalSlider.iskin .slide_info h2 {
  font-size: 36px;
  padding-bottom: 0;
  margin-bottom: 10px;
  margin-top: 0px;
  line-height: 36px;
}
.royalSlider.iskin .slide_info p {
  color: #dddddd;
}
.royalSlider.iskin .slide_info p.play {
  margin-bottom: 0;
  font-stretch: condensed;
  font-size: 18px;
  text-transform: uppercase;
}
.royalSlider.iskin .slide_info p.play a {
  text-decoration: none;
}
.royalSlider.iskin .slide_info p.play span {
  text-decoration: none;
  font-size: 14px;
  margin-right: 5px;
}
.royalSlider.iskin.with-thumbs .arrow {
  margin-top: -49px;
}
.royalSlider.iskin .white .slide_info {
  padding: 20px 40px;
  position: absolute;
  background: #222222;
  width: 40%;
  max-width: 350px;
  min-width: 240px;
}
.royalSlider.iskin.x2 .arrow {
  height: 110px;
  margin-top: -29px;
  opacity: 0.5;
  width: 46px;
  transition: all 0.1s linear;
}
.royalSlider.iskin.x2 .arrow:hover {
  opacity: 1;
}
.royalSlider.iskin.x2 .arrow.left {
  background: url(../images/slider_arrow_left.png) center center;
  left: 20px;
}
.royalSlider.iskin.x2 .arrow.left.dark {
  background: url(../images/slider_arrow_left_dark.png) center center;
}
.royalSlider.iskin.x2 .arrow.right {
  background: url(../images/slider_arrow_right.png) center center;
  right: 20px;
}
.royalSlider.iskin.x2 .arrow.right.dark {
  background: url(../images/slider_arrow_right_dark.png) center center;
}
.royalSlider .fade-container .royalSlide {
  position: absolute;
  left: 0;
  top: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
  z-index: 10;
}

.contact-list {
  padding: 0;
  list-style: none;
}
.contact-list li {
  border-top: 1px solid #aaaaaa;
  padding: 10px 0;
}
.contact-list li p {
  padding: 0 10px;
  margin: 0;
}

.ias_promo:nth-child(2n + 1) {
  border-right: 1px solid white;
  border-left: 1px solid white;
}

.promoText {
  width: auto;
  height: 100%;
  padding: 20px 20px 0 20px;
  min-height: 130px;
}
.promoText:hover {
  cursor: pointer;
  background-color: #d5004b;
  color: white;
}
.promoText:hover h3 a {
  color: white;
}
.promoText p {
  color: white;
  margin-top: 0px;
  margin-bottom: 0px;
}
.promoText h3 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.promoText h3 a {
  font-size: 3.5rem;
  color: #d5004b;
  text-decoration: none;
}

a.contact {
  color: black !important;
  text-decoration: none;
}
a.bigContactLink {
  color: #313131;
  text-decoration: none;
  font-size: 1.25em;
  font-weight: normal;
}

.no-list-style li {
  list-style: none;
}

.contactLarge {
  font-size: 110%;
  font-weight: bold;
}

#contactWelcome {
  color: #aaaaaa;
  font-size: 120%;
  font-weight: normal;
}

.buttonBox {
  display: block;
  font-size: 200%;
  color: white;
  text-decoration: none;
  padding: .75em 1em;
  margin: .3em 0;
  font-weight: normal;
}

.pink {
  background-color: #d5004b;
}

.grey {
  background-color: #78767a;
}

.callBox {
  color: #313131;
  padding: .75em 0;
  margin: .3em 0;
  font-size: 2em;
  font-weight: normal;
}

.chatSub {
  font-size: 80%;
  font-weight: normal;
}

.youtube-wrapper {
  position: relative;
  padding-bottom: 60.5%;
  height: 0;
  overflow: hidden;
}
.youtube-wrapper iframe,
.youtube-wrapper object,
.youtube-wrapper embed {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

@media only screen and (max-width: 767px) {
  .page-template-page_r_feature-film-php #bottom_content .column50 {
    width: 100%;
    display: block;
    float: none !important;
  }
}
@media only screen and (min-device-width: 20px) and (max-device-width: 480px), only screen and (min-width: 20px) and (max-width: 480px) {
  .film .filmDescription {
    font-size: 14px;
    font-style: italic;
    color: white;
    font-weight: lighter;
    margin: 0 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding: 0 0 4px 0;
    position: absolute;
    bottom: 30px;
    display: none;
  }
  .film .struggleDescription {
    font-size: 14px;
    font-style: italic;
    font-weight: lighter;
    margin: 0 10px;
    padding: 0 0 4px 0;
    position: absolute;
    bottom: 30px;
    display: none;
  }
  .film.shortBox {
    max-height: 63px !important;
  }
  .film.shortBox .struggleTitle {
    font-size: 15px;
    top: 19px;
  }
  .film.shortBox .filmInside {
    max-height: 62px !important;
    width: auto !important;
    text-align: right;
  }
  .film.shortBox .filmInside img {
    max-height: 62px !important;
    width: auto !important;
    text-align: right;
  }
  .film.doubleBox ul {
    width: 94%;
  }
  .film ul li {
    font-weight: bold;
    font-size: 12px;
    display: inline-block;
    color: white;
    padding-right: 5px;
  }
  .film.tallBox.third {
    max-height: 63px !important;
  }
  .film.tallBox.third .struggleTitle {
    font-size: 15px;
    top: 19px;
  }
  .film.tallBox.third .filmInside {
    max-height: 62px !important;
    width: auto !important;
    text-align: right;
  }
  .film.tallBox.third .filmInside img {
    max-height: 62px !important;
    width: auto !important;
    text-align: right;
  }
  .film.tallBox.third .filmInside a {
    display: inline-block;
    width: 100%;
  }

  .singleBox .filmTitle {
    font-size: 15px;
    line-height: 16px;
    font-weight: bold;
    padding-left: 17px;
  }
  .singleBox .struggleTitle {
    font-size: 15px;
    line-height: 16px;
    font-weight: bold;
    padding-left: 20px;
  }

  .doubleBox .filmTitle {
    font-size: 25px;
    line-height: 24px;
    font-weight: bold;
    padding-left: 20px;
  }
  .doubleBox .struggleTitle {
    font-size: 25px;
    line-height: 24px;
    font-weight: bold;
    padding-left: 10px;
  }

  .page-template-page_r_feature-film-php #filmVideo #filmVideoIntroPane {
    display: none !important;
  }
  .page-template-page_r_feature-film-php #filmVideo #player1Holder {
    width: auto !important;
    height: auto !important;
  }

  #filmsContainer .film.singleBox {
    min-width: 159px;
  }
  #filmsContainer .film.doubleBox {
    min-width: 318px;
  }
  #filmsContainer .film ul {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    margin-left: 10px;
    position: absolute;
    bottom: 9px;
    padding: 0;
    width: 88%;
    height: 16px;
    overflow: hidden;
  }
  #filmsContainer .film.tallBox.third img {
    float: right;
    max-width: 401px;
  }

  #filmsHeader .films_controller .sort {
    background: url(../images/dropdown.png) 85px center no-repeat #d5004b;
    font-size: 12px;
    padding: 10px 30px 10px 10px;
    margin-top: 14px;
    margin-right: 14px;
  }
  #filmsHeader .films_controller .grid_view {
    display: none;
  }
  #filmsHeader .films_controller .list_view {
    display: none;
  }
}

#page-main #mainSlider #home_container {
  background: none;
}
#page-main #mainSlider #logo {
  position: absolute;
  z-index: 1;
  left: 20px;
  top: 20px;
}

.video_container {
  position: relative;
}
.video_container object {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.video_container object p {
  background: black;
  color: white;
  font-weight: bold;
  text-align: center;
  padding-top: 50px;
}

#sidebarAbout {
  min-height: 360px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.videoCover {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#flags_language_selector {
  position: relative;
  top: -5px;
  display: none;
  display: inline-block;
}
#flags_language_selector #otherFlags {
  display: none;
  position: absolute;
}

#filmsContainer {
  background: black;
  box-shadow: 0 -1px 0 0 #626262 inset;
  margin-bottom: -1px;
}
#filmsContainer .film {
  display: inline-block;
  max-height: 212px;
  height: auto;
  background: black;
  vertical-align: top;
  position: relative;
}
#filmsContainer .film .filmInside {
  border-right: 1px solid #626262;
  border-bottom: 1px solid #626262;
  max-height: 211px;
  height: 100%;
  position: relative;
  text-align: right;
  overflow: hidden;
}
#filmsContainer .film.singleBox {
  min-width: 192px;
  width: 33.333%;
}
#filmsContainer .film.singleBox img {
  max-width: 401px;
}
#filmsContainer .film.doubleBox {
  min-width: 384px;
  width: 66.667%;
}
#filmsContainer .film.doubleBox img {
  max-width: 806px;
}
#filmsContainer .film img {
  width: 100%;
  height: auto;
  position: relative;
  bottom: 0;
  left: 0;
  display: inline-block;
}
#filmsContainer .film.third .filmInside, #filmsContainer .film.fifth .filmInside, #filmsContainer .film.eight .filmInside, #filmsContainer .film.eleventh .filmInside, #filmsContainer .film.thirteenth .filmInside, #filmsContainer .film.sixteenth .filmInside {
  border-right: none;
}
#filmsContainer .film.shortBox img {
  float: right;
  max-width: 401px;
}
#filmsContainer.struggles_grid.individual .film .filmInside {
  overflow: hidden;
}
#filmsContainer.struggles_grid .film.singleBox.first .filmInside {
  border-right: 1px solid #626262;
}
#filmsContainer.struggles_grid .film.singleBox.second .filmInside {
  border-right: 1px solid #626262;
}
#filmsContainer.struggles_grid .film.singleBox.third .filmInside {
  border-right: 1px solid transparent;
}
#filmsContainer.struggles_grid .film.singleBox.fourth .filmInside {
  border-right: 1px solid #626262;
}
#filmsContainer.struggles_grid .film.singleBox.fifth .filmInside {
  border-right: 1px solid #626262;
}
#filmsContainer.struggles_grid .film.singleBox.sixth .filmInside {
  border-right: 1px solid transparent;
}
#filmsContainer.struggles_grid.individual_struggle .film.singleBox .filmInside {
  border-bottom: 0;
}
#filmsContainer .featured_struggle {
  max-width: 933px;
  max-height: 525px;
  min-width: 453px;
  min-height: 180px;
  overflow: hidden;
}
#filmsContainer.strugglesContainer .film.singleBox.first .filmInside {
  border-right: 1px solid #626262;
}
#filmsContainer.strugglesContainer .film.singleBox.second .filmInside {
  border-right: 1px solid #626262;
}
#filmsContainer.strugglesContainer .film.singleBox.third .filmInside {
  border-right: 1px solid transparent;
}
#filmsContainer.strugglesContainer .film.singleBox.fourth .filmInside {
  border-right: 1px solid #626262;
}
#filmsContainer.strugglesContainer .film.singleBox.fifth .filmInside {
  border-right: 1px solid #626262;
}
#filmsContainer.strugglesContainer .film.singleBox.sixth .filmInside {
  border-right: 1px solid transparent;
}
#filmsContainer.strugglesContainer .film img {
  min-height: 105px;
}

.film .filmTitle {
  position: absolute;
  top: 17px;
  text-decoration: none;
  text-align: left;
  margin-top: 0px;
}
.film .filmTitle a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  text-align: inherit;
}
.film .filmDescription {
  font-size: 15px;
  font-style: italic;
  font-weight: lighter;
  margin: 0 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 0 4px 0;
  position: absolute;
  bottom: 30px;
  width: 96%;
}
.film ul {
  position: absolute;
  bottom: 0;
  text-align: left;
  padding: 10px 0 10px 17px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.film ul li {
  font-weight: bold;
  font-size: 14px;
  display: inline-block;
  color: white;
  padding: 0 5px;
  line-height: 15px;
  border-right: #313131 solid 1px;
}
.film ul li:last-child {
  border-right: none !important;
}
.film .struggleDescription {
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(50, 49, 51, 0.5) !important;
  text-align: left;
  display: inline-block;
  width: 100%;
}
.film .struggleDescription p {
  padding: 8px 8px 8px 20px;
  margin-bottom: 0;
}
.film.shortBox {
  max-height: 106px !important;
}
.film.shortBox .filmInside {
  max-height: 105px !important;
  width: auto !important;
  text-align: right;
}
.film.shortBox .filmInside img {
  max-height: 105px !important;
  width: auto !important;
  text-align: right;
}
.film.shortBox .struggleTitle {
  position: absolute;
  top: 33px;
  font-size: 28px;
}
.film.ind_film {
  display: inline-block;
  max-height: 212px;
  height: auto;
  width: 43.7%;
  background: black;
  vertical-align: top;
  position: relative;
  box-shadow: -1px 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.film.ind_film.first {
  margin-right: 2.5%;
  margin-bottom: 2.5%;
  margin-left: 5%;
}
.film.ind_film.second {
  margin-bottom: 2.5%;
}
.film.ind_film.third {
  margin-right: 2.5%;
  margin-left: 5%;
  margin-bottom: 5%;
}
.film.ind_film.fourth {
  margin-bottom: 5%;
}
.film.ind_film img {
  width: 100%;
  height: auto;
  position: relative;
  bottom: 0;
  left: 0;
  max-height: 211px;
  display: inline-block;
}
.film.ind_film .filmTitle {
  position: absolute;
  top: 10px;
  text-decoration: none;
  text-align: left;
  font-size: 20px;
  line-height: 22px;
}
.film.ind_film .filmTitle a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  text-align: inherit;
}
.film.tallBox .struggleTitle {
  position: absolute;
  top: 17px;
}

.struggles {
  background: white;
  padding: 20px;
}
.struggles h2 {
  font-size: 36px;
  margin-bottom: 20px;
}
.struggles p {
  margin-bottom: 20px;
}
.struggles p.struggles {
  text-align: justify;
  font-size: 36px;
  line-height: 56px;
}
.struggles p.struggles a {
  color: white;
  background: #313131;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 20px;
  display: inline-block;
  margin-bottom: 20px;
}
.struggles ul li {
  list-style: none;
}
.struggles ul li a {
  display: inline-block;
  color: white;
  background: #313131;
  padding: 20px 25px;
  font-size: 36px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
}
.struggles ul li a:hover {
  background: #626262;
}
.struggles ul a:hover {
  background: #626262;
}

.singleBox .filmTitle {
  font-size: 40px;
  line-height: 35px;
  font-weight: bold;
  padding-left: 17px;
  text-decoration: none;
}
.singleBox .filmTitle a {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  text-decoration: none;
}
.singleBox .struggleTitle {
  font-size: 40px;
  line-height: 35px;
  font-weight: bold;
  padding-left: 20px;
}

#filmNavigation {
  float: right;
  line-height: 36px;
}
#filmNavigation > ul > li {
  display: inline-block;
  font-size: 12px;
}
#filmNavigation > ul > li > a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  margin-right: 30px;
  font-size: 18px;
  margin-right: 22px;
}
#filmNavigation > ul > li.flag {
  float: right;
}
#filmNavigation > ul > li.flag a {
  margin-right: 0;
  display: block;
  height: 13px;
  width: 22px;
  background: url(../images/flag.png);
  text-indent: -9999px;
  margin-top: 3px;
}
#filmNavigation > ul > li #otherFlags a {
  border-bottom: 1px solid #dddddd !important;
  color: #313131 !important;
  display: block !important;
  font-size: 12px !important;
  padding: 8px !important;
  text-decoration: none !important;
  margin: 0 !important;
  display: block;
}

.triangle {
  font-size: 0;
  line-height: 0;
  width: 0;
  border-right: 48px solid #d5004b;
  border-bottom: 48px solid transparent;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

.struggles_grid .featured_top {
  border-bottom: 1px solid #626262;
  background: black;
}
.struggles_grid .featured_struggle {
  width: 66.667%;
  display: inline-block;
  vertical-align: text-top;
}
.struggles_grid .featured_description {
  width: 33.334%;
  display: inline-block;
  vertical-align: text-top;
  overflow-x: hidden;
  overflow-y: scroll;
  background: #313131;
}
.struggles_grid .featured_description .featured_wrapper {
  background: none repeat scroll 0 0 #313131;
  padding: 20px;
}
.struggles_grid .featured_description .featured_wrapper p {
  font-size: 14px;
}
.struggles_grid .featured_description .featured_wrapper h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
.struggles_grid .featured_description .featured_wrapper h3 {
  font-size: 18px;
  margin-bottom: 20px;
}
.struggles_grid .featured_description .featured_wrapper .about_video {
  border-top: 1px solid #555555;
  margin-top: 20px;
  padding-top: 20px;
}
.struggles_grid .featured_description .featured_wrapper .about_video p {
  margin-bottom: 0;
}
.struggles_grid .featured_description .featured_wrapper .about_video p a {
  display: inline-block;
  background: #d5004b;
  color: white !important;
  padding: 5px 10px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 10px;
}
.struggles_grid .featured_description .featured_wrapper .about_video h3 {
  font-size: 24px;
}
.struggles_grid .featured_description .featured_wrapper .about_video h4 {
  font-size: 18px;
  margin-bottom: 5px;
}

object {
  outline: 0;
}

embed {
  outline: 0;
}

@media only screen and (max-width: 900px) {
  .struggles_grid .featured_top .featured_struggle {
    width: 100%;
    overflow: hidden;
    height: 100% !important;
  }
  .struggles_grid .featured_top .featured_description {
    width: 100%;
    overflow: hidden;
    height: 100% !important;
  }

  #page-main .struggles_grid .featured_top .featured_struggle .video_container {
    height: 100%;
  }
}
.struggle_question_wrapper {
  margin-bottom: 10px;
}

.struggle_question {
  transition: all 0.1s linear 0s;
  background: url(../images/quote_arrow.png) no-repeat scroll 96% center white;
  color: #313131 !important;
  display: block;
  line-height: 22px;
  padding: 10px 60px 10px 20px;
  text-decoration: none;
  box-shadow: -1px 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.struggle_question:hover {
  background: url(../images/quote_arrow.png) 97% center no-repeat white;
}

#fb-root {
  display: none;
}

#filmsHeader {
  display: inline-block;
  vertical-align: top;
  float: right;
}
#filmsHeader h1 {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  margin: 5px 0 0;
  text-shadow: 0 1px 0 white;
  vertical-align: top;
}
#filmsHeader .films_controller {
  float: right;
  position: relative;
}
#filmsHeader .films_controller .sort {
  background: url(../images/dropdown.png) right center no-repeat #d5004b;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3) inset, 0 1px 0 0 white;
  padding: 10px 40px 10px 20px;
  font-stretch: condensed;
  text-transform: uppercase;
  margin-right: 10px;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
}
#filmsHeader .films_controller .sort:hover {
  background: url(../images/dropdown.png) right center no-repeat #d5004b;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.4) inset, 0 1px 0 0 white;
}
#filmsHeader .films_controller .grid_view {
  background: url(../images/icon_grid_view.png) center center no-repeat;
  width: 24px;
  height: 23px;
  display: inline-block;
  vertical-align: top;
  text-indent: -9999px;
  cursor: pointer;
  margin-right: 5px;
  opacity: .8;
  margin-top: 7px;
}
#filmsHeader .films_controller .grid_view:hover {
  opacity: 1;
}
#filmsHeader .films_controller .list_view {
  background: url(../images/icon_list_view.png) center center no-repeat;
  width: 27px;
  height: 23px;
  display: inline-block;
  vertical-align: top;
  text-indent: -9999px;
  cursor: pointer;
  opacity: .6;
  margin-top: 7px;
}
#filmsHeader .films_controller .list_view:hover {
  opacity: 1;
}

.struggles_header {
  width: 100%;
}

@media only screen and (min-width: 511px) and (max-width: 768px) {
  .film .struggleDescription {
    font-size: 15px;
    font-style: italic;
    font-weight: lighter;
    margin: 0 10px;
    padding: 0 0 4px 0;
    position: absolute;
    bottom: 30px;
    display: none;
  }
  .film.shortBox {
    max-height: 63px !important;
  }
  .film.shortBox .struggleTitle {
    font-size: 20px;
    top: 19px;
  }
  .film.shortBox .filmInside {
    max-height: 62px !important;
    width: auto !important;
    text-align: right;
  }
  .film.shortBox .filmInside img {
    max-height: 62px !important;
    width: auto !important;
    text-align: right;
  }
  .film.tallBox.third {
    max-height: 63px !important;
  }
  .film.tallBox.third .struggleTitle {
    font-size: 20px;
    top: 19px;
  }
  .film.tallBox.third .filmInside {
    max-height: 62px !important;
    width: auto !important;
    text-align: right;
  }
  .film.tallBox.third .filmInside img {
    max-height: 62px !important;
    width: auto !important;
    text-align: right;
  }
  .film.tallBox.third .filmInside a {
    display: inline-block;
    width: 100%;
  }

  .singleBox .struggleTitle {
    font-size: 28px;
    line-height: 28px;
    font-weight: bold;
    padding-left: 20px;
  }

  #filmsContainer .film.tallBox.third img {
    float: right;
    max-width: 401px;
  }
}
.fQuestion {
  position: relative;
}
.fQuestion .fQuestionInside {
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 150px auto;
  background-color: black;
  max-height: 175px;
  position: relative;
  text-align: left;
  border-bottom: 1px solid #626262;
  padding: 0 150px 0 0;
}
.fQuestion .fQuestionTitle {
  font-size: 24px;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0;
  padding: 30px 30px 30px 20px;
}
.fQuestion img {
  display: inline-block;
}
.fQuestion .open .fQuestionInside p {
  color: #d5004b !important;
}

.fQuestionExpanded {
  display: none;
}
.fQuestionExpanded .fQuestionLeft {
  display: inline-block;
  width: 50%;
}
.fQuestionExpanded .fQuestionLeft h3 {
  margin-top: 20px;
  font-size: 18px;
}
.fQuestionExpanded .fQuestionRight {
  display: inline-block;
  width: 48%;
  margin-left: 2%;
  vertical-align: top;
}
.fQuestionExpanded video {
  display: inline-block;
}
.fQuestionExpanded .question_inner_wrapper {
  padding: 20px;
  background: white;
}
.fQuestionExpanded .fQuestionName {
  display: inline-block;
  font-size: 40px;
  font-weight: 300;
  margin-top: 5px;
}
.fQuestionExpanded img {
  width: 100%;
  height: auto;
  cursor: pointer;
}
.fQuestionExpanded .fQuestionsMore {
  font-weight: bold;
}

.fQuestionRight .answer2 {
  display: none;
}
.fQuestionRight .answer3 {
  display: none;
}
.fQuestionRight .answer4 {
  display: none;
}

.videoDescription {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 20px;
}

.fQuestionTitleTop {
  cursor: pointer;
}

.fQuestionNextStepsBtn {
  display: inline-block;
  font-weight: bold;
  margin-left: 10px;
  padding: 7px 12px 8px;
  text-decoration: none;
  vertical-align: middle;
}

#filmVideo {
  position: relative;
  max-height: 524px;
  min-height: 180px;
  z-index: 1;
}

#player1Holder {
  max-height: 524px;
  min-height: 180px;
  overflow: hidden;
}

#filmVideoOverlay {
  width: 100%;
  height: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
}

#fvoInside {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  background-color: rgba(25, 25, 25, 0.95);
  padding: 1px;
}
#fvoInside h1 {
  font-size: 50px;
  font-weight: normal;
  margin: 40px 0 12px;
  text-shadow: 0 1px 2px black;
  text-transform: uppercase;
}
#fvoInside h1 a {
  color: #d5004b;
  text-decoration: none;
}
#fvoInside h2 {
  font-size: 20px;
  font-weight: 300;
  margin: 0 0 40px 0;
}
#fvoInside h2 a {
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
  color: white !important;
  font-size: 14px;
  background: #d5004b;
  padding: 7px 8px 8px;
  margin-top: 5px;
  display: inline-block;
  box-shadow: 0 1px 2px 0 black, 0 1px 0 0 rgba(255, 255, 255, 0.4) inset;
}
#fvoInside h3 {
  margin: 0 0 12px 0;
  font-size: 16px;
}
#fvoInside h3 a {
  text-decoration: none;
}

.fvoTile {
  max-width: 300px;
  width: 25%;
  display: inline-block;
  vertical-align: top;
}
.fvoTile img {
  width: 100%;
  height: auto;
  box-shadow: 0 1px 2px 0 black;
}
.fvoTile p {
  font-weight: 300;
  font-size: 12px;
  padding: 5px 0 0;
}
.fvoTile p.fvoTileWords {
  font-size: 18px;
  text-transform: uppercase;
}

#fvoTileMiddle {
  margin: 0 2%;
}

#fvoTileRight {
  display: inline-block;
  vertical-align: top;
}

#fvoCloseBtn {
  padding: 5px 15px 6px;
  font-weight: normal;
  background-color: black;
  font-size: 12px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}

#fvoResumeBtn {
  background: url(../images/playSmall.png) no-repeat scroll 0 0 transparent;
  cursor: pointer;
  display: block;
  height: 53px;
  width: 54px;
  text-indent: -9999px;
  margin: 0 auto;
}
#fvoResumeBtn:hover {
  background-position: 0 -53px;
}

#fvoRestartBtn {
  display: none;
  padding: 5px 15px 6px;
  font-weight: normal;
  background-color: #d5004b;
  box-shadow: 0 1px 2px 0 black, 0 1px 0 0 rgba(255, 255, 255, 0.4) inset;
  font-size: 14px;
  cursor: pointer;
}

@media only screen and (max-width: 1100px) {
  #fvoInside h1 {
    color: #d5004b;
    text-decoration: none;
    font-size: 40px;
    margin-top: 30px;
  }
  #fvoInside h3 {
    font-size: 16px;
  }

  .fvoTile p {
    font-size: 11px;
    padding: 5px 0 0;
  }
  .fvoTile p.fvoTileWords {
    font-size: 17px;
  }
}
@media only screen and (max-width: 930px) {
  #fvoInside h1 {
    color: #d5004b;
    text-decoration: none;
    font-size: 36px;
    margin-top: 20px;
  }
  #fvoInside h3 {
    font-size: 15px;
  }

  .fvoTile p {
    font-size: 11px;
    padding: 5px 0 0;
  }
  .fvoTile p.fvoTileWords {
    font-size: 16px;
  }
}
@media only screen and (max-width: 820px) {
  #fvoInside h1 {
    font-size: 26px;
    margin-top: 60px;
  }
  #fvoInside h3 {
    font-size: 14px;
  }

  #fvoTiles {
    display: none;
  }
}
#captionlist {
  position: absolute;
  bottom: 1px;
  right: 1px;
  background-color: white;
  display: none;
}
#captionlist li div {
  padding: 3px 6px;
  font-weight: bold;
}
#captionlist li a {
  text-decoration: none;
  display: block;
  font-size: 11px;
  padding: 3px 6px;
  cursor: pointer;
}
#captionlist li a:hover {
  color: black;
  background-color: #aaaaaa;
}

#captionListNew {
  background: none repeat scroll 0 0 black;
  bottom: 0;
  color: white;
  font-size: 12px;
  padding: 0;
  position: absolute;
  right: 0;
}
#captionListNew li {
  list-style: none;
}
#captionListNew li.cc {
  padding: 10px;
}
#captionListNew li.cc:hover ul {
  display: block;
}
#captionListNew li ul {
  background: white;
  position: absolute;
  bottom: 30px;
  margin: 0 auto;
  display: none;
}
#captionListNew li ul:after {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: white;
  border-width: 5px;
  left: 50%;
  margin-left: -5px;
}
#captionListNew li ul li a {
  display: block;
  padding: 5px 20px;
  color: #313131;
  text-decoration: none;
  cursor: pointer;
}
#captionListNew li ul li:first-child a {
  border-bottom: 1px solid #dddddd;
}

#filmVideoIntroPane, .filmVideoIntroPane {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: none;
}
#filmVideoIntroPane #fvipPlayHolder2, #filmVideoIntroPane .fvipPlayHolder2, .filmVideoIntroPane #fvipPlayHolder2, .filmVideoIntroPane .fvipPlayHolder2 {
  background: url(../images/play.png) no-repeat 0 0 transparent;
  cursor: pointer;
  height: 107px;
  left: 50%;
  margin-left: -52px;
  margin-top: -52px;
  position: absolute;
  top: 50%;
  width: 107px;
  z-index: 10000;
}
#filmVideoIntroPane #fvipPlayHolder2:hover, #filmVideoIntroPane .fvipPlayHolder2:hover, .filmVideoIntroPane #fvipPlayHolder2:hover, .filmVideoIntroPane .fvipPlayHolder2:hover {
  background-position: 0 -106px;
}

#fvipImage {
  width: 100%;
  display: block;
}

#fvipPlayHolder, .fvipPlayHolder {
  cursor: pointer;
  display: none;
  width: 100px;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -35px;
  margin-left: -50px;
  background: url(../images/playBtn.png) no-repeat center center #d5004b;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(255, 255, 255, 0.4) inset;
  border: 1px solid #d5004b;
}
#fvipPlayHolder:hover, .fvipPlayHolder:hover {
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(255, 255, 255, 0.4) inset;
  cursor: pointer;
  display: none;
  width: 100px;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -35px;
  margin-left: -50px;
  background: url(../images/playBtn.png) no-repeat center center #d5004b;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(255, 255, 255, 0.4) inset;
  border: 1px solid #d5004b;
}

@media only screen and (min-width: 80px) and (max-width: 980px) {
  .fQuestionNextStepsBtn {
    display: none;
  }
}
@media only screen and (max-width: 1050px) {
  #filmsContainer .film.third .filmInside {
    border-right: 1px solid #626262;
  }
  #filmsContainer .film.eight .filmInside {
    border-right: 1px solid #626262;
  }
  #filmsContainer .film.thirteenth .filmInside {
    border-right: 1px solid #626262;
  }
  #filmsContainer .film.seventh .filmInside {
    border-right: 0;
  }
  #filmsContainer .film.ninth .filmInside {
    border-right: 0;
  }
  #filmsContainer .film.twelfth .filmInside {
    border-right: 0;
  }
  #filmsContainer .film.fourteenth .filmInside {
    border-right: 0;
  }
  #filmsContainer.strugglesContainer .film:nth-last-child(2) .filmInside {
    border-bottom: 1px solid #626262;
  }
  #filmsContainer.strugglesContainer .film:last-child .filmInside {
    border-bottom: 0;
    border-right: 1px solid #626262;
  }
  #filmsContainer.strugglesContainer .film:nth-child(even) .filmInside {
    border-right: 0;
  }
  #filmsContainer.strugglesContainer .film:nth-child(odd) .filmInside {
    border-right: 1px solid #626262;
  }
}
#faq_container {
  background: #f6f6f6;
}
#faq_container .faq_section {
  border-bottom: 1px solid #c9c9c9;
}
#faq_container .faq_section:first-child {
  border-top: 0;
}
#faq_container .faq_section:last-child {
  border-bottom: 0;
}
#faq_container .faq_section h2 {
  font-size: 32px;
  margin-bottom: 10px;
}
#faq_container .faq_section h2 span {
  background: none repeat scroll 0 0 #d5004b;
  border-radius: 40px 40px 40px 40px;
  color: white;
  display: inline-block;
  padding: 10px 18px 13px;
  text-align: center;
  margin-right: 20px;
}
#faq_container .faq_section p {
  font-size: 18px;
  margin: 0 0 0 74px;
}
#faq_container .faq_section a {
  color: #d5004b;
  text-decoration: none;
}
#faq_container .faq_section.two .faq_struggles ul li a {
  transition: all 0.1s linear 0s;
  background: none repeat scroll 0 0 white;
  box-shadow: -1px 1px 1px 0 rgba(0, 0, 0, 0.1), 3px 0 0 0 #d5004b inset;
  color: #313131;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin: 5px;
  padding: 10px 20px;
  text-decoration: none;
}
#faq_container .faq_section.three .faq_questions ul li a {
  transition: all 0.1s linear 0s;
  background: url(../images/quote_arrow.png) no-repeat scroll 96% center transparent;
  color: #313131;
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  padding: 10px 20px;
  text-decoration: none;
}

.faq_section .section_content {
  display: inline-block;
  vertical-align: top;
}
.faq_section .section_content ul li {
  margin-left: 92px;
  margin-bottom: 10px;
  font-size: 18px;
}
.faq_section.one .faq_video {
  display: inline-block;
  vertical-align: top;
  width: 28%;
  margin-left: 5%;
}
.faq_section.one .faq_video img {
  width: 100%;
  height: auto;
}
.faq_section.one .section_content {
  width: 67%;
}
.faq_section.two .section_content {
  width: 65%;
}
.faq_section.two .faq_struggles {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin-left: 5%;
  text-align: right;
}
.faq_section.two .faq_struggles ul li {
  list-style: none;
  display: inline;
}
.faq_section.three .section_content {
  width: 67%;
}
.faq_section.three .faq_questions {
  display: inline-block;
  vertical-align: top;
  width: 28%;
  margin-left: 5%;
}
.faq_section.three .faq_questions ul li {
  background: white;
  box-shadow: -1px 1px 2px 0 rgba(0, 0, 0, 0.2);
  list-style: none outside none;
  margin: 0 0 10px 0;
}
.faq_section.four .section_content {
  width: 67%;
}
.faq_section.four .faq_img {
  width: 28%;
  margin-left: 5%;
  vertical-align: top;
  display: inline-block;
}
.faq_section.four .faq_img img {
  width: 100%;
  height: auto;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
}
.faq_section.five .section_content {
  width: 67%;
}
.faq_section.five .faq_img {
  width: 28%;
  margin-left: 5%;
  vertical-align: top;
  display: inline-block;
}
.faq_section.five .faq_img img {
  width: 100%;
  height: auto;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
}

#filmNavUL {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
}

#desktopLoginBtn {
  margin-right: 10px !important;
}

.searchLI {
  background-color: #f6f6f6;
  padding: 5px 10px;
}

#searchform {
  display: block;
  width: 95%;
  margin: 10px;
}

#searchform2 {
  display: block;
  width: 95%;
  margin: 10px;
}

#searchformDesktop {
  display: block;
  width: 95%;
  margin: 10px;
}

#search {
  width: 75%;
  padding: 10px;
  color: #909090;
  background-color: white;
  font-size: 18px;
  border: 0;
  display: inline-block;
  box-shadow: -1px 1px 2px 0 rgba(0, 0, 0, 0.2);
  font-family: Helvetica Neue, Helvetica, Arial;
}

#search2 {
  width: 75%;
  padding: 10px;
  color: #909090;
  background-color: white;
  font-size: 18px;
  border: 0;
  display: inline-block;
  box-shadow: -1px 1px 2px 0 rgba(0, 0, 0, 0.2);
  font-family: Helvetica Neue, Helvetica, Arial;
}

#searchDesktop {
  width: 75%;
  padding: 10px;
  color: #909090;
  background-color: white;
  font-size: 18px;
  border: 0;
  display: inline-block;
  box-shadow: -1px 1px 2px 0 rgba(0, 0, 0, 0.2);
  font-family: Helvetica Neue, Helvetica, Arial;
}

#searchsubmit {
  width: 12%;
  padding: 10px;
  color: black;
  font-weight: normal;
  background-color: transparent;
  font-size: 18px;
  border: 0;
  display: inline-block;
  font-family: Helvetica Neue, Helvetica, Arial;
}

#searchsubmit2 {
  width: 12%;
  padding: 10px;
  color: black;
  font-weight: normal;
  background-color: transparent;
  font-size: 18px;
  border: 0;
  display: inline-block;
  font-family: Helvetica Neue, Helvetica, Arial;
}

#searchsubmitDesktop {
  width: 12%;
  padding: 10px;
  color: black;
  font-weight: normal;
  background-color: transparent;
  font-size: 18px;
  border: 0;
  display: inline-block;
  font-family: Helvetica Neue, Helvetica, Arial;
}

#searchSidebarWidget {
  display: none;
  padding-bottom: 5px;
}

.ac_results {
  padding: 0;
  border: 1px solid black;
  background-color: white;
  overflow: hidden;
  z-index: 99999;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.3);
}
.ac_results ul {
  width: 100%;
  list-style-position: outside;
  list-style: none;
  padding: 0;
  margin: 0;
}
.ac_results li {
  margin: 0;
  padding: 10px;
  cursor: default;
  display: block;
  font: menu;
  font-size: 14px;
  line-height: 16px;
  overflow: hidden;
  font-family: HelveticaNeueW01-55Roma, Helvetica Neue, Helvetica, Arial;
}

.ac_loading {
  background: white url(images/prettyLoader/ajax-loader.gif) right center no-repeat;
}

.ac_odd {
  background-color: #eeeeee;
}

.ac_over {
  background-color: #d5004b;
  color: white;
}

#twentyTwoLandingContent {
  max-width: 900px;
  margin: 0 auto;
  display: block;
}
#twentyTwoLandingContent #ttlBanner {
  width: 100%;
}
#twentyTwoLandingContent #ttlBanner img {
  display: block;
  width: 100%;
  height: auto;
}
#twentyTwoLandingContent #ttlTop {
  width: 100%;
  margin: 0 0 20px;
}
#twentyTwoLandingContent #ttlTop #ttlTopLeft {
  max-width: 604px;
  width: 68%;
  margin-right: 2%;
  display: inline-block;
  vertical-align: top;
}
#twentyTwoLandingContent #ttlTop #ttlTopLeft img {
  width: 100%;
  height: auto;
  display: block;
}
#twentyTwoLandingContent #ttlTop #ttlTopRight {
  max-width: 267px;
  width: 30%;
  display: inline-block;
  vertical-align: top;
}
#twentyTwoLandingContent #ttlBottom {
  width: 100%;
}
#twentyTwoLandingContent #ttlBottom #ttlBottomLeft {
  max-width: 604px;
  width: 68%;
  margin-right: 2%;
  display: inline-block;
  vertical-align: top;
}
#twentyTwoLandingContent #ttlBottom #ttlBottomRight {
  max-width: 267px;
  width: 30%;
  display: inline-block;
  vertical-align: top;
}
#twentyTwoLandingContent #ttlBottom #ttlBottomRight img {
  display: block;
  width: 100%;
  height: auto;
}

.OoyalaVideoPlayer {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.select2-container {
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  box-sizing: border-box;
}
.select2-container .select2-choice {
  background-color: #d5004b;
  border-radius: 0;
  background-clip: padding-box;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 35px;
  line-height: 35px;
  padding: 0 0 0 12px;
  color: white;
  text-decoration: none;
  width: 140px;
}
.select2-container .select2-choice span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.select2-container .select2-choice abbr {
  display: block;
  position: absolute;
  right: 26px;
  top: 8px;
  width: 12px;
  height: 12px;
  font-size: 1px;
  background: url(../images/select2.png) right top no-repeat;
  cursor: pointer;
  text-decoration: none;
  border: 0;
  outline: 0;
}
.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}
.select2-container .select2-choice div {
  border-radius: 0;
  background-clip: padding-box;
  background: transparent;
  position: absolute;
  right: 3%;
  top: 0;
  display: block;
  height: 100%;
  width: 18px;
}
.select2-container .select2-choice div b {
  background: url(../images/select2.png) no-repeat 0 4px;
  display: block;
  width: 100%;
  height: 100%;
}
.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaaaaa;
  border-radius: 0 0 4px 4px;
  filter: progid:dximagetransform.microsoft.gradient(startcolorstr='$color_gallery_approx', endcolorstr='$white',gradienttype=0 );
  background-image: linear-gradient(top, #eeeeee 0%, #ffffff 90%);
}
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #dddddd;
  cursor: default;
}
.select2-container.select2-container-disabled .select2-choice div {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}

.select2-drop {
  box-sizing: border-box;
  background: white;
  color: black;
  border: 1px solid #aaaaaa;
  border-top: 0;
  position: absolute;
  top: 100%;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  z-index: 9999;
  width: 100%;
  margin-top: -1px;
  border-radius: 0;
}
.select2-drop.select2-drop-above {
  border-radius: 4px 4px 0 0;
  margin-top: 1px;
  border-top: 1px solid #aaaaaa;
  border-bottom: 0;
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}
.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}

.select2-search {
  box-sizing: border-box;
  display: inline-block;
  white-space: nowrap;
  z-index: 10000;
  min-height: 26px;
  width: 100%;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
}
.select2-search input {
  box-sizing: border-box;
  background: white url(../images/select2.png) no-repeat 100% -22px;
  background: url(../images/select2.png) no-repeat 100% -22px, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
  padding: 4px 20px 4px 5px;
  outline: 0;
  border: 1px solid #aaaaaa;
  font-family: sans-serif;
  font-size: 1em;
  width: 100%;
  margin: 0;
  height: auto !important;
  min-height: 26px;
  box-shadow: none;
  border-radius: 0;
}
.select2-search input.select2-active {
  background: white url(../images/spinner.gif) no-repeat 100%;
  background: url(../images/spinner.gif) no-repeat 100%, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
}

.select2-search-hidden {
  display: block;
  position: absolute;
  left: -10000px;
}

.select2-results {
  margin: 0 !important;
  padding: 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 200px;
  display: block !important;
}
.select2-results li {
  list-style: none;
  display: list-item !important;
  padding: 7px 0 7px 8px;
  cursor: pointer;
}
.select2-results li em {
  background: #feffde;
  font-style: normal;
}
.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}
.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
}
.select2-results .select2-highlighted {
  background: #d5004b;
  color: white;
}
.select2-results .select2-highlighted em {
  background: transparent;
}
.select2-results .select2-no-results {
  background: #f4f4f4;
  display: list-item;
}
.select2-results .select2-searching {
  background: #f4f4f4;
  display: list-item;
}
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
}
.select2-results .select2-disabled {
  display: none;
}
.select2-results ul.select2-result-sub {
  margin: 0;
}
.select2-results ul.select2-result-sub > li .select2-result-label {
  padding-left: 20px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 40px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 60px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 80px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 100px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 110px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 120px;
}

.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}
.select2-more-results.select2-active {
  background: #f4f4f4 url(../images/spinner.gif) no-repeat 100%;
}

.select2-container-multi .select2-choices {
  background-color: white;
  background-image: linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  border: 1px solid #aaaaaa;
  margin: 0;
  padding: 0;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  position: relative;
  min-height: 26px;
}
.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}
.select2-container-multi .select2-choices .select2-search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.select2-container-multi .select2-choices .select2-search-field input {
  color: #626262;
  background: transparent !important;
  font-family: sans-serif;
  font-size: 100%;
  height: 15px;
  padding: 5px;
  margin: 1px 0;
  outline: 0;
  border: 0;
  box-shadow: none;
}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: white url(../images/spinner.gif) no-repeat 100% !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
  border-radius: 3px;
  background-clip: padding-box;
  background-color: #e3e3e3;
  filter: progid:dximagetransform.microsoft.gradient(startcolorstr='$wild_sand', endcolorstr='$color_gallery_approx', gradienttype=0 );
  background-image: linear-gradient(top, #f4f4f4 20%, #eeeeee 50%, #e8e8e8 52%, #eeeeee 100%);
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #313131;
  border: 1px solid #aaaaaa;
  line-height: 13px;
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice span {
  cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d2d2d2;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}
.select2-container-multi .select2-search-choice-close {
  left: 3px;
}
.select2-container-multi.select2-container-active .select2-choices {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border: 1px solid #5897fb;
  outline: none;
}
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #dddddd;
  cursor: default;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  background-image: none;
  background-color: #f4f4f4;
  border: 1px solid #dddddd;
  padding: 3px 5px;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
}

.select2-search-choice-close {
  display: block;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 12px;
  height: 13px;
  font-size: 1px;
  background: url(../images/select2.png) right top no-repeat;
  outline: none;
}

.select2-result-unselectable .select2-match {
  text-decoration: none;
}
.select2-result-unselectable .select2-result-selectable .select2-match {
  text-decoration: underline;
}

.select2-offscreen {
  position: absolute;
  left: -10000px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .select2-search-choice-close {
    background-image: url(../images/select2x2.png) !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }

  .select2-search input {
    background-image: url(../images/select2x2.png) !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
    background-position: 100% -21px !important;
  }

  .select2-container .select2-choice abbr {
    background-image: url(../images/select2x2.png) !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }
  .select2-container .select2-choice div b {
    background-image: url(../images/select2x2.png) !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }
}
#filmSortBusy {
  position: absolute;
  left: -22px;
  top: 6px;
  width: 16px;
  height: 16px;
  background: url(../images/spinner.gif);
  display: none;
}

html {
  min-width: 320px;
}

#otherFlags {
  right: -8px;
  top: 28px;
  padding: 0;
  background: none repeat scroll 0 0 white;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  width: 111px;
}
#otherFlags:after {
  border: medium solid transparent;
  bottom: 100%;
  content: " ";
  height: 0;
  pointer-events: none;
  position: absolute;
  width: 0;
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) white;
  border-width: 5px;
  left: 90px;
  margin-left: -5px;
}
#otherFlags img {
  margin-right: 8px;
}
#otherFlags span {
  position: relative;
  top: -3px;
}
#otherFlags a {
  border-bottom: 1px solid #dddddd !important;
  color: #313131 !important;
  display: block !important;
  font-size: 12px !important;
  padding: 8px !important;
  text-decoration: none !important;
  border-bottom: 1px solid #dddddd !important;
  color: #313131 !important;
  display: block !important;
  font-size: 12px !important;
  padding: 8px !important;
  text-decoration: none !important;
  margin: 0 !important;
  display: block;
}

#mobileLanguageLIBtn {
  cursor: pointer;
}
#mobileLanguageLIBtn img {
  margin-left: 10px;
}

.oo_start_button {
  display: none !important;
}

.oo_scrubber {
  overerflow: hidden;
}

.oo_promo {
  background-color: black !important;
}

@media only screen and (max-width: 500px) {
  #whoWeAreContent {
    padding: 10px;
  }
  #whoWeAreContent p {
    font-size: 0.75em;
    line-height: 1.5em;
  }

  div.liveSecondMain h1.section {
    font-size: 1em;
  }

  ul.three_column .columnContent .promoText {
    min-height: 30px;
  }
  ul.three_column .columnContent .promoText p {
    display: none;
  }
  ul.three_column .columnContent .promoText h3 a {
    font-size: .75em;
    color: #d5004b;
    text-decoration: none;
    padding-bottom: 1em;
  }
}
.content_right.bottom .fb-comments span {
  height: auto !important;
  min-height: 40px;
  padding-bottom: 15px;
}

.archive, .single {
  padding-bottom: 12px;
}
.archive .topPost, .single .topPost {
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: 45px;
}
.archive .topPost h2, .single .topPost h2 {
  line-height: 35px;
  color: #414141;
  font-size: 25px;
  margin: 0;
}
.archive .topPost h2 a, .single .topPost h2 a {
  text-decoration: none;
  color: #414141;
}
.archive .topPost .postHeaders, .single .topPost .postHeaders {
  display: inline-block;
}
.archive .topPost .addthis_pill_combo, .single .topPost .addthis_pill_combo {
  height: 29px;
}
.archive .topPost .addthis_button_compact, .single .topPost .addthis_button_compact {
  float: left;
}
.archive .topPost .addthis_button_tweet, .single .topPost .addthis_button_tweet {
  float: right;
}
.archive .topPost .addthis_button_facebook_like, .single .topPost .addthis_button_facebook_like {
  float: right;
}
.archive .topPost span.at15t_compact, .single .topPost span.at15t_compact {
  float: left;
  margin-right: 5px;
}
.archive .comm_date, .single .comm_date {
  background-color: #d5004b;
  height: 50px;
  width: 59px;
  text-align: center;
  color: white;
  font-size: 10px;
  line-height: 5px;
  float: left;
  margin-right: 10px;
}
.archive .comm_date .day, .single .comm_date .day {
  font-size: 31px;
  display: block;
  line-height: 34px;
  padding-top: 3px;
  font-weight: bold;
}
.archive .metaContainer, .single .metaContainer {
  float: left;
  margin-right: 10px;
}
.archive .metaContainer .metaline, .single .metaContainer .metaline {
  text-decoration: none;
  color: #aaaaaa;
  padding-left: 0px;
  margin-top: 0px;
}
.archive .metaContainer .metaline a, .single .metaContainer .metaline a {
  text-decoration: none;
  color: #aaaaaa;
}
.archive .metaContainer .metaline li, .single .metaContainer .metaline li {
  background-image: url(../images/blog-icons.png);
  background-repeat: no-repeat;
  padding-left: 20px;
  float: left;
  margin-right: 40px;
  list-style: none;
  line-height: 17px;
}
.archive .metaContainer .metaline .author, .single .metaContainer .metaline .author {
  background-position: 0 2px;
  padding-left: 15px;
}
.archive .metaContainer .metaline .category, .single .metaContainer .metaline .category {
  background-position: 0 -16px;
}
.archive .metaContainer .metaline .comment, .single .metaContainer .metaline .comment {
  background-position: 0 -31px;
}
.archive #blogsocial, .single #blogsocial {
  font-size: 17px;
  float: right;
  margin-top: 5px;
  list-style: none;
}
.archive #blogsocial .title, .single #blogsocial .title {
  font-weight: bold;
  font-size: 17px;
  color: #aaaaaa;
  margin-top: 5px;
  width: 97px;
  text-align: right;
  list-style: none;
}
.archive #blogsocial li, .single #blogsocial li {
  margin-left: 5px;
  float: left;
}
.archive #blogsocial a, .single #blogsocial a {
  background-image: url(../images/blog-social.png);
  background-repeat: no-repeat;
  display: block;
  width: 31px;
  height: 31px;
  text-indent: -99999px;
}
.archive #blogsocial #social_feed, .single #blogsocial #social_feed {
  background-position: 0 0;
}
.archive #blogsocial #social_feed:hover, .single #blogsocial #social_feed:hover {
  background-position: 0 -31px;
}
.archive #blogsocial #social_facebook, .single #blogsocial #social_facebook {
  background-position: -36px 0;
}
.archive #blogsocial #social_facebook:hover, .single #blogsocial #social_facebook:hover {
  background-position: -36px -31px;
}
.archive #blogsocial #social_twitter, .single #blogsocial #social_twitter {
  background-position: -73px 0;
}
.archive #blogsocial #social_twitter:hover, .single #blogsocial #social_twitter:hover {
  background-position: -73px -31px;
}
.archive #blogstore, .single #blogstore {
  margin-bottom: 10px;
  color: #d5004b;
  background-color: black;
  padding: 9px 22px 18px;
}
.archive #blogstore span, .single #blogstore span {
  font-size: 21px;
  font-weight: bold;
  color: #d5004b;
  margin-bottom: 5px;
  display: block;
}

.filmTitle a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  text-align: inherit;
}

.doubleBox .filmTitle {
  font-size: 60px;
  line-height: 55px;
  font-weight: bold;
  padding-left: 17px;
  text-decoration: none;
}

.filmsMain #filmsContainer .film.third .filmInside {
  border-right: 0;
}
.filmsMain #filmsContainer .film.fifth .filmInside {
  border-right: 0;
}
.filmsMain #filmsContainer .film.eight .filmInside {
  border-right: 0;
}
.filmsMain #filmsContainer .film.eleventh .filmInside {
  border-right: 0;
}
.filmsMain #filmsContainer .film.thirteenth .filmInside {
  border-right: 0;
}
.filmsMain #filmsContainer .film.sixteenth .filmInside {
  border-right: 0;
}
.filmsMain #filmsContainer.threeCol .film.fifth .filmInside {
  border-right: 1px solid #626262;
}
.filmsMain #filmsContainer.threeCol .film.sixth .filmInside {
  border-right: 0 none;
}

#filmContainer .film.doubleBox .foldedCorner {
  width: 0;
  height: 0;
  border-top: 170px solid black;
  border-right: 170px solid transparent;
}

h3.struggle_sub_header {
  background: #f6f6f6;
  padding: 15px 20px;
  font-size: 24px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.strugglesContainer .film .filmInside {
  overflow: hidden;
}

.shortBox .filmInside a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
}

.fQuestionThumbnail ul {
  padding-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.fQuestionThumbnail ul li {
  display: inline-block;
  background: black;
  width: 31%;
  margin-right: 3.5%;
}
.fQuestionThumbnail ul li:last-child {
  margin-right: 0;
}

#fvoTiles a {
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
}

#struggleWords p {
  color: inherit;
}

#about_videoWords p {
  color: inherit;
}

.filmInside ul li a {
  text-decoration: none;
}

.page-template-page_r_faq #page-main, .page-template-page_r_nextsteps #page-main {
  width: 100%;
  float: none;
}
.page-template-page_r_faq #page-main #sub_header, .page-template-page_r_nextsteps #page-main #sub_header {
  display: none;
}

#player1_MobileContainer .OoyalaHtml5VideoPlayer {
  display: block;
  width: 100% !important;
  height: 100% !important;
  position: relative !important;
}
#player1_MobileContainer .OoyalaHtml5VideoPlayer video {
  display: block;
  width: 100% !important;
  height: 100% !important;
  position: relative !important;
}

form#bullseye {
  margin: 0 auto;
  width: 155px;
}

.select2-dropdown-open .select2-choice div {
  background: transparent;
  border-left: none;
}
.select2-dropdown-open .select2-choice div b {
  background-position: -18px 4px;
}

.select2-result-selectable .select2-match {
  text-decoration: underline;
}

#activeFlag .languageText {
  display: none;
}

#flags_language_selector_m a {
  text-decoration: none;
  color: white;
  font-weight: bold;
}
#flags_language_selector_m a img {
  margin-left: 10px;
}

.page-template-page_r_feature-film-php .container-fluid {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.4);
}
.page-template-page_r_feature-film-php #filmVideo {
  max-width: 100%;
  max-height: 700px;
  overflow: hidden;
}
.page-template-page_r_feature-film-php #filmVideo #player1Holder {
  max-height: none;
}
.page-template-page_r_feature-film-php #bottom_content {
  background: #313131;
  padding: 20px;
}
.page-template-page_r_feature-film-php #bottom_content h2 {
  font-size: 24px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #555555;
}
.page-template-page_r_feature-film-php #bottom_content .column50 {
  width: 48.5%;
  vertical-align: top;
  display: inline-block;
  box-sizing: border-box;
}
.page-template-page_r_feature-film-php #bottom_content .column50:last-child {
  float: right;
}
.page-template-page_r_feature-film-php #sub_header h1 {
  margin-top: 0;
  padding: 10px 0;
}

.page-template-page_r_live_second #page-main {
  background: black;
}
.page-template-page_r_live_second #page-main h1.section {
  margin-top: 0px;
  margin-bottom: 0px;
  display: block;
  width: 100%;
  font-size: 2em;
  color: white;
  padding: 1em;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  clear: both;
  background-color: black;
  font-size: 1.75em;
}
.page-template-page_r_live_second #page-main .promoText {
  padding: 20px 20px 0 20px;
}

.single-ias_challenge #page-main {
  width: 100%;
  min-width: 320px;
  background: white;
  float: none;
}

.page-template-page_r_who_we_are #page_content {
  background: #313131;
}
.page-template-page_r_who_we_are #whowearesidebar {
  background-color: #f6f6f6;
}
.page-template-page_r_who_we_are #whowearesidebar h3 {
  padding: 30px 20px 20px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.page-template-page_r_who_we_are #whowearesidebar p {
  list-style: none;
  padding: 10px 20px;
  margin: 0;
  border-top: #dddddd 1px solid;
}
.page-template-page_r_who_we_are #whoWeAreContent {
  color: white;
}
.page-template-page_r_who_we_are #whoWeAreContent h2 {
  font-size: 1.75em;
}
.page-template-page_r_who_we_are .whoWeAreImage {
  margin: 10px auto;
}

.page-template-page_r_chat-php #page_content {
  position: relative;
  min-height: 879px;
}

.page-template-page_r_nextsteps #page_content > .row {
  border-bottom: 1px solid #c9c9c9;
}

.single-ias_film #main_header .wrapper {
  padding: 12px 0px;
}
.single-ias_film .sub_header h2 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.single-ias_film #sidebar.sidebar-film {
  top: -56px;
}
.single-ias_film #table-cell-hack {
  position: absolute;
  bottom: 0px;
  height: 56px;
  background-color: #f6f6f6;
  border-left: 1px solid #c9c9c9;
  border-right: 1px solid #313131;
  right: 0px;
}

@media only screen and (min-width: 768px) and (max-width: 1050px) {
  #filmsContainer .film {
    display: inline-block;
    max-height: 212px;
    height: auto;
    background: black;
    vertical-align: top;
    position: relative;
  }
  #filmsContainer .film .filmInside {
    border-right: 1px solid #626262;
    border-bottom: 1px solid #626262;
    max-height: 211px;
    height: 100%;
    position: relative;
  }
  #filmsContainer .film.singleBox {
    width: 50%;
  }
  #filmsContainer .film.singleBox img {
    max-width: 401px;
  }
  #filmsContainer .film.doubleBox {
    width: 100%;
  }
  #filmsContainer .film.doubleBox img {
    max-width: 806px;
  }
  #filmsContainer .film img {
    width: 100%;
    height: auto;
    position: relative;
    bottom: 0;
    left: 0;
    max-height: 211px;
  }
  #filmsContainer .film.third .filmInside {
    border-right: 1px solid #626262;
  }
  #filmsContainer .film.second .filmInside {
    border-right: 1px solid transparent;
  }
  #filmsContainer .film.fourth .filmInside {
    border-right: 1px solid transparent;
  }
  #filmsContainer .film.tallBox.third img {
    float: right;
    max-width: 401px;
  }
  #filmsContainer.struggles_grid .film.singleBox.first .filmInside {
    border-right: 1px solid #626262;
  }
  #filmsContainer.struggles_grid .film.singleBox.second .filmInside {
    border-right: 1px solid transparent;
  }
  #filmsContainer.struggles_grid .film.singleBox.third .filmInside {
    border-right: 1px solid #626262;
  }
  #filmsContainer.struggles_grid .film.singleBox.fourth .filmInside {
    border-right: 1px solid transparent;
  }
  #filmsContainer.struggles_grid .film.singleBox.fifth .filmInside {
    border-right: 1px solid #626262;
  }
  #filmsContainer.struggles_grid .film.singleBox.sixth .filmInside {
    border-right: 1px solid transparent;
  }
  #filmsContainer.strugglesContainer .film.singleBox.first .filmInside {
    border-right: 1px solid #626262;
  }
  #filmsContainer.strugglesContainer .film.singleBox.second .filmInside {
    border-right: 1px solid #626262;
  }
  #filmsContainer.strugglesContainer .film.singleBox.third .filmInside {
    border-right: 1px solid #626262;
  }
  #filmsContainer.strugglesContainer .film.singleBox.fourth .filmInside {
    border-right: 1px solid #626262;
  }
  #filmsContainer.strugglesContainer .film.singleBox.fifth .filmInside {
    border-right: 1px solid transparent;
  }
  #filmsContainer.strugglesContainer .film.singleBox.sixth .filmInside {
    border-right: 1px solid #626262;
  }
  #filmsContainer.strugglesContainer .film.singleBox.tallBox.third .filmInside {
    border-right: 1px solid #626262;
  }

  .singleBox .filmTitle {
    font-size: 34px;
    line-height: 32px;
    font-weight: bold;
    padding-left: 17px;
  }
  .singleBox .struggleTitle {
    font-size: 34px;
    line-height: 32px;
    font-weight: bold;
    padding-left: 20px;
  }

  .film .filmDescription {
    font-size: 15px;
    font-style: italic;
    font-weight: lighter;
    margin: 0 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding: 0 0 4px 0;
    position: absolute;
    bottom: 30px;
  }
  .film ul {
    padding: 12px 0 12px 17px;
  }
  .film ul li {
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    color: white;
    padding: 0 5px;
  }
  .film .struggleDescription {
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
    position: absolute;
  }
  .film.tallBox.third {
    max-height: 106px !important;
  }
  .film.tallBox.third .struggleDescription {
    display: none;
  }
  .film.tallBox.third .filmInside {
    max-height: 105px !important;
    width: auto !important;
  }
  .film.tallBox.third .filmInside img {
    max-height: 105px !important;
    width: auto !important;
  }
  .film.tallBox.third .filmInside a {
    display: inline-block;
    width: 100%;
  }
  .film.tallBox.third .struggleTitle {
    top: 33px;
    font-size: 28px;
  }

  .doubleBox .filmTitle {
    font-size: 60px;
    line-height: 55px;
    font-weight: bold;
    padding-left: 17px;
  }

  #main_header .wrapper #nonFilmShare .shareTitle span {
    display: none;
  }
}
@media only screen and (min-width: 511px) and (max-width: 767px) {
  #filmsContainer .film {
    display: inline-block;
    max-height: 212px;
    height: auto;
    background: black;
    vertical-align: top;
    position: relative;
  }
  #filmsContainer .film .filmInside {
    border-right: 1px solid #626262;
    border-bottom: 1px solid #626262;
    max-height: 211px;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  #filmsContainer .film.singleBox {
    width: 49.9%;
  }
  #filmsContainer .film.singleBox img {
    max-width: 401px;
  }
  #filmsContainer .film.doubleBox {
    width: 99.8%;
  }
  #filmsContainer .film.doubleBox img {
    max-width: 806px;
  }
  #filmsContainer .film img {
    width: 100%;
    height: auto;
    position: relative;
    bottom: 0;
    left: 30px;
    max-height: 211px;
    display: block;
  }
  #filmsContainer .film.third .filmInside {
    border-right: 1px solid #626262;
  }
  #filmsContainer .film.second .filmInside {
    border-right: 1px solid transparent;
  }
  #filmsContainer .film.fourth .filmInside {
    border-right: 1px solid transparent;
  }
  #filmsContainer.strugglesContainer .film.singleBox.first .filmInside {
    border-right: 1px solid #626262;
  }
  #filmsContainer.strugglesContainer .film.singleBox.second .filmInside {
    border-right: 1px solid #626262;
  }
  #filmsContainer.strugglesContainer .film.singleBox.third .filmInside {
    border-right: 1px solid #626262;
  }
  #filmsContainer.strugglesContainer .film.singleBox.fourth .filmInside {
    border-right: 1px solid #626262;
  }
  #filmsContainer.strugglesContainer .film.singleBox.fifth .filmInside {
    border-right: 1px solid #626262;
  }
  #filmsContainer.strugglesContainer .film.singleBox.sixth .filmInside {
    border-right: 1px solid #626262;
  }
  #filmsContainer.strugglesContainer .film.singleBox.tallBox.third .filmInside {
    border-right: 1px solid #626262;
  }
  #filmsContainer.struggles_grid .film.singleBox.first .filmInside {
    border-right: 1px solid #626262;
  }
  #filmsContainer.struggles_grid .film.singleBox.second .filmInside {
    border-right: 1px solid #626262;
  }
  #filmsContainer.struggles_grid .film.singleBox.third .filmInside {
    border-right: 1px solid #626262;
  }
  #filmsContainer.struggles_grid .film.singleBox.fourth .filmInside {
    border-right: 1px solid #626262;
  }
  #filmsContainer.struggles_grid .film.singleBox.fifth .filmInside {
    border-right: 1px solid #626262;
  }
  #filmsContainer.struggles_grid .film.singleBox.sixth .filmInside {
    border-right: 1px solid #626262;
  }

  .film .filmDescription {
    font-size: 15px;
    font-style: italic;
    color: white;
    font-weight: lighter;
    margin: 0 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding: 0 0 4px 0;
    position: absolute;
    bottom: 30px;
    display: none;
  }
  .film ul {
    border-top: none;
    position: absolute;
    padding: 8px 0 8px 10px;
  }
  .film ul li {
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    color: white;
    padding: 0 5px;
    line-height: 20px;
  }

  .strugglesContainer .film .filmInside {
    overflow: hidden;
  }

  .singleBox .filmTitle {
    font-size: 28px;
    line-height: 28px;
    font-weight: bold;
    padding-left: 17px;
  }

  .doubleBox .filmTitle {
    font-size: 45px;
    line-height: 40px;
    font-weight: bold;
    padding-left: 17px;
  }
}
@media only screen and (min-width: 100px) and (max-width: 510px) {
  #filmsContainer .film.singleBox {
    width: 50%;
  }
  #filmsContainer .film.doubleBox {
    width: 100%;
  }
  #filmsContainer .film.third .filmInside {
    border-right: 1px solid #626262;
  }
  #filmsContainer .film.second .filmInside {
    border-right: 1px solid transparent;
  }
  #filmsContainer .film.fourth .filmInside {
    border-right: 1px solid transparent;
  }
  #filmsContainer .film.tallBox.third img {
    float: right;
    max-width: 401px;
  }
  #filmsContainer.strugglesContainer .film.singleBox.first .filmInside {
    border-right: 1px solid #626262;
  }
  #filmsContainer.strugglesContainer .film.singleBox.second .filmInside {
    border-right: 1px solid #626262;
  }
  #filmsContainer.strugglesContainer .film.singleBox.third .filmInside {
    border-right: 1px solid #626262;
  }
  #filmsContainer.strugglesContainer .film.singleBox.fourth .filmInside {
    border-right: 1px solid #626262;
  }
  #filmsContainer.strugglesContainer .film.singleBox.fifth .filmInside {
    border-right: 1px solid #626262;
  }
  #filmsContainer.strugglesContainer .film.singleBox.sixth .filmInside {
    border-right: 1px solid #626262;
  }
  #filmsContainer.strugglesContainer .film.singleBox.tallBox.third .filmInside {
    border-right: 1px solid #626262;
  }
  #filmsContainer.struggles_grid .film.singleBox.first .filmInside {
    border-right: 1px solid #626262;
  }
  #filmsContainer.struggles_grid .film.singleBox.second .filmInside {
    border-right: 1px solid #626262;
  }
  #filmsContainer.struggles_grid .film.singleBox.third .filmInside {
    border-right: 1px solid #626262;
  }
  #filmsContainer.struggles_grid .film.singleBox.fourth .filmInside {
    border-right: 1px solid #626262;
  }
  #filmsContainer.struggles_grid .film.singleBox.fifth .filmInside {
    border-right: 1px solid #626262;
  }
  #filmsContainer.struggles_grid .film.singleBox.sixth .filmInside {
    border-right: 1px solid transparent;
  }

  .film .filmDescription {
    font-size: 14px;
    font-style: italic;
    color: white;
    font-weight: lighter;
    margin: 0 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding: 0 0 4px 0;
    position: absolute;
    bottom: 30px;
    display: none;
  }
  .film ul {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    margin-left: 10px;
    position: absolute;
    bottom: 9px;
    padding: 2px 0 0;
    width: 88%;
  }
  .film ul li {
    font-weight: bold;
    font-size: 12px;
    display: inline-block;
    color: white;
    padding-right: 5px;
  }
  .film .struggleDescription {
    font-size: 14px;
    font-style: italic;
    font-weight: lighter;
    margin: 0 10px;
    padding: 0 0 4px 0;
    position: absolute;
    bottom: 30px;
    display: none;
  }
  .film.shortBox {
    max-height: 63px !important;
  }
  .film.shortBox .struggleTitle {
    font-size: 15px;
    top: 19px;
  }
  .film.shortBox .filmInside {
    max-height: 62px !important;
    width: auto !important;
    text-align: right;
  }
  .film.shortBox .filmInside img {
    max-height: 62px !important;
    width: auto !important;
    text-align: right;
  }
  .film .filmInside ul {
    display: none;
  }
  .film.doubleBox ul {
    width: 94%;
  }
  .film.tallBox.third {
    max-height: 63px !important;
  }
  .film.tallBox.third .struggleTitle {
    font-size: 15px;
    top: 19px;
  }
  .film.tallBox.third .filmInside {
    max-height: 62px !important;
    width: auto !important;
    text-align: right;
  }
  .film.tallBox.third .filmInside img {
    max-height: 62px !important;
    width: auto !important;
    text-align: right;
  }
  .film.tallBox.third .filmInside a {
    display: inline-block;
    width: 100%;
  }

  .singleBox .filmTitle {
    font-size: 17px;
    line-height: 18px;
    font-weight: bold;
    padding-left: 17px;
  }
  .singleBox .struggleTitle {
    font-size: 17px;
    line-height: 18px;
    font-weight: bold;
    padding-left: 10px;
  }

  .doubleBox .filmTitle {
    font-size: 30px;
    line-height: 25px;
    font-weight: bold;
    padding-left: 17px;
  }
  .doubleBox .struggleTitle {
    font-size: 30px;
    line-height: 25px;
    font-weight: bold;
    padding-left: 10px;
  }

  #filmNavigation {
    display: none;
  }

  .triangle {
    border-right: 28px solid #d5004b;
    border-bottom: 28px solid transparent;
  }
}
@media only screen and (max-width: 765px) {
  #sidebar nav.desktop .wrapper {
    padding: 10px 0 10px 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 917px) {
  #sidebar #navConnectLISidebar .connectListContainer {
    left: -32px;
    top: 11px;
  }
  #sidebar nav.desktop .wrapper {
    padding: 10px 0 10px 10px !important;
  }

  body .fQuestionInside {
    background-image: none !important;
  }
}
@media only screen and (min-width: 918px) and (max-width: 1142px) {
  #sidebar #navConnectLISidebar .connectListContainer {
    left: -27px;
    top: 12px;
  }

  body .fQuestionInside {
    background-image: none !important;
  }
}
@media only screen and (min-width: 1143px) {
  #sidebar #navConnectLISidebar .connectListContainer {
    left: -18px;
    top: 15px;
  }

  body .fQuestionInside {
    background-image: none !important;
  }
}
@media only screen and (max-width: 918px) {
  #activeFlag img {
    height: auto;
    width: 19px;
  }
}
@media only screen and (min-width: 918px) {
  #desktopSearchBtnLI {
    width: 20px;
    height: 10px;
    position: relative;
  }

  .container-fluid #sidebar nav.desktop ul li a {
    font-size: 14px;
    margin-right: 8px;
  }
  .container-fluid #sidebar nav.desktop ul li a#desktopSearchBtn {
    background: url(../images/searchBtn.png) no-repeat scroll -3px 0/100% auto transparent;
    display: inline-block;
    height: 20px;
    margin: 0;
    position: absolute;
    text-indent: -9999px;
    top: -6px;
    vertical-align: top;
    width: 20px;
  }
}
@media only screen and (min-width: 1137px) {
  #desktopSearchBtnLI {
    width: 25px;
    height: 15px;
    position: relative;
  }

  .container-fluid #sidebar nav.desktop ul li a {
    font-size: 18px;
    margin-right: 15px;
  }
  .container-fluid #sidebar nav.desktop ul li a#desktopSearchBtn {
    background: url(../images/searchBtn.png) no-repeat scroll -3px 0/100% auto transparent;
    display: inline-block;
    height: 28px;
    margin: 0;
    position: absolute;
    text-indent: -9999px;
    top: -6px;
    vertical-align: top;
    width: 28px;
  }
}
@media only screen and (min-width: 1258px) {
  #desktopSearchBtnLI {
    width: 25px;
    height: 15px;
    position: relative;
  }

  .container-fluid #sidebar nav.desktop ul li a {
    margin-right: 26px;
  }
  .container-fluid #sidebar nav.desktop ul li a#desktopSearchBtn {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url(../images/searchBtn.png);
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: inline-block;
    height: 28px;
    margin: 0;
    position: absolute;
    text-indent: -9999px;
    top: -6px;
    vertical-align: top;
    width: 28px;
  }
}
@media only screen and (min-width: 768px) {
  #page-main #main_header nav.mobile.small_nav {
    display: none !important;
  }

  .wrapper {
    padding: 20px 40px;
  }

  #main_header {
    background: black;
    color: white;
    box-shadow: 0 1px 0 0 #313131;
    position: relative;
    z-index: 1000;
  }
  #main_header h1 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  #main_header h1 img {
    max-height: 33px;
  }
  #main_header .wrapper {
    padding: 10px 20px;
  }

  #page-main .video_container {
    height: 100%;
    line-height: 0;
    background: black;
  }
  #page-main .sub_header {
    background: #313131;
    padding: 10px 20px;
    margin-bottom: 0;
  }
  #page-main .sub_header h2 {
    font-size: 28px;
    margin-top: 0px;
    margin-bottom: 0px;
    display: inline-block;
  }
  #page-main .sub_header h3 {
    font-weight: 400;
    float: right;
    font-size: 14px;
    margin-top: 12px;
  }
  #page-main #page_content h3 {
    font-size: 24px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #bfbfbf;
  }
  #page-main #page_content .content_main {
    width: 100%;
    height: 100%;
  }
  #page-main #page_content .content_main_contact {
    width: 66%;
    height: 100%;
  }
  #page-main #page_content .expander {
    display: none;
  }
  #page-main #page_content .content_right {
    float: right;
    width: 48%;
    margin-left: 4%;
  }
  #page-main #page_content .content_right.bottom {
    display: none;
  }
  #page-main #page_content .content_right h3 {
    padding-bottom: 0;
    border-bottom: 0;
  }
  #page-main #page_content .content_right img {
    margin: 0 auto;
    display: block;
    width: 95%;
    height: auto;
  }

  #home_container .bottom_nav {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 98%;
    padding: 1%;
  }
  #home_container .bottom_nav .button {
    display: inline-block;
    background: white;
    width: 31.3%;
    margin: 1%;
    padding: 30px 0;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    box-shadow: 0 2px 2px 0 black;
    cursor: pointer;
  }
  #home_container .bottom_nav .button:hover {
    background: #313131;
    color: white;
  }

  #contact-image {
    width: 100%;
  }

  #sidebar {
    background: #f6f6f6;
    border-left: 1px solid #c9c9c9;
  }
  #sidebar nav {
    border-bottom: 1px solid #c9c9c9;
  }
  #sidebar nav.desktop .wrapper {
    padding: 18px 0 18px 18px;
  }
  #sidebar nav.desktop ul li {
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
  }
  #sidebar nav.desktop ul li a {
    color: #313131;
    text-decoration: none;
    text-transform: uppercase;
    margin-right: 8px;
    font-size: 18px;
  }
  #sidebar nav.desktop ul li.flag {
    float: right;
  }
  #sidebar nav.desktop ul li.flag a {
    margin-right: 0;
    display: block;
    height: 13px;
    width: 22px;
    background: url(../images/flag.png);
    text-indent: -9999px;
    margin-top: 3px;
  }
  #sidebar .widget {
    border-bottom: 1px solid #c9c9c9;
  }
  #sidebar .widget h3 {
    font-size: 24px;
    padding: 20px;
    line-height: 24px;
  }
  #sidebar .widget#videos {
    box-shadow: 0 0 0 0;
  }
  #sidebar .widget#videos h3 {
    padding-bottom: 0;
    margin-bottom: 10px;
  }
  #sidebar .widget#videos .video_grid {
    padding: 2%;
  }
  #sidebar .widget#videos .video_grid .video_thumb {
    margin: 2%;
    float: left;
    position: relative;
    width: 46%;
    box-shadow: -1px 1px 1px 0 rgba(0, 0, 0, 0.1);
    line-height: 0;
    height: 100%;
    background: white;
  }
  #sidebar .widget#videos .video_grid .video_thumb h4 {
    position: absolute;
    top: 10px;
    left: 10px;
    line-height: 18px;
    font-size: 18px;
    color: #d5004b;
    z-index: 1000;
  }
  #sidebar .widget#videos .video_grid .video_thumb img {
    width: 100%;
    height: auto;
    transition: all 0.4s linear;
  }
  #sidebar .widget#videos .video_grid .video_thumb img:hover {
    opacity: .5;
  }
  #sidebar .widget#struggles ul {
    padding: 0 15px 20px;
  }
  #sidebar .widget#struggles ul li {
    list-style: none;
    display: inline-block;
  }
  #sidebar .widget#struggles ul li a {
    display: inline-block;
    background: white;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    margin: 5px;
    color: #313131;
    box-shadow: -1px 1px 1px 0 rgba(0, 0, 0, 0.1), 3px 0 0 0 #d5004b inset;
    transition: all 0.1s linear;
  }
  #sidebar .widget#struggles ul li a:hover {
    box-shadow: -1px 1px 1px 0 rgba(0, 0, 0, 0.1), 6px 0 0 0 #d5004b inset;
  }
  #sidebar .widget#struggles ul a.view_all_link {
    color: #d5004b;
    display: block;
    font-weight: bold;
    margin-top: 5px;
    margin-left: 5px;
    text-decoration: none;
  }

  nav.mobile {
    display: none;
  }
}
@media only screen and (max-height: 860px) and (min-width: 768px) {
  #sidebar #stories.widget ul li a {
    font-size: 14px;
    line-height: 18px;
    padding: 15px 50px;
  }
}
@media only screen and (max-height: 804px) and (min-width: 768px) {
  #sidebar #more_info.widget ul li a {
    padding: 10px 20px;
  }
}
@media only screen and (max-height: 706px) and (min-width: 768px) {
  #sidebar #struggles.widget ul li a {
    font-size: 12px !important;
    padding: 8px 15px !important;
  }
}
@media only screen and (max-height: 682px) and (min-width: 768px) {
  #stories ul li:last-child {
    display: none;
  }
}
#sidebar #navConnectLISidebar .connectListContainer {
  left: -14px;
  position: absolute;
  top: 14px;
  padding: 10px 0 0;
  width: 110px;
}

/*
 *
 *
 * TRY MOBILE FIRST FOR EVERYTHING, THEN IF MUST HACK AWAY
 *
 * 
 */
@media (min-width: 768px) {
  .home #page-main {
    height: 100%;
    position: absolute;
  }
  .home #page-main #mainSlider {
    height: 100% !important;
  }
}
@media (min-width: 992px) {
  #main_header .top_menu {
    display: none;
  }
}
/*
 *
 *
 *HACKING STYLES BEGINS HERE
 *
 */
@media (max-width: 768px) {
  #ias-container #page-container {
    display: block;
  }
  #ias-container #page-container #page-main {
    display: block;
  }
  #ias-container #page-container #sidebar {
    display: block;
    left: 0px;
  }

  .single #page-container #page-main #page_content, .archive #page-container #page-main #page_content {
    margin-right: 15px;
    margin-left: 15px;
  }

  .home #ias-container #page-container {
    margin-right: 0px;
    margin-left: 0px;
    overflow: hidden;
  }
  .home #ias-container #page-container #page-main {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
  }

  #main_header h1 {
    width: 50%;
  }

  #sidebar {
    background: #f6f6f6;
    box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.4) inset;
    height: 100% !important;
  }
  #sidebar .widget h3 {
    font-size: 24px;
    padding: 20px;
  }
  #sidebar .widget#next_steps_sidebar h3 {
    border-bottom: 1px solid #c9c9c9;
  }
  #sidebar .widget#next_steps_sidebar ul li {
    list-style: none;
  }
  #sidebar .widget#next_steps_sidebar ul li a {
    display: block;
    padding: 15px 20px;
    border-bottom: 1px solid #c9c9c9;
    font-weight: bold;
    text-decoration: none;
    color: #313131;
    background: url(../images/right_arrow.png) 92% center no-repeat;
  }
  #sidebar .widget#next_steps_sidebar ul li a:hover {
    background: url(../images/right_arrow.png) 93% center no-repeat #dddddd;
  }
  #sidebar .widget#struggles ul {
    padding: 0 15px 20px;
  }
  #sidebar .widget#struggles ul li {
    list-style: none;
    display: inline-block;
  }
  #sidebar .widget#struggles ul li a {
    display: inline-block;
    background: white;
    padding: 10px 15px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    margin: 5px;
    box-shadow: -1px 1px 1px 0 rgba(0, 0, 0, 0.1), 3px 0 0 0 #d5004b inset;
    transition: all 0.1s linear;
  }
  #sidebar .widget#struggles ul li a:hover {
    box-shadow: -1px 1px 1px 0 rgba(0, 0, 0, 0.1), 6px 0 0 0 #d5004b inset;
  }
  #sidebar .widget#stories ul {
    padding-bottom: 20px;
  }
  #sidebar .widget#stories ul li {
    background: url(../images/quote.png) 20px 17px no-repeat white;
    list-style: none;
    margin: 0 20px 10px;
    box-shadow: -1px 1px 2px 0 rgba(0, 0, 0, 0.2);
  }
  #sidebar .widget#stories ul li a {
    text-decoration: none;
    font-size: 16px;
    line-height: 22px;
    padding: 15px 60px 15px 50px;
    display: block;
    background: url(../images/quote_arrow.png) 96% center no-repeat;
    transition: all 0.1s linear;
  }
  #sidebar .widget#stories ul li a:hover {
    background: url(../images/quote_arrow.png) 97% center no-repeat;
  }
  #sidebar nav.mobile {
    display: none;
  }
  #sidebar.home .widget#struggles ul li a {
    font-size: 14px;
  }

  .slideLogo {
    display: none !important;
  }

  #page-main .sub_header {
    background: #313131;
    padding: 10px 20px;
    margin-bottom: 10px;
  }
  #page-main .sub_header h2 {
    display: inline-block;
    vertical-align: top;
    float: none;
    font-size: 28px;
  }
  #page-main .sub_header h3 {
    float: none;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  #page-main #home_container {
    background-size: cover;
    overflow: hidden;
    position: relative;
  }
  #page-main #home_container .slide_info_wrapper {
    top: inherit;
    bottom: 0;
    left: 0;
  }
  #page-main #page_content h3 {
    font-size: 24px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #bfbfbf;
  }
  #page-main #page_content .content_right {
    margin-bottom: 40px;
  }
  #page-main #page_content .content_right.top {
    display: none;
  }
  #page-main #page_content .content_right.bottom {
    display: block;
  }
  #page-main #page_content .content_right img {
    width: 100%;
    height: auto;
  }
  #page-main #page_content .expander {
    padding: 10px;
    text-align: center;
    display: block;
    margin: 20px 0;
    background: #313131;
    cursor: pointer;
  }

  #singleIASFilmBuyBtn {
    font-size: 14px;
    padding: 5px 8px;
  }

  .container-fluid {
    background: white;
  }
  .container-fluid .sub_header {
    padding: 20px;
  }
  .container-fluid #page_content {
    padding: 10px;
  }

  #filmNavigation {
    display: none;
  }

  .home .top_menu li {
    list-style: none;
  }
  .home .top_menu li a {
    background: url(../images/menu_icon_dark.png) no-repeat scroll 10px center transparent;
    font-size: 16px;
    font-stretch: condensed;
    font-weight: 300;
    padding-left: 40px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
  }
  .home nav.mobile.small_nav {
    background: none repeat scroll 0 0 #222222;
    box-shadow: 0 -4px 2px -2px black inset, 0 1px 0 0 #1a1a1a;
    display: block;
    position: relative;
  }
  .home nav.mobile.small_nav ul.sub_menu {
    display: none;
  }
  .home nav.mobile.small_nav ul.sub_menu li {
    list-style: none;
  }
  .home nav.mobile.small_nav ul.sub_menu li a {
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1), 0 -1px 0 0 rgba(0, 0, 0, 0.5);
    display: block;
    font-size: 14px;
    padding: 10px 20px;
    text-decoration: none;
  }

  .fQuestionExpanded .fQuestionLeft {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .fQuestionExpanded .fQuestionRight {
    display: block;
    margin-left: 0;
    width: 100%;
  }

  #sub_header {
    padding: 0px;
  }
  #sub_header h1 {
    display: none;
  }
  #sub_header ul {
    margin-left: 0;
  }
  #sub_header ul li a {
    font-size: 14px;
    padding: 12px 20px;
  }
  #sub_header #filmsHeader {
    height: 40px;
  }

  nav.desktop {
    display: none;
  }
  nav.mobile {
    position: absolute;
  }
  nav.mobile .sub_menu {
    display: none;
    padding-left: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
  }
  nav.mobile .sub_menu li {
    list-style: none;
  }

  #home_container h1 {
    background: url(../images/logo_full_mobile.png) center no-repeat;
    height: 27px;
    width: 200px;
    text-indent: -9999px;
    left: 20px;
    top: 20px;
    position: absolute;
  }
  #home_container .bottom_nav {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 99%;
    padding: 1%;
  }
  #home_container .bottom_nav .button {
    display: inline-block;
    background: white;
    width: 31.3%;
    margin: 1%;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    box-shadow: 0 2px 2px 0 black;
    cursor: pointer;
  }
  #home_container .bottom_nav .button img {
    width: 100%;
    height: auto;
    display: block;
  }
  #home_container .bottom_nav .button:hover {
    background: #313131;
    color: white;
  }

  .fQuestion .fQuestionTitle {
    font-size: 20px;
  }

  .struggles_header h1 {
    display: inline-block !important;
  }

  #filmsHeader .films_controller .sort {
    font-size: 14px;
    text-indent: -9999px;
    padding: 10px 20px;
    background: url(../images/dropdown.png) no-repeat scroll 14px center #d5004b;
    width: 0;
  }

  body.home .royalSlider .royalSlide .slide_info_wrapper {
    top: inherit;
    bottom: 40px;
    height: 100%;
    padding: 0px;
  }
  body.home .royalSlider .royalSlide .slide_info_wrapper .slide_info {
    padding: 0px;
    position: absolute;
    bottom: 0px;
    height: 40px;
  }
  body.home .royalSlider .royalSlide .slide_info_wrapper .slide_info h2 {
    font-size: 24px;
    border-bottom: none;
    margin-left: 20px;
  }
  body.home .royalSlider .royalSlide .slide_info_wrapper .slide_info p {
    display: none;
  }
  body.home .royalSlider .royalSlide .slide_info_wrapper .slide_info p.play {
    margin-bottom: 0;
    font-stretch: condensed;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    margin-right: 15px;
  }
  body.home .royalSlider .royalSlide .slide_info_wrapper .slide_info p.play a {
    text-decoration: none;
  }
  body.home .royalSlider .royalSlide .slide_info_wrapper .slide_info p.play span {
    text-decoration: none;
    font-size: 14px;
    margin-right: 5px;
  }
  body.home .royalSlider .royalSlide .slide_info_wrapper .white .slide_info {
    background: rgba(0, 0, 0, 0.6);
  }
}
@media (max-width: 992px) {
  #main_header {
    background: black;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.25);
    position: relative;
  }
  #main_header h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 33px;
  }
  #main_header h1 a img {
    max-height: 33px;
  }
  #main_header #filmNavigation {
    display: none;
  }
  #main_header .wrapper {
    padding: 10px 20px;
    position: relative;
  }
  #main_header .top_menu {
    padding-left: 0;
    float: right;
    margin-top: 4px;
    margin-bottom: 0px;
  }
  #main_header .top_menu li {
    list-style: none;
  }
  #main_header .top_menu li a {
    text-decoration: none;
    background: url(../images/menu_icon_dark.png) 10px center no-repeat;
    padding-left: 40px;
    font-stretch: condensed;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
  }
  #main_header nav.mobile.small_nav {
    box-shadow: 0 -4px 2px -2px black inset;
    background: #222222;
    position: relative;
  }
  #main_header nav.mobile.small_nav h1 #mobileHeaderNavLogoLink {
    max-width: 150px;
  }
  #main_header nav.mobile.small_nav ul li a {
    display: block;
    padding: 10px 20px;
    font-size: 14px;
    text-decoration: none;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1), 0 -1px 0 0 rgba(0, 0, 0, 0.5);
  }
}
@media only screen and (min-device-width: 20px) and (max-device-width: 480px) {
  #mobileHeaderNavLogoLink {
    width: 150px !important;
  }

  body.single-ias_struggle #filmVideo {
    max-width: 320px !important;
  }
  body.single-ias_struggle #player1Holder {
    max-width: 320px !important;
  }
  body.single-ias_struggle #filmVideoIntroPane {
    max-width: 320px !important;
  }
  body.single-ias_struggle #filmVideoOverlay {
    max-width: 320px !important;
  }
  body div.video_container.html5 {
    max-width: 480px;
  }
  body div.video_container.html5 div {
    padding: 0;
  }
  body div.video_container.html5 div.video_container {
    padding: 0 !important;
  }
  body div.video_container.html5 div.oo_startScreen {
    padding: 0 !important;
  }
  body div.video_container.html5 div.oo_startScreen img.oo_promoImage {
    top: 0 !important;
  }
  body div.video_container.html5 div.OoyalaHtml5VideoPlayer {
    padding: 0 !important;
  }
  body div.video_container > div {
    padding: 0 !important;
  }
  body div.oo_startScreen {
    display: block !important;
  }
  body div.oo_startScreen img.oo_promoImage {
    display: block !important;
    visibility: visible !important;
  }

  #videoAbout {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .slideLogo {
    display: none !important;
  }

  .royalSlider.iskin.x2 .arrow {
    height: 60px !important;
  }

  #page-main .sub_header {
    padding: 10px 20px;
    margin-bottom: 10px;
  }
  #page-main .sub_header h2 {
    display: inline-block;
    vertical-align: top;
    float: none;
    font-size: 28px;
  }
  #page-main .bottom_nav {
    display: none !important;
  }
  #page-main .video_container {
    width: 100%;
    min-height: 185px;
    display: block !important;
  }
  #page-main .video_container.mobile {
    display: block;
  }
  #page-main #home_container {
    background: url(../images/home_brian.jpg);
    background-size: cover;
    overflow: hidden;
    position: relative;
  }
  #page-main #page_content h3 {
    font-size: 24px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #bfbfbf;
  }
  #page-main #page_content .content_right {
    margin-bottom: 40px;
  }
  #page-main #page_content .content_right.top {
    display: none;
  }
  #page-main #page_content .content_right.bottom {
    display: block;
  }
  #page-main #page_content .content_right img {
    width: 100%;
    height: auto;
  }
  #page-main #page_content .expander {
    padding: 10px;
    text-align: center;
    display: block;
    margin: 20px 0;
    background: #313131;
    cursor: pointer;
  }

  #singleIASFilmBuyBtn {
    font-size: 14px;
    padding: 5px 8px;
  }

  .container-fluid {
    overflow: hidden;
    background: white;
  }
  .container-fluid .sub_header {
    padding: 20px;
  }
  .container-fluid .slideLogo {
    background: url(../images/logo_full_mobile.png) center no-repeat;
    height: 27px;
    width: 200px;
    text-indent: -9999px;
    left: 20px;
    top: 20px;
    position: absolute;
  }
  .container-fluid .slideLogo.dark {
    display: none;
    background: url(../images/logo_full_mobile_black.png) center no-repeat;
  }

  .struggles_grid .featured_top .featured_struggle {
    display: block;
    height: 100% !important;
    overflow: hidden;
    width: 100%;
  }
  .struggles_grid .featured_top .featured_description {
    display: block;
    height: 100% !important;
    overflow: hidden;
    width: 100%;
  }
  .struggles_grid .featured_description {
    width: 100%;
    display: block;
  }
  .struggles_grid .featured_description .featured_wrapper {
    margin: 0;
  }

  .filmInside {
    text-decoration: none;
  }
  .filmInside a {
    text-decoration: none;
  }
  .filmInside a p {
    text-decoration: none;
  }

  #sidebar {
    box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.4) inset;
    height: 100% !important;
  }
  #sidebar nav.desktop {
    display: none;
  }
  #sidebar nav.mobile {
    position: absolute;
    display: none;
  }
  #sidebar .widget {
    box-shadow: 0 -1px 0 0 #c9c9c9 inset, 0 1px 0 0 white;
  }
  #sidebar .widget h3 {
    font-size: 24px;
    padding: 20px;
  }
  #sidebar .widget#stories ul {
    padding-bottom: 20px;
  }
  #sidebar .widget#stories ul li {
    background: url(../images/quote.png) 20px 17px no-repeat white;
    list-style: none;
    margin: 0 20px 10px;
    box-shadow: -1px 1px 2px 0 rgba(0, 0, 0, 0.2);
  }
  #sidebar .widget#stories ul li a {
    text-decoration: none;
    font-size: 14px;
    line-height: 22px;
    padding: 15px 60px 15px 50px;
    display: block;
    background: url(../images/quote_arrow.png) 96% center no-repeat;
    transition: all 0.1s linear;
  }
  #sidebar .widget#stories ul li a:hover {
    background: url(../images/quote_arrow.png) 97% center no-repeat;
  }
  #sidebar.home .widget#struggles ul li a {
    font-size: 14px;
  }
  #sidebar #next_steps_sidebar.widget h3 {
    border-bottom: 1px solid #c9c9c9;
  }
  #sidebar #next_steps_sidebar.widget ul li a {
    background: url(../images/right_arrow.png) no-repeat scroll right center transparent;
    border-bottom: 1px solid #c9c9c9;
    color: #313131;
    display: block;
    font-weight: bold;
    padding: 15px 20px;
    text-decoration: none;
  }

  .fQuestionExpanded .fQuestionLeft {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .fQuestionExpanded .fQuestionRight {
    display: block;
    margin-left: 0;
    width: 100%;
  }

  .home .top_menu li {
    list-style: none;
  }
  .home .top_menu li a {
    background: url(../images/menu_icon_dark.png) no-repeat scroll 10px center transparent;
    font-size: 16px;
    font-stretch: condensed;
    font-weight: 300;
    padding-left: 40px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
  }
  .home nav.mobile.small_nav {
    background: none repeat scroll 0 0 #222222;
    box-shadow: 0 -4px 2px -2px black inset, 0 1px 0 0 #1a1a1a;
    position: relative;
  }
  .home nav.mobile.small_nav .sub_menu {
    display: none;
  }
  .home nav.mobile.small_nav ul li a {
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1), 0 -1px 0 0 rgba(0, 0, 0, 0.5);
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 20px;
    text-decoration: none;
  }

  #filmsHeader {
    display: inline-block;
    vertical-align: top;
    float: right;
    margin: 0;
  }
  #filmsHeader .films_controller .sort {
    font-size: 14px;
    text-indent: -9999px;
    padding: 15px 20px;
    background-position: 14px center;
    margin-top: 0;
    margin-right: 0;
    width: 0;
    border: 0;
    box-shadow: 0 0 0 0;
    float: right;
  }
  #filmsHeader .films_controller .sort:hover {
    background-position: 14px center;
  }
  #filmsHeader .films_controller .list_view {
    display: none;
  }
  #filmsHeader .films_controller .grid_view {
    display: none;
  }
  #filmsHeader .select2-container .select2-choice {
    width: 87px;
    height: 44px;
    line-height: 44px;
    font-size: 12px;
    padding: 0 0 0 8px;
  }

  #home_container h1 {
    background: url(../images/logo_full_mobile.png) center no-repeat;
    height: 27px;
    width: 200px;
    text-indent: -9999px;
    left: 20px;
    top: 20px;
    position: absolute;
  }
  #home_container .bottom_nav {
    display: none;
  }
  #home_container .bottom_nav .button {
    display: inline-block;
    background: white;
    width: 31.3%;
    margin: 1%;
    padding: 15px 0;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    box-shadow: 0 2px 2px 0 black;
    cursor: pointer;
  }
  #home_container .bottom_nav .button:hover {
    background: #313131;
    color: white;
  }

  #fvoInside h1 {
    margin: 30px 0 10px;
    font-size: 30px;
  }
  #fvoInside h2 {
    margin: 0 0 30px 0;
  }

  p.fQuestionTitle {
    font-size: 18px !important;
    padding: 20px !important;
  }

  #filmsContainer.struggles_grid .film.singleBox:nth-child(even) .filmInside {
    border-right: 0 solid #626262;
  }

  struggles_grid .featured_struggle {
    width: 100%;
    display: block;
  }

  .struggles_header h1 {
    display: inline-block !important;
    font-size: 18px !important;
    padding: 7px 0 0 20px;
  }

  .select2-container .select2-choice div {
    right: 5%;
  }
  .select2-container .select2-choice div b {
    background: url(../images/select2.png) no-repeat scroll 0 9px transparent;
  }

  .select2-dropdown-open .select2-choice div b {
    background-position: -18px 9px;
  }

  .select2-results li {
    font-size: 12px !important;
    padding: 10px 0 10px 8px;
  }

  body.home .royalSlider.iskin .slide_info {
    min-width: 0;
    margin: 0 auto;
    position: relative;
    width: 100%;
    max-width: none !important;
  }
  body.home .royalSlider.iskin .slide_info h2 {
    font-size: 18px;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    max-width: 210px;
    overflow: hidden;
  }
  body.home .royalSlider.iskin .slide_info p {
    display: none;
  }
  body.home .royalSlider.iskin .slide_info p.play {
    margin-bottom: 0;
    font-stretch: condensed;
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    float: right;
  }
  body.home .royalSlider.iskin .slide_info p.play a {
    text-decoration: none;
    padding: 10px 5px 10px 0;
    display: block;
    font-size: 14px;
  }
  body.home .royalSlider.iskin .slide_info p.play span {
    text-decoration: none;
    font-size: 14px;
    margin-right: 5px;
  }

  #player1_MobileContainer .OoyalaHtml5VideoPlayer {
    display: block;
    width: 100% !important;
    height: 100% !important;
    position: relative !important;
  }
  #player1_MobileContainer .OoyalaHtml5VideoPlayer video {
    display: block;
    width: 100% !important;
    height: 100% !important;
    position: relative !important;
  }
}
@media only screen and (min-device-width: 20px) and (max-device-width: 480px) and (orientation: landscape) {
  body.single-ias_struggle #filmVideo {
    max-width: 480px !important;
  }
  body.single-ias_struggle #player1Holder {
    max-width: 480px !important;
  }
  body.single-ias_struggle #filmVideoIntroPane {
    max-width: 480px !important;
  }
  body.home .royalSlider.iskin .slide_info {
    min-width: 0;
    padding: 10px;
    margin: 0 auto;
    position: relative;
    top: 0 !important;
  }
  body.home .royalSlider.iskin .slide_info h2 {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #484848;
    text-align: center;
    display: block;
  }
  body.home .royalSlider.iskin .slide_info p {
    display: none;
  }
  body.home .royalSlider.iskin .slide_info p.play {
    margin-bottom: 0;
    font-stretch: condensed;
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    text-align: center;
  }
  body.home .royalSlider.iskin .slide_info p.play a {
    text-decoration: none;
  }
  body.home .royalSlider.iskin .slide_info p.play span {
    text-decoration: none;
    font-size: 14px;
    margin-right: 5px;
  }

  .slide_info_wrapper {
    position: absolute;
    top: 40px;
    width: 480px;
  }

  .royalControlNavOverflow {
    display: none;
  }

  #player1Holder {
    width: 480px !important;
    height: 270px !important;
  }

  #sidebar #more_info.widget ul li a {
    font-size: 14px !important;
  }

  #page-main .video_container.mobile_portrait {
    display: block !important;
  }
  #page-main .video_container.ipad_landscape {
    display: none;
  }

  .royalSlider .arrow {
    top: 125px !important;
  }

  #player1_MobileContainer .OoyalaHtml5VideoPlayer {
    display: block;
    width: 100% !important;
    height: 100% !important;
    position: relative !important;
  }
  #player1_MobileContainer .OoyalaHtml5VideoPlayer video {
    display: block;
    width: 100% !important;
    height: 100% !important;
    position: relative !important;
  }
}
@media screen and (max-width: 320px) {
  body div#filmVideo {
    max-height: 180px;
    overflow: hidden;
  }
  body div.video_container.html5 {
    max-width: 320px;
  }
  body div.video_container.html5 div.oo_startScreen {
    display: block !important;
  }
  body div.video_container.html5 img.oo_promoImage {
    max-width: 320px;
  }
  body #filmsContainer .featured_struggle {
    max-width: 320px !important;
    max-height: 180px !important;
    overflow: hidden !important;
    min-width: 320px !important;
  }
  body #filmsContainer .featured_struggle div.video_container.html5 {
    max-width: 320px !important;
    max-height: 180px !important;
  }
}
@media screen and (min-width: 321px) and (max-width: 480px) {
  body #filmsContainer .featured_struggle {
    max-width: 480px !important;
    min-width: 320px !important;
  }
  body div.video_container.html5 {
    max-width: 480px;
  }
  body div.video_container.html5 div.oo_startScreen {
    display: block !important;
  }
  body div.video_container.html5 img.oo_promoImage {
    width: 480px !important;
  }
}
.page-template-page_r_speakers_home #page-main #page_content .wrapper, .tax-ias_speaker_cat #page-main #page_content .wrapper {
  display: inline-block;
}

.speaker {
  text-align: center;
  margin-bottom: 20px;
}
.speaker a {
  color: #d5004b;
  text-decoration: none;
}

.speaker_intro {
  background: #e3e3e3;
  height: 60px;
  padding: 12px;
}
.speaker_intro h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 16px;
}
.speaker_intro p {
  font-size: .7em;
  margin-top: 10px;
  line-height: 110%;
}

.speakers-bureau a {
  color: #d5004b;
  text-decoration: none;
}
.speakers-bureau a:visited {
  color: #d5004b;
  text-decoration: none;
}
.speakers-bureau a:hover {
  color: black;
}

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

@media only screen and (min-width: 768px) {
  .page-template-page_r_about #page-main #page_content .content_main h3 {
    width: auto !important;
    display: block !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .page-template-page_r_about div#videoAbout {
    width: 100% !important;
  }
}
@media only screen and (min-device-width: 20px) and (max-device-width: 480px), only screen and (min-width: 20px) and (max-width: 480px) {
  .page-template-page_r_about #sidebar .widget#more_info ul li a {
    background: url(../images/right_arrow.png) 96% center no-repeat !important;
  }
  .page-template-page_r_about div#videoAbout {
    width: 66.5% !important;
    float: left;
  }
  .page-template-page_r_about #page-main #page_content .content_main_contact {
    width: auto !important;
  }
  .page-template-page_r_about .callBox span {
    color: #d5004b;
  }
}
.page-template-page_r_contact .buttonBox {
  font-weight: bold !important;
}
.page-template-page_r_contact #contactWelcome {
  font-weight: bold !important;
  font-size: 135% !important;
}
.page-template-page_r_contact .contactLarge {
  font-size: 135% !important;
}
.page-template-page_r_contact .contactRight {
  width: 50% !important;
}
.page-template-page_r_contact .contactRight p {
  line-height: 25px !important;
}
.page-template-page_r_contact div#videoAbout {
  width: 66.5% !important;
  float: left;
}
.page-template-page_r_contact div.contactLeft {
  padding: 0 !important;
}
.page-template-page_r_contact div.contactRight {
  padding: 10px 0 100px 15px !important;
}
.page-template-page_r_contact .callBox {
  font-weight: bold !important;
  padding: .5em 0 !important;
  margin: .1em 0 !important;
  font-size: 2.5em !important;
}
.page-template-page_r_contact .callBox span {
  color: #d5004b;
}
.page-template-page_r_contact #page-main #page_content .content_main_contact {
  width: auto !important;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .page-template-page_r_contact div#videoAbout {
    width: 100% !important;
    float: none;
  }
  .page-template-page_r_contact div.contactLeft {
    width: 100% !important;
  }
  .page-template-page_r_contact div.contactRight {
    width: 100% !important;
    padding: 10px 0 0 0 !important;
  }
  .page-template-page_r_contact ul.contact-list li p {
    padding: 0 20px !important;
  }
  .page-template-page_r_contact #sub_header ul li.current a {
    box-shadow: none !important;
  }
  .page-template-page_r_contact #sub_header ul li.current a:hover {
    box-shadow: none !important;
  }
  .page-template-page_r_contact .contactRight p {
    border-bottom: 1px solid #78767a;
    background: url(../images/contactRight_arrow.png) 20px top no-repeat;
    padding-left: 65px;
    padding-bottom: 20px;
  }
  .page-template-page_r_contact a.bigContactLink {
    display: block;
    padding-left: 65px;
    margin-left: -65px;
  }
}
