/**
 * Theme Name:	ClubCISO 2017
 * Description: Custom theme
 * Theme URI:	www.verticaltilt.co.uk
 * Version:	1.0
 * Author: Gareth Livingstone
 * Author URI: www.verticaltilt.co.uk
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

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

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

[hidden],
template {
  display: none; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

a {
  background: transparent; }

a:focus {
  outline: thin dotted; }

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

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

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

pre {
  white-space: pre-wrap; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

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: 0; }

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

legend {
  border: 0;
  padding: 0; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button,
input {
  line-height: normal; }

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; }

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

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

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

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

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

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

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

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

body {
  font-family: "Gotham A", "Gotham B", helvetica, arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  color: #5f5f5f;
  background-color: #ffffff; }

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

a {
  color: #d60b52;
  text-decoration: none; }
  a:hover, a:focus {
    color: #8d0736;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

img {
  vertical-align: middle; }

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

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

.img-thumbnail {
  padding: 4px;
  line-height: 1.6;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-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 #dfdfdf; }

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

p {
  margin: 0 0 10px; }

.lead {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500; }

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

cite {
  font-style: normal; }

.text-muted {
  color: #999999; }

.text-primary {
  color: #d60b52; }
  .text-primary:hover {
    color: #a5093f; }

.text-warning {
  color: #c09853; }
  .text-warning:hover {
    color: #a47e3c; }

.text-danger {
  color: #b94a48; }
  .text-danger:hover {
    color: #953b39; }

.text-success {
  color: #468847; }
  .text-success:hover {
    color: #356635; }

.text-info {
  color: #3a87ad; }
  .text-info:hover {
    color: #2d6987; }

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

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

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

.bold {
  font-weight: bold; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1.2;
  font-weight: 500;
  font-style: normal; }
  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: #999999; }

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

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

h1, .h1 {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 700; }
  @media (min-width: 768px) {
    h1, .h1 {
      font-size: 32px;
      font-size: 3.2rem; } }
h2, .h2 {
  font-size: 24px;
  font-size: 2.4rem; }

h3, .h3 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400; }
  @media (min-width: 768px) {
    h3, .h3 {
      font-size: 20px;
      font-size: 2rem; } }
h4, .h4 {
  font-size: 16px;
  font-size: 1.6rem; }

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

h6, .h6 {
  font-size: 13px;
  font-size: 1.3rem; }

.page-header {
  margin: 40px 0 20px; }

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

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

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px; }
  .list-inline > li:first-child {
    padding-left: 0; }

dl {
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.6; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

@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; }
    .dl-horizontal dd:before, .dl-horizontal dd:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .dl-horizontal dd:after {
      clear: both; } }

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

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #dfdfdf; }
  blockquote p {
    font-size: 1.75;
    font-weight: 300;
    line-height: 1.25; }
  blockquote p:last-child {
    margin-bottom: 0; }
  blockquote small {
    display: block;
    line-height: 1.6;
    color: #999999; }
    blockquote small:before {
      content: '\2014 \00A0'; }
  blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #dfdfdf;
    border-left: 0; }
    blockquote.pull-right p,
    blockquote.pull-right small,
    blockquote.pull-right .small {
      text-align: right; }
    blockquote.pull-right small:before,
    blockquote.pull-right .small:before {
      content: ''; }
    blockquote.pull-right small:after,
    blockquote.pull-right .small:after {
      content: '\00A0 \2014'; }

blockquote:before,
blockquote:after {
  content: ""; }

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }
  .container:before, .container:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .container:after {
    clear: both; }

.row {
  margin-left: -10px;
  margin-right: -10px; }
  .row:before, .row:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .row:after {
    clear: both; }

.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-6, .col-sm-6, .gform_wrapper .gfield.inline-radio .ginput_container, .col-md-6, .col-lg-6, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .container {
    width: 740px; }
  .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .gform_wrapper .gfield.inline-radio .ginput_container, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1 {
    float: left; }
  .col-sm-1 {
    width: 8.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6, .gform_wrapper .gfield.inline-radio .ginput_container {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: 0%; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: 0%; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .container {
    width: 960px; }
  .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1 {
    float: left; }
  .col-md-1 {
    width: 8.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: 0%; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: 0%; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .container {
    width: 1160px; }
  .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1 {
    float: left; }
  .col-lg-1 {
    width: 8.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: 0%; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: 0%; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  max-width: 100%;
  background-color: transparent; }

th {
  text-align: left; }

.table {
  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.6;
    vertical-align: top;
    border-top: 1px solid #ddd;
    font-size: 1.2; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .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 #ddd; }
  .table .table {
    background-color: #ffffff; }

.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-cond-split-50 > thead > tr > th,
.table-cond-split-50 > thead > tr > td,
.table-cond-split-50 > tbody > tr > th,
.table-cond-split-50 > tbody > tr > td,
.table-cond-split-50 > tfoot > tr > th,
.table-cond-split-50 > tfoot > tr > td {
  padding: 5px 1%;
  width: 48%; }

.table-bordered {
  border: 1px solid #ddd; }
  .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 #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9; }

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

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

table td[class*="col-"],
table th[class*="col-"] {
  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: #f5f5f5; }

.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.success:hover > th {
  background-color: #d0e9c6; }

.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.danger:hover > th {
  background-color: #ebcccc; }

.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.warning:hover > th {
  background-color: #faf2cc; }

@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch; }
    .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; }

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

label {
  display: inline-block;
  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;
  /* IE8-9 */
  line-height: normal; }

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

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

select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit; }

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

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

output {
  display: block;
  padding-top: 11px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #555555;
  vertical-align: middle; }

.form-control, .ginput_container input[type="text"],
.ginput_container input[type="number"],
.ginput_container input[type="email"],
.ginput_container select,
.ginput_container textarea {
  display: block;
  width: 100%;
  height: 42px;
  padding: 10px 12px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  -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;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus, .ginput_container input[type="text"]:focus,
  .ginput_container input[type="number"]:focus,
  .ginput_container input[type="email"]: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[type="text"]:-moz-placeholder,
  .ginput_container input[type="number"]:-moz-placeholder,
  .ginput_container input[type="email"]:-moz-placeholder,
  .ginput_container select:-moz-placeholder,
  .ginput_container textarea:-moz-placeholder {
    color: #555555;
    font-size: 12px;
    font-size: 1.2rem; }
  .form-control::-moz-placeholder, .ginput_container input[type="text"]::-moz-placeholder,
  .ginput_container input[type="number"]::-moz-placeholder,
  .ginput_container input[type="email"]::-moz-placeholder,
  .ginput_container select::-moz-placeholder,
  .ginput_container textarea::-moz-placeholder {
    color: #555555;
    font-size: 12px;
    font-size: 1.2rem; }
  .form-control:-ms-input-placeholder, .ginput_container input[type="text"]:-ms-input-placeholder,
  .ginput_container input[type="number"]:-ms-input-placeholder,
  .ginput_container input[type="email"]:-ms-input-placeholder,
  .ginput_container select:-ms-input-placeholder,
  .ginput_container textarea:-ms-input-placeholder {
    color: #555555;
    font-size: 12px;
    font-size: 1.2rem; }
  .form-control::-webkit-input-placeholder, .ginput_container input[type="text"]::-webkit-input-placeholder,
  .ginput_container input[type="number"]::-webkit-input-placeholder,
  .ginput_container input[type="email"]::-webkit-input-placeholder,
  .ginput_container select::-webkit-input-placeholder,
  .ginput_container textarea::-webkit-input-placeholder {
    color: #555555;
    font-size: 12px;
    font-size: 1.2rem; }
  .form-control[disabled], .ginput_container input[disabled][type="text"],
  .ginput_container input[disabled][type="number"],
  .ginput_container input[disabled][type="email"],
  .ginput_container select[disabled],
  .ginput_container textarea[disabled], .form-control[readonly], .ginput_container input[readonly][type="text"],
  .ginput_container input[readonly][type="number"],
  .ginput_container input[readonly][type="email"],
  .ginput_container select[readonly],
  .ginput_container textarea[readonly], fieldset[disabled] .form-control, fieldset[disabled] .ginput_container input[type="text"], .ginput_container fieldset[disabled] input[type="text"],
  fieldset[disabled] .ginput_container input[type="number"],
  .ginput_container fieldset[disabled] input[type="number"],
  fieldset[disabled] .ginput_container input[type="email"],
  .ginput_container fieldset[disabled] input[type="email"],
  fieldset[disabled] .ginput_container select,
  .ginput_container fieldset[disabled] select,
  fieldset[disabled] .ginput_container textarea,
  .ginput_container fieldset[disabled] textarea {
    cursor: not-allowed;
    background-color: #dfdfdf; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle; }
  .radio label,
  .checkbox label {
    display: inline;
    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"] {
  float: left;
  margin-left: -20px; }

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

.radio-inline,
.checkbox-inline {
  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], fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled], fieldset[disabled] input[type="checkbox"],
.radio[disabled], fieldset[disabled] .radio,
.radio-inline[disabled], fieldset[disabled] .radio-inline,
.checkbox[disabled], fieldset[disabled] .checkbox,
.checkbox-inline[disabled], fieldset[disabled] .checkbox-inline {
  cursor: not-allowed; }

.input-sm {
  height: 13px;
  padding: 5px 10px;
  font-size: 1.2;
  line-height: 1.5;
  border-radius: 5px; }

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

textarea.input-sm {
  height: auto; }

.input-lg {
  height: 24px;
  padding: 10px 20px;
  font-size: 1.8;
  line-height: 1.33;
  border-radius: 5px; }

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

textarea.input-lg {
  height: auto; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #c09853; }

.has-warning .form-control, .has-warning .ginput_container input[type="text"], .ginput_container .has-warning input[type="text"],
.has-warning .ginput_container input[type="number"],
.ginput_container .has-warning input[type="number"],
.has-warning .ginput_container input[type="email"],
.ginput_container .has-warning input[type="email"],
.has-warning .ginput_container select,
.ginput_container .has-warning select,
.has-warning .ginput_container textarea,
.ginput_container .has-warning textarea {
  border-color: #c09853;
  -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[type="text"]:focus, .ginput_container .has-warning input[type="text"]:focus,
  .has-warning .ginput_container input[type="number"]:focus,
  .ginput_container .has-warning input[type="number"]:focus,
  .has-warning .ginput_container input[type="email"]:focus,
  .ginput_container .has-warning input[type="email"]: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: #a47e3c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e; }

.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #b94a48; }

.has-error .form-control, .has-error .ginput_container input[type="text"], .ginput_container .has-error input[type="text"],
.has-error .ginput_container input[type="number"],
.ginput_container .has-error input[type="number"],
.has-error .ginput_container input[type="email"],
.ginput_container .has-error input[type="email"],
.has-error .ginput_container select,
.ginput_container .has-error select,
.has-error .ginput_container textarea,
.ginput_container .has-error textarea {
  border-color: #b94a48;
  -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[type="text"]:focus, .ginput_container .has-error input[type="text"]:focus,
  .has-error .ginput_container input[type="number"]:focus,
  .ginput_container .has-error input[type="number"]:focus,
  .has-error .ginput_container input[type="email"]:focus,
  .ginput_container .has-error input[type="email"]: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: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392; }

.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #468847; }

.has-success .form-control, .has-success .ginput_container input[type="text"], .ginput_container .has-success input[type="text"],
.has-success .ginput_container input[type="number"],
.ginput_container .has-success input[type="number"],
.has-success .ginput_container input[type="email"],
.ginput_container .has-success input[type="email"],
.has-success .ginput_container select,
.ginput_container .has-success select,
.has-success .ginput_container textarea,
.ginput_container .has-success textarea {
  border-color: #468847;
  -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[type="text"]:focus, .ginput_container .has-success input[type="text"]:focus,
  .has-success .ginput_container input[type="number"]:focus,
  .ginput_container .has-success input[type="number"]:focus,
  .has-success .ginput_container input[type="email"]:focus,
  .ginput_container .has-success input[type="email"]: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: #356635;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b; }

.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8; }

.form-control-static {
  margin-bottom: 0; }

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

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control, .form-inline .ginput_container input[type="text"], .ginput_container .form-inline input[type="text"],
  .form-inline .ginput_container input[type="number"],
  .ginput_container .form-inline input[type="number"],
  .form-inline .ginput_container input[type="email"],
  .ginput_container .form-inline input[type="email"],
  .form-inline .ginput_container select,
  .ginput_container .form-inline select,
  .form-inline .ginput_container textarea,
  .ginput_container .form-inline textarea {
    display: inline-block; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0; } }

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 11px; }

.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .form-horizontal .form-group:after {
    clear: both; }

.form-horizontal .form-control-static {
  padding-top: 11px; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right; } }

.btn, .gform_button {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: baseline;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 5px 24px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }
  .btn:focus, .gform_button:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .gform_button:hover, .btn:focus, .gform_button:focus {
    color: #d60b52;
    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], .gform_button[disabled], fieldset[disabled] .btn, fieldset[disabled] .gform_button {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

/*#comments-btn {
	@extend .btn;
	@extend .btn-primary;
}*/
.btn-default {
  color: #d60b52 !important;
  background-color: #ffffff;
  border-color: #ffffff; }
  .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
    color: #d60b52 !important;
    background-color: #ebebeb;
    border-color: #e0e0e0; }
  .open .btn-default.dropdown-toggle {
    color: #d60b52 !important;
    background-color: #ebebeb;
    border-color: #e0e0e0; }
  .btn-default:active, .btn-default.active {
    background-image: none; }
  .open .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .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]:active, .btn-default.active[disabled], fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
    background-color: #ffffff;
    border-color: #ffffff; }

.btn-primary, .gform_button {
  color: #ffffff !important;
  background-color: #d60b52;
  border-color: #d60b52; }
  .btn-primary:hover, .gform_button:hover, .btn-primary:focus, .gform_button:focus, .btn-primary:active, .gform_button:active, .btn-primary.active, .active.gform_button {
    color: #ffffff !important;
    background-color: #af0943;
    border-color: #9c083c; }
  .open .btn-primary.dropdown-toggle, .open .dropdown-toggle.gform_button {
    color: #ffffff !important;
    background-color: #af0943;
    border-color: #9c083c; }
  .btn-primary:active, .gform_button:active, .btn-primary.active, .active.gform_button {
    background-image: none; }
  .open .btn-primary.dropdown-toggle, .open .dropdown-toggle.gform_button {
    background-image: none; }
  .btn-primary.disabled, .disabled.gform_button, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .gform_button[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary, fieldset[disabled] .gform_button, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #d60b52;
    border-color: #d60b52; }

.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
    color: #ffffff;
    background-color: #ed9c28;
    border-color: #d58512; }
  .open .btn-warning.dropdown-toggle {
    color: #ffffff;
    background-color: #ed9c28;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active {
    background-image: none; }
  .open .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .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]:active, .btn-warning.active[disabled], fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236; }

.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
    color: #ffffff;
    background-color: #d2322d;
    border-color: #ac2925; }
  .open .btn-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #d2322d;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active {
    background-image: none; }
  .open .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .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]:active, .btn-danger.active[disabled], fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a; }

.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
    color: #ffffff;
    background-color: #47a447;
    border-color: #398439; }
  .open .btn-success.dropdown-toggle {
    color: #ffffff;
    background-color: #47a447;
    border-color: #398439; }
  .btn-success:active, .btn-success.active {
    background-image: none; }
  .open .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .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]:active, .btn-success.active[disabled], fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c; }

.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
    color: #ffffff;
    background-color: #39b3d7;
    border-color: #269abc; }
  .open .btn-info.dropdown-toggle {
    color: #ffffff;
    background-color: #39b3d7;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active {
    background-image: none; }
  .open .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .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]:active, .btn-info.active[disabled], fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da; }

.btn-link {
  color: #d60b52;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0; }
  .btn-link, .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: #8d0736;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #999999;
    text-decoration: none; }

.btn-lg {
  padding: 10px 20px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.33;
  border-radius: 4px;
  text-transform: uppercase; }

.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  border-radius: 4px; }

.btn-xs {
  padding: 1px 5px; }

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0; }

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

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

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .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: #dfdfdf; }
    .nav > li.disabled > a {
      color: #999999; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #999999;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #dfdfdf;
    border-color: #d60b52; }
    .nav .open > a .caret, .nav .open > a:hover .caret, .nav .open > a:focus .caret {
      border-top-color: #8d0736;
      border-bottom-color: #8d0736; }
  .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 #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.6;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #dfdfdf #dfdfdf #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #ffffff;
      border: 1px solid #ddd;
      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: #fff;
    background-color: #d60b52; }
    .nav-pills > li.active > a .caret, .nav-pills > li.active > a:hover .caret, .nav-pills > li.active > a:focus .caret {
      border-top-color: #fff;
      border-bottom-color: #fff; }

.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-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      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-justified > .active > a:focus {
      border-bottom-color: #ffffff; } }
.tab-content > .tab-pane {
  display: none; }

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

.nav .caret {
  border-top-color: #d60b52;
  border-bottom-color: #d60b52; }

.nav a:hover .caret {
  border-top-color: #8d0736;
  border-bottom-color: #8d0736; }

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

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

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

.alert-standard {
  background-color: #eaeaea;
  border-color: #dddddd;
  color: #222222; }
  .alert-standard hr {
    border-top-color: #d1d1d1; }
  .alert-standard .alert-link {
    color: #090909; }

.alert-success, #gforms_confirmation_message {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847; }
  .alert-success hr, #gforms_confirmation_message hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link, #gforms_confirmation_message .alert-link {
    color: #356635; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #2d6987; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #c09853; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #a47e3c; }

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

.clearfix:before, .polling-list .gfield_radio li:before, .clearfix:after, .polling-list .gfield_radio li:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after, .polling-list .gfield_radio li: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;
  visibility: hidden !important; }

.affix {
  position: fixed; }

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

.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important; }

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

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

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

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

.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important; }

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

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

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

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

.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important; }

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

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

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

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

.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important; }

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

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

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

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

.hidden-xs {
  display: block !important; }

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

th.hidden-xs,
td.hidden-xs {
  display: table-cell !important; }

@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important; } }

.hidden-sm {
  display: block !important; }

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

th.hidden-sm,
td.hidden-sm {
  display: table-cell !important; }

@media (max-width: 767px) {
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important; } }

.hidden-md {
  display: block !important; }

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

th.hidden-md,
td.hidden-md {
  display: table-cell !important; }

@media (max-width: 767px) {
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important; } }

.hidden-lg {
  display: block !important; }

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

th.hidden-lg,
td.hidden-lg {
  display: table-cell !important; }

@media (max-width: 767px) {
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important; } }

.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important; }

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

a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  outline: 0; }
  a:hover, a:active, a:focus {
    text-decoration: none;
    outline: 0; }

a[href^="tel"]:link,
a[href^="tel"]:visited,
a[href^="tel"]:hover {
  text-decoration: none;
  color: inherit; }

p:empty {
  display: none; }

ul, ol {
  margin-left: 0;
  padding-left: 13.3333333333px; }
  ul li, ol li {
    margin-bottom: 10px; }

.clear:before, .clear:after,
.clearfix:before,
.polling-list .gfield_radio li:before,
.clearfix:after,
.polling-list .gfield_radio li:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clear:after,
.clearfix:after,
.polling-list .gfield_radio li:after {
  clear: both; }

.upper {
  text-transform: uppercase; }

.entry-meta {
  padding-right: 13.3333333333px; }
  .entry-meta a {
    color: #ffffff; }

.white-wrap,
.secondary-wrap {
  padding-top: 3rem;
  padding-bottom: 3rem; }

.primary-wrap,
.purple-wrap {
  color: #ffffff; }
  .primary-wrap .main-content h2,
  .primary-wrap .main-content h3,
  .purple-wrap .main-content h2,
  .purple-wrap .main-content h3 {
    padding-bottom: 0;
    background: none; }
  .primary-wrap .main-content p,
  .purple-wrap .main-content p {
    font-size: 14px;
    font-size: 1.4rem; }
    @media (min-width: 768px) {
      .primary-wrap .main-content p,
      .purple-wrap .main-content p {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.5; } }
.primary-wrap {
  background-color: #d60b52; }
  @media (min-width: 768px) {
    .home .primary-wrap {
      padding-top: 0;
      padding-bottom: 0; } }
  .primary-wrap .main-content {
    padding-left: 10px;
    padding-right: 10px; }
    @media (min-width: 768px) {
      .primary-wrap .main-content {
        padding-top: 20px;
        padding-left: 0;
        padding-right: 20px;
        padding-bottom: 20px; } }
.standard-wrap,
.white-wrap {
  background-color: #ffffff;
  padding-top: 5rem; }
  .standard-wrap h2,
  .standard-wrap h3,
  .white-wrap h2,
  .white-wrap h3 {
    color: #d60b52; }
  .standard-wrap .text-red,
  .white-wrap .text-red {
    color: #d60b52; }
  .standard-wrap .text-black,
  .white-wrap .text-black {
    color: #000; }

.purple-wrap {
  background-color: #521461; }
  .purple-wrap .main-content {
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px; }
    @media (min-width: 768px) {
      .purple-wrap .main-content {
        padding-left: 0;
        padding-right: 10px;
        padding-bottom: 0; } }
.secondary-wrap {
  background-color: #ececeb; }

@media (min-width: 768px) {
  .column-container {
    padding-right: 40px; } }

/**/
.contact-info-wrapper {
  margin-bottom: 1.5rem;
  padding-left: 45px;
  padding-top: 0.5rem;
  position: relative;
  font-size: 18px;
  font-size: 1.8rem; }
  .contact-info-wrapper h3 {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 0;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    font-weight: 700; }
  .contact-info-wrapper .fa-stack {
    position: absolute;
    left: 0;
    top: 0; }
  .contact-info-wrapper .fa-circle {
    color: #d60b52; }

.featured-thumbnail {
  margin-bottom: 2rem; }

.share-connect .simple {
  list-style: none;
  margin-top: 10px;
  margin-left: 0;
  padding-left: 0;
  display: flex; }

#media-coverage,
#speaking-appearances {
  padding-bottom: 5rem; }
  #media-coverage > h2,
  #speaking-appearances > h2 {
    margin-bottom: 3rem; }

#speaking-appearances {
  padding-top: 5rem;
  border-top: 1px solid #ececeb; }
  #speaking-appearances > h2 {
    margin-top: 0; }

.press-links {
  margin-left: 0;
  padding-left: 0;
  list-style: none; }
  .press-links > li {
    float: left;
    margin-right: 1.5rem; }

#press-contact {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ececeb;
  text-align: center; }
  #press-contact h2 {
    color: #000;
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-weight: 400; }
  #press-contact .vcard .fn {
    font-size: 21px;
    font-size: 2.1rem;
    font-weight: 700;
    color: #d60b52; }
  #press-contact .vcard .tel,
  #press-contact .vcard .email {
    font-size: 20px;
    font-size: 2rem; }

.share-widget {
  margin-top: 2rem; }
  .share-widget .share-widget-heading {
    margin-bottom: 0.5rem; }

.accordion {
  background-color: rgba(214, 11, 82, 0.05);
  color: #d60b52;
  cursor: pointer;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  padding: 18px;
  position: relative; }
  .accordion:after {
    position: absolute;
    content: '\02795';
    /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    top: 25px;
    right: 20px; }
  .accordion.active:after {
    content: "\2796";
    /* Unicode character for "minus" sign (-) */ }
  .accordion.active, .accordion:hover {
    background-color: rgba(214, 11, 82, 0.15); }
  .accordion-panel {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
    transition: max-height 0.2s ease-out; }
    .accordion-panel.in {
      display: block; }

/**
 * 5.0 Navigation
 * -----------------------------------------------------------------------------
 */
.main-menu {
  background-color: #d60b52;
  width: 100%; }
  .main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .main-menu ul li {
      margin-bottom: 0; }
    .main-menu ul ul {
      margin-left: 20px;
      padding: 0; }
  .main-menu div > ul > li:first-child {
    border-top: 0 none; }
  .main-menu a {
    color: #ffffff;
    display: block; }
  .main-menu .current_page_item > a,
  .main-menu .current_page_ancestor > a,
  .main-menu .current-menu-item > a,
  .main-menu .current-menu-ancestor > a {
    color: #ffffff; }

/* Primary Navigation */
.menu-wrap {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  text-align: center; }
  .menu-wrap.toggled-on .main-menu {
    display: block; }
  .menu-wrap .main-menu {
    display: none; }
  .menu-wrap a {
    padding: 10px 0; }
    .menu-wrap a:hover {
      text-decoration: none; }

#menu-toggle {
  margin: 0;
  padding: 6px 12px;
  background-color: #d60b52;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 16px;
  font-size: 1.6rem;
  border: 0 #d60b52;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0; }

@media (max-width: 767px) {
  .cbp-spmenu,
  .cbp-spmenu-push {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .cbp-spmenu {
    background: #d60b52;
    position: fixed; }
    .cbp-spmenu a {
      display: block;
      color: #fff;
      font-size: 1.1em;
      font-weight: 300; }
      .cbp-spmenu a:hover {
        background: #258ecd; }
      .cbp-spmenu a:active {
        background: #afdefa;
        color: #47a3da; }
  /* Orientation-dependent styles for the content of the menu */
  .cbp-spmenu-vertical {
    width: 240px;
    height: 100%;
    top: 0;
    z-index: 1000; }
    .cbp-spmenu-vertical a {
      border-bottom: 1px solid rgba(255, 255, 255, 0.25);
      padding: 1em; }
  /* Vertical menu that slides from the left or right */
  .cbp-spmenu-left {
    left: -240px; }
    .cbp-spmenu-left.cbp-spmenu-open {
      left: 0px; }
  /* Push classes applied to the body */
  .cbp-spmenu-push {
    overflow-x: hidden;
    position: relative;
    left: 0; }
  .cbp-spmenu-push-toright {
    left: 240px; }
  /* Transitions */
  .cbp-spmenu-push {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; } }

@media (min-width: 768px) {
  #menu-toggle {
    display: none;
    padding: 0; }
  .menu-wrap .main-menu {
    border-bottom: 0;
    display: block; }
  .menu-wrap.toggled-on {
    border-bottom: 0;
    margin: 0;
    padding: 0; }
    .menu-wrap.toggled-on .menu-main-container {
      background-color: transparent;
      position: relative;
      padding-top: 0;
      padding-bottom: 0; }
  .main-menu {
    display: none;
    padding-top: 20px;
    padding-bottom: 20px; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .main-menu {
      display: block;
      background-color: transparent;
      position: relative;
      top: 0;
      width: auto; } }
@media (min-width: 768px) {
    .main-menu ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .main-menu ul li {
        display: inline-block;
        margin-bottom: 0;
        border-right: 1px solid #999999;
        line-height: 1; }
        .main-menu ul li a {
          display: block;
          font-size: 15px;
          font-size: 1.5rem;
          font-weight: 400;
          color: #747678;
          padding: 0 10px; } }
        @media (min-width: 768px) and (min-width: 992px) {
          .main-menu ul li a {
            padding: 0 13.3333333333px; } }
@media (min-width: 768px) {
        .main-menu ul li:first-of-type a {
          padding-left: 0; }
        .main-menu ul li:last-of-type {
          border-right: none; }
          .main-menu ul li:last-of-type a {
            padding-right: 0; }
        .main-menu ul li li {
          margin-left: 0; }
        .main-menu ul li.current_page_item > a, .main-menu ul li.current-page-ancestor > a, .main-menu ul li.current_page_parent > a, .main-menu ul li.current-menu-item > a, .main-menu ul li.current-menu-ancestor > a, .main-menu ul li.current-menu-parent > a {
          color: #d60b52; }
  .site-navigation {
    position: relative;
    /*a {
			display: inline-block;
			padding: 0 12px;
			white-space: nowrap;
			color: $navbar-default-color;
			text-transform: uppercase;
			text-decoration: none;
			height: 24px;
			line-height: 24px;		
		}*/ }
    .site-navigation ul {
      padding: 0; }
    .site-navigation ul {
      margin: 0 auto; }
      .site-navigation ul ul {
        background: #ffffff;
        background: rgba(255, 255, 255, 0.8);
        float: left;
        margin: 0;
        position: absolute;
        top: 58px;
        left: -999em;
        z-index: 99999;
        padding: 6px 0;
        width: 200px; }
        .site-navigation ul ul ul {
          left: -999em;
          top: 0; }
        .site-navigation ul ul li {
          padding: 0; }
        .site-navigation ul ul a {
          padding: 0 10px;
          white-space: normal;
          height: 24px;
          line-height: 24px; }
    .site-navigation li {
      border: 0;
      display: inline-block;
      position: relative; }
      .site-navigation li li {
        border: 0;
        display: block;
        height: auto;
        line-height: 1.0909090909; }
  .site-navigation ul li:hover > ul,
  .site-navigation ul li.focus > ul {
    left: auto; }
  .site-navigation ul ul li:hover > ul,
  .site-navigation ul ul li.focus > ul {
    left: 100%; } }

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

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

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

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

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

a img.alignnone {
  margin: 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; }

.sticky .posted-on,
.sticky .entry-date {
  display: none; }

.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%; }

.gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.gallery-item:hover .gallery-caption {
  opacity: 1; }

/**
 * 6.14 Comments
 * -----------------------------------------------------------------------------
 */
.comments-area {
  margin: 48px auto;
  max-width: 474px;
  padding: 0 10px; }

.comment-reply-title,
.comments-title {
  font: 900 16px/1.5 Lato, sans-serif;
  margin: 0;
  text-transform: uppercase; }

.comment-list {
  list-style: none;
  margin: 0 0 48px 0; }

.comment-author {
  font-size: 14px;
  line-height: 1.7142857142; }

.comment-list .reply,
.comment-metadata {
  font-size: 12px;
  line-height: 2;
  text-transform: uppercase; }

.comment-list .reply {
  margin-top: 24px; }

.comment-author .fn {
  font-weight: 900; }

.comment-author a {
  color: #2b2b2b; }

.comment-list .trackback a,
.comment-list .pingback a,
.comment-metadata a {
  color: #767676; }

.comment-author a:hover,
.comment-list .pingback a:hover,
.comment-list .trackback a:hover,
.comment-metadata a:hover {
  color: #41a62a; }

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 24px;
  padding-top: 24px; }

.comment-list > li:first-child > article,
.comment-list > .pingback:first-child,
.comment-list > .trackback:first-child {
  border-top: 0; }

.comment-author {
  position: relative; }

.comment-author .avatar {
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 18px;
  padding: 2px;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px; }

.bypostauthor > article .fn:before {
  content: "\f408";
  margin: 0 2px 0 -2px;
  position: relative;
  top: -1px; }

.says {
  display: none; }

.comment-author,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply,
.comment-metadata {
  padding-left: 30px; }

.comment-edit-link {
  margin-left: 10px; }

.comment-edit-link:before {
  content: "\f411"; }

.comment-reply-link:before,
.comment-reply-login:before {
  content: "\f412";
  margin-right: 2px; }

.comment-content {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word; }

.comment-content ul,
.comment-content ol {
  margin: 0 0 24px 22px; }

.comment-content li > ul,
.comment-content li > ol {
  margin-bottom: 0; }

.comment-content > :last-child {
  margin-bottom: 0; }

.comment-list .children {
  list-style: none;
  margin-left: 15px; }

.comment-respond {
  margin-bottom: 24px;
  padding: 0; }

.comment .comment-respond {
  margin-top: 24px; }

.comment-respond h3 {
  margin-top: 0;
  margin-bottom: 24px; }

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.no-comments,
.form-allowed-tags,
.form-allowed-tags code {
  color: #767676; }

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as {
  font-size: 14px;
  line-height: 1.7142857142; }

.no-comments {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.5;
  margin-top: 24px;
  text-transform: uppercase; }

.comment-form label {
  display: block; }

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
  width: 100%; }

.form-allowed-tags,
.form-allowed-tags code {
  font-size: 12px;
  line-height: 1.5; }

.required {
  color: #c0392b; }

.comment-reply-title small a {
  color: #2b2b2b;
  float: right;
  height: 24px;
  overflow: hidden;
  width: 24px; }

.comment-reply-title small a:hover {
  color: #41a62a; }

.comment-reply-title small a:before {
  content: "\f405";
  font-size: 32px; }

.comment-navigation {
  font-size: 12px;
  line-height: 2;
  margin-bottom: 48px;
  text-transform: uppercase; }

.comment-navigation .nav-next,
.comment-navigation .nav-previous {
  display: inline-block; }

.comment-navigation .nav-previous a {
  margin-right: 10px; }

#comment-nav-above {
  margin-top: 36px;
  margin-bottom: 0; }

@media (min-width: 992px) {
  .global-header {
    padding-top: 20px; } }

.header-social {
  text-align: right;
  margin-top: 10px; }

.social-share {
  text-align: center;
  display: inline-block; }
  .social-share .btn-share {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 3px 11px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: #999999;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 3px; }
    .social-share .btn-share:hover {
      border: 1px solid rgba(255, 255, 255, 0.25);
      background-color: #555555; }

.logo {
  width: 215px;
  height: 50px;
  margin: 20px auto; }
  @media (min-width: 992px) {
    .logo {
      width: 291px;
      height: 68px;
      margin: 10px 0; } }
  .logo a {
    display: block;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    width: 215px;
    height: 50px;
    background-image: url(images/clubciso-logo.png);
    background-size: contain;
    background-repeat: no-repeat; }
    @media (min-width: 992px) {
      .logo a {
        width: 291px;
        height: 68px; } }
footer {
  position: relative; }
  footer.global-footer {
    color: #ffffff; }
    footer.global-footer .social-bar {
      background-color: #b5b6b3; }
    footer.global-footer .colophon {
      background-color: #181c2c; }
      footer.global-footer .colophon .logo {
        text-align: right; }
    footer.global-footer p,
    footer.global-footer ul {
      font-size: 16px;
      font-size: 1.6rem; }
    footer.global-footer h3 {
      font-size: 20px;
      font-size: 2rem;
      text-transform: uppercase;
      font-weight: 700;
      background: none;
      display: inline-block;
      padding-bottom: 0; }
    footer.global-footer .footer-menu {
      padding-top: 20px;
      line-height: 1.1; }
      footer.global-footer .footer-menu ul {
        font-size: 13px;
        font-size: 1.3rem;
        list-style: none;
        display: flex;
        flex-direction: column; }
        @media (min-width: 992px) {
          footer.global-footer .footer-menu ul {
            flex-direction: row;
            flex-wrap: wrap; } }
        footer.global-footer .footer-menu ul li {
          padding-right: 10px; }
          footer.global-footer .footer-menu ul li a {
            color: #ffffff; }
    footer.global-footer .copyright {
      font-size: 12px;
      font-size: 1.2rem; }
  footer .supported {
    display: flex;
    padding-top: 20px; }
    footer .supported .pb-logo {
      height: 70px;
      display: block; }
      footer .supported .pb-logo > img {
        height: 70px;
        width: auto;
        vertical-align: top; }
    footer .supported .pb-statement {
      font-size: 12px;
      margin: 32px 0 0 20px;
      line-height: 1.3;
      text-transform: none;
      max-width: 400px; }
    footer .supported a {
      color: #ffffff; }
  footer .colophon {
    padding-bottom: 20px; }

.social-links {
  margin: 0 0 0 10px;
  padding: 0;
  list-style: none;
  display: inline-block; }
  .social-links li {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 4px;
    margin-right: 4px;
    font-size: 24px;
    font-size: 2.4rem; }
    .social-links li a {
      border-radius: 30px;
      height: 40px;
      width: 40px;
      display: block;
      color: #ffffff;
      text-align: center;
      border: 1px solid rgba(255, 255, 255, 0.35); }
      .social-links li a:hover {
        border-color: #ffffff; }

.preview-bucket {
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 4rem; }
  .preview-bucket header {
    background-color: #ffffff;
    padding: 20px 20px 15px;
    min-height: 85px; }
  .preview-bucket .bucket-content {
    background-color: #ffffff;
    padding: 20px; }
    @media (min-width: 992px) {
      .preview-bucket .bucket-content {
        min-height: 330px; } }
    @media (min-width: 1200px) {
      .preview-bucket .bucket-content {
        min-height: 270px; } }
  .preview-bucket footer {
    background-color: #ffffff;
    padding: 10px 20px; }
  .preview-bucket h2 {
    color: #000; }
    .preview-bucket h2 a {
      color: inherit; }
  .preview-bucket h3 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    background: none;
    margin-top: 0;
    padding-bottom: 0; }
  .preview-bucket p {
    font-size: 13px;
    font-size: 1.3rem; }
  @media (min-width: 992px) {
    .home .preview-bucket {
      margin-bottom: 0; } }
  .home .preview-bucket h2 {
    margin: 0; }
  @media (min-width: 768px) {
    .home .preview-bucket .summary {
      min-height: 260px; } }
  @media (min-width: 992px) {
    .home .preview-bucket .summary {
      min-height: 160px; } }
  .preview-bucket.event-bucket .bucket-inner, .preview-bucket.download-bucket .bucket-inner, .preview-bucket.article-bucket .bucket-inner {
    border: 1px solid #b5b6b3; }
  .preview-bucket.event-bucket header, .preview-bucket.download-bucket header, .preview-bucket.article-bucket header {
    border-bottom: 1px solid #b5b6b3; }
  .preview-bucket.event-bucket footer, .preview-bucket.download-bucket footer, .preview-bucket.article-bucket footer {
    border-top: 1px solid #b5b6b3; }
    .preview-bucket.event-bucket footer a, .preview-bucket.download-bucket footer a, .preview-bucket.article-bucket footer a {
      color: #999999; }
      .preview-bucket.event-bucket footer a:hover, .preview-bucket.download-bucket footer a:hover, .preview-bucket.article-bucket footer a:hover {
        color: #d60b52; }
    .preview-bucket.event-bucket footer span, .preview-bucket.download-bucket footer span, .preview-bucket.article-bucket footer span {
      color: #d60b52; }
  .preview-bucket.event-bucket .download-image img, .preview-bucket.download-bucket .download-image img, .preview-bucket.article-bucket .download-image img {
    margin-left: auto;
    margin-right: auto;
    width: auto; }
    @media (min-width: 768px) {
      .preview-bucket.event-bucket .download-image img, .preview-bucket.download-bucket .download-image img, .preview-bucket.article-bucket .download-image img {
        max-height: 140px; } }
    @media (min-width: 992px) {
      .preview-bucket.event-bucket .download-image img, .preview-bucket.download-bucket .download-image img, .preview-bucket.article-bucket .download-image img {
        max-height: 230px; } }
  .preview-bucket.article-bucket .bucket-inner {
    position: relative; }
  .preview-bucket.article-bucket h3 {
    margin-bottom: 10px; }
  .preview-bucket.article-bucket .article-image img {
    max-width: 100%;
    height: auto; }
  .preview-bucket.article-bucket .article-meta {
    margin-bottom: 10px; }
  .preview-bucket.article-bucket .bucket-content {
    min-height: auto;
    padding-bottom: 70px; }
  .preview-bucket.article-bucket footer {
    position: absolute;
    bottom: 0;
    width: 100%; }
    .preview-bucket.article-bucket footer a {
      display: block; }
  @media (min-width: 768px) {
    .preview-bucket .event-bucket-details {
      padding-right: 20px; } }
  .preview-bucket .bucket-thumbnail {
    background-color: #ffffff; }
    .preview-bucket .bucket-thumbnail img {
      margin-left: auto;
      margin-right: auto; }
    @media (min-width: 992px) {
      .preview-bucket .bucket-thumbnail {
        height: 231px;
        overflow: hidden; } }
  .preview-bucket.statistic-bucket .stat-thumb {
    position: relative;
    overflow: hidden;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    height: 150px;
    margin-bottom: 10px; }
    .preview-bucket.statistic-bucket .stat-thumb .stat-thumb-src {
      content: "";
      position: absolute;
      width: 150%;
      height: 150%;
      top: -25%;
      left: -25%;
      z-index: -1;
      -webkit-transform: rotate(-8deg);
      -ms-transform: rotate(-8deg);
      transform: rotate(-8deg); }
  .page-template-statistics .preview-bucket.statistic-bucket .source {
    margin-bottom: 10px; }
  .preview-bucket.membership-bucket header,
  .preview-bucket.membership-bucket footer,
  .preview-bucket.membership-bucket .bucket-content {
    color: #ffffff;
    background-color: #d60b52; }
  .preview-bucket.membership-bucket h2,
  .preview-bucket.membership-bucket h3 {
    color: #ffffff; }
  .preview-bucket.membership-bucket header {
    border-bottom: 1px solid #ffffff; }
  .preview-bucket.membership-bucket footer {
    border-top: 1px solid #ffffff; }
    .preview-bucket.membership-bucket footer a {
      color: #ffffff; }

.glance-bucket {
  margin-left: -10px;
  margin-right: -10px;
  padding: 20px 20px;
  background-color: rgba(0, 0, 0, 0.4); }
  @media (min-width: 768px) {
    .glance-bucket {
      margin-left: 0;
      margin-right: 0;
      padding: 40px 30px;
      min-height: 240px; } }
  @media (min-width: 992px) {
    .glance-bucket {
      margin-left: 0;
      margin-right: 0;
      padding: 40px 30px; } }
  @media (min-width: 768px) {
    .home .glance-bucket {
      min-height: 510px; } }
  @media (min-width: 992px) {
    .home .glance-bucket {
      min-height: 380px; } }
  .glance-bucket h2 {
    margin-top: 0;
    font-weight: 600; }
  .glance-bucket ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .glance-bucket ul li {
      margin-bottom: 10px;
      line-height: 1.4; }
      .glance-bucket ul li:last-child {
        margin-bottom: 0; }
      .glance-bucket ul li span {
        display: block; }
      .glance-bucket ul li .title {
        font-size: 15px;
        font-size: 1.5rem;
        text-transform: uppercase;
        font-weight: 500;
        color: #fbb2cc; }

/* =Forms Gravity
-------------------------------------------------------------- */
.gform_wrapper ul {
  list-style: none;
  margin-left: 0 !important;
  padding-left: 0 !important; }

.gform_wrapper li {
  margin-bottom: 10px; }

.gform_wrapper form {
  margin-bottom: 0; }

.gform_title {
  margin-bottom: 20px !important;
  font-weight: 700; }

.gform_wrapper {
  background-color: rgba(214, 11, 82, 0.05);
  padding: 20px 20px; }
  .gform_wrapper .gfield {
    margin-bottom: 13.3333333333px; }
    .gform_wrapper .gfield:before, .gform_wrapper .gfield:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .gform_wrapper .gfield:after {
      clear: both; }
    .gform_wrapper .gfield .gfield_label {
      padding-top: 10px; }
    .gform_wrapper .gfield .ginput_container.ginput_complex:before, .gform_wrapper .gfield .ginput_container.ginput_complex:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .gform_wrapper .gfield .ginput_container.ginput_complex:after {
      clear: both; }
    .gform_wrapper .gfield .ginput_container.ginput_complex label {
      font-weight: 400;
      margin-bottom: 0; }
    .gform_wrapper .gfield .ginput_container input[disabled][type="text"] {
      background-color: #f0f0f0; }
    .gform_wrapper .gfield .ginput_container .ginput_left {
      float: left;
      width: 49%; }
    .gform_wrapper .gfield .ginput_container .ginput_right {
      float: right;
      width: 49%; }
    .gform_wrapper .gfield.inline-radio .gfield_label {
      padding-top: 0; }
    .gform_wrapper .gfield.valid-tick .gfield_label {
      padding-top: 0;
      padding-right: 0; }
  .gform_wrapper .gsection_title {
    font-size: 14px;
    font-size: 1.4rem;
    color: #5f5f5f;
    background: none;
    padding-bottom: 0;
    margin-bottom: 5px;
    font-weight: bold; }
  @media (min-width: 768px) {
    .gform_wrapper .gform_footer {
      text-align: center; } }
  .gform_wrapper .gform_footer .btn, .gform_wrapper .gform_footer .gform_button {
    text-transform: uppercase; }
  .gform_wrapper .gf_invisible,
  .gform_wrapper .gfield_visibility_hidden {
    visibility: hidden;
    position: absolute;
    left: -9999px; }

.gform_wrapper .gfield_required {
  padding-left: 1px;
  color: #b94a48; }

.ginput_container textarea {
  height: 100px; }

.inline-list .gfield_radio li,
.inline-list .gfield_checkbox li {
  display: inline-block; }

.gfield_radio li,
.gfield_checkbox li {
  margin: 0 10px 5px 0; }

.gfield_radio input,
.gfield_checkbox input {
  margin-right: 5px; }

.gfield_radio label,
.gfield_checkbox label {
  font-weight: 400;
  margin-bottom: 0; }

.gfield_radio input,
.gfield_radio label,
.gfield_checkbox input,
.gfield_checkbox label {
  vertical-align: top; }

.gfield_description {
  font-size: 12px;
  font-size: 1.2rem;
  margin-left: 10px;
  margin-right: 10px; }
  .gfield_description:before, .gfield_description:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .gfield_description:after {
    clear: both; }
  @media (min-width: 768px) {
    .gfield_description {
      margin-top: 45px;
      padding-left: 33.33%; } }
  .gfield_description.validation_message {
    margin-top: 5px; }

.gform_wrapper .gfield_error .gfield_label,
.gform_wrapper .gfield_error .validation_message {
  color: #b94a48; }

.gform_wrapper .gfield_error input[type="text"],
.gform_wrapper .gfield_error input[type="number"],
.gform_wrapper .gfield_error input[type="email"],
.gform_wrapper .gfield_error select,
.gform_wrapper .gfield_error textarea {
  border-color: #ebccd1;
  background-color: #f2dede;
  color: #b94a48; }

.polling-list .gfield_label {
  font-size: 18px;
  font-size: 1.8rem; }

.polling-list .gfield_radio li {
  width: 100%; }

.polling-list .gfield_radio input[type=radio] {
  float: left;
  width: 8%;
  margin-right: 0; }

.polling-list .gfield_radio label {
  float: left;
  width: 92%; }

.chairman-section {
  background-image: url(images/bg-chairman.jpg);
  background-repeat: no-repeat;
  background-position: -260px -70px;
  padding-top: 320px; }
  @media (min-width: 768px) {
    .chairman-section {
      background-position: -300px -20px;
      padding-top: 2rem;
      padding-bottom: 2rem; } }
  @media (min-width: 992px) {
    .chairman-section {
      background-position: -200px 70%;
      padding-top: 2rem;
      padding-bottom: 0; } }
  @media (min-width: 1600px) {
    .chairman-section {
      background-position: 0 50%; } }
.highlight-panel {
  margin-left: -10px;
  margin-right: -10px;
  padding: 40px 20px; }
  @media (min-width: 768px) {
    .highlight-panel {
      margin-left: 0;
      margin-right: 0;
      padding: 40px 40px; } }
  .highlight-panel h2,
  .highlight-panel h3 {
    margin-top: 0; }
  .highlight-panel h2 {
    font-size: 16px;
    font-size: 1.6rem;
    color: #000;
    font-weight: 500; }

.profile-content blockquote {
  position: relative;
  padding: 0;
  border: none 0;
  color: #d60b52;
  font-size: 19px;
  font-size: 1.9rem; }
  .profile-content blockquote p {
    font-size: 19px;
    font-size: 1.9rem;
    font-weight: 500; }

.profile-content > p {
  font-size: 15px;
  font-size: 1.5rem; }

.profile-bucket {
  margin-bottom: 20px; }
  .profile-bucket .profile-image {
    margin-bottom: 20px; }
  .profile-bucket .profile-title {
    position: relative; }
  .profile-bucket .profile-name,
  .profile-bucket .profile-role {
    font-size: 13px;
    font-size: 1.3rem; }
  .profile-bucket .profile-name {
    font-weight: 700;
    text-transform: none;
    background: none;
    margin: 0;
    padding: 0; }
  .profile-bucket .profile-social {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    font-size: 30px;
    font-size: 3rem;
    color: rgba(255, 255, 255, 0.3);
    line-height: 1; }

.event-date,
.event-time,
.event-location {
  color: #000;
  font-weight: 500; }
  .event-date:before,
  .event-time:before,
  .event-location:before {
    color: #7f0d32;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 10px; }

.event-date {
  margin-bottom: 5px; }
  .event-date:before {
    content: '\f133'; }

.event-time {
  margin-bottom: 5px; }
  .event-time:before {
    content: '\f017'; }

.event-location {
  margin-bottom: 20px; }
  .event-location:before {
    content: '\f0f7'; }

.event-footer {
  margin-top: 20px; }

.event-preview {
  background-color: #ffffff;
  border: 1px solid #b5b6b3;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  display: block;
  color: inherit; }
  .event-preview .event-preview-detail {
    background-color: #7f0d32; }
    .event-preview .event-preview-detail h3 {
      background-color: #f8f3f5;
      color: #d60b52;
      display: block;
      min-height: 85px;
      font-size: 19px;
      margin-left: 130px;
      margin-bottom: 0;
      padding: 20px; }
  .event-preview .event-date-block {
    color: #ffffff;
    float: left;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    padding: 20px 20px 10px; }
    .event-preview .event-date-block .event-date-lg {
      float: left;
      font-size: 35px;
      font-size: 3.5rem;
      line-height: 0.8; }
    .event-preview .event-date-block .event-date-sm {
      display: block;
      line-height: 1.1;
      margin-left: 54px;
      text-transform: uppercase; }
  .event-preview .event-time,
  .event-preview .event-location {
    font-size: 14px;
    font-size: 1.4rem; }
  .event-preview .event-preview-meta {
    padding: 20px 20px 10px; }
    @media (min-width: 768px) {
      .event-preview .event-preview-meta {
        padding-left: 0; } }
  .event-preview .no-preview-image .event-preview-meta {
    padding: 20px; }
  .event-preview.upcoming-event .event-date-block {
    font-size: 18px;
    font-size: 1.8rem; }
    .event-preview.upcoming-event .event-date-block .event-date-sm {
      margin-left: 0; }
  .event-preview.upcoming-event .event-preview-detail h3 {
    margin-left: 90px; }
  .event-preview.coming-soon .event-date-block {
    font-size: 18px;
    font-size: 1.8rem; }
    .event-preview.coming-soon .event-date-block .event-date-sm {
      margin-left: 0;
      text-align: center; }
  .event-preview.coming-soon .event-preview-detail h3 {
    margin-left: 115px; }
  .event-preview.no-date .event-preview-detail h3 {
    margin-left: 0; }

.event-header {
  padding-top: 40px;
  padding-bottom: 40px; }
  .event-header .event-subtitle {
    font-size: 18px;
    font-size: 1.8rem;
    text-transform: uppercase; }
  .event-header h1 {
    font-size: 40px;
    font-size: 4rem; }
  .event-header .event-date,
  .event-header .event-time,
  .event-header .event-location {
    color: #ffffff;
    font-size: 20px; }
  .event-header .btn-event {
    background-color: #7f0d32; }

.event-featured-thumbnail {
  position: relative; }
  .event-featured-thumbnail .image-caption {
    background-color: rgba(127, 13, 50, 0.75);
    text-align: center;
    width: 100%;
    padding: 10px;
    position: absolute;
    bottom: 0; }

.btn-event {
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
  padding: 15px 50px;
  text-transform: uppercase; }
  .btn-event:hover {
    color: inherit; }

.single-events .event-detail {
  font-size: 16px;
  font-size: 1.6rem; }

.single-events .cohost-panel,
.single-events .panel-guests {
  color: #ffffff;
  padding: 30px; }
  .single-events .cohost-panel > h2,
  .single-events .panel-guests > h2 {
    font-size: 24px;
    font-size: 2.4rem;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 30px; }
  .single-events .cohost-panel h3,
  .single-events .panel-guests h3 {
    font-size: 20px;
    font-size: 2rem;
    color: #ffffff;
    font-weight: 600; }
  .single-events .cohost-panel .job-role,
  .single-events .panel-guests .job-role {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500; }

.single-events .panel-guests {
  background-color: #7f0d32; }
  .single-events .panel-guests > h2 {
    text-transform: uppercase; }
  .single-events .panel-guests .guest-detail {
    color: #fbb2cc;
    font-size: 13px;
    font-size: 1.3rem;
    margin-top: 20px; }
    .single-events .panel-guests .guest-detail h3 {
      margin-top: 10px;
      margin-bottom: 0; }

.single-events .cohost-panel {
  margin-top: 40px;
  margin-bottom: 40px; }
  .single-events .cohost-panel .cohost-detail {
    font-size: 16px;
    font-size: 1.6rem; }

.member-detail {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 50px; }
  .member-detail .profile-image {
    margin: 0 40px 20px 0; }
  .member-detail blockquote {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500; }

.member-title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px; }
  .member-title + .job-role {
    margin-bottom: 0; }

.job-role {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500; }

.member-bio {
  font-family: "Gotham A", "Gotham B", helvetica, arial, sans-serif; }
  .member-bio .social-links-title {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    margin-top: 20px; }
  .member-bio .social-links {
    margin-left: 0; }
    .member-bio .social-links a {
      color: #d60b52; }
