@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,700);
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.dd-announcement-bar {
  background-color: #660000;
  box-shadow: none;
  line-height: 1.67;
  position: relative;
  text-align: center;
}
.dd-announcement-bar-content {
  display: block;
  margin: 0 auto;
  max-width: 1040px;
  padding: 16px 54px;
  width: 100%;
}
.dd-announcement-bar-content p {
  color: #ffffff;
}
.dd-announcement-bar-content > :last-child {
  margin-bottom: 0;
}
.dd-announcement-bar-content a,
.dd-announcement-bar-content a:link {
  color: #ffffff;
  text-decoration: underline;
}
.dd-announcement-bar-content a:active,
.dd-announcement-bar-content a:visited {
  color: #ffffff;
  text-decoration: underline;
}
.dd-announcement-bar-content a:hover,
.dd-announcement-bar-content a:focus {
  color: #ffffff;
  text-decoration: none;
}
.dd-announcement-bar-close,
.dd-announcement-bar-close:active,
.dd-announcement-bar-close:hover,
.dd-announcement-bar-close:link,
.dd-announcement-bar-close:visited {
  -webkit-appearance: none;
  color: #ffffff;
  text-decoration: none;
  background: none;
  border: none;
  padding: 0;
  line-height: inherit;
}
.dd-announcement-bar-close {
  position: absolute;
  right: 27px;
  top: 16px;
  transform: translate(50%, 0);
}
.dd-sponsors h2 {
  color: #000000;
  font-size: 28px;
  font-weight: normal;
  margin: 0 0 20px 0;
  text-align: left;
  text-transform: inherit;
}
.dd-sponsors h3 {
  color: #726962;
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  text-align: left;
  text-transform: inherit;
}
.dd-sponsors .dd-sponsors-level {
  display: flex;
  margin: 0 15px 25px 15px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.dd-sponsors .dd-sponsors-level:last-child {
  margin: 0 15px 0 15px;
}
.dd-sponsors .dd-sponsors-container {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.dd-sponsors a.dd-sponsor {
  text-decoration: none;
}
.dd-sponsors .dd-sponsor {
  display: block;
  padding: 10px 0;
  margin: 0;
}
.dd-sponsors .dd-sponsor-name {
  color: #000000;
  display: block;
  font-size: inherit;
  font-weight: bold;
  padding: 0;
  text-align: center;
}
.dd-thermo-horizontal {
  min-width: 300px;
  /* Protects dimensions for mobile */
  position: relative;
}
.dd-thermo-horizontal .dd-thermo-mask {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 1000;
  width: 100%;
  height: 50px;
}
.dd-thermo-horizontal .dd-thermo-progress {
  background: #660000;
  height: 100%;
  text-align: right;
}
.dd-thermo-horizontal .dd-thermo-track {
  position: relative;
  background: #fff;
  overflow: hidden;
  height: 50px;
  border-radius: auto;
}
.dd-thermo-horizontal .dd-thermo-raised {
  float: left;
}
.dd-thermo-horizontal .dd-thermo-goal {
  float: right;
}
.dd-thermo-horizontal .dd-thermo-percent {
  max-width: 100%;
  text-align: right;
  position: relative;
}
.dd-thermo-horizontal .dd-thermo-percent-flag {
  display: inline-block;
  background: none;
}
.dd-widget:empty {
  display: none;
}
.dd-badges {
  text-align: center;
}
.dd-badges .dd-description {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  bottom: 100%;
  color: #FFFFFF;
  font-size: 14px;
  left: 50%;
  margin-bottom: 7px;
  opacity: 0;
  padding: 20px;
  pointer-events: none;
  position: absolute;
  text-align: center;
  transform: translate(-50%, 0);
  transition: opacity 0.2s ease-out;
  width: 200px;
  z-index: 1000;
}
.dd-badges .dd-description:before {
  bottom: -7px;
  content: " ";
  display: block;
  height: 7px;
  left: 0;
  position: absolute;
  width: 7px;
}
.dd-badges .dd-description:after {
  border-left: solid transparent 7px;
  border-right: solid transparent 7px;
  border-top: solid rgba(0, 0, 0, 0.8) 7px;
  bottom: -7px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  width: 0;
}
.dd-badges .dd-description strong {
  display: block;
}
/* No Badges */
.dd-badge-missing {
  background: url("../../../resources/img/badges/badge-placeholder.png");
  background-size: cover;
  width: 50px;
  height: 50px;
  margin: 0 auto 20px auto;
}
.dd-badge-missing span {
  display: none;
}
/* Badge Display */
.dd-badges ul {
  margin: 0px 0px 20px 0px;
  padding: 0px;
}
.dd-badges li {
  display: inline-block;
  position: relative;
  text-align: center;
  width: 50px;
  padding: 0px;
}
.dd-badges li:hover .dd-description,
.dd-badges li:focus .dd-description {
  opacity: 1;
}
.dd-badges img {
  width: 50px;
  height: 50px;
  filter: none;
  -moz-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
  image-rendering: -webkit-optimize-contrast;
}
body {
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
  color: #726962;
  line-height: 1;
}
p {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  color: #726962;
  margin: 0 0 20px 0;
  line-height: 26px;
  padding: 0;
}
img {
  max-width: 100%;
  height: auto !important;
}
a:link {
  color: #726962;
  text-decoration: underline;
  transition: all 0.35s ease;
}
a:visited {
  color: #726962;
  text-decoration: underline;
}
a:hover {
  color: #41403B;
  text-decoration: none;
}
a:active {
  color: #726962;
  text-decoration: none;
}
.navbar .container {
  width: 960px;
}
a.btn,
button.btn,
input.btn,
.m-btn-container.btn,
a.dd-btn,
button.dd-btn,
input.dd-btn,
.m-btn-container.dd-btn,
a .m-btn[style],
button .m-btn[style],
input .m-btn[style],
.m-btn-container .m-btn[style] {
  background-color: #660000;
  border: 0;
  border-radius: 0;
  color: #fff !important;
  cursor: pointer;
  display: inline-block;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 16px;
  font-weight: normal;
  margin: 0 10px 5px 0;
  padding: 12px 20px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none !important;
  line-height: 16px;
  transition: all 0.35s ease;
}
a.btn:hover,
button.btn:hover,
input.btn:hover,
.m-btn-container.btn:hover,
a.dd-btn:hover,
button.dd-btn:hover,
input.dd-btn:hover,
.m-btn-container.dd-btn:hover,
a .m-btn[style]:hover,
button .m-btn[style]:hover,
input .m-btn[style]:hover,
.m-btn-container .m-btn[style]:hover {
  background-color: #860808;
  color: #fff;
}
.m-btn-container td {
  background-color: transparent;
}
a.btn.btn-big,
a.dd-btn.btn-big {
  text-align: center;
  font-size: 16px;
  margin: 0 10px 5px 0;
  padding: 12px 20px;
  background-color: #f04531;
}
a.btn.btn-big:hover,
a.dd-btn.btn-big:hover {
  background-color: #fe533f;
}
#wrap {
  background-color: #fff;
  width: 960px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 60px;
  *zoom: 1;
}
#wrap:before,
#wrap:after {
  display: table;
  content: "";
  line-height: 0;
}
#wrap:after {
  clear: both;
}
.wrap {
  width: 960px;
  margin: 0 auto;
  *zoom: 1;
}
.wrap:before,
.wrap:after {
  display: table;
  content: "";
  line-height: 0;
}
.wrap:after {
  clear: both;
}
#header {
  position: relative;
  width: 100%;
  margin: 0 auto;
  min-height: auto;
  background-color: #41403B;
}
#header #top-header {
  background-color: #34332f;
  height: 40px;
}
#header #top-header #login-wrap {
  position: relative;
  float: right;
  margin: 12px 25px 0 0;
}
#header #top-header #login-wrap #btn-login {
  position: relative;
  float: right;
  z-index: 1000;
  font-weight: normal;
  text-decoration: none;
  color: #fff;
}
#header #top-header #login-wrap #login-box {
  position: absolute;
  z-index: 1010;
  width: 250px;
  border: none !important;
  top: 28px;
  right: -25px;
}
#header #top-header #login-wrap #login-box .box {
  border: none;
  background-color: #34332f;
}
#header #top-header #login-wrap #login-box .box h1 {
  display: none;
}
#header #top-header #login-wrap #login-box .box .btnLogin {
  background-color: #f04531;
  font-size: 15px;
}
#header #top-header #login-wrap #login-box .box .btnLogin:hover {
  background-color: #fe533f;
}
#header #top-header #login-wrap #login-box .box .padding {
  margin-top: -20px;
  padding: 0 0 15px 20px;
}
#header #top-header #login-wrap #login-box .box .padding .logintogglelink {
  margin-left: 0px;
  color: #fff !important;
}
#header #top-header #login-wrap #login-box .box .padding .logintogglelink:hover {
  color: #f04531 !important;
}
#header #top-header #login-wrap #login-box #forgotPasswordDiv .btnFindme {
  background-color: #f04531;
  font-size: 15px;
}
#header #top-header #login-wrap #login-box #forgotPasswordDiv .btnFindme:hover {
  background-color: #fe533f;
}
#header #top-header #login-wrap #login-box form {
  margin: 0px;
  padding-top: 20px;
}
#header #top-header #login-wrap #login-box form label {
  color: #fff !important;
}
#header #top-header #participantTeamSearch {
  position: relative;
  float: right;
  margin-bottom: 0px;
}
#header #top-header #participantTeamSearch #searchTerm {
  width: 210px;
  border-radius: 0px;
  padding: 10px 20px;
  box-shadow: none;
  background-color: #fff;
  border: 0px;
  color: #41403B !important;
  font-size: 14px;
}
#header #top-header #participantTeamSearch ::-webkit-input-placeholder {
  color: #41403B;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}
#header #top-header #participantTeamSearch :-moz-placeholder {
  /* Firefox 18- */
  color: #41403B;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}
#header #top-header #participantTeamSearch ::-moz-placeholder {
  /* Firefox 19+ */
  color: #41403B;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}
#header #top-header #participantTeamSearch :-ms-input-placeholder {
  color: #41403B;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}
#header #top-header #participantTeamSearch label {
  margin-bottom: 0px;
}
#header #top-header #participantTeamSearch button {
  text-indent: -999px;
  overflow: hidden;
  position: absolute;
  z-index: 10;
  top: 8px;
  right: 10px;
  background-color: transparent;
  background-image: none;
  border: none;
}
#header #top-header #participantTeamSearch button:hover {
  background-color: transparent;
  background-image: none;
}
#header #top-header #participantTeamSearch button:after {
  display: block;
  text-indent: 0;
  content: "\f002";
  font-family: 'FontAwesome' !important;
  font-weight: normal;
  color: #f04531;
  font-size: 20px;
}
#header #top-header #participantTeamSearch button span {
  display: none;
}
#header #bottom-header #nav-wrap {
  margin-top: 50px;
}
#header #bottom-header #btn-donate-now {
  float: right;
  margin: 0;
}
#logo {
  margin: -30px 0 20px;
  display: block;
  float: left;
  background: url('../img/logo.png') no-repeat;
  width: 176px;
  height: 161px;
  background-size: contain;
}
#banner img {
  width: 100% !important;
}
#banner .default-logo-banner {
  display: none !important;
}
#banner-home {
  width: 100%;
  height: 500px;
  background: url('../img/banner_home.jpg') no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
  padding-top: 80px;
}
#banner-home h1 {
  font-weight: 200;
  color: #fff;
  margin: 0 !important;
}
#banner-home h2 {
  font-size: 130px;
  margin: 45px 0;
  letter-spacing: 8px;
  font-weight: 800;
}
#banner-home h1,
#banner-home h2 {
  /* Safari, Chrome and Opera > 12.1 */
  /* Firefox < 16 */
  /* Internet Explorer */
  /* Opera < 12.1 */
  animation: fadein 1.2s;
}
#tabs-home {
  margin-top: -141px;
}
#tabs-home .nav-pills {
  margin-bottom: 0px;
}
#tabs-home .nav-pills li {
  width: 25%;
  border: 0;
  text-align: center;
  position: relative;
  z-index: 0;
  transition: all 0.15s ease;
}
#tabs-home .nav-pills li a {
  text-decoration: none;
  color: #fff;
  opacity: 0.65;
  font-size: 22px;
  line-height: 25px;
  padding: 20px 0;
  transition: all 0.15s ease;
}
#tabs-home .nav-pills li a [class^="icon-"],
#tabs-home .nav-pills li a [class*=" icon-"] {
  display: block;
  font-size: 30px;
  padding-bottom: 20px;
}
#tabs-home .nav-pills li a:hover {
  background: none;
  opacity: 1;
}
#tabs-home .nav-pills li:first-child {
  background-color: #a31d0d;
}
#tabs-home .nav-pills li:nth-child(2) {
  background-color: #c42411;
}
#tabs-home .nav-pills li:nth-child(3) {
  background-color: #e12c16;
}
#tabs-home .nav-pills li:last-child {
  background-color: #f04531;
}
#tabs-home .nav-pills li.active,
#tabs-home .nav-pills li:hover {
  padding-top: 10px;
  margin-top: -10px;
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.35);
}
#tabs-home .nav-pills li.active a,
#tabs-home .nav-pills li:hover a {
  background: none !important;
  opacity: 1;
}
#tabs-home .nav-pills li.active {
  z-index: 2;
}
#tabs-home .nav-pills li:hover {
  z-index: 1;
}
#tabs-home .tab-content {
  position: relative;
  z-index: 3;
}
#tabs-home .tab-content .tab-pane {
  padding: 30px 0;
}
#tabs-home .tab-content .tab-pane .wrap > * {
  /* Safari, Chrome and Opera > 12.1 */
  /* Firefox < 16 */
  /* Internet Explorer */
  /* Opera < 12.1 */
  animation: fadein 1.2s;
}
#tabs-home .tab-content #home {
  border-top: 40px solid #a31d0d;
}
#tabs-home .tab-content #menu1 {
  border-top: 40px solid #c42411;
}
#tabs-home .tab-content #menu2 {
  border-top: 40px solid #e12c16;
}
#tabs-home .tab-content #menu3 {
  border-top: 40px solid #f04531;
}
#about-home {
  background: url('../img/texture_bg.jpg') no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 40px 0;
}
.circuit-cms.action-home {
  /* Firefox < 16 */
  /* Safari, Chrome and Opera > 12.1 */
  /* Internet Explorer */
  /* Opera < 12.1 */
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.profile-img {
  border-radius: 100%;
  border: 4px solid #660000;
}
#btnRegbody {
  background-color: #660000;
}
#btnRegbody:hover {
  background-color: #860808;
}
.dd-badges.box {
  background-color: #fff !important;
  border: 4px solid #41403B;
  padding-bottom: 20px;
}
.dd-badges.box h1 {
  text-align: left !important;
}
.dd-badges.box ul {
  padding: 0 15px;
}
#participantTabs li.active a {
  color: #660000 !important;
}
.logged-in #bottom-header #logo {
  margin: 20px 0;
}
.logged-in #bottom-header #nav-wrap {
  margin-top: 70px !important;
}
.dd-events.dd-widget h1 {
  margin-bottom: 20px;
}
.dd-events.dd-widget ol {
  list-style: none;
  margin: 0;
}
.dd-events.dd-widget ol li {
  padding-bottom: 20px;
}
.dd-events.dd-widget ol li a {
  text-decoration: none;
}
.dd-events.dd-widget ol li a .dd-list-raised {
  display: none;
}
.dd-events.dd-widget .dd-btn {
  background-color: #f04531;
}
.dd-events.dd-widget .dd-btn:hover {
  background-color: #fe533f;
}
#centerCol,
#centerColinterior {
  float: left;
  left: auto !important;
  position: relative;
}
#centerCol,
#centerColinterior {
  padding: 20px 5px;
  width: 74.375%;
}
#centerColinterior.full-width,
#centerColinterior + #leftCol:empty {
  float: left;
  left: auto !important;
  padding: 20px 5px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  *zoom: 1;
}
#centerColinterior.full-width:before,
#centerColinterior + #leftCol:empty:before,
#centerColinterior.full-width:after,
#centerColinterior + #leftCol:empty:after {
  display: table;
  content: "";
  line-height: 0;
}
#centerColinterior.full-width:after,
#centerColinterior + #leftCol:empty:after {
  clear: both;
}
#centerCol img,
#centerColinterior img,
.cke_editable img {
  margin: 0 0 20px 0;
}
#centerCol ul,
#centerColinterior ul,
.cke_editable ul {
  padding: 0 0 0px 20px;
  margin: 0;
}
#centerCol ol,
#centerColinterior ol,
.cke_editable ol {
  padding: 0 0 0px 20px;
  margin: 0;
}
#centerCol li,
#centerColinterior li,
.cke_editable li {
  margin-bottom: 15px;
  line-height: 26px;
}
#page-wide-col {
  padding: 20px 5px;
}
#leftCol {
  padding: 20px 0 0 0;
  float: right;
  left: 0 !important;
  position: static;
  width: 23.02083333%;
}
.box,
.eventBox {
  line-height: 16px;
  font-size: 12px;
  padding: 0;
  margin: 0 0 20px 0;
  border: none;
}
.box .padding,
.eventBox .padding {
  padding: 0 15px 15px;
}
.navBox {
  margin: 0 0 20px 0;
}
.navBox .padding {
  padding: 0;
}
#centralLoginDiv,
#teamTotal,
.eventBox,
.box {
  background-color: #f1f1f1;
}
#centralLoginDiv h1,
#teamTotal h1,
.eventBox h1,
.box h1,
#centralLoginDiv #dd-sponsors-heading,
#teamTotal #dd-sponsors-heading,
.eventBox #dd-sponsors-heading,
.box #dd-sponsors-heading {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 0 15px 12px;
  margin: 0 0 14px 0;
  line-height: 20px;
  background-color: #41403B;
}
.box label strong {
  font-size: 12px;
  display: block;
  padding-bottom: 3px;
}
.box input {
  width: 100%;
}
.box p {
  font-size: 12px;
  line-height: 16px;
}
.box ol {
  margin: 0 10px;
  padding: 0 10px;
}
.box ol li {
  font-size: 13px;
  padding-bottom: 5px;
}
.thermoBox {
  border: none;
}
#thermo-wrap {
  padding: 20px 0;
  background: url('../img/texture_bg.jpg') no-repeat;
  background-size: cover;
}
#thermo-wrap .dd-thermo-horizontal {
  width: 100%;
}
#thermo-wrap .dd-thermo-goal {
  float: left;
  font-size: 22px;
  color: #41403B;
}
#thermo-wrap .dd-thermo-track {
  clear: both;
  margin-top: 30px;
  width: 80%;
}
#thermo-wrap .dd-thermo-mask {
  width: 80%;
}
#thermo-wrap .dd-thermo-goal {
  font-weight: normal;
}
#thermo-wrap .dd-thermo-percent {
  display: none;
}
#thermo-wrap .dd-thermo-raised {
  float: right;
  text-align: center;
  margin-top: -50px;
  color: #660000;
  font-size: 25px;
}
#thermo-wrap .dd-thermo-raised .dd-label {
  font-size: 15px;
  font-weight: normal;
  display: block;
}
.dd-thermo-horizontal .dd-thermo-progress {
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  z-index: 1;
  background-size: 20px 20px;
  overflow: visible;
  animation: move 2s linear infinite;
}
@keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
#donationsTotal h5,
#teamTotal h5 {
  font-size: 25px;
  padding: 0 0 5px 0;
  margin: 0;
  color: #41403B !important;
}
small.subtitle {
  font-size: 13px;
}
#event-info {
  padding: 3px 0 15px 0;
}
#event-info p {
  padding: 0 15px 10px 15px;
}
#topfivefundraisers ol,
#topfiveteams ol,
#topfivefundraisers ul,
#topfiveteams ul {
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none;
}
#topfivefundraisers ol .avatar-list,
#topfiveteams ol .avatar-list,
#topfivefundraisers ul .avatar-list,
#topfiveteams ul .avatar-list {
  margin-bottom: 5px;
  display: table-row;
}
#topfivefundraisers ol .avatar-list a,
#topfiveteams ol .avatar-list a,
#topfivefundraisers ul .avatar-list a,
#topfiveteams ul .avatar-list a {
  text-decoration: none;
  vertical-align: middle;
  display: table-cell;
}
#topfivefundraisers ol .avatar-list a.name-link,
#topfiveteams ol .avatar-list a.name-link,
#topfivefundraisers ul .avatar-list a.name-link,
#topfiveteams ul .avatar-list a.name-link {
  padding: 12px 0px 12px 10px;
}
#topfivefundraisers ol .avatar-list a:hover,
#topfiveteams ol .avatar-list a:hover,
#topfivefundraisers ul .avatar-list a:hover,
#topfiveteams ul .avatar-list a:hover {
  color: #41403B;
}
#topfivefundraisers ol .avatar-list img,
#topfiveteams ol .avatar-list img,
#topfivefundraisers ul .avatar-list img,
#topfiveteams ul .avatar-list img {
  margin: 0px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
}
.topnavcms {
  background-color: none;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  padding: 0;
  width: auto;
  height: 35px;
  list-style: none;
  position: relative;
  border: none;
  float: right;
  margin-right: 10px;
  max-width: 630px;
  text-align: right;
  *zoom: 1;
}
.topnavcms:before,
.topnavcms:after {
  display: table;
  content: "";
  line-height: 0;
}
.topnavcms:after {
  clear: both;
}
.topnavcms > li > a {
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  text-decoration: none;
  padding: 10px 0px;
  margin: 0 13px;
  transition: none;
}
.topnavcms > li > a:visited {
  color: #fff;
  text-decoration: none;
}
.topnavcms > li > a:after {
  content: '';
  display: block;
  border-bottom: solid 4px #f04531;
  padding-top: 5px;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
}
.topnavcms > li:hover > a {
  color: #fff;
  background-color: none;
}
.topnavcms > li:hover > a:after {
  transform: scaleX(1.1);
}
.topnavcms > li.on > a {
  color: #fff;
}
.topnavcms > li.on > a:after {
  transform: scaleX(1.1);
}
#leftNav {
  display: block;
  padding: 0;
  margin: 0;
}
#leftNav li {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #f1f1f1;
}
#leftNav li a {
  display: block;
  color: #41403B;
  font-size: 15px;
  padding: 12px 15px;
  text-decoration: none;
  font-weight: normal;
}
#leftNav li a:hover {
  text-decoration: none;
  background-color: #660000;
  color: #fff;
}
#leftNav li a.on {
  color: #fff;
  font-weight: bold;
  background-color: #660000;
}
#leftNav ul {
  margin: 0;
  padding: 0;
  list-style-image: none;
}
#leftNav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
}
#leftNav ul li a {
  font-size: 13px;
  display: block;
  color: #41403B;
  font-weight: normal;
  text-decoration: none;
  padding: 5px 20px;
}
#leftNav ul li a.on {
  color: #fff;
}
#leftNav ul li a:hover {
  background-color: #4d0000;
  color: #fff;
}
#leftNav ul li li a {
  display: block;
  color: #41403B;
  font-weight: normal;
  font-size: 12px;
  text-decoration: none;
  padding: 3px 28px;
}
h1 {
  color: #660000;
  font-family: 'Montserrat', sans-serif;
  font-size: 35px;
  line-height: 45px;
  margin: 0 0 15px 0;
  padding: 0;
  font-weight: bold;
  text-transform: none;
}
h2 {
  color: #f04531;
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
  line-height: 30px;
  padding: 0;
  margin: 0 0 12px 0;
  font-weight: normal;
  text-transform: none;
}
h3 {
  color: #660000;
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
  line-height: 30px;
  padding: 0;
  margin: 0 0 12px 0;
  font-weight: normal;
  text-transform: none;
}
h4 {
  color: #41403B;
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
  line-height: 30px;
  padding: 0;
  margin: 0 0 12px 0;
  font-weight: bold;
  text-transform: none;
}
h5 {
  color: #f04531;
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  line-height: 28px;
  padding: 0;
  margin: 0 0 10px 0;
  font-weight: bold;
  text-transform: none;
  font-style: italic;
}
h6 {
  color: #41403B;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 24px;
  padding: 0;
  margin: 0 0 10px 0;
  font-weight: bold;
  text-transform: none;
}
.dataTable {
  border: 1px solid #ddd;
  border-left: 0;
}
.dataTable th,
.dataTable td {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  box-sizing: content-box;
}
.dataTables_scroll-body {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.table-striped tbody tr:nth-child(odd) td,
.dataTable tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th,
.dataTable tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}
.table tbody tr:hover td,
.dataTable tbody tr:hover td,
.table tbody tr:hover th,
.dataTable tbody tr:hover th {
  background-color: #f5f5f5;
}
input[type="tel"],
input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
#processform input[type="tel"],
#processform input[type="text"],
#processform input[type="email"],
#processform input[type="password"],
#processform textarea,
#processform #ccnumber,
#processform #donationamount,
.beenherebefore input[type="text"],
.beenherebefore input[type="email"],
.beenherebefore input[type="password"] {
  border: 1px solid #ccc;
  background-color: #fff;
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
  box-shadow: inset 0 2px 2px rgba(51, 51, 51, 0.1);
}
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
#processform input[type="tel"]:focus,
#processform input[type="text"]:focus,
#processform input[type="email"]:focus,
#processform input[type="password"]:focus,
#processform textarea:focus,
#processform #ccnumber:focus,
#processform #donationamount:focus,
.beenherebefore input[type="text"]:focus,
.beenherebefore input[type="email"]:focus,
.beenherebefore input[type="password"]:focus {
  border: 1px solid #726962;
  outline: 0;
  box-shadow: 0 0 10px #c8c3bf;
}
#processform #ccnumber,
#processform #donationamount {
  padding-left: 25px !important;
}
#footer {
  font-family: 'Montserrat', sans-serif;
  width: 100%;
  padding: 0px 0 20px;
  margin: 0 auto;
  color: #fff;
  background-color: #41403B;
}
#footer a {
  color: #fff;
  text-decoration: none;
}
#footer a:hover {
  color: #f04531;
  text-decoration: underline;
}
#footer .social-links {
  margin-bottom: 20px;
}
#footer .social-links [class^="icon-"],
#footer .social-links [class*=" icon-"] {
  font-size: 25px;
}
#footer .social-links a:hover {
  text-decoration: none !important;
  color: #f1f1f1;
}
#footer #sponsors-wrap {
  border-top: 3px solid #f1f1f1;
  background-color: #fff;
  text-align: center;
  padding: 30px 0;
  margin-bottom: 20px;
}
#footer #sponsors-wrap img {
  margin: 10px 40px;
}
#footer-text {
  float: left;
}
#powered-by {
  display: block;
  width: 200px;
  height: 27px;
  float: right;
}
#wysiwyg {
  margin: 10px !important;
}
#wysiwyg,
.cke_panel_frame {
  background-image: none !important;
  background-color: #fff !important;
}
@media (max-width: 980px){
  #tabs-home .tab-content .tab-pane {
    padding: 30px 20px !important;
  }
  #about-home {
    text-align: center;
    padding: 40px 20px;
  }
  #about-home #about-text {
    padding-bottom: 35px;
    max-width: 600px;
    margin: 0 auto;
  }
}
@media (max-width: 960px){
  .navbar .container,
  #wrap,
  .wrap,
  #header,
  #leftNav,
  #footer,
  #footer-text {
    width: auto !important;
  }
  #leftCol #participantSearch,
  #leftCol #centralLoginDiv,
  #leftCol #forgotPasswordDiv {
    display: none;
  }
  #header {
    background-size: 100%;
    height: auto;
    padding: 0 !important;
  }
  #header .wrap {
    padding: 30px 20px 20px;
  }
  #header #top-header {
    display: none;
  }
  #header #bottom-header #logo {
    margin: 0 auto;
    float: none;
  }
  #header #bottom-header #nav-wrap {
    float: none;
    margin-top: 25px;
  }
  #header #bottom-header #nav-wrap #btn-donate-now {
    width: 100%;
  }
  #thermo-wrap {
    padding: 20px;
  }
  #footer .wrap {
    padding: 0 20px;
  }
  .topnavcms {
    display: none;
  }
  #m-nav {
    display: block;
    list-style: none;
    margin: 0;
    padding: 5px;
    color: #726962;
    font-family: 'Montserrat', sans-serif;
    background-color: #34332f;
    text-align: left;
    text-decoration: none;
    position: relative;
    *zoom: 1;
  }
  #m-nav:before,
  #m-nav:after {
    display: table;
    content: "";
    line-height: 0;
  }
  #m-nav:after {
    clear: both;
  }
  #m-nav .m-menu-item,
  #m-nav .m-search input[type="text"] {
    display: inline-block;
    text-decoration: none;
    color: #fff !important;
    font-family: 'Montserrat', sans-serif;
    padding: 14px !important;
    margin: 0;
    border: 0 !important;
    position: relative;
    border-radius: 0;
  }
  #m-nav > .m-search input[type="text"] {
    color: #726962 !important;
    font-size: 13px;
    padding: 12px 14px !important;
  }
  #m-nav .m-menu-item {
    width: 45px;
    margin-right: 5px;
    background-color: #f04531;
  }
  #m-nav .m-menu-item.open:before,
  #m-nav .m-menu-item.open:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 85%;
    z-index: 1001;
  }
  #m-nav .m-menu-item.open:before {
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 13px solid #fff;
    left: 10px;
  }
  #m-nav .m-menu-item.open:after {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #fff;
    left: 11px;
  }
  #m-nav .m-menu-item [class^="icon-"]::before,
  #m-nav .m-menu-item [class*=" icon-"]::before,
  #m-nav .m-menu-item button:before {
    font-size: 18px !important;
    color: #fff !important;
    font-family: 'FontAwesome' !important;
    font-weight: normal;
  }
  #m-nav .m-menu-item [class^="icon-"] {
    margin-right: 0;
  }
  #m-nav .m-search {
    position: absolute;
    top: 5px;
    right: 5px;
  }
  #m-nav .m-search input[type="text"] {
    position: relative;
    width: 175px;
    border: 1px solid #ddd !important;
    font-size: 13px;
  }
  #m-nav .m-search label,
  #m-nav .m-search button {
    display: inline;
    margin: 0;
  }
  #m-nav .m-search button {
    display: none;
  }
  #m-nav .box {
    border: none !important;
    padding: 15px;
    border-radius: 0;
  }
  .topnavcms.m-cms-nav,
  .m-login,
  .m-social {
    display: none;
    height: auto;
    width: 100%;
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    z-index: 1000;
    background-image: none !important;
  }
  .topnavcms.m-cms-nav li,
  .m-login li,
  .m-social li {
    float: none !important;
    display: block !important;
    width: 100%;
    border-bottom: 1px solid #ddd;
    background-image: none !important;
  }
  .topnavcms.m-cms-nav li a,
  .m-login li a,
  .m-social li a {
    color: #726962 !important;
    background-image: none !important;
  }
  .topnavcms.m-cms-nav ul,
  .m-login ul,
  .m-social ul {
    width: 100%;
    margin: 0;
    padding-bottom: 10px;
    background-color: transparent;
    border-bottom: none;
  }
  .topnavcms.m-cms-nav ul li,
  .m-login ul li,
  .m-social ul li {
    padding: 8px 25px;
    border-bottom: none;
  }
  .topnavcms.m-cms-nav ul li a,
  .m-login ul li a,
  .m-social ul li a {
    text-decoration: none;
  }
  .topnavcms.m-cms-nav h1,
  .m-login h1,
  .m-social h1 {
    margin-top: 10px;
    padding: 0;
  }
  .m-login#centralLoginDiv,
  .m-login#forgotPasswordDiv,
  .m-social {
    padding: 0 !important;
    background-color: #f1f1f1;
  }
  .m-login#centralLoginDiv .padding,
  .m-login#forgotPasswordDiv .padding,
  .m-social .padding {
    padding-bottom: 0px;
  }
  .m-login#centralLoginDiv h1,
  .m-login#forgotPasswordDiv h1,
  .m-social h1 {
    padding: 15px 0 15px 12px;
    margin: 0 0 14px 0;
  }
}
@media (max-width: 875px){
  #banner-home {
    height: 400px;
    padding-top: 40px;
  }
  #banner-home h1 {
    font-size: 25px;
  }
  #banner-home h2 {
    font-size: 100px;
    margin: 30px 0;
  }
  #tabs-home .nav-pills li a {
    font-size: 18px;
    line-height: 20px;
  }
  #tabs-home .nav-pills li a [class^="icon-"],
  #tabs-home .nav-pills li a [class*=" icon-"] {
    font-size: 25px;
    padding-bottom: 10px;
  }
}
@media (max-width: 768px){
  #centerCol,
  #centerColinterior,
  #page-wide-col,
  #leftCol,
  #rightCol,
  #footer {
    float: none !important;
    width: auto !important;
    left: auto !important;
    padding: 15px !important;
    *zoom: 1;
  }
  #centerCol:before,
  #centerColinterior:before,
  #page-wide-col:before,
  #leftCol:before,
  #rightCol:before,
  #footer:before,
  #centerCol:after,
  #centerColinterior:after,
  #page-wide-col:after,
  #leftCol:after,
  #rightCol:after,
  #footer:after {
    display: table;
    content: "";
    line-height: 0;
  }
  #centerCol:after,
  #centerColinterior:after,
  #page-wide-col:after,
  #leftCol:after,
  #rightCol:after,
  #footer:after {
    clear: both;
  }
  #leftCol,
  #rightCol {
    right: auto !important;
  }
  #thermo-wrap {
    background-size: auto;
  }
  #thermo-wrap .dd-thermo-mask {
    width: 100%;
  }
  #thermo-wrap .dd-thermo-track {
    width: 100%;
    margin-bottom: 10px;
  }
  #thermo-wrap .dd-thermo-raised {
    float: none;
    margin-top: 0;
  }
  #thermo-wrap .dd-thermo-raised .dd-label {
    display: inherit;
  }
  #tabs-home .nav-pills li {
    width: 100% !important;
  }
  #tabs-home .nav-pills li.active,
  #tabs-home .nav-pills li:hover {
    padding-top: 0px;
    margin-top: 0px;
    box-shadow: none;
    background-color: #41403B;
  }
  #tabs-home .nav-pills li a {
    opacity: 1;
  }
  #tabs-home .nav-pills li a [class^="icon-"],
  #tabs-home .nav-pills li a [class*=" icon-"] {
    display: inline;
    font-size: 18px;
  }
  #tabs-home .nav-pills li a br {
    display: none;
  }
  #banner-home,
  #about-home {
    background-attachment: inherit;
  }
  #about-home iframe {
    width: 100%;
  }
  .participant-card .avatar {
    margin: 10px auto 0 !important;
  }
  #footer {
    padding: 0 !important;
  }
  #footer #sponsors-wrap img {
    margin: 10px;
    max-width: 130px;
  }
  #footer #footer-text {
    float: none;
    text-align: center;
    margin: 0 auto;
  }
  #footer #powered-by,
  #footer .pull-left {
    text-align: center;
    float: none;
    display: block;
    margin: 10px auto;
  }
}
@media only screen and (max-width: 641px){
  .dd-badges .dd-description {
    display: none !important;
  }
}
@media (max-width: 600px){
  #about-home #about-text .dd-btn {
    width: 100%;
  }
}
@media (max-width: 400px){
  #banner-home {
    height: 350px;
    padding-top: 30px;
  }
  #banner-home h1 {
    font-size: 22px;
  }
  #banner-home h2 {
    font-size: 70px;
    letter-spacing: 4px;
    margin: 14px 0;
  }
}
@media (min-width: 960px){
  .topnavcms > li > ul {
    background-color: #f04531;
    width: 200px;
    top: 35px;
    list-style: none;
    border: none;
  }
  .topnavcms > li > ul > li > a {
    color: #fff;
    font-weight: normal;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
    width: 200px;
  }
  .topnavcms > li > ul > li:hover > a {
    background-color: #fe533f;
    color: #fff;
  }
  .topnavcms {
    height: 35px;
    overflow: visible;
    display: block;
  }
  #m-nav {
    display: none;
  }
}

