@font-face {
  font-family: Montserrat-Bold;
  src: url(../fonts/montserrat-bold-webfont.eot);
  src: url(../fonts/montserrat-bold-webfont.eot?#iefix) format("embedded-opentype"),url(../fonts/montserrat-bold-webfont.woff2) format("woff2"),url(../fonts/montserrat-bold-webfont.woff) format("woff"),url(../fonts/montserrat-bold-webfont.ttf) format("truetype"),url(../fonts/montserrat-bold-webfont.svg#Montserrat-Bold) format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family:OpenSans-Light;src:url(../fonts/opensans-light.eot);src:url(../fonts/opensans-light.eot?#iefix) format("embedded-opentype"),url(../fonts/opensans-light.woff2) format("woff2"),url(../fonts/opensans-light.woff) format("woff"),url(../fonts/opensans-light.ttf) format("truetype"),url(../fonts/opensans-light.svg#OpenSans-Light) format("svg");font-weight:500;font-style:normal;
}

.view-sponsors .view-header:after {
  content: "";
  display: table;
  clear: both;
}

body {
  font-family: OpenSans-Light,Arial,Helvetica,sans-serif;
  font-size: 14px;
  overflow-x: hidden;
}

.menu.nav a,h1,h2,h3,h4,h5,h6 {
  font-family: Montserrat-Bold,Arial,Helvetica,sans-serif;
}

.content-region {
  position: relative;
}

.merchandise {
  position: absolute;
  max-width: 600px;
  bottom: -100px;
  padding: 40px 20px;
  text-align: center;
  background: url(../images/angledbg.png);
  color: #000;
  font-size: 150%;
  z-index: 3;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  border: 4px solid #000;
}

.tabs--primary,.view-sponsors .view-header {
  margin-bottom: 30px;
}

.sponsor {
  position: relative;
}

.views-field-field-sponsor-logo {
	min-height: 220px;
	border: 1px solid #ccc;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.sponsor img {
  padding: 10px;
}

.platinum.sponsor img,.sponsor img {

}

.platinum.sponsor img {
  padding: 20px;
}

.major.sponsor img {
  padding: 10px;
}

.views-field-field-platinum-sponsor {
  position: absolute;
  top: 21px;
  right: 36px;
  display: inline-block;
  padding: 8px;
  background: #444;
  color: #fff;
}

.views-field-field-major-sponsor {
  position: absolute;
  top: 11px;
  right: 26px;
  display: inline-block;
  padding: 8px;
  background: #444;
  color: #fff;
  font-size: 12px;
}

.views-field-field-gold-sponsor,.views-field-field-partner {
  position: absolute;
  top: 11px;
  right: 26px;
  display: inline-block;
  padding: 4px;
  background: #444;
  color: #fff;
  font-size: 10px;
}

.view-updates .node.node-update {
  padding: 15px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
}

.view-updates .field-name-title h2 {
  margin-top: 0;
}

.field-name-field-update-image img {
  padding: 10px;
}

.node-webform .field-name-body {
  margin-bottom: 30px;
}

.node-webform .field-name-body a {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 3px;
  text-decoration: underline;
}

.node-webform [id=edit-next],.node-webform [id=edit-previous],.node-webform [id=edit-submit] {
  margin-top: 20px;
}

.webform-submission-form .form-group {
  margin-bottom: 0;
  padding: 10px 0;
}

.webform-submission-form .btn--default {
  color: #333!important;
  background-color: #fff!important;
  border-color: #ccc!important;
}

.webform-component-date .form-control {
  width: 33%;
  display: inline-block;
}

.webform-datepicker .webform-calendar {
  display: none!important;
}

.form-required:after {
  margin-left: 3px;
}

.has-error {
  color: #d9534f;
}

.form-type-email,.form-type-number,.form-type-password,.form-type-select,.form-type-tel,.form-type-textfield,.form-type-webform-document-file {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form-type-email .form-file,.form-type-email input,.form-type-email label,.form-type-email select,.form-type-number .form-file,.form-type-number input,.form-type-number label,.form-type-number select,.form-type-password .form-file,.form-type-password input,.form-type-password label,.form-type-password select,.form-type-select .form-file,.form-type-select input,.form-type-select label,.form-type-select select,.form-type-tel .form-file,.form-type-tel input,.form-type-tel label,.form-type-tel select,.form-type-textfield .form-file,.form-type-textfield input,.form-type-textfield label,.form-type-textfield select,.form-type-webform-document-file .form-file,.form-type-webform-document-file input,.form-type-webform-document-file label,.form-type-webform-document-file select {
  width: 100%;
}

.form-type-email .description,.form-type-number .description,.form-type-password .description,.form-type-select .description,.form-type-tel .description,.form-type-textfield .description,.form-type-webform-document-file .description {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 12px;
}

.form-type-email .description .form-group,.form-type-number .description .form-group,.form-type-password .description .form-group,.form-type-select .description .form-group,.form-type-tel .description .form-group,.form-type-textfield .description .form-group,.form-type-webform-document-file .description .form-group {
  padding: 0;
}

.form-type-email .select-wrapper:after,.form-type-number .select-wrapper:after,.form-type-password .select-wrapper:after,.form-type-select .select-wrapper:after,.form-type-tel .select-wrapper:after,.form-type-textfield .select-wrapper:after,.form-type-webform-document-file .select-wrapper:after {
  display: none!important;
}

@media (min-width:768px) {
  .form-type-email label,.form-type-number label,.form-type-password label,.form-type-select label,.form-type-tel label,.form-type-textfield label,.form-type-webform-document-file label {
    width: 30%;
    margin-bottom: 0;
    padding-right: 10px;
  }

  .form-type-email .form-managed-file,.form-type-email input,.form-type-email select,.form-type-number .form-managed-file,.form-type-number input,.form-type-number select,.form-type-password .form-managed-file,.form-type-password input,.form-type-password select,.form-type-select .form-managed-file,.form-type-select input,.form-type-select select,.form-type-tel .form-managed-file,.form-type-tel input,.form-type-tel select,.form-type-textfield .form-managed-file,.form-type-textfield input,.form-type-textfield select,.form-type-webform-document-file .form-managed-file,.form-type-webform-document-file input,.form-type-webform-document-file select {
    width: 70%;
  }

  .form-type-email .select-wrapper,.form-type-number .select-wrapper,.form-type-password .select-wrapper,.form-type-select .select-wrapper,.form-type-tel .select-wrapper,.form-type-textfield .select-wrapper,.form-type-webform-document-file .select-wrapper {
    width: 70%!important;
  }

  .form-type-email .description,.form-type-number .description,.form-type-password .description,.form-type-select .description,.form-type-tel .description,.form-type-textfield .description,.form-type-webform-document-file .description {
    padding-left: 30%;
  }
}

.form-inline.form-type-number input,.form-inline.form-type-tel input {
  width: 100%;
}

@media (min-width:768px) {
  .form-inline.form-type-number input,.form-inline.form-type-tel input {
    width: 70%;
  }
}

.form-type-datelist.form-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form-type-datelist.form-item .container-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.form-type-datelist.form-item .container-inline .form-type-select {
  display: block;
  width: 100px;
  margin-right: 10px;
  margin-bottom: 0;
  padding: 0;
}

.form-type-datelist.form-item .container-inline .form-type-select .select2-container,.form-type-datelist.form-item .container-inline .form-type-select .select-wrapper {
  width: 100%!important;
}

.form-type-datelist.form-item .description {
  width: 100%;
  font-size: 12px;
}

.form-type-datelist.form-item .description.error-message {
  color: #ea6460;
}

@media (min-width:768px) {
  .form-type-datelist.form-item label {
    width: 30%;
    margin-bottom: 0;
    padding-right: 10px;
  }

  .form-type-datelist.form-item .container-inline {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 70%;
  }

  .form-type-datelist.form-item .description {
    padding-left: 30%;
  }
}

.form-type-webform-document-file button,.form-type-webform-document-file input,.form-type-webform-document-file span.file,.form-type-webform-document-file span.file>span {
  height: 43px;
  margin: 0;
}

.form-type-webform-document-file input,.form-type-webform-document-file span.file {
  display: inline-block;
  width: 78%!important;
  border-radius: 4px 0 0 4px;
  border-right: none;
}

.form-type-webform-document-file input>span:last-child,.form-type-webform-document-file span.file>span:last-child {
  border-right: none;
}

.form-type-webform-document-file button {
  width: 22%;
  display: inline-block!important;
  border-radius: 0 4px 4px 0;
  float: right;
  z-index: 1;
}

.form-type-webform-document-file button.btn-primary {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.form-type-webform-document-file button.btn-primary:active,.form-type-webform-document-file button.btn-primary:focus,.form-type-webform-document-file button.btn-primary:hover {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}

@media (max-width:480px),(min-width:768px) and (max-width:991px) {
  .form-type-webform-document-file button {
    font-size: 0;
  }

  .form-type-webform-document-file button span {
    font-size: 14px;
  }
}

.form-type-webform-document-file .webform-document-file {
  height: 43px;
  width: 100%;
}

@media (min-width:768px) {
  .form-type-webform-document-file .webform-document-file {
    width: 70%;
  }
}

body.not-front .main-container {
  padding: 40px 0;
  background: url(../images/mainbg.jpg);
  background-size: cover;
}

.region-help>.glyphicon-question-sign {
  display: none;
}

.page-header {
  margin-top: 30px;
  padding-bottom: 0;
  border-bottom: 0;
  color: #fff;
  line-height: 1;
}

.breadcrumb {
  margin-bottom: 0;
  background: #222;
  border-radius: 0;
}

.blue {
  background: #0092c8 url(../images/blue_bg.jpg);
  color: #fff;
}

.red {
  background: #f04e30 url(../images/red_bg.jpg);
  color: #fff;
}

.background {
  position: relative;
}

.colour_ {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.not-front .home-welcome {
  margin-top: 40px;
}

.home-welcome {
  padding: 80px 0;
  background: #eee;
  text-align: center;
}

.home-welcome p {
  font-size: 30px;
}

.home-main {
  background: #616161;
}

.home-main,.home-main-2 {
  padding: 80px 0;
  color: #fff;
}

.home-main-2 {
  background: #909090;
  text-align: center;
}

body.front .region-content .block p a,body.front .region-subcontent .block p a {
  display: inline-block;
  background: #000;
  padding: 2px 5px;
  color: #fff;
}

body.front .region-content .block p a:hover,body.front .region-subcontent .block p a:hover {
  text-decoration: none;
}

#navbar {
  padding: 20px 0;
}

.navbar {
  margin-bottom: 0;
}

@media (min-width:768px) and (max-width:991px) {
  .navbar .navbar-header {
    width: 100%;
  }

  .navbar .region-navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .navbar .logo {
    margin-left: auto;
    margin-right: auto;
  }
}

.logo img {
  max-width: 250px;
}

.navbar li.last a {
  margin-left: 20px;
  color: #fff!important;
  border: 1px solid #fff;
}

@media (max-width:767px) {
  .navbar li.last a {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.region-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hero .block .inner-container {
  padding-top: 40px;
  padding-bottom: 60px;
  max-width: 550px;
}

.hero .block.left .inner-container {
  float: right;
}

.home-hero.sponsors {
  text-align: right;
}

.home-hero .block-title,.home-hero p {
  margin-bottom: 20px;
}

.home-hero .btn-danger {
  background-color: #ea6460;
}

.home-hero .btn-danger:hover {
  background-color: #d2322d;
}

.home-hero .btn-primary {
  background-color: #58a1e0;
}

.home-hero .btn-primary:hover {
  background-color: #3276b1;
}

@media (max-width:767px) {
  .home-hero {
    width: 100%;
  }
}

.footer {
  border-top: 0;
  background: #222;
  color: #fff;
  margin-top: 0;
}

.footer-social .social a {
  font-size: 32px;
  margin-right: 10px;
  color: #fff;
  margin-top: 10px;
}

.footer-social .social a:hover {
  color: #ccc;
}

.footer h2 {
  font-size: 14px;
  margin-top: 0;
}

.mce_inline_error {
  background-color: #f04e30;
  font-weight: 400;
}

.footer-signup input {
  width: 100%;
  padding: 4px;
  margin-bottom: 4px;
  background: #444;
  color: #fff;
  border: 0;
}

.footer-signup input.button {
  background: #0092c8;
}

.menu.nav a,h1,h2,h3,h4,h5,h6 {
  text-transform: uppercase;
}

.btn {
  border-radius: 0;
}

.img-responsive {
  width: 100%;
}

a {
  -webkit-transition: color .5s linear;
  -o-transition: color .5s linear;
  transition: color .5s linear;
}

.content .form-submit {
  margin-top: 20px;
}

@media (max-width:500px) {
  .merchandise {
    position: relative;
    max-width: 100%;
    border: 0;
    bottom: 0;
  }

  body.front .home-welcome {
    padding-bottom: 80px;
  }

  .home-main {
    padding-top: 80px;
  }

  body.not-front .home-welcome {
    margin-top: 10px;
  }

  .hero .row {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width:500px) {
  body.front .home-welcome {
    padding-bottom: 80px;
  }

  .home-main {
    padding-top: 80px;
  }

  .hero .row {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width:768px) {
  .navbar-nav {
    float: right;
  }

  .hero .block {
    padding-top: 100px;
  }

  .page-header {
    margin-top: 100px;
  }
}

@media (max-width:767px) {
  .footer .block {
    margin-bottom: 20px;
    border-bottom: 1px solid #444;
    padding-bottom: 20px;
  }

  .logo img {
    max-width: 200px;
  }

  body.not-front .main-container {
    padding: 40px 0;
    background: url(../images/mainbg.jpg);
  }
}

iframe {
  border: 0;
}

body.page-node-81 .main-container {
  background: none!important;
}

iframe .wpb_text_column.wpb_content_element {
  display: none;
}

.bigtext {
  font-size: 30px;
  text-align: center;
}

.page-title {
  background: #222;
  color: #fff;
}

.page-title h1 {
  margin: 30px 0;
}

.webform-progress {
  clear: both;
  height: 50px;
}

.webform-progressbar-outer {
  height: 1px;
  border: 1px solid #ccc;
}

.progress-step:not(:last-child):after {
  z-index: 1;
}

.progress-step .progress-marker {
  width: 26px;
  height: 26px;
  border: 0;
  border-radius: 50%;
  font-size: 0;
  background-color: #ccc;
  z-index: 2;
}

.progress-step .progress-title[role=link] {
  color: inherit;
}

.progress-step .progress-title[role=link]:focus,.progress-step .progress-title[role=link]:hover {
  text-decoration: none;
  color: inherit;
}

.progress-step.is-active .progress-marker {
  background-color: #f04e30!important;
}

.progress-step.is-complete {
  font-weight: 700;
}

.progress-step.is-complete .progress-marker {
  background-color: #0092c8!important;
}

@media (max-width:600px) {
  .progress-step .progress-title {
    display: none;
  }
}

.form-type-processed-text p a {
  display: inline-block;
  background: #000;
  color: #fff;
}

.form-type-processed-text p a:focus,.form-type-processed-text p a:hover {
  background: #428bca;
  text-decoration: none;
}

.form-type-processed-text p a i {
  margin-right: 10px;
}

.select2-container:active,.select2-container:focus {
  outline: none;
}

.select2-container.error {
  border: none;
}

.select2-container.error .select2-selection {
  color: #b94a48;
  border-color: #ebccd1;
}

.select2-container.select2-container--open .select2-selection {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.select2-container .select2-selection {
  height: 34px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.select2-container .select2-selection .select2-selection__rendered {
  height: 34px;
  padding: 6px 12px;
  line-height: 21px;
}

.select2-container .select2-selection .select2-selection__arrow {
  height: 34px;
  background: transparent;
}

.select2-container .select2-selection .select2-selection__arrow b {
  background-position: 0 4px;
}

.select2-container .select2-selection abbr {
  top: 10px;
}

body.page-node-150 .app-image img {
  border-top: 4px solid #999;
}

.webform-submission-fighters-registration-2020-form .form-item-registration-first-page-accept {
  font-family: Montserrat-Bold,Arial,Helvetica,sans-serif;
  text-transform: uppercase;
  text-decoration: underline;
}

.webform-submission-fighters-registration-2020-form .form-item-registration-first-page-accept label {
  line-height: 23px;
  text-decoration: underline;
}

.webform-submission-fighters-registration-2020-form .form-item-registration-first-page-accept label:after {
  display: none;
}

.webform-submission-fighters-registration-2020-form .form-item-registration-height .select2-container,.webform-submission-fighters-registration-2020-form .form-item-registration-weight .select2-container {
  width: 100%!important;
}
/*# sourceMappingURL=style.min.css.map*/