/*!
Theme Name: Hero Vet Awards
Author URI: http://openbox9.com
Version: 2.0
****
DO NOT EDIT style.css DIRECTLY
****
*/
@-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: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #212121;
  text-align: left;
  min-width: 320px;
  -webkit-font-smoothing: antialiased; }

html {
  overflow-y: scroll;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background: #323232; }

body {
  background: #fff; }

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: "Open Sans", sans-serif; }

.text-serif {
  font-family: Georgia, Times, 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: #ad1111;
  text-decoration: underline;
  -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: none;
  color: #2a6496; }

p {
  margin: 0 0 1em 0; }

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

iframe {
  max-width: 100%; }

.intro {
  margin: 0 0 1em;
  font-size: 120%;
  text-align: center; }

.clickable {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 1rem;
  padding: 0;
  clear: left;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.3; }
  h1.inline, h2.inline, h3.inline, h4.inline, h5.inline, h6.inline {
    display: inline;
    margin-right: 1em; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none; }

h1 {
  margin-bottom: 2rem;
  font-size: 250%;
  line-height: 1em; }

h2 {
  margin: 0.5rem 0;
  font-size: 166%;
  text-transform: uppercase; }

h2.team-member-title {
  font-weight: 800;
  text-transform: uppercase;
  color: #4a4a4a; }

h3 {
  font-size: 130%;
  text-transform: uppercase; }

h4 {
  margin-bottom: 0;
  font-size: 100%;
  font-weight: 600; }

h5 {
  font-size: 80%; }

h6 {
  position: relative;
  margin-top: 50px;
  font-size: 100%;
  color: #212121;
  font-weight: 600;
  overflow: hidden; }
  h6 span {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0 0.5em 0 0;
    background: #fff; }
    h6 span:before {
      margin-right: 0.25em; }
  h6:after {
    position: absolute;
    content: ' ';
    display: block;
    width: 100%;
    height: 1px;
    top: 50%;
    background: #ccc; }

@media screen and (max-width: 550px) {
  h1 {
    font-size: 200%; } }
ul {
  margin: 0 0 1em; }

hr {
  margin: 2.5em auto;
  width: 90%;
  border-bottom: 1px solid #e0e3e6;
  border-top: none;
  border-left: none;
  border-right: none; }

th, td {
  border: 0; }

blockquote {
  margin: 1.7em 0;
  padding: 0.5em 1em;
  color: #f44336;
  border-left: 5px solid #f44336;
  font-size: 1.389em;
  line-height: 1.45em;
  font-weight: normal;
  letter-spacing: 0.025em; }
  blockquote cite {
    display: block;
    margin: 0.75em 0 0 0;
    color: #838383;
    font-style: normal;
    font-size: 85%;
    line-height: normal; }
  blockquote.alignright {
    width: 50%;
    margin: 0 0 1em 1em; }
  blockquote.alignleft {
    width: 50%;
    margin: 0 1em 1em 0; }

input[type="submit"],
input[type="button"],
button,
.button,
.btn {
  position: relative;
  display: inline-block;
  margin: 1em 0 0;
  padding: 15px 20px;
  font-family: "Open Sans", sans-serif;
  font-size: initial;
  font-weight: 600;
  border-radius: 4px;
  text-decoration: none;
  line-height: 1;
  cursor: pointer;
  color: white;
  -webkit-appearance: none;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background: #c73d3d;
  border-color: #b63535;
  background-clip: padding-box;
  border: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-align: center; }
  input[type="submit"] > span,
  input[type="button"] > span,
  button > span,
  .button > span,
  .btn > span {
    margin-left: 5px; }
  input[type="submit"].aligncenter, input[type="submit"].center,
  input[type="button"].aligncenter,
  input[type="button"].center,
  button.aligncenter,
  button.center,
  .button.aligncenter,
  .button.center,
  .btn.aligncenter,
  .btn.center {
    display: block;
    max-width: 250px;
    margin: 0 auto 1em; }
  input[type="submit"].slider-button,
  input[type="button"].slider-button,
  button.slider-button,
  .button.slider-button,
  .btn.slider-button {
    color: white;
    border: 1px solid white; }
  input[type="submit"].green,
  input[type="button"].green,
  button.green,
  .button.green,
  .btn.green {
    background-color: green; }
    input[type="submit"].green:hover,
    input[type="button"].green:hover,
    button.green:hover,
    .button.green:hover,
    .btn.green:hover {
      background-color: #006700; }
  input[type="submit"].loading:after,
  input[type="button"].loading:after,
  button.loading:after,
  .button.loading:after,
  .btn.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"].disabled,
  input[type="button"].disabled,
  button.disabled,
  .button.disabled, 
  .btn.disabled {
    cursor: default;
    color: #aaa;
    background-color: #eee; }
    input[type="submit"].disabled:hover,
    input[type="button"].disabled:hover,
    button.disabled:hover,
    .button.disabled:hover,
    .btn.disabled:hover {
      color: #aaa;
      background-color: #eee; }

input[type="submit"]:hover,
button:hover,
.button:hover {
  text-decoration: none;
  color: white;
  background: #922323; }

button.white,
.button.white {
  border-color: white;
  color: white; }

button.white:hover,
.button.white:hover {
  background-color: white;
  border-color: white;
  color: #ed1165; }

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: 1;
  margin: 0;
  padding: 15px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 20px; }

textarea {
  width: 100%; }

.toggle {
  cursor: pointer; }

.question {
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e3e6; }

.expandable img {
  margin-bottom: 0.5em; }
.expandable:hover {
  color: #00567d; }

h2.expandable {
  text-transform: none;
  font-size: 14px;
  font-weight: bold; }
  h2.expandable:after {
    margin-right: 17px;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    content: "\20+";
    bottom: -2px; }
  h2.expandable.opened:after {
    content: '\20\2013'; }

.page-judges h2.expandable:after {
  content: none; }

h3.expandable {
  text-transform: capitalize; }

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

.fa.background {
  font-size: 1.5em;
  color: #8a8a8a; }

.tinted {
  position: relative;
  overflow: hidden; }

.tinted:hover:before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  bottom: 7px;
  overflow: hidden; }

@media screen and (max-width: 1024px) {
  body {
    background-size: 1024px auto; } }
@media screen and (max-width: 767px) {
  body {
    font-size: 16px; } }
@media screen and (max-width: 550px) {
  body {
    font-size: 14px; }

  .mobile-hide {
    display: none; }

  .mobile-only {
    display: block; } }
/* 16 grid, 20px 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(-20px); }

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

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

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

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

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

.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% - 20px);
  width: -moz-calc(25% - 20px);
  width: calc(25% - 20px); }

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

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

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

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

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

.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% - 20px);
  width: -moz-calc(50% - 20px);
  width: calc(50% - 20px); }

.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% + 20px);
  margin-left: -moz-calc(50% + 20px);
  margin-left: calc(50% + 20px); }

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

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

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

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

.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% - 20px);
  width: -moz-calc(75% - 20px);
  width: calc(75% - 20px); }

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

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

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

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

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

.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% - 20px);
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px); }

.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% + 20px);
  margin-left: -moz-calc(100% + 20px);
  margin-left: calc(100% + 20px); }

.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% - 20px);
  width: -moz-calc(33.333% - 20px);
  width: calc(33.333% - 20px); }

.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% + 20px);
  margin-left: -moz-calc(33.333% + 20px);
  margin-left: calc(33.333% + 20px); }

.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% - 20px);
  width: -moz-calc(66.667% - 20px);
  width: calc(66.667% - 20px); }

.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% + 20px);
  margin-left: -moz-calc(66.667% + 20px);
  margin-left: calc(66.667% + 20px); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: 550px) {
  .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; }

  .row > [class*="span"],
  .row > [class*="col"] {
    margin-bottom: 15px; } }
#header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  padding: 5px 15px 2px;
  min-height: 80px;
  box-sizing: border-box;
  background: #f8f8f8; }
  #header .logo {
    display: inline-block;
    vertical-align: middle; }
    #header .logo img {
      height: 76px; }
  .admin-bar #header {
    border-top: 46px solid #f8f8f8; }
    @media screen and (min-width: 783px) {
      .admin-bar #header {
        border-top-width: 32px; } }

#nav-toggle {
  display: none;
  position: absolute;
  z-index: 20;
  top: 10px;
  line-height: 50px;
  height: 50px;
  right: 0px;
  padding: 0 20px;
  margin: 0px 0 0 0;
  color: #979797;
  font-size: 30px; }
  @media screen and (max-width: 900px) {
    #nav-toggle {
      display: block; } }

#nav {
  position: relative;
  margin: 25px 0 0 0;
  display: block;
  vertical-align: middle;
  float: right; }
  #nav ul, #nav li {
    margin: 0;
    padding: 0;
    list-style: none; }
  #nav > ul {
    display: inline-block;
    vertical-align: middle; }
    #nav > ul > li {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      margin: 0 10px; }
      #nav > ul > li > a {
        color: #000;
        font-size: 14px;
        text-decoration: none;
        line-height: 1.42;
        font-weight: 600;
        border-bottom: 1px solid transparent; }
        #nav > ul > li > a:hover {
          color: #ad1111;
          border-bottom: 3px solid #F4584C; }
      #nav > ul > li.current-menu-item > a, #nav > ul > li.current-menu-ancestor > a {
        font-weight: bold;
        color: #aa343b; }
      #nav > ul > li.hover > a {
        color: #ef4651;
        border-bottom: 1px solid #aa343b; }
      #nav > ul > li.has-submenu > a {
        padding-right: 14px; }
        #nav > ul > li.has-submenu > a:after {
          position: absolute;
          right: 0;
          top: 5px;
          content: '\f0d7';
          font-family: FontAwesome;
          font-style: normal;
          font-weight: normal;
          line-height: 1;
          font-size: 14px;
          -webkit-font-smoothing: antialiased; }
      #nav > ul > li > ul {
        position: absolute;
        z-index: 10;
        top: 100%;
        margin: 10px 0 0 -10px;
        left: 0;
        display: none;
        min-width: 160px;
        background-color: #1c242c;
        background-color: rgba(28, 36, 44, 0.85);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        padding: 0px 0px;
        font-size: 14px; }
        #nav > ul > li > ul > li {
          padding: 0 10px;
          border-bottom: 1px solid #4a5258;
          border-bottom-color: rgba(255, 255, 255, 0.2); }
          #nav > ul > li > ul > li:hover {
            background-color: rgba(255, 255, 255, 0.1); }
          #nav > ul > li > ul > li > a {
            display: block;
            padding: 8px 10px;
            color: #fff;
            text-decoration: none; }
  @media screen and (max-width: 1000px) {
    #nav > ul > li {
      margin: 0 5px; } }
  @media screen and (max-width: 900px) {
    #nav {
      float: none;
      position: fixed;
      top: 70px;
      left: 0;
      width: 100%;
      height: 100%;
      display: block;
      max-height: 0;
      overflow: scroll;
      background: #f8f8f8;
      box-sizing: border-box;
      -webkit-transition: max-height 0.2s ease-in-out;
      -moz-transition: max-height 0.2s ease-in-out;
      -ms-transition: max-height 0.2s ease-in-out;
      -o-transition: max-height 0.2s ease-in-out;
      transition: max-height 0.2s ease-in-out;
      margin: 0; }
      .admin-bar #nav {
        margin-top: 46px; }
      .nav-on #nav {
        padding: 1px 0 100px 0;
        max-height: 1000px; }
      #nav > ul {
        display: block;
        width: auto;
        padding: 5px 0; }
        #nav > ul > li {
          display: block; }
          #nav > ul > li > a {
            display: block;
            padding: 9px 15px;
            font-size: 20px;
            border-bottom: 0; }
          #nav > ul > li.has-submenu > a:after {
            right: auto;
            top: 15px;
            margin-left: 10px; }
          #nav > ul > li > ul {
            position: relative;
            top: auto;
            left: auto;
            width: auto;
            margin: auto; } }

#banner {
  margin: 50px 0 25px 0;
  padding: 26px 0;
  background: #354c71;
  background-image: linear-gradient(180deg, #425f8d 0, #354c71); }
  #banner h1 {
    margin: 0;
    color: #FFFFFF;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 24px; }
  #banner .terms {
    font-size: 24px; }
  #banner a {
    color: white;
    text-decoration: none; }

.wrap {
  max-width: 1200px;
  margin: 0 auto; }
  @media screen and (max-width: 1230px) {
    .wrap {
      margin: 0 15px; } }

#wrap {
  padding: 89px 0 0 0; }

#content {
  padding: 0 0 50px 0; }

.sponsor {
  margin-top: 20px;
  padding: 20px 0;
  text-align: center;
  border-top: 2px solid #E1DFDF;
  background: #fafafa; }
  .sponsor img {
    opacity: 0.7; }
    .sponsor img:hover {
      opacity: 1; }

.contact-us,
.downloads,
.dates {
  margin: 2em 1em; }

.intro.description {
  margin-bottom: 50px;
  text-align: center; }
  .intro.description .smaller {
    font-size: 0.875em; }

#sponsors {
  padding: 50px 0;
  text-align: center; }
  #sponsors h3 {
    font-size: 28px;
    text-align: center;
    text-transform: none; }

.hentry {
  position: relative;
  text-align: left; }

.hentry.excerpt {
  min-height: 100px;
  padding: 0 0 30px 115px;
  border-bottom: 1px solid #ccc;
  margin: 0 0 30px 0; }
  .hentry.excerpt .thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    background: #eee; }
    .hentry.excerpt .thumbnail img {
      width: 100%;
      height: auto; }

.hentry.nominate {
  display: inline-block;
  vertical-align: text-top;
  max-width: 275px;
  min-height: 670px;
  width: 24%;
  margin: 0 1.5% 20px 0%;
  border: 1px solid #eed3d7;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 10px 15px; }
  .hentry.nominate .title {
    position: relative;
    display: block;
    padding: 10px 50px 10px 15px;
    margin: -10px -15px 0 -15px;
    background: #f2dede;
    text-transform: none;
    font-weight: bold; }
    .hentry.nominate .title .terms {
      display: block;
      position: absolute;
      top: 10px;
      right: 10px;
      padding: 2px 5px;
      background: #d9534f;
      border-radius: 4px;
      color: white;
      font-size: 12px; }
      .hentry.nominate .title .terms a {
        color: white; }
  .hentry.nominate .thumbnail {
    display: block;
    margin: 0 -15px 15px -15px; }
    .hentry.nominate .thumbnail img {
      display: block;
      margin: 0 auto; }
  .hentry.nominate .more {
    display: inline-block;
    margin: 1em 0 0;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #333;
    text-decoration: none; }
    .hentry.nominate .more:hover {
      background-color: #ebebeb; }
  @media screen and (max-width: 768px) {
    .hentry.nominate {
      width: 45%;
      max-width: 100%; } }
  @media screen and (max-width: 600px) {
    .hentry.nominate {
      width: 48%; } }
  @media screen and (max-width: 500px) {
    .hentry.nominate {
      display: block;
      width: 100%;
      margin: 0 auto 20px auto; } }

.embed-taxonomy {
  text-align: center; }
  .embed-taxonomy .term {
    display: inline-block;
    vertical-align: text-top;
    margin: 0 15px 15px 15px;
    text-align: left; }
    .embed-taxonomy .term a {
      position: relative;
      display: inline-block; }
      .embed-taxonomy .term a:before {
        position: absolute;
        z-index: 2;
        font-size: 20px;
        width: 40px;
        line-height: 40px;
        height: 40px;
        text-align: center;
        left: 50%;
        bottom: 50%;
        margin: 0 0 -20px -20px;
        color: white;
        opacity: 0;
        -webkit-transition: opacity 0.2s linear;
        -moz-transition: opacity 0.2s linear;
        -ms-transition: opacity 0.2s linear;
        -o-transition: opacity 0.2s linear;
        transition: opacity 0.2s linear; }
      .embed-taxonomy .term a img {
        display: block; }
      .embed-taxonomy .term a strong {
        position: absolute;
        z-index: 2;
        display: block;
        box-sizing: border-box;
        bottom: 0;
        left: 0;
        padding: 5px;
        width: 100%;
        color: #fff;
        font-weight: 600;
        font-size: 50px;
        line-height: 1;
        opacity: 0;
        -webkit-transition: opacity 0.2s linear;
        -moz-transition: opacity 0.2s linear;
        -ms-transition: opacity 0.2s linear;
        -o-transition: opacity 0.2s linear;
        transition: opacity 0.2s linear; }
      .embed-taxonomy .term a:after {
        content: ' ';
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: transparent;
        -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; }
    .embed-taxonomy .term:hover a strong {
      opacity: 1; }
    .embed-taxonomy .term:hover a:before {
      opacity: 1; }
    .embed-taxonomy .term:hover a:after {
      background-color: rgba(0, 0, 0, 0.6); }

.embed {
  display: block;
  margin: 0 0 20px 0; }

.featured-image img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto; }

.meta-top {
  padding: 0 0 1em 0;
  margin: 0 0 1em 0;
  border-bottom: 1px solid #ccc; }

#filter {
  position: relative;
  margin: 0 0 50px 0;
  text-align: center; }
  #filter ul, #filter li {
    margin: 0;
    padding: 0;
    list-style: none; }
  #filter .taxonomy {
    display: block;
    margin: 0 20px 0;
    vertical-align: text-top; }
    #filter .taxonomy > h3 {
      font-weight: bold;
      text-transform: none; }
    #filter .taxonomy > ul {
      max-width: 600px;
      margin: 0 auto 40px; }
      #filter .taxonomy > ul > li {
        display: inline-block;
        margin: 0 0.5em; }
        #filter .taxonomy > ul > li > a {
          display: inline-block;
          padding: 3px 5px;
          border-radius: 4px;
          text-decoration: none; }
        #filter .taxonomy > ul > li.current-cat > a {
          background: #d9534f;
          color: white;
          font-weight: bold; }

#vote input {
  margin: 5px auto;
  max-width: 240px;
  padding: 15px 20px;
  font-size: 16px; }
#vote button {
  line-height: 1;
  font-size: 16px;
  border: 1px solid #ccc;
  box-sizing: border-box; }
#vote button::-moz-focus-inner {
  padding: 0;
  border: 0; }
#vote .g-recaptcha {
  display: inline-block;
  margin: 1em;
  vertical-align: middle; }
#vote form.vote,
#vote form.vote + p {
  text-align: center; }
#vote .vote h3 {
  color: #014A01;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px; }
#vote .age-verify {
  display: inline-block;
  margin: 10px auto; }

#vote-multi {
  margin: 30px 0 0 0; }
  #vote-multi .tabs {
    float: left;
    width: 23%;
    margin: 0;
    padding: 0;
    list-style: none; }
    #vote-multi .tabs li {
      display: block;
      margin: 0 0 10px 0;
      padding: 0;
      list-style: none; }
      #vote-multi .tabs li:last-child {
        margin-bottom: 0; }
      #vote-multi .tabs li a {
        display: block;
        padding: 5px 15px;
        border-radius: 4px;
        border-radius: 5px;
        text-decoration: none;
        color: #212121; }
      #vote-multi .tabs li.on a, #vote-multi .tabs li:hover a {
        background: #f44336;
        color: white; }
  #vote-multi .list {
    float: right;
    width: 75%; }
  #vote-multi .profiles {
    position: relative;
    margin: 0 0 30px 0;
    border: 1px solid #ccc;
    background: #eeeeee;
    border-radius: 5px;
    padding: 20px 20px 30px; }
    #vote-multi .profiles:after {
      content: ' ';
      display: block;
      clear: both; }
    #vote-multi .profiles .profile {
      display: none; }
      #vote-multi .profiles .profile .title {
        margin: 0 0 1rem; }
      #vote-multi .profiles .profile button .icon {
        display: none; }
      #vote-multi .profiles .profile.selected button {
        background: green; }
        #vote-multi .profiles .profile.selected button .icon {
          display: inline-block; }
      #vote-multi .profiles .profile.on {
        display: block; }
  #vote-multi h2 {
    text-transform: none;
    margin: 3.5rem 0 0.5em; }
  @media screen and (max-width: 768px) {
    #vote-multi .tabs,
    #vote-multi .list {
      float: none;
      width: 100%;
      margin-bottom: 1em; }
    #vote-multi .profiles {
      padding: 15px; }
    #vote-multi .tabs li a {
      padding: 5px 10px; } }

#vote-selections {
  margin: 0 0 2em; }
  #vote-selections.profiles {
    text-align: left;
    background: #e1efd8; }
  #vote-selections > .select {
    margin: 0 0 20px 0; }
    #vote-selections > .select:last-child {
      margin-bottom: 0; }

.gform_wrapper ul li.gfield.half {
  width: 45%;
  clear: none !important; }
.gform_wrapper ul li.gfield.alignleft {
  clear: left; }
.gform_wrapper ul li.gfield.alignright {
  clear: right; }

.hero-vet-form {
  max-width: 800px;
  margin: 0 auto; }

.hero-vet-form h3 {
  margin-bottom: 0;
  padding: 10px 0;
  font-size: 24px;
  text-align: center;
  text-transform: none;
  border-bottom: 2px solid #f44336 !important; }

.hero-vet-form .important {
  color: #f44336;
  text-align: center;
  margin: 1em 2em;
  font-weight: bold;
  font-size: 18px; }

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

#extensions_message {
  font-size: .875em; }

.gform_footer.top_label input[type=submit] {
  font-weight: 600;
  font-size: 18px !important; }

.gform_wrapper .top_label .gfield_label {
  color: #144E8B;
  margin: 1.5em 0 0 !important; }

.gform_wrapper .gfield_required {
  color: #f44336 !important; }

.hero-vet-form li.half {
  width: 47%;
  clear: none !important; }

.hero-vet-form li.alignleft {
  float: left;
  clear: left; }

.hero-vet-form li.alignright {
  float: right;
  clear: right; }

.gform_wrapper .top_label input.small,
.gform_wrapper .top_label select.small,
.gform_wrapper .top_label input.medium,
.gform_wrapper .top_label select.medium {
  width: 100% !important; }

@media screen and (max-width: 500px) {
  .hero-vet-form li.half {
    width: 100% !important; } }
/* @group Pagination */
.posts-nav {
  top: 5em;
  clear: both;
  margin: 4em 0 1em;
  white-space: nowrap; }

.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: none; }

.posts-nav ul li a {
  display: block;
  padding: 0.5em 0.7em;
  line-height: normal;
  font-stretch: italic;
  text-decoration: none;
  color: #ccc; }

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

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

.posts-nav ul li.active_page {
  background: #f44336; }

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

@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 */
#updates {
  padding: 50px 0;
  background: #fafafa;
  box-shadow: inset 1px 3px 1px -2px #cbcbcb; }
  #updates h6 span {
    background-color: #fafafa; }

#features {
  margin: 0 0 20px 0;
  min-height: 300px;
  background: #080808; }

#calltoaction {
  position: relative;
  margin: -50px 0 50px;
  padding: 20px 0;
  text-align: center;
  background-color: #354c71;
  color: #FFFFFF;
  background-image: linear-gradient(180deg, #425f8d 0, #354c71);
  font-size: 22px; }
  #calltoaction .button {
    margin-left: 1em;
    margin-right: 1em;
    margin-top: 0;
    background: #c73d3d;
    color: #fff;
    border-color: #b63535;
    border-radius: 4px; }
    #calltoaction .button:hover {
      background: #922323; }

.box {
  padding: 15px;
  border-radius: 4px;
  border: 1px solid #ddd;
  background: white; }
  .box > h3 {
    display: block;
    padding: 15px;
    margin: -15px -15px 15px -15px;
    text-transform: none;
    font-weight: 600;
    background: #f5f5f5;
    border-bottom: 1px solid #ddd; }

.slider-button {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 15px 15px;
  margin-top: 10px;
  background-color: rgba(255, 255, 255, 0);
  border-color: #ffffff;
  border-radius: 4px; }

.slider-button:hover {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.3);
  border-color: rgba(0, 0, 0, 0.3); }

#layerslider {
  color: white; }

#layerslider div.large-caption {
  font-size: 50px; }

#layerslider div.large-caption p {
  display: inline-block;
  text-transform: uppercase;
  margin: 2px 0 0 0;
  line-height: 48px;
  font-weight: 800;
  text-shadow: 0 1px 1px rgba(0,0,0,.3); }

@media screen and (max-width: 767px) {
  #features,
  #layerslider {
    display: none !important; }

  #calltoaction {
    margin: 0 0 25px; } }
#footer {
  padding: 30px 0 0;
  background: #4a4a4a;
  color: #FFFFFF;
  font-size: 13px;
  line-height: 1.6; }
  #footer .logo {
    text-align: center; }
    #footer .logo img {
      width: 150px; }
  #footer a {
    color: #FFFFFF;
    text-decoration: none; }
  #footer h4 {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 10px;
    color: white; }
  #footer .social a {
    display: inline-block;
    margin: 0 10px 10px 0;
    background: #FFFFFF;
    color: #323232;
    border-radius: 4px;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    text-align: center;
    font-size: 20px;
    line-height: 30px; }
  #footer .links ul {
    margin: 0 20px 0 0; }
    #footer .links ul li {
      margin: 0 0 4px 0; }
  #footer .copyright {
    position: relative;
    margin: 50px 0 0 0;
    color: #afafaf;
    background-color: #323232;
    font-size: 12px;
    font-weight: 600;
    padding: 7px 0 7px 11px; }
    #footer .copyright a {
      text-decoration: none; }

#mask {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9); }

#overlay {
  display: none;
  position: fixed;
  z-index: 1001;
  top: 100px;
  width: 600px;
  left: 50%;
  margin: 0 0 0 -300px;
  padding: 30px;
  box-sizing: border-box;
  background: white;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  border-radius: 10px; }
  #overlay .close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 50px;
    text-align: center;
    cursor: pointer; }
  @media screen and (max-width: 600px) {
    #overlay {
      width: 100%;
      left: 0;
      margin: 0;
      padding: 15px; } }

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