/*!
Theme Name: T4G 2016
Author URI: http://openbox9.com
*/
@import url(fonts/t4g/styles.css);
img.sample {
  background: #00aaee; }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-15px); }
  60% {
    -webkit-transform: translateY(-7px); } }
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0); }
  40% {
    -moz-transform: translateY(-15px); }
  60% {
    -moz-transform: translateY(-7px); } }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-15px); }
  60% {
    transform: translateY(-7px); } }
@-webkit-keyframes loading {
  100% {
    background-position: 0px -570px; } }
@-moz-keyframes loading {
  100% {
    background-position: 0px -570px; } }
@keyframes loading {
  100% {
    background-position: 0px -570px; } }
xmp {
  margin: 0 0 1em;
  background: yellow;
  color: #000;
  overflow: hidden;
  font-size: 10px; }

html, body {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: #222;
  text-align: left;
  min-width: 320px; }

html {
  overflow-y: scroll;
  background: #9a9a9a; }

body {
  background: #fff;
  float: none !important; }

strong, b {
  font-weight: bold; }

em, i {
  font-style: italic; }

em strong,
strong em {
  font-weight: bold;
  font-style: italic; }

.mobile-only {
  display: none; }

.hidden {
  display: block;
  position: absolute;
  top: -10000px;
  height: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  visibility: hidden; }

.clear {
  clear: both; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

.entity {
  font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial, Helvetica, sans-serif; }

.text-sans-serif {
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; }

.text-serif {
  font-family: Georgia, serif; }

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

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

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

img {
  max-width: 100%;
  height: auto; }

img[align=left],
img.alignleft {
  margin: 0 15px 15px 0; }

img[align=right],
img.alignright {
  margin: 0 0 15px 15px; }

img.aligncenter {
  display: block;
  margin: 0 auto 15px auto; }

img,
a > img {
  border: 0; }

a {
  color: #dd0e16;
  text-decoration: none;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear; }
  a:hover {
    text-decoration: underline; }

p {
  margin: 0 0 1em 0; }

p:last-child {
  margin-bottom: 0; }

iframe {
  max-width: 100%; }
  .fb_iframe_widget iframe {
    max-width: none; }

.intro {
  margin: 0 0 1rem;
  font-size: 175%;
  line-height: normal; }

.intro-small {
  margin: 0 0 1rem;
  font-size: 125%;
  font-style: italic;
  line-height: normal; }

@media screen and (max-width: 600px) {
  .intro {
    font-size: 125%; }

  .intro-small {
    font-size: 110%; } }
.clickable {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 1rem;
  padding: 0;
  clear: both;
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: bold;
  font-style: normal;
  line-height: normal; }

h1 a, h2 a, h3 a, h4 a {
  text-decoration: none; }

h1 {
  margin: 0 auto 9px;
  font-size: 36px;
  font-weight: bold; }
  h1 small {
    margin-left: 1em;
    font-size: 20px; }

h2 {
  padding-bottom: 10px;
  margin-bottom: 0.05em;
  font-size: 28px;
  font-weight: bold; }

h3 {
  margin-bottom: 0.25em;
  font-size: 1.75em;
  font-weight: normal; }

h4 {
  margin-bottom: 0.25em;
  font-size: 1.5em; }

h5 {
  margin-bottom: .05em;
  font-size: 1.25em; }

h6 {
  margin-bottom: 0;
  font-size: 12px;
  text-transform: uppercase; }

@media screen and (max-width: 600px) {
  h1 {
    margin-bottom: 1rem;
    font-size: 2rem; }

  h2 {
    font-size: 1.5rem; } }
ul {
  margin: 0 0 1em; }

hr {
  margin: 2.5em auto;
  width: 100%;
  direction: block;
  border-top: none;
  border-bottom: 1px solid #c1c9c5; }

th, td {
  border: 0;
  vertical-align: top; }

dd {
  margin-left: 0; }
  dd ul {
    padding-left: 0;
    list-style-type: none; }

dt h5 {
  margin-bottom: 10px; }

blockquote {
  margin: 1em 0;
  font-size: 1.25em;
  line-height: 1.45; }
  blockquote.alignleft {
    margin-right: 2em; }
  blockquote.alignright {
    margin-left: 2em; }
  blockquote cite {
    padding: 10px 0;
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    font-style: normal;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase; }

cite {
  font-size: 12px; }

@media screen and (max-width: 800px) {
  blockquote,
  blockquote.alignleft {
    margin-left: 0; } }
input[type="submit"],
input[type="button"],
button,
.button {
  position: relative;
  display: inline-block;
  padding: 10px 12px;
  margin: 1em 0;
  border: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background: #dd0e16;
  background-clip: padding-box;
  text-decoration: none;
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }
  input[type="submit"].loading:after,
  input[type="button"].loading:after,
  button.loading:after,
  .button.loading:after {
    position: absolute;
    right: -40px;
    top: 50%;
    margin: -15px 0 0 0;
    display: block;
    background: url(images/loading.png) no-repeat center top;
    width: 30px;
    height: 30px;
    content: ' ';
    -webkit-animation: loading 1s steps(19) infinite;
    -moz-animation: loading 1s steps(19) infinite;
    -ms-animation: loading 1s steps(19) infinite;
    -o-animation: loading 1s steps(19) infinite;
    animation: loading 1s steps(19) infinite; }
  input[type="submit"].done,
  input[type="button"].done,
  button.done,
  .button.done {
    cursor: default;
    color: #555;
    border-color: #555; }
    input[type="submit"].done:hover,
    input[type="button"].done:hover,
    button.done:hover,
    .button.done:hover {
      color: #555;
      background: none; }

input[type="submit"]:hover,
button:hover,
.button:hover {
  color: white;
  background: #dd0e16; }

button.unstyled,
.button.unstyled {
  padding: 3px 5px;
  background: none;
  color: #363636;
  font-size: 100%;
  font-family: arial,sans-serif;
  background: #eee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eeeeee));
  background-image: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background-image: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background-image: linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

button.unstyled:hover {
  background: #eeeeee; }

input[type="text"],
input[type="password"],
input[type="email"],
textarea {
  line-height: normal;
  margin: 0;
  padding: 10px;
  border: 1px solid #f5f5f5;
  background: white;
  font-size: 0.875rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  input[type="text"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    /* Safari, Chrome and Opera */
    font-family: Georgia, serif;
    font-style: italic; }
  input[type="text"]:-moz-placeholder,
  input[type="password"]:-moz-placeholder,
  input[type="email"]:-moz-placeholder,
  textarea:-moz-placeholder {
    /* Firefox 18- */
    font-family: Georgia, serif;
    font-style: italic; }
  input[type="text"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  textarea::-moz-placeholder {
    /* Firefox 19+ */
    font-family: Georgia, serif;
    font-style: italic; }
  input[type="text"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    /* IE 10+ */
    font-family: Georgia, serif;
    font-style: italic; }
  input[type="text"]::-ms-input-placeholder,
  input[type="password"]::-ms-input-placeholder,
  input[type="email"]::-ms-input-placeholder,
  textarea::-ms-input-placeholder {
    /* Edge */
    font-family: Georgia, serif;
    font-style: italic; }
  input[type="text"]:placeholder-shown,
  input[type="password"]:placeholder-shown,
  input[type="email"]:placeholder-shown,
  textarea:placeholder-shown {
    /* Standard one last! */
    font-family: Georgia, serif;
    font-style: italic; }

textarea {
  width: 100%; }

.expandable {
  cursor: pointer;
  position: relative; }

.expandable > .i {
  position: absolute;
  width: 20px;
  height: 20px;
  margin: 0px 0 0 10px;
  -o-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear; }

.expand-content {
  display: none;
  margin: 0 0 20px 0; }

#content {
  padding: 15px; }

@media screen and (max-width: 955px) {
  .tablet-hide {
    display: none; } }
@media screen and (max-width: 600px) {
  .mobile-hide {
    display: none; }

  .mobile-only {
    display: block; } }
/* @group Grid Layout */
.row {
  position: relative;
  margin-bottom: 20px;
  zoom: 1; }

.row.group {
  margin-bottom: 0; }

.row:before, .row:after {
  display: table;
  line-height: 0;
  content: ""; }

.row:after {
  content: ' ';
  display: block;
  clear: both; }

[class*="span"] {
  float: left; }

/* 16 grid, 25px margins */
.row {
  position: relative;
  margin-bottom: 20px;
  zoom: 1; }

.row:after {
  content: ' ';
  display: block;
  clear: both; }

.row > [class*="span"], .row > [class*="col"], .wpb_row.vc_row-fluid > [class*="vc_span"] {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.row {
  margin-left: 0%;
  margin-left: calc(-25px); }

.row > [class*="span"], .row > [class*="col"], .wpb_row.vc_row-fluid > [class*="vc_span"] {
  margin-left: 0%;
  margin-left: calc(25px); }

.row > .col1_10 {
  width: 10%;
  width: -webkit-calc(10% - 25px);
  width: -moz-calc(10% - 25px);
  width: calc(10% - 25px); }

.row > .offset1_10 {
  margin-left: 10%;
  margin-left: -webkit-calc(10% + 25px);
  margin-left: -moz-calc(10% + 25px);
  margin-left: calc(10% + 25px); }

.row > .col1_5, .row > .col2_10, .row > .col3_15 {
  width: 20%;
  width: -webkit-calc(20% - 25px);
  width: -moz-calc(20% - 25px);
  width: calc(20% - 25px); }

.row > .offset1_5, .row > .offset2_10, .row > .offset3_15 {
  margin-left: 20%;
  margin-left: -webkit-calc(20% + 25px);
  margin-left: -moz-calc(20% + 25px);
  margin-left: calc(20% + 25px); }

.row > .col1_4, .row > .col2_8, .row > .col3_12, .row > .col4_16, .row > .span3, .wpb_row.vc_row-fluid > .vc_span3 {
  width: 25%;
  width: -webkit-calc(25% - 25px);
  width: -moz-calc(25% - 25px);
  width: calc(25% - 25px); }

.row > .offset1_4, .row > .offset2_8, .row > .offset3_12, .row > .offset4_16, .row > .offset3 {
  margin-left: 25%;
  margin-left: -webkit-calc(25% + 25px);
  margin-left: -moz-calc(25% + 25px);
  margin-left: calc(25% + 25px); }

.row > .col3_10 {
  width: 30%;
  width: -webkit-calc(30% - 25px);
  width: -moz-calc(30% - 25px);
  width: calc(30% - 25px); }

.row > .offset3_10 {
  margin-left: 30%;
  margin-left: -webkit-calc(30% + 25px);
  margin-left: -moz-calc(30% + 25px);
  margin-left: calc(30% + 25px); }

.row > .col2_5, .row > .col4_10, .row > .col6_15 {
  width: 40%;
  width: -webkit-calc(40% - 25px);
  width: -moz-calc(40% - 25px);
  width: calc(40% - 25px); }

.row > .offset2_5, .row > .offset4_10, .row > .offset6_15 {
  margin-left: 40%;
  margin-left: -webkit-calc(40% + 25px);
  margin-left: -moz-calc(40% + 25px);
  margin-left: calc(40% + 25px); }

.row > .col1_2, .row > .col2_4, .row > .col3_6, .row > .col4_8, .row > .col5_10, .row > .col6_12, .row > .col7_14, .row > .col8_16, .row > .span6, .wpb_row.vc_row-fluid > .vc_span6 {
  width: 50%;
  width: -webkit-calc(50% - 25px);
  width: -moz-calc(50% - 25px);
  width: calc(50% - 25px); }

.row > .offset1_2, .row > .offset2_4, .row > .offset3_6, .row > .offset4_8, .row > .offset5_10, .row > .offset6_12, .row > .offset7_14, .row > .offset8_16, .row > .offset6 {
  margin-left: 50%;
  margin-left: -webkit-calc(50% + 25px);
  margin-left: -moz-calc(50% + 25px);
  margin-left: calc(50% + 25px); }

.row > .col3_5, .row > .col6_10, .row > .col9_15 {
  width: 60%;
  width: -webkit-calc(60% - 25px);
  width: -moz-calc(60% - 25px);
  width: calc(60% - 25px); }

.row > .offset3_5, .row > .offset6_10, .row > .offset9_15 {
  margin-left: 60%;
  margin-left: -webkit-calc(60% + 25px);
  margin-left: -moz-calc(60% + 25px);
  margin-left: calc(60% + 25px); }

.row > .col7_10 {
  width: 70%;
  width: -webkit-calc(70% - 25px);
  width: -moz-calc(70% - 25px);
  width: calc(70% - 25px); }

.row > .offset7_10 {
  margin-left: 70%;
  margin-left: -webkit-calc(70% + 25px);
  margin-left: -moz-calc(70% + 25px);
  margin-left: calc(70% + 25px); }

.row > .col3_4, .row > .col6_8, .row > .col9_12, .row > .col12_16, .row > .span9, .wpb_row.vc_row-fluid > .vc_span9 {
  width: 75%;
  width: -webkit-calc(75% - 25px);
  width: -moz-calc(75% - 25px);
  width: calc(75% - 25px); }

.row > .offset3_4, .row > .offset6_8, .row > .offset9_12, .row > .offset12_16, .row > .offset9 {
  margin-left: 75%;
  margin-left: -webkit-calc(75% + 25px);
  margin-left: -moz-calc(75% + 25px);
  margin-left: calc(75% + 25px); }

.row > .col4_5, .row > .col8_10, .row > .col12_15 {
  width: 80%;
  width: -webkit-calc(80% - 25px);
  width: -moz-calc(80% - 25px);
  width: calc(80% - 25px); }

.row > .offset4_5, .row > .offset8_10, .row > .offset12_15 {
  margin-left: 80%;
  margin-left: -webkit-calc(80% + 25px);
  margin-left: -moz-calc(80% + 25px);
  margin-left: calc(80% + 25px); }

.row > .col9_10 {
  width: 90%;
  width: -webkit-calc(90% - 25px);
  width: -moz-calc(90% - 25px);
  width: calc(90% - 25px); }

.row > .offset9_10 {
  margin-left: 90%;
  margin-left: -webkit-calc(90% + 25px);
  margin-left: -moz-calc(90% + 25px);
  margin-left: calc(90% + 25px); }

.row > .col1_1, .row > .col2_2, .row > .col3_3, .row > .col4_4, .row > .col5_5, .row > .col6_6, .row > .col7_7, .row > .col8_8, .row > .col9_9, .row > .col10_10, .row > .col11_11, .row > .col12_12, .row > .col13_13, .row > .col14_14, .row > .col15_15, .row > .col16_16, .row > .span12, .wpb_row.vc_row-fluid > .vc_span12 {
  width: 100%;
  width: -webkit-calc(100% - 25px);
  width: -moz-calc(100% - 25px);
  width: calc(100% - 25px); }

.row > .offset1_1, .row > .offset2_2, .row > .offset3_3, .row > .offset4_4, .row > .offset5_5, .row > .offset6_6, .row > .offset7_7, .row > .offset8_8, .row > .offset9_9, .row > .offset10_10, .row > .offset11_11, .row > .offset12_12, .row > .offset13_13, .row > .offset14_14, .row > .offset15_15, .row > .offset16_16, .row > .offset12 {
  margin-left: 100%;
  margin-left: -webkit-calc(100% + 25px);
  margin-left: -moz-calc(100% + 25px);
  margin-left: calc(100% + 25px); }

.row > .col1_3, .row > .col2_6, .row > .col3_9, .row > .col4_12, .row > .col5_15, .row > .span4, .wpb_row.vc_row-fluid > .vc_span4 {
  width: 33.333%;
  width: -webkit-calc(33.333% - 25px);
  width: -moz-calc(33.333% - 25px);
  width: calc(33.333% - 25px); }

.row > .offset1_3, .row > .offset2_6, .row > .offset3_9, .row > .offset4_12, .row > .offset5_15, .row > .offset4 {
  margin-left: 33.333%;
  margin-left: -webkit-calc(33.333% + 25px);
  margin-left: -moz-calc(33.333% + 25px);
  margin-left: calc(33.333% + 25px); }

.row > .col2_3, .row > .col4_6, .row > .col6_9, .row > .col8_12, .row > .col10_15, .row > .span8, .wpb_row.vc_row-fluid > .vc_span8 {
  width: 66.667%;
  width: -webkit-calc(66.667% - 25px);
  width: -moz-calc(66.667% - 25px);
  width: calc(66.667% - 25px); }

.row > .offset2_3, .row > .offset4_6, .row > .offset6_9, .row > .offset8_12, .row > .offset10_15, .row > .offset8 {
  margin-left: 66.667%;
  margin-left: -webkit-calc(66.667% + 25px);
  margin-left: -moz-calc(66.667% + 25px);
  margin-left: calc(66.667% + 25px); }

.row > .col1_6, .row > .col2_12, .row > .span2, .wpb_row.vc_row-fluid > .vc_span2 {
  width: 16.667%;
  width: -webkit-calc(16.667% - 25px);
  width: -moz-calc(16.667% - 25px);
  width: calc(16.667% - 25px); }

.row > .offset1_6, .row > .offset2_12, .row > .offset2 {
  margin-left: 16.667%;
  margin-left: -webkit-calc(16.667% + 25px);
  margin-left: -moz-calc(16.667% + 25px);
  margin-left: calc(16.667% + 25px); }

.row > .col5_6, .row > .col10_12, .row > .span10, .wpb_row.vc_row-fluid > .vc_span10 {
  width: 83.333%;
  width: -webkit-calc(83.333% - 25px);
  width: -moz-calc(83.333% - 25px);
  width: calc(83.333% - 25px); }

.row > .offset5_6, .row > .offset10_12, .row > .offset10 {
  margin-left: 83.333%;
  margin-left: -webkit-calc(83.333% + 25px);
  margin-left: -moz-calc(83.333% + 25px);
  margin-left: calc(83.333% + 25px); }

.row > .col1_7, .row > .col2_14 {
  width: 14.286%;
  width: -webkit-calc(14.286% - 25px);
  width: -moz-calc(14.286% - 25px);
  width: calc(14.286% - 25px); }

.row > .offset1_7, .row > .offset2_14 {
  margin-left: 14.286%;
  margin-left: -webkit-calc(14.286% + 25px);
  margin-left: -moz-calc(14.286% + 25px);
  margin-left: calc(14.286% + 25px); }

.row > .col2_7, .row > .col4_14 {
  width: 28.571%;
  width: -webkit-calc(28.571% - 25px);
  width: -moz-calc(28.571% - 25px);
  width: calc(28.571% - 25px); }

.row > .offset2_7, .row > .offset4_14 {
  margin-left: 28.571%;
  margin-left: -webkit-calc(28.571% + 25px);
  margin-left: -moz-calc(28.571% + 25px);
  margin-left: calc(28.571% + 25px); }

.row > .col3_7, .row > .col6_14 {
  width: 42.857%;
  width: -webkit-calc(42.857% - 25px);
  width: -moz-calc(42.857% - 25px);
  width: calc(42.857% - 25px); }

.row > .offset3_7, .row > .offset6_14 {
  margin-left: 42.857%;
  margin-left: -webkit-calc(42.857% + 25px);
  margin-left: -moz-calc(42.857% + 25px);
  margin-left: calc(42.857% + 25px); }

.row > .col4_7, .row > .col8_14 {
  width: 57.143%;
  width: -webkit-calc(57.143% - 25px);
  width: -moz-calc(57.143% - 25px);
  width: calc(57.143% - 25px); }

.row > .offset4_7, .row > .offset8_14 {
  margin-left: 57.143%;
  margin-left: -webkit-calc(57.143% + 25px);
  margin-left: -moz-calc(57.143% + 25px);
  margin-left: calc(57.143% + 25px); }

.row > .col5_7, .row > .col10_14 {
  width: 71.429%;
  width: -webkit-calc(71.429% - 25px);
  width: -moz-calc(71.429% - 25px);
  width: calc(71.429% - 25px); }

.row > .offset5_7, .row > .offset10_14 {
  margin-left: 71.429%;
  margin-left: -webkit-calc(71.429% + 25px);
  margin-left: -moz-calc(71.429% + 25px);
  margin-left: calc(71.429% + 25px); }

.row > .col6_7, .row > .col12_14 {
  width: 85.714%;
  width: -webkit-calc(85.714% - 25px);
  width: -moz-calc(85.714% - 25px);
  width: calc(85.714% - 25px); }

.row > .offset6_7, .row > .offset12_14 {
  margin-left: 85.714%;
  margin-left: -webkit-calc(85.714% + 25px);
  margin-left: -moz-calc(85.714% + 25px);
  margin-left: calc(85.714% + 25px); }

.row > .col1_8, .row > .col2_16 {
  width: 12.5%;
  width: -webkit-calc(12.5% - 25px);
  width: -moz-calc(12.5% - 25px);
  width: calc(12.5% - 25px); }

.row > .offset1_8, .row > .offset2_16 {
  margin-left: 12.5%;
  margin-left: -webkit-calc(12.5% + 25px);
  margin-left: -moz-calc(12.5% + 25px);
  margin-left: calc(12.5% + 25px); }

.row > .col3_8, .row > .col6_16 {
  width: 37.5%;
  width: -webkit-calc(37.5% - 25px);
  width: -moz-calc(37.5% - 25px);
  width: calc(37.5% - 25px); }

.row > .offset3_8, .row > .offset6_16 {
  margin-left: 37.5%;
  margin-left: -webkit-calc(37.5% + 25px);
  margin-left: -moz-calc(37.5% + 25px);
  margin-left: calc(37.5% + 25px); }

.row > .col5_8, .row > .col10_16 {
  width: 62.5%;
  width: -webkit-calc(62.5% - 25px);
  width: -moz-calc(62.5% - 25px);
  width: calc(62.5% - 25px); }

.row > .offset5_8, .row > .offset10_16 {
  margin-left: 62.5%;
  margin-left: -webkit-calc(62.5% + 25px);
  margin-left: -moz-calc(62.5% + 25px);
  margin-left: calc(62.5% + 25px); }

.row > .col7_8, .row > .col14_16 {
  width: 87.5%;
  width: -webkit-calc(87.5% - 25px);
  width: -moz-calc(87.5% - 25px);
  width: calc(87.5% - 25px); }

.row > .offset7_8, .row > .offset14_16 {
  margin-left: 87.5%;
  margin-left: -webkit-calc(87.5% + 25px);
  margin-left: -moz-calc(87.5% + 25px);
  margin-left: calc(87.5% + 25px); }

.row > .col1_9 {
  width: 11.111%;
  width: -webkit-calc(11.111% - 25px);
  width: -moz-calc(11.111% - 25px);
  width: calc(11.111% - 25px); }

.row > .offset1_9 {
  margin-left: 11.111%;
  margin-left: -webkit-calc(11.111% + 25px);
  margin-left: -moz-calc(11.111% + 25px);
  margin-left: calc(11.111% + 25px); }

.row > .col2_9 {
  width: 22.222%;
  width: -webkit-calc(22.222% - 25px);
  width: -moz-calc(22.222% - 25px);
  width: calc(22.222% - 25px); }

.row > .offset2_9 {
  margin-left: 22.222%;
  margin-left: -webkit-calc(22.222% + 25px);
  margin-left: -moz-calc(22.222% + 25px);
  margin-left: calc(22.222% + 25px); }

.row > .col4_9 {
  width: 44.444%;
  width: -webkit-calc(44.444% - 25px);
  width: -moz-calc(44.444% - 25px);
  width: calc(44.444% - 25px); }

.row > .offset4_9 {
  margin-left: 44.444%;
  margin-left: -webkit-calc(44.444% + 25px);
  margin-left: -moz-calc(44.444% + 25px);
  margin-left: calc(44.444% + 25px); }

.row > .col5_9 {
  width: 55.556%;
  width: -webkit-calc(55.556% - 25px);
  width: -moz-calc(55.556% - 25px);
  width: calc(55.556% - 25px); }

.row > .offset5_9 {
  margin-left: 55.556%;
  margin-left: -webkit-calc(55.556% + 25px);
  margin-left: -moz-calc(55.556% + 25px);
  margin-left: calc(55.556% + 25px); }

.row > .col7_9 {
  width: 77.778%;
  width: -webkit-calc(77.778% - 25px);
  width: -moz-calc(77.778% - 25px);
  width: calc(77.778% - 25px); }

.row > .offset7_9 {
  margin-left: 77.778%;
  margin-left: -webkit-calc(77.778% + 25px);
  margin-left: -moz-calc(77.778% + 25px);
  margin-left: calc(77.778% + 25px); }

.row > .col8_9 {
  width: 88.889%;
  width: -webkit-calc(88.889% - 25px);
  width: -moz-calc(88.889% - 25px);
  width: calc(88.889% - 25px); }

.row > .offset8_9 {
  margin-left: 88.889%;
  margin-left: -webkit-calc(88.889% + 25px);
  margin-left: -moz-calc(88.889% + 25px);
  margin-left: calc(88.889% + 25px); }

.row > .col1_11 {
  width: 9.091%;
  width: -webkit-calc(9.091% - 25px);
  width: -moz-calc(9.091% - 25px);
  width: calc(9.091% - 25px); }

.row > .offset1_11 {
  margin-left: 9.091%;
  margin-left: -webkit-calc(9.091% + 25px);
  margin-left: -moz-calc(9.091% + 25px);
  margin-left: calc(9.091% + 25px); }

.row > .col2_11 {
  width: 18.182%;
  width: -webkit-calc(18.182% - 25px);
  width: -moz-calc(18.182% - 25px);
  width: calc(18.182% - 25px); }

.row > .offset2_11 {
  margin-left: 18.182%;
  margin-left: -webkit-calc(18.182% + 25px);
  margin-left: -moz-calc(18.182% + 25px);
  margin-left: calc(18.182% + 25px); }

.row > .col3_11 {
  width: 27.273%;
  width: -webkit-calc(27.273% - 25px);
  width: -moz-calc(27.273% - 25px);
  width: calc(27.273% - 25px); }

.row > .offset3_11 {
  margin-left: 27.273%;
  margin-left: -webkit-calc(27.273% + 25px);
  margin-left: -moz-calc(27.273% + 25px);
  margin-left: calc(27.273% + 25px); }

.row > .col4_11 {
  width: 36.364%;
  width: -webkit-calc(36.364% - 25px);
  width: -moz-calc(36.364% - 25px);
  width: calc(36.364% - 25px); }

.row > .offset4_11 {
  margin-left: 36.364%;
  margin-left: -webkit-calc(36.364% + 25px);
  margin-left: -moz-calc(36.364% + 25px);
  margin-left: calc(36.364% + 25px); }

.row > .col5_11 {
  width: 45.455%;
  width: -webkit-calc(45.455% - 25px);
  width: -moz-calc(45.455% - 25px);
  width: calc(45.455% - 25px); }

.row > .offset5_11 {
  margin-left: 45.455%;
  margin-left: -webkit-calc(45.455% + 25px);
  margin-left: -moz-calc(45.455% + 25px);
  margin-left: calc(45.455% + 25px); }

.row > .col6_11 {
  width: 54.545%;
  width: -webkit-calc(54.545% - 25px);
  width: -moz-calc(54.545% - 25px);
  width: calc(54.545% - 25px); }

.row > .offset6_11 {
  margin-left: 54.545%;
  margin-left: -webkit-calc(54.545% + 25px);
  margin-left: -moz-calc(54.545% + 25px);
  margin-left: calc(54.545% + 25px); }

.row > .col7_11 {
  width: 63.636%;
  width: -webkit-calc(63.636% - 25px);
  width: -moz-calc(63.636% - 25px);
  width: calc(63.636% - 25px); }

.row > .offset7_11 {
  margin-left: 63.636%;
  margin-left: -webkit-calc(63.636% + 25px);
  margin-left: -moz-calc(63.636% + 25px);
  margin-left: calc(63.636% + 25px); }

.row > .col8_11 {
  width: 72.727%;
  width: -webkit-calc(72.727% - 25px);
  width: -moz-calc(72.727% - 25px);
  width: calc(72.727% - 25px); }

.row > .offset8_11 {
  margin-left: 72.727%;
  margin-left: -webkit-calc(72.727% + 25px);
  margin-left: -moz-calc(72.727% + 25px);
  margin-left: calc(72.727% + 25px); }

.row > .col9_11 {
  width: 81.818%;
  width: -webkit-calc(81.818% - 25px);
  width: -moz-calc(81.818% - 25px);
  width: calc(81.818% - 25px); }

.row > .offset9_11 {
  margin-left: 81.818%;
  margin-left: -webkit-calc(81.818% + 25px);
  margin-left: -moz-calc(81.818% + 25px);
  margin-left: calc(81.818% + 25px); }

.row > .col10_11 {
  width: 90.909%;
  width: -webkit-calc(90.909% - 25px);
  width: -moz-calc(90.909% - 25px);
  width: calc(90.909% - 25px); }

.row > .offset10_11 {
  margin-left: 90.909%;
  margin-left: -webkit-calc(90.909% + 25px);
  margin-left: -moz-calc(90.909% + 25px);
  margin-left: calc(90.909% + 25px); }

.row > .col1_12, .row > .span1, .wpb_row.vc_row-fluid > .vc_span1 {
  width: 8.333%;
  width: -webkit-calc(8.333% - 25px);
  width: -moz-calc(8.333% - 25px);
  width: calc(8.333% - 25px); }

.row > .offset1_12, .row > .offset1 {
  margin-left: 8.333%;
  margin-left: -webkit-calc(8.333% + 25px);
  margin-left: -moz-calc(8.333% + 25px);
  margin-left: calc(8.333% + 25px); }

.row > .col5_12, .row > .span5, .wpb_row.vc_row-fluid > .vc_span5 {
  width: 41.667%;
  width: -webkit-calc(41.667% - 25px);
  width: -moz-calc(41.667% - 25px);
  width: calc(41.667% - 25px); }

.row > .offset5_12, .row > .offset5 {
  margin-left: 41.667%;
  margin-left: -webkit-calc(41.667% + 25px);
  margin-left: -moz-calc(41.667% + 25px);
  margin-left: calc(41.667% + 25px); }

.row > .col7_12, .row > .span7, .wpb_row.vc_row-fluid > .vc_span7 {
  width: 58.333%;
  width: -webkit-calc(58.333% - 25px);
  width: -moz-calc(58.333% - 25px);
  width: calc(58.333% - 25px); }

.row > .offset7_12, .row > .offset7 {
  margin-left: 58.333%;
  margin-left: -webkit-calc(58.333% + 25px);
  margin-left: -moz-calc(58.333% + 25px);
  margin-left: calc(58.333% + 25px); }

.row > .col11_12, .row > .span11, .wpb_row.vc_row-fluid > .vc_span11 {
  width: 91.667%;
  width: -webkit-calc(91.667% - 25px);
  width: -moz-calc(91.667% - 25px);
  width: calc(91.667% - 25px); }

.row > .offset11_12, .row > .offset11 {
  margin-left: 91.667%;
  margin-left: -webkit-calc(91.667% + 25px);
  margin-left: -moz-calc(91.667% + 25px);
  margin-left: calc(91.667% + 25px); }

.row > .col1_13 {
  width: 7.692%;
  width: -webkit-calc(7.692% - 25px);
  width: -moz-calc(7.692% - 25px);
  width: calc(7.692% - 25px); }

.row > .offset1_13 {
  margin-left: 7.692%;
  margin-left: -webkit-calc(7.692% + 25px);
  margin-left: -moz-calc(7.692% + 25px);
  margin-left: calc(7.692% + 25px); }

.row > .col2_13 {
  width: 15.385%;
  width: -webkit-calc(15.385% - 25px);
  width: -moz-calc(15.385% - 25px);
  width: calc(15.385% - 25px); }

.row > .offset2_13 {
  margin-left: 15.385%;
  margin-left: -webkit-calc(15.385% + 25px);
  margin-left: -moz-calc(15.385% + 25px);
  margin-left: calc(15.385% + 25px); }

.row > .col3_13 {
  width: 23.077%;
  width: -webkit-calc(23.077% - 25px);
  width: -moz-calc(23.077% - 25px);
  width: calc(23.077% - 25px); }

.row > .offset3_13 {
  margin-left: 23.077%;
  margin-left: -webkit-calc(23.077% + 25px);
  margin-left: -moz-calc(23.077% + 25px);
  margin-left: calc(23.077% + 25px); }

.row > .col4_13 {
  width: 30.769%;
  width: -webkit-calc(30.769% - 25px);
  width: -moz-calc(30.769% - 25px);
  width: calc(30.769% - 25px); }

.row > .offset4_13 {
  margin-left: 30.769%;
  margin-left: -webkit-calc(30.769% + 25px);
  margin-left: -moz-calc(30.769% + 25px);
  margin-left: calc(30.769% + 25px); }

.row > .col5_13 {
  width: 38.462%;
  width: -webkit-calc(38.462% - 25px);
  width: -moz-calc(38.462% - 25px);
  width: calc(38.462% - 25px); }

.row > .offset5_13 {
  margin-left: 38.462%;
  margin-left: -webkit-calc(38.462% + 25px);
  margin-left: -moz-calc(38.462% + 25px);
  margin-left: calc(38.462% + 25px); }

.row > .col6_13 {
  width: 46.154%;
  width: -webkit-calc(46.154% - 25px);
  width: -moz-calc(46.154% - 25px);
  width: calc(46.154% - 25px); }

.row > .offset6_13 {
  margin-left: 46.154%;
  margin-left: -webkit-calc(46.154% + 25px);
  margin-left: -moz-calc(46.154% + 25px);
  margin-left: calc(46.154% + 25px); }

.row > .col7_13 {
  width: 53.846%;
  width: -webkit-calc(53.846% - 25px);
  width: -moz-calc(53.846% - 25px);
  width: calc(53.846% - 25px); }

.row > .offset7_13 {
  margin-left: 53.846%;
  margin-left: -webkit-calc(53.846% + 25px);
  margin-left: -moz-calc(53.846% + 25px);
  margin-left: calc(53.846% + 25px); }

.row > .col8_13 {
  width: 61.538%;
  width: -webkit-calc(61.538% - 25px);
  width: -moz-calc(61.538% - 25px);
  width: calc(61.538% - 25px); }

.row > .offset8_13 {
  margin-left: 61.538%;
  margin-left: -webkit-calc(61.538% + 25px);
  margin-left: -moz-calc(61.538% + 25px);
  margin-left: calc(61.538% + 25px); }

.row > .col9_13 {
  width: 69.231%;
  width: -webkit-calc(69.231% - 25px);
  width: -moz-calc(69.231% - 25px);
  width: calc(69.231% - 25px); }

.row > .offset9_13 {
  margin-left: 69.231%;
  margin-left: -webkit-calc(69.231% + 25px);
  margin-left: -moz-calc(69.231% + 25px);
  margin-left: calc(69.231% + 25px); }

.row > .col10_13 {
  width: 76.923%;
  width: -webkit-calc(76.923% - 25px);
  width: -moz-calc(76.923% - 25px);
  width: calc(76.923% - 25px); }

.row > .offset10_13 {
  margin-left: 76.923%;
  margin-left: -webkit-calc(76.923% + 25px);
  margin-left: -moz-calc(76.923% + 25px);
  margin-left: calc(76.923% + 25px); }

.row > .col11_13 {
  width: 84.615%;
  width: -webkit-calc(84.615% - 25px);
  width: -moz-calc(84.615% - 25px);
  width: calc(84.615% - 25px); }

.row > .offset11_13 {
  margin-left: 84.615%;
  margin-left: -webkit-calc(84.615% + 25px);
  margin-left: -moz-calc(84.615% + 25px);
  margin-left: calc(84.615% + 25px); }

.row > .col12_13 {
  width: 92.308%;
  width: -webkit-calc(92.308% - 25px);
  width: -moz-calc(92.308% - 25px);
  width: calc(92.308% - 25px); }

.row > .offset12_13 {
  margin-left: 92.308%;
  margin-left: -webkit-calc(92.308% + 25px);
  margin-left: -moz-calc(92.308% + 25px);
  margin-left: calc(92.308% + 25px); }

.row > .col1_14 {
  width: 7.143%;
  width: -webkit-calc(7.143% - 25px);
  width: -moz-calc(7.143% - 25px);
  width: calc(7.143% - 25px); }

.row > .offset1_14 {
  margin-left: 7.143%;
  margin-left: -webkit-calc(7.143% + 25px);
  margin-left: -moz-calc(7.143% + 25px);
  margin-left: calc(7.143% + 25px); }

.row > .col3_14 {
  width: 21.429%;
  width: -webkit-calc(21.429% - 25px);
  width: -moz-calc(21.429% - 25px);
  width: calc(21.429% - 25px); }

.row > .offset3_14 {
  margin-left: 21.429%;
  margin-left: -webkit-calc(21.429% + 25px);
  margin-left: -moz-calc(21.429% + 25px);
  margin-left: calc(21.429% + 25px); }

.row > .col5_14 {
  width: 35.714%;
  width: -webkit-calc(35.714% - 25px);
  width: -moz-calc(35.714% - 25px);
  width: calc(35.714% - 25px); }

.row > .offset5_14 {
  margin-left: 35.714%;
  margin-left: -webkit-calc(35.714% + 25px);
  margin-left: -moz-calc(35.714% + 25px);
  margin-left: calc(35.714% + 25px); }

.row > .col9_14 {
  width: 64.286%;
  width: -webkit-calc(64.286% - 25px);
  width: -moz-calc(64.286% - 25px);
  width: calc(64.286% - 25px); }

.row > .offset9_14 {
  margin-left: 64.286%;
  margin-left: -webkit-calc(64.286% + 25px);
  margin-left: -moz-calc(64.286% + 25px);
  margin-left: calc(64.286% + 25px); }

.row > .col11_14 {
  width: 78.571%;
  width: -webkit-calc(78.571% - 25px);
  width: -moz-calc(78.571% - 25px);
  width: calc(78.571% - 25px); }

.row > .offset11_14 {
  margin-left: 78.571%;
  margin-left: -webkit-calc(78.571% + 25px);
  margin-left: -moz-calc(78.571% + 25px);
  margin-left: calc(78.571% + 25px); }

.row > .col13_14 {
  width: 92.857%;
  width: -webkit-calc(92.857% - 25px);
  width: -moz-calc(92.857% - 25px);
  width: calc(92.857% - 25px); }

.row > .offset13_14 {
  margin-left: 92.857%;
  margin-left: -webkit-calc(92.857% + 25px);
  margin-left: -moz-calc(92.857% + 25px);
  margin-left: calc(92.857% + 25px); }

.row > .col1_15 {
  width: 6.667%;
  width: -webkit-calc(6.667% - 25px);
  width: -moz-calc(6.667% - 25px);
  width: calc(6.667% - 25px); }

.row > .offset1_15 {
  margin-left: 6.667%;
  margin-left: -webkit-calc(6.667% + 25px);
  margin-left: -moz-calc(6.667% + 25px);
  margin-left: calc(6.667% + 25px); }

.row > .col2_15 {
  width: 13.333%;
  width: -webkit-calc(13.333% - 25px);
  width: -moz-calc(13.333% - 25px);
  width: calc(13.333% - 25px); }

.row > .offset2_15 {
  margin-left: 13.333%;
  margin-left: -webkit-calc(13.333% + 25px);
  margin-left: -moz-calc(13.333% + 25px);
  margin-left: calc(13.333% + 25px); }

.row > .col4_15 {
  width: 26.667%;
  width: -webkit-calc(26.667% - 25px);
  width: -moz-calc(26.667% - 25px);
  width: calc(26.667% - 25px); }

.row > .offset4_15 {
  margin-left: 26.667%;
  margin-left: -webkit-calc(26.667% + 25px);
  margin-left: -moz-calc(26.667% + 25px);
  margin-left: calc(26.667% + 25px); }

.row > .col7_15 {
  width: 46.667%;
  width: -webkit-calc(46.667% - 25px);
  width: -moz-calc(46.667% - 25px);
  width: calc(46.667% - 25px); }

.row > .offset7_15 {
  margin-left: 46.667%;
  margin-left: -webkit-calc(46.667% + 25px);
  margin-left: -moz-calc(46.667% + 25px);
  margin-left: calc(46.667% + 25px); }

.row > .col8_15 {
  width: 53.333%;
  width: -webkit-calc(53.333% - 25px);
  width: -moz-calc(53.333% - 25px);
  width: calc(53.333% - 25px); }

.row > .offset8_15 {
  margin-left: 53.333%;
  margin-left: -webkit-calc(53.333% + 25px);
  margin-left: -moz-calc(53.333% + 25px);
  margin-left: calc(53.333% + 25px); }

.row > .col11_15 {
  width: 73.333%;
  width: -webkit-calc(73.333% - 25px);
  width: -moz-calc(73.333% - 25px);
  width: calc(73.333% - 25px); }

.row > .offset11_15 {
  margin-left: 73.333%;
  margin-left: -webkit-calc(73.333% + 25px);
  margin-left: -moz-calc(73.333% + 25px);
  margin-left: calc(73.333% + 25px); }

.row > .col13_15 {
  width: 86.667%;
  width: -webkit-calc(86.667% - 25px);
  width: -moz-calc(86.667% - 25px);
  width: calc(86.667% - 25px); }

.row > .offset13_15 {
  margin-left: 86.667%;
  margin-left: -webkit-calc(86.667% + 25px);
  margin-left: -moz-calc(86.667% + 25px);
  margin-left: calc(86.667% + 25px); }

.row > .col14_15 {
  width: 93.333%;
  width: -webkit-calc(93.333% - 25px);
  width: -moz-calc(93.333% - 25px);
  width: calc(93.333% - 25px); }

.row > .offset14_15 {
  margin-left: 93.333%;
  margin-left: -webkit-calc(93.333% + 25px);
  margin-left: -moz-calc(93.333% + 25px);
  margin-left: calc(93.333% + 25px); }

.row > .col1_16 {
  width: 6.25%;
  width: -webkit-calc(6.25% - 25px);
  width: -moz-calc(6.25% - 25px);
  width: calc(6.25% - 25px); }

.row > .offset1_16 {
  margin-left: 6.25%;
  margin-left: -webkit-calc(6.25% + 25px);
  margin-left: -moz-calc(6.25% + 25px);
  margin-left: calc(6.25% + 25px); }

.row > .col3_16 {
  width: 18.75%;
  width: -webkit-calc(18.75% - 25px);
  width: -moz-calc(18.75% - 25px);
  width: calc(18.75% - 25px); }

.row > .offset3_16 {
  margin-left: 18.75%;
  margin-left: -webkit-calc(18.75% + 25px);
  margin-left: -moz-calc(18.75% + 25px);
  margin-left: calc(18.75% + 25px); }

.row > .col5_16 {
  width: 31.25%;
  width: -webkit-calc(31.25% - 25px);
  width: -moz-calc(31.25% - 25px);
  width: calc(31.25% - 25px); }

.row > .offset5_16 {
  margin-left: 31.25%;
  margin-left: -webkit-calc(31.25% + 25px);
  margin-left: -moz-calc(31.25% + 25px);
  margin-left: calc(31.25% + 25px); }

.row > .col7_16 {
  width: 43.75%;
  width: -webkit-calc(43.75% - 25px);
  width: -moz-calc(43.75% - 25px);
  width: calc(43.75% - 25px); }

.row > .offset7_16 {
  margin-left: 43.75%;
  margin-left: -webkit-calc(43.75% + 25px);
  margin-left: -moz-calc(43.75% + 25px);
  margin-left: calc(43.75% + 25px); }

.row > .col9_16 {
  width: 56.25%;
  width: -webkit-calc(56.25% - 25px);
  width: -moz-calc(56.25% - 25px);
  width: calc(56.25% - 25px); }

.row > .offset9_16 {
  margin-left: 56.25%;
  margin-left: -webkit-calc(56.25% + 25px);
  margin-left: -moz-calc(56.25% + 25px);
  margin-left: calc(56.25% + 25px); }

.row > .col11_16 {
  width: 68.75%;
  width: -webkit-calc(68.75% - 25px);
  width: -moz-calc(68.75% - 25px);
  width: calc(68.75% - 25px); }

.row > .offset11_16 {
  margin-left: 68.75%;
  margin-left: -webkit-calc(68.75% + 25px);
  margin-left: -moz-calc(68.75% + 25px);
  margin-left: calc(68.75% + 25px); }

.row > .col13_16 {
  width: 81.25%;
  width: -webkit-calc(81.25% - 25px);
  width: -moz-calc(81.25% - 25px);
  width: calc(81.25% - 25px); }

.row > .offset13_16 {
  margin-left: 81.25%;
  margin-left: -webkit-calc(81.25% + 25px);
  margin-left: -moz-calc(81.25% + 25px);
  margin-left: calc(81.25% + 25px); }

.row > .col15_16 {
  width: 93.75%;
  width: -webkit-calc(93.75% - 25px);
  width: -moz-calc(93.75% - 25px);
  width: calc(93.75% - 25px); }

.row > .offset15_16 {
  margin-left: 93.75%;
  margin-left: -webkit-calc(93.75% + 25px);
  margin-left: -moz-calc(93.75% + 25px);
  margin-left: calc(93.75% + 25px); }

.grid {
  position: relative; }

.grid:after {
  content: ' ';
  display: block;
  clear: both; }

.grid > [class*="col"] {
  float: left; }

.grid > .col1_4 {
  width: 25%; }

.grid > .col1_2,
.grid > .col2_4,
.grid > .col3_6 {
  width: 50%; }

.grid > .col3_4 {
  width: 75%; }

.grid > .col1_1,
.grid > .col2_2,
.grid > .col3_3,
.grid > .col4_4,
.grid > .col5_5,
.grid > .col6_6 {
  width: 100%; }

.grid > .col1_3,
.grid > .col2_6 {
  width: 33.333%; }
  .grid > .col1_3:nth-child(3n + 1),
  .grid > .col2_6:nth-child(3n + 1) {
    clear: left; }

.grid > .col2_3,
.grid > .col4_6 {
  width: 66.666%; }

.grid > .col1_5 {
  width: 20%; }

.grid > .col2_5 {
  width: 40%; }

.grid > .col3_5 {
  width: 60%; }

.grid > .col4_5 {
  width: 80%; }

.grid > .col1_6 {
  width: 16.666%; }

.grid > .col5_6 {
  width: 83.333%; }

.grid > .col1_7 {
  width: 14.285%; }

.grid > .col1_8 {
  width: 12.5%; }

.grid > .col1_9 {
  width: 11.111%; }

.grid > .col1_10 {
  width: 10%; }

.grid > .offset1_1 {
  margin-left: 100%; }

.grid > .offset1_2 {
  margin-left: 50%; }

.grid > .offset1_3 {
  margin-left: 33.333%; }

.grid > .offset1_4 {
  margin-left: 25%; }

.grid > .offset1_5 {
  margin-left: 20%; }

.grid > .offset1_6 {
  margin-left: 16.666%; }

.grid > .offset1_7 {
  margin-left: 14.285%; }

.grid > .offset1_8 {
  margin-left: 12.5%; }

.grid > .offset1_9 {
  margin-left: 11.111%; }

.grid > .offset1_10 {
  margin-left: 10%; }

.table-grid {
  display: table;
  border-collapse: separate; }

.table-grid > .row {
  display: table-row;
  margin-left: 0;
  margin-bottom: 5px; }

.table-grid > .row > [class*="col"] {
  display: table-cell;
  float: none;
  width: auto; }

.table-grid > .row > .col1_3 {
  width: 33.333%; }

.show-grid {
  margin-top: 10px;
  margin-bottom: 20px; }

.show-grid [class*="span"],
.show-grid [class*="col"] {
  background-color: #578ec8;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  min-height: 40px;
  line-height: 40px;
  color: #fff; }

@media screen and (max-width: 700px) {
  .row,
  .row > [class*="span"],
  .row > [class*="col"],
  .grid,
  .grid > [class*="col"] {
    width: auto;
    float: none;
    display: block;
    margin-left: 0; }

  .table-grid,
  .table-grid > .grid,
  .table-grid > .grid > [class*="col"] {
    float: none;
    display: block;
    width: auto; } }
/* @end */
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel .owl-refresh .owl-item {
  display: none; }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto; }

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img {
  transform-style: preserve-3d; }

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1; }

#header {
  position: relative;
  height: 337px;
  padding-bottom: 20px;
  color: white; }
  #header .logo {
    position: absolute;
    top: 40px;
    left: 0; }
    #header .logo img {
      max-width: 140px; }
    #header .logo a {
      display: inline-block;
      vertical-align: middle; }
    #header .logo .desc {
      display: inline-block;
      margin: 44px 0 0px 10px;
      vertical-align: middle;
      font-size: 14px;
      line-height: normal; }
  @media screen and (max-width: 970px) {
    #header .logo {
      padding-left: 15px; } }
  @media screen and (max-width: 768px) {
    #header {
      height: 280px;
      padding: 0 15px; }
      #header .logo .desc {
        display: none; } }
  @media screen and (max-width: 600px) {
    #header {
      height: 100px; }
      #header .logo {
        top: 15px;
        left: 15px;
        padding-left: 0; }
        #header .logo img {
          width: 70px; } }

#top {
  position: absolute;
  top: 0;
  right: 0;
  font-family: "futura-pt", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  font-size: 14px; }
  #top ul, #top li {
    margin: 0;
    padding: 0;
    list-style: none; }
  #top > ul {
    display: inline-block;
    vertical-align: text-top; }
    #top > ul > li {
      position: relative;
      display: inline-block;
      vertical-align: text-top;
      margin: 0 0 0 20px; }
      #top > ul > li > span,
      #top > ul > li > a {
        box-sizing: border-box;
        position: relative;
        display: inline-block;
        vertical-align: middle;
        padding: 12px 37px 0px 25px;
        height: 40px;
        border: 0;
        background: rgba(255, 255, 255, 0.5);
        border-radius: 0 0 8px 8px;
        cursor: pointer;
        color: black;
        opacity: 1;
        -webkit-transition: opacity 0.1s linear;
        -moz-transition: opacity 0.1s linear;
        -ms-transition: opacity 0.1s linear;
        -o-transition: opacity 0.1s linear;
        transition: opacity 0.1s linear;
        line-height: 1; }
        #top > ul > li > span .icon,
        #top > ul > li > a .icon {
          content: ' ';
          display: block;
          position: absolute;
          right: 8px;
          top: 50%;
          margin-top: -10px;
          width: 24px;
          height: 24px;
          color: black;
          border-radius: 50%;
          font-size: 17px;
          line-height: 24px; }
        #top > ul > li > span:hover,
        #top > ul > li > a:hover {
          text-decoration: none; }
        .search-on #top > ul > li > span, .search-on
        #top > ul > li > a {
          opacity: 0; }
      #top > ul > li > span {
        padding-right: 4px; }
  #top form {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    vertical-align: text-top;
    padding: 12px 25px 0px 15px;
    height: 40px;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -ms-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
    line-height: 1; }
    #top form input[type="text"] {
      display: inline-block;
      vertical-align: middle;
      margin: 0;
      padding: 0px 0;
      border: 0;
      width: .25em;
      background: none;
      font-size: 14px;
      font-family: "futura-pt", sans-serif;
      border-radius: 0;
      line-height: 1;
      -webkit-transition: width 0.2s linear;
      -moz-transition: width 0.2s linear;
      -ms-transition: width 0.2s linear;
      -o-transition: width 0.2s linear;
      transition: width 0.2s linear;
      outline: 0; }
      #top form input[type="text"]::-moz-placeholder {
        color: black;
        opacity: 1; }
    #top form button {
      position: absolute;
      top: 3px;
      right: 8px;
      margin: 0px 0 0 0;
      display: block;
      width: 24px;
      height: 24px;
      padding: 0;
      border: 0;
      border-radius: 0;
      font-size: 23px;
      line-height: 24px;
      color: #d2d2d2;
      outline: 0;
      background: none; }
      #top form button .icon {
        position: relative;
        z-index: 1;
        top: 4px;
        right: 2px; }
    #top form ::-webkit-input-placeholder {
      color: black;
      text-transform: uppercase;
      font-family: "futura-pt", sans-serif;
      font-style: normal;
      font-weight: bold; }
    #top form :-moz-placeholder {
      color: black;
      text-transform: uppercase;
      font-family: "futura-pt", sans-serif;
      font-style: normal;
      font-weight: bold; }
    #top form ::-moz-placeholder {
      color: black;
      text-transform: uppercase;
      font-family: "futura-pt", sans-serif;
      font-style: normal;
      font-weight: bold; }
    #top form :-ms-input-placeholder {
      color: black;
      text-transform: uppercase;
      font-family: "futura-pt", sans-serif;
      font-style: normal;
      font-weight: bold; }
    #top form :placeholder-shown {
      color: black;
      text-transform: uppercase;
      font-family: "futura-pt", sans-serif;
      font-style: normal;
      font-weight: bold; }
  .search-on #top form {
    background: #f3f3f3; }
    .search-on #top form input[type="text"] {
      width: 300px;
      padding-left: 10px;
      padding-right: 10px;
      margin: 0 5px 0 0; }
  @media screen and (max-width: 600px) {
    #top {
      display: none; } }

#nav {
  position: absolute;
  right: 50%;
  margin: 0 -470px 0 0;
  text-align: right;
  top: 75px;
  font-family: "futura-pt", sans-serif; }
  #nav ul, #nav li {
    margin: 0;
    padding: 0;
    list-style: none; }
  #nav > ul > li {
    display: inline-block;
    margin: 0 0 0 65px; }
    #nav > ul > li > a {
      position: relative;
      font-size: 20px;
      color: white;
      text-transform: uppercase;
      font-weight: bold;
      text-decoration: none; }
      #nav > ul > li > a:after {
        content: ' ';
        display: block;
        position: absolute;
        margin: 3px 0 0 0;
        top: 100%;
        height: 0px;
        width: 100%;
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        -ms-transition: all 0.1s linear;
        -o-transition: all 0.1s linear;
        transition: all 0.1s linear;
        background: white; }
      #nav > ul > li > a:hover:after {
        height: 3px; }
    #nav > ul > li.current-page-item > a:after, #nav > ul > li.current-menu-item > a:after {
      height: 3px; }
  #nav > ul.responsive {
    display: none; }
  @media screen and (max-width: 970px) {
    #nav {
      right: auto;
      left: 0;
      width: 95%;
      width: calc(100% - 15px);
      margin-right: 0; } }
  @media screen and (max-width: 600px) {
    #nav {
      position: fixed;
      top: 0;
      left: auto;
      right: -248px;
      width: 248px;
      height: 100%;
      background: #9a9a9a;
      overflow: scroll;
      -webkit-overflow-scrolling: touch;
      -webkit-transition: right 0.4s ease-in-out;
      -moz-transition: right 0.4s ease-in-out;
      -ms-transition: right 0.4s ease-in-out;
      -o-transition: right 0.4s ease-in-out;
      transition: right 0.4s ease-in-out;
      padding: 20px 10px 80px 10px;
      box-sizing: border-box;
      text-align: left; }
      .nav-on #nav {
        right: 0; }
      .admin-bar #nav {
        padding-top: 56px; }
      #nav > ul {
        padding: 0px 0; }
        #nav > ul > li {
          display: block;
          margin: 0 -10px;
          border-bottom: 1px solid #a4a4a4; }
          #nav > ul > li.hover > a {
            color: #252525; }
          #nav > ul > li > a {
            display: block;
            padding: 10px 15px;
            height: auto;
            line-height: normal;
            border-bottom: 0;
            color: #4c4c4c; }
            #nav > ul > li > a:after {
              display: none; }
            #nav > ul > li > a:hover {
              color: #252525; }
          #nav > ul > li > ul {
            position: relative;
            width: auto;
            display: none;
            background: #f3f3f3;
            border-bottom: 0;
            padding: 0 0 10px 0; }
            #nav > ul > li > ul > li {
              border-bottom: 0;
              padding-left: 5px; }
              #nav > ul > li > ul > li > a {
                color: #000; }
      #nav > ul.responsive {
        display: block; }
        #nav > ul.responsive .search {
          text-align: center; } }

#nav-toggle {
  display: none;
  position: absolute;
  vertical-align: middle;
  top: 28px;
  right: 15px;
  width: 30px;
  height: 30px;
  background: none;
  cursor: pointer; }
  #nav-toggle:before, #nav-toggle:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 3px;
    margin: -9px 0 0 0;
    background: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0; }
  #nav-toggle:after {
    top: auto;
    bottom: 50%;
    margin: 0 0 -12px 0; }
  #nav-toggle .bar {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: 0px;
    height: 3px;
    width: 100%;
    background: #fff;
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    #nav-toggle .bar:after {
      position: absolute;
      top: 14px;
      left: 0;
      width: 100%;
      text-align: center;
      display: block;
      content: 'MENU';
      font-size: 10px;
      color: white; }
  .nav-on #nav-toggle:before {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 42px;
    margin: -13px 0 0 31px; }
  .nav-on #nav-toggle:after {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    width: 42px;
    margin: 0 0 -20px 28px; }
  .nav-on #nav-toggle .bar {
    left: 20px;
    width: 0;
    opacity: 0; }
  @media screen and (max-width: 600px) {
    #nav-toggle {
      display: block; } }

#banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 704px;
  background: #e4e4e4 center no-repeat url(images/headers/header_color.jpg);
  background-size: cover;
  text-align: center;
  -webkit-transition: left 0.4s ease-in-out;
  -moz-transition: left 0.4s ease-in-out;
  -ms-transition: left 0.4s ease-in-out;
  -o-transition: left 0.4s ease-in-out;
  transition: left 0.4s ease-in-out; }
  @media screen and (max-width: 600px) {
    .nav-on #banner {
      left: -248px; } }
  #banner h1 {
    position: absolute;
    color: white;
    bottom: 380px;
    left: 50%;
    width: 880px;
    margin-left: -440px;
    line-height: 1;
    font-size: 75px;
    text-align: center;
    font-family: "futura-pt", sans-serif; }
  @media screen and (max-width: 910px) {
    #banner h1 {
      left: 0px;
      margin-left: 0;
      font-size: 55px;
      top: 253px;
      bottom: auto;
      width: 100%; } }
  @media screen and (max-width: 768px) {
    #banner {
      height: 300px; }
      #banner h1 {
        top: 200px; } }
  @media screen and (max-width: 600px) {
    #banner {
      height: 200px; }
      #banner h1 {
        display: none; } }

#wrap {
  position: relative;
  left: 0;
  -webkit-transition: left 0.4s ease-in-out;
  -moz-transition: left 0.4s ease-in-out;
  -ms-transition: left 0.4s ease-in-out;
  -o-transition: left 0.4s ease-in-out;
  transition: left 0.4s ease-in-out; }
  @media screen and (max-width: 600px) {
    .nav-on #wrap {
      left: -248px; } }

.wrap {
  position: relative;
  max-width: 940px;
  margin: 0 auto; }
  @media screen and (max-width: 970px) {
    .wrap {
      margin: 0;
      padding: 15px; } }

#main-wrap {
  position: relative; }

#main {
  box-sizing: border-box;
  padding: 30px;
  background: white; }
  #main:after {
    content: ' ';
    display: block;
    clear: both; }
  @media screen and (max-width: 768px) {
    #main {
      padding: 15px; } }
  @media screen and (max-width: 600px) {
    #main {
      padding: 0px; } }

#page-title {
  position: relative; }
  #page-title em {
    display: inline-block;
    /*
    position: absolute;
    top: 50%;
    margin: -16px 0 0 0;
    */
    margin: 0 0 0 10px;
    vertical-align: middle;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    font-style: normal;
    font-weight: bold;
    text-align: center;
    left: 330px;
    color: white; }
    #page-title em a {
      position: relative;
      display: block;
      padding: 0 20px;
      color: white;
      text-decoration: none;
      background: #000; }
      #page-title em a:before, #page-title em a:after {
        position: absolute;
        top: 0;
        content: ' ';
        display: block;
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        -ms-transition: all 0.1s linear;
        -o-transition: all 0.1s linear;
        transition: all 0.1s linear; }
      #page-title em a:before {
        left: -10px;
        border: 10px solid #000;
        border-top: 16px solid transparent;
        border-bottom: 16px solid transparent;
        border-left: 0; }
      #page-title em a:after {
        right: -8px;
        border: 8px solid transparent;
        border-top: 16px solid #000;
        border-bottom: 16px solid #000;
        border-left: 0; }
      #page-title em a:hover {
        background: #555; }
        #page-title em a:hover:before {
          border-right-color: #555; }
        #page-title em a:hover:after {
          border-top-color: #555;
          border-bottom-color: #555; }
  #page-title .button {
    margin: 0 auto;
    vertical-align: middle;
    border-radius: 5px;
    text-transform: none;
    font-size: 26px;
    font-weight: normal; }
    @media screen and (max-width: 465px) {
      #page-title .button {
        margin: 10px auto 0; } }
  @media screen and (max-width: 600px) {
    #page-title {
      padding: 5px; } }

.browse.mobile-only {
  margin: 0 0 15px 0; }

.box-media {
  display: block;
  min-height: 231px;
  margin: 0 5px 10px 5px;
  padding: 10px;
  background: #E6E6E6;
  box-sizing: border-box;
  font-size: 75%;
  line-height: normal; }
  .box-media:hover {
    color: white; }
    .box-media:hover h3 {
      color: white; }
    .box-media:hover a {
      color: white; }
  .box-media .image {
    position: relative;
    display: block;
    margin: -10px -10px 10px -10px;
    background: #cb1017; }
    .box-media .image .coming-soon {
      position: absolute;
      top: 10px;
      left: 10px;
      font-size: 20px;
      color: white;
      opacity: 0.5;
      text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
      text-transform: uppercase;
      line-height: normal; }
    .box-media .image img {
      display: block;
      margin: 0 auto;
      width: 100%; }
  .box-media h3 {
    font-size: 18px;
    font-weight: bold;
    color: #000; }
    .box-media h3 a {
      color: #000; }
      .box-media h3 a:hover {
        color: white; }
  .box-media a {
    color: #000; }
    .box-media a::after {
      width: 0;
      height: 0;
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent;
      border-left: 15px solid white; }
  .box-media:hover {
    background: #b30f16; }
    .box-media:hover a.image {
      opacity: .3; }
    .box-media:hover a {
      color: white;
      text-decoration: none; }

.box-media.image::after {
  background: rgba(203, 16, 23, 0.82);
  height: 100%;
  z-index: 3000; }

.box-speaker {
  display: block;
  margin: 0 5px 10px 5px;
  padding: 10px;
  min-height: 225px;
  background: #ddd;
  box-sizing: border-box; }
  .box-speaker .image {
    display: block;
    margin: -10px -10px 10px -10px; }
    .box-speaker .image img {
      display: block;
      margin: 0 auto; }
  .box-speaker h3 {
    font-size: 18px;
    font-weight: bold;
    color: #000; }
    .box-speaker h3 a {
      color: #000; }
  .box-speaker .posts {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
    line-height: normal;
    font-size: 80%;
    font-weight: bold; }
    .box-speaker .posts li {
      margin: 0 0 15px 0;
      padding: 0;
      list-style: none; }
      .box-speaker .posts li:last-child {
        margin-bottom: 0; }
      .box-speaker .posts li a {
        color: #000; }

#browse {
  margin: -70px 0px 0 0;
  padding: 95px 10px 25px 15px;
  zoom: 1; }
  #browse ul, #browse li {
    margin: 0;
    padding: 0; }
  #browse li {
    float: none; }
  @media screen and (max-width: 600px) {
    #browse {
      display: none; } }

.date {
  padding: 21px 13px 15px 13px;
  margin-top: 16px;
  background-color: #dc0018;
  color: white; }
  .date h1 {
    font-size: 18px;
    margin-bottom: 5px; }
  .date p {
    margin-bottom: .25em;
    font-size: 12px;
    line-height: 16px; }
  @media screen and (max-width: 600px) {
    .date {
      margin-bottom: 15px; } }

#browse .expandable,
#browse h4 {
  position: relative;
  margin: 10px 0 0 -15px;
  padding: 10px 0 10px 15px;
  cursor: pointer;
  border-top: 2px solid #eeeeee;
  color: #000;
  font-size: 16px; }

#browse .expandable {
  margin-top: 0; }

#browse h4:hover {
  color: #000;
  background: #f5f5f5; }

#browse a {
  color: #000; }

#browse h4 a:hover {
  color: #000;
  text-decoration: none; }

#browse h4.first {
  border-top: 0;
  margin-top: 0; }

#browse h4 .i {
  display: none;
  position: absolute;
  top: 14px;
  left: -25px;
  width: 10px;
  height: 12px;
  background: url(images/sprites.png) -133px -210px; }

#browse ul.section {
  padding-top: 9px;
  padding-bottom: 10px;
  margin: 0 0 0 0em;
  line-height: normal;
  font-size: 14px; }

#browse ul li {
  margin: 0 0 0px 0;
  padding: 0;
  list-style: none; }

#browse ul li a {
  display: block;
  margin: 0 0 0 -15px;
  padding: 3px 0 3px 15px; }

#browse ul li a:hover {
  background: #f5f5f5;
  text-decoration: none; }

#browse ul li.current-cat,
#browse ul li.selected,
#browse ul li.current-menu-item,
#browse ul li.current-cat a,
#browse ul li.selected a,
#browse ul li.current-menu-item a {
  font-weight: bold; }

.hentry.type-media.post-excerpt {
  display: inline-block;
  vertical-align: text-top;
  box-sizing: border-box;
  padding: 0 30px;
  margin: 0 0 30px 0; }
  .hentry.type-media.post-excerpt > .thumb {
    position: relative;
    display: block;
    height: 180px;
    background: #000 no-repeat center;
    background-size: cover;
    margin: 0 -30px 15px -30px; }
    .hentry.type-media.post-excerpt > .thumb .icon {
      position: absolute;
      bottom: 10px;
      right: 10px;
      padding: 5px 20px;
      line-height: 22px;
      height: 20px;
      font-size: 14px;
      border-radius: 6px;
      background: rgba(221, 14, 22, 0.8);
      color: white;
      -webkit-transition: background 0.2s linear;
      -moz-transition: background 0.2s linear;
      -ms-transition: background 0.2s linear;
      -o-transition: background 0.2s linear;
      transition: background 0.2s linear; }
    .hentry.type-media.post-excerpt > .thumb:hover .icon {
      background: #dd0e16; }
  .hentry.type-media.post-excerpt .title {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    text-align: left; }
  .hentry.type-media.post-excerpt .meta {
    display: block;
    font-size: 11px;
    line-height: normal;
    font-style: normal;
    text-align: left; }
  .hentry.type-media.post-excerpt.blank {
    height: 10px; }

.posts {
  text-align: justify; }
  .posts > .hentry.type-media.post-excerpt {
    width: 32%;
    margin: 0 0 30px 0; }
  .posts:after {
    content: ' ';
    display: inline-block;
    width: 100%; }
  .posts h3.session {
    display: inline-block;
    width: 100%;
    font-size: 28px;
    margin: 1.5em 0 1em;
    clear: both;
    font-weight: bold; }
  @media screen and (max-width: 800px) {
    .posts > .hentry.type-media.post-excerpt > .thumb {
      height: 140px; } }
  @media screen and (max-width: 700px) {
    .posts > .hentry.type-media.post-excerpt > .thumb {
      height: 100px; } }
  @media screen and (max-width: 600px) {
    .posts > .hentry.type-media.post-excerpt {
      display: block;
      width: auto; }
      .posts > .hentry.type-media.post-excerpt > .thumb {
        height: 200px; } }

.carousel {
  visibility: hidden; }
  .carousel.owl-loaded {
    visibility: visible; }
  .carousel .owl-item .hentry {
    display: block;
    margin-bottom: 0; }
  .carousel .owl-controls {
    position: relative; }
    .carousel .owl-controls .owl-dots {
      position: relative;
      text-align: center; }
      @media screen and (max-width: 600px) {
        .carousel .owl-controls .owl-dots {
          display: none !important; } }
      .carousel .owl-controls .owl-dots .owl-dot {
        display: inline-block;
        margin: 0 3px;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background: #4f4f4f;
        -webkit-transition: background 0.2s linear;
        -moz-transition: background 0.2s linear;
        -ms-transition: background 0.2s linear;
        -o-transition: background 0.2s linear;
        transition: background 0.2s linear; }
        .carousel .owl-controls .owl-dots .owl-dot.active {
          background-color: white; }
  .carousel .nav {
    display: block;
    position: absolute;
    top: 50%;
    margin: -20px 0 0 0;
    background: #dd0e16;
    color: white;
    font-size: 22px;
    width: 20px;
    height: 40px;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -ms-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear; }
    .carousel .nav:hover {
      background-color: #555; }
    .carousel .nav.next {
      right: 0;
      border-radius: 40px 0 0 40px; }
    .carousel .nav.prev {
      left: 0;
      border-radius: 0 40px 40px 0; }

.media-player {
  position: relative;
  background: none;
  margin: 0 0 30px 0; }

.enclosure {
  position: relative;
  height: 185px;
  max-width: 333px;
  margin: 0 auto 20px auto;
  background-color: #ccc;
  background-repeat: no-repeat; }
  .enclosure .download {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 2px 5px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
  .enclosure .mejs-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }

.alt-formats {
  margin: 0 0 30px 0; }

.media-player + .alt-formats {
  margin: -25px 0 30px 0; }

#featured-resources {
  margin-bottom: 0; }
  #featured-resources .main .title {
    margin: 0.5em 0 0;
    padding-bottom: 0;
    color: #222;
    font-size: 24px; }
    #featured-resources .main .title a {
      color: #222; }
  #featured-resources .main cite {
    display: block;
    font-style: normal; }
  #featured-resources .main .content {
    font-size: 12px; }
  #featured-resources .secondary h3 {
    margin: 10px 0;
    font-size: 16px;
    font-weight: bold; }
  #featured-resources .secondary a {
    font-size: 11px; }
  #featured-resources .secondary .hentry {
    position: relative;
    margin: 0 0 10px 0;
    min-height: 75px;
    padding-left: 110px; }
    #featured-resources .secondary .hentry .thumb {
      position: absolute;
      top: 0;
      left: 0;
      width: 100px;
      height: 75px;
      overflow: hidden;
      background: #000 center no-repeat;
      background-size: cover; }
      #featured-resources .secondary .hentry .thumb .icon {
        position: absolute;
        bottom: 5px;
        right: 5px;
        padding: 2px 10px;
        line-height: 18px;
        height: 14px;
        font-size: 12px;
        border-radius: 3px;
        background: rgba(221, 14, 22, 0.8);
        color: white;
        -webkit-transition: background 0.2s linear;
        -moz-transition: background 0.2s linear;
        -ms-transition: background 0.2s linear;
        -o-transition: background 0.2s linear;
        transition: background 0.2s linear; }
      #featured-resources .secondary .hentry .thumb:hover .icon {
        background: #dd0e16; }
    #featured-resources .secondary .hentry .title {
      font-size: 11px;
      padding-bottom: 0; }
    #featured-resources .secondary .hentry cite {
      display: block;
      font-style: normal;
      font-size: 11px; }
      #featured-resources .secondary .hentry cite a {
        color: #222; }
  #featured-resources .secondary .hentry.breakout {
    padding-left: 0;
    min-height: 20px; }

#popular {
  box-sizing: border-box;
  padding: 40px 40px 0 40px;
  margin-bottom: 40px;
  background: #262323;
  color: white; }
  #popular h2 {
    margin-bottom: 10px; }
  #popular h2.title {
    margin-bottom: 0; }
  #popular .owl-carousel .owl-controls {
    position: absolute;
    top: -40px;
    left: 300px; }
  #popular .owl-carousel .hentry h2.title a, #popular .owl-carousel .hentry .speakers a {
    color: white; }
  #popular .owl-carousel .nav {
    margin-top: -80px; }
    #popular .owl-carousel .nav.next {
      padding-right: 4px;
      margin-right: -40px;
      text-align: right; }
    #popular .owl-carousel .nav.prev {
      padding-left: 4px;
      margin-left: -40px;
      text-align: left; }

#conference-posts {
  background: white;
  box-sizing: border-box;
  padding: 30px; }
  #conference-posts > .year {
    margin: 50px 0; }
    #conference-posts > .year h2 {
      margin-bottom: 0px; }
  #conference-posts .more {
    text-align: center;
    font-weight: bold;
    position: relative;
    top: -30px; }
  @media screen and (max-width: 600px) {
    #conference-posts {
      padding: 15px; } }

#browse-posts {
  position: absolute;
  top: 41px;
  right: 20px;
  display: inline-block;
  color: white; }
  #browse-posts:after {
    content: ' ';
    display: block;
    clear: both; }
  #browse-posts label {
    float: left;
    display: block;
    width: 200px;
    padding: 5px 10px;
    background: white;
    border: 1px solid #dd0e16;
    border-radius: 5px 0 0 5px;
    cursor: pointer;
    line-height: 30px;
    height: 40px;
    box-sizing: border-box;
    color: #000; }
  #browse-posts select {
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 50px;
    border: 0;
    opacity: 0; }
  #browse-posts button {
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    line-height: 50px;
    height: 40px;
    width: 36px;
    text-align: center;
    border-radius: 0 5px 5px 0;
    background: #dd0e16;
    color: #fff;
    font-size: 20px; }
  @media screen and (max-width: 950px) {
    #browse-posts {
      position: relative;
      top: auto;
      right: auto;
      width: 100%;
      display: block;
      margin: 0 auto; } }
  .front-page-resources #browse-posts {
    margin: 0 auto 1em auto; }
    @media screen and (min-width: 600px) {
      .front-page-resources #browse-posts {
        display: none; } }

#main.resources {
  padding-bottom: 0; }
  #main.resources #content {
    float: left;
    max-width: 600px;
    max-width: calc(100% - 253px);
    width: calc(100% - 253px);
    margin: 0 -30px 0 -30px;
    padding: 16px; }
  #main.resources #sidebar {
    float: right;
    width: 230px;
    position: relative;
    right: -30px; }
  #main.resources .meta-tags {
    margin: 0 0 30px 0;
    font-size: 12px; }
    #main.resources .meta-tags .year,
    #main.resources .meta-tags .speaker {
      display: block; }
    #main.resources .meta-tags .session {
      margin: 0 0.5em 0 0; }
  @media screen and (max-width: 768px) {
    #main.resources #content {
      max-width: none;
      width: calc(100% - 230px);
      margin: 0 -15px;
      padding: 15px; }
    #main.resources #sidebar {
      right: 0; } }
  @media screen and (max-width: 600px) {
    #main.resources {
      padding: 15px; }
      #main.resources #content,
      #main.resources #sidebar {
        float: none;
        width: auto;
        max-width: none;
        margin: 0;
        padding: 0;
        background: none; } }

.post-share {
  position: relative; }
  .post-share > .btn {
    display: inline-block;
    vertical-align: middle;
    margin: 0 1em 0 0;
    line-height: 1;
    color: #000;
    font-size: 12px;
    text-transform: uppercase; }
    .post-share > .btn > iframe {
      display: inline-block;
      vertical-align: middle; }
    .post-share > .btn > .icon {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      background: #000;
      border-radius: 50%;
      color: white;
      width: 16px;
      height: 16px; }
      .post-share > .btn > .icon:before {
        position: absolute;
        line-height: 16px;
        width: 16px;
        text-align: center;
        font-weight: normal; }

#search-posts {
  background: white;
  box-sizing: border-box;
  margin-bottom: 30px;
  padding: 30px; }
  #search-posts > .year {
    margin: 50px 0; }
    #search-posts > .year h2 {
      margin-bottom: 20px; }
  #search-posts .more {
    text-align: center;
    font-weight: bold; }
  @media screen and (max-width: 600px) {
    #search-posts {
      padding: 0; } }
  #search-posts .hentry {
    margin: 0 0 50px 0; }
    #search-posts .hentry .title {
      margin: 0 0 0; }
    #search-posts .hentry .url {
      display: inline-block;
      margin: 0 0 10px 0;
      font-size: 80%;
      color: #ccc; }
  #search-posts form {
    text-align: center; }

/* @group Pagination */
.posts-nav {
  top: 5em;
  clear: both;
  margin: 4em 0;
  white-space: nowrap;
  visibility: hidden;
  text-align: right; }
  .posts-nav.no-ajax {
    visibility: visible; }
  .posts-nav.ajax-pager {
    visibility: visible;
    text-align: center; }

.posts-nav:after {
  content: ' ';
  display: block;
  clear: both; }

.posts-nav ul {
  margin: 0;
  padding: 0;
  text-align: center; }

.posts-nav ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
  padding: 0;
  list-style: none;
  color: #aaa; }

.posts-nav ul li.page_info {
  display: inline-block; }

.posts-nav ul li a {
  display: block;
  padding: 0.5em 0.7em;
  line-height: normal;
  text-decoration: none;
  border: 0;
  background: #ddd;
  color: #8f8d8f; }

.posts-nav ul li a:hover {
  color: white;
  background: #dd0e16; }

.posts-nav ul li a svg {
  width: 24px;
  height: 24px; }

.posts-nav ul li.active_page {
  color: white;
  background: #dd0e16; }

.posts-nav ul li.active_page a {
  padding: 0.5em 1em;
  color: #fff;
  background: #dd0e16; }

@media screen and (max-width: 700px) {
  .posts-nav {
    top: 0;
    margin-left: -10px;
    margin-right: -10px;
    font-size: 12px; }

  .posts-nav ul li {
    margin-right: 3px; } }
/* @end */
#footer {
  text-align: center;
  padding: 50px 0;
  background: #e9e6e6;
  color: #6c6c6c;
  font-size: 12px; }
  @media screen and (max-width: 600px) {
    #footer {
      padding-top: 0; } }
  #footer a {
    color: #6c6c6c; }
  #footer .copyright {
    margin: 0 0 1em; }
  #footer .social {
    position: relative; }
    #footer .social h6 {
      margin-bottom: 7px;
      margin-top: 20px; }
    #footer .social > a {
      display: inline-block;
      margin: 0 4px 4px;
      width: 30px;
      height: 30px;
      background: #666;
      border-radius: 50%;
      line-height: 35px;
      text-align: center;
      color: #e9e6e6;
      font-size: 18px;
      text-decoration: none; }
      #footer .social > a:hover {
        color: #fff; }
  #footer .sponsor {
    color: #989696; }
  #footer #openbox9 {
    display: inline-block;
    margin-top: 2em;
    color: #6c6c6c; }
  @media screen and (max-width: 700px) {
    #footer .crossway-mobile {
      display: block;
      margin: 0 auto 20px; } }
  @media screen and (min-width: 700px) {
    #footer .crossway-mobile {
      display: none; } }
  @media screen and (max-width: 700px) {
    #footer .crossway, #footer .sponsor {
      display: none; } }
  @media screen and (min-width: 700px) {
    #footer .crossway, #footer .sponsor {
      display: block;
      margin: auto; } }

#mask {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 0%;
  height: 0%;
  background: transparent;
  -webkit-transition: background 0.4s linear;
  -moz-transition: background 0.4s linear;
  -ms-transition: background 0.4s linear;
  -o-transition: background 0.4s linear;
  transition: background 0.4s linear; }
  .mask-on #mask {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7); }

/* @group Overlay */
#overlay {
  z-index: 1000;
  display: none;
  background: none;
  width: 640px;
  font-size: 11px;
  -moz-box-shadow: 0 0 30px #555;
  -webkit-box-shadow: 0 0 30px #555;
  box-shadow: 0 0 30px #555;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: auto;
  left: 0;
  right: 0; }

#overlay .content .ajax {
  display: block;
  padding: 2em;
  background: #fff; }

#overlay .content {
  background: white;
  padding: 20px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

#overlay.iframe {
  width: 800px; }

#overlay.iframe iframe {
  display: block; }

#overlay.iframe .content {
  background: #fff;
  padding: 0; }

#overlay .content .photo {
  position: relative;
  text-align: center; }

#overlay .content .photo img {
  display: block;
  margin: 0 auto; }

#overlay .photo .prev,
#overlay .photo .next {
  position: absolute;
  z-index: 1000;
  zoom: 1;
  top: 50%;
  margin: -50px 0 0 0;
  left: 10px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: left;
  font-size: 20px;
  color: #555;
  cursor: pointer; }

#overlay .photo .next {
  left: auto;
  right: 10px;
  text-align: right; }

#overlay .photo .prev:hover,
#overlay .photo .next:hover {
  color: #db2723; }

#overlay .close {
  background-image: url(images/close.png);
  position: absolute;
  right: -40px;
  top: -35px;
  z-index: 1000;
  cursor: pointer;
  height: 35px;
  width: 35px; }

/* @end */
/* @group Flickr Photos */
.flickr-photos {
  margin: 0 -10px 2em 0; }

.flickr-photos img {
  margin: 0 10px 10px 0;
  cursor: pointer; }

#share-tools {
  position: absolute;
  z-index: 100;
  top: 380px;
  right: 0; }
  #share-tools .icons {
    position: relative; }
    #share-tools .icons a {
      display: block;
      width: 40px;
      height: 40px;
      line-height: 44px;
      margin: 0 auto 5px auto;
      background: #ccc;
      color: white;
      text-decoration: none;
      text-align: center;
      font-size: 20px; }
      #share-tools .icons a.facebook:hover {
        background-color: #2f5790; }
      #share-tools .icons a.twitter:hover {
        background-color: #2aa7d1; }
      #share-tools .icons a.google-plus:hover {
        background-color: #cd4d39; }
      #share-tools .icons a.plus:hover {
        background-color: #f8694d; }
  #share-tools.fixed {
    position: fixed;
    top: 100px; }
  #share-tools.bottom {
    position: absolute;
    top: auto;
    bottom: 0px; }
  @media screen and (max-width: 600px) {
    #share-tools {
      position: relative !important;
      top: auto !important;
      right: auto !important;
      width: auto !important;
      margin: 2em auto;
      text-align: center; }
      #share-tools .icons a {
        display: inline-block;
        margin: 0 10px; } }

/*# sourceMappingURL=style.css.map */
