@import url(smartapp.css);

html, body, p, ol, ul, li,
table, tr, th, td, .Explicit,
a.btn, a.btn:visited, a.editBtn, a.editBtn:visited,
input.btn, input.btnMini, input.btnSm, input.btnMed, input.btnLg,
label,
a, a:link, a:active, a:visited, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, a:hover {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  text-decoration: none;
}

a.btn#luminaria {
  background: none;
}

body {
  font-size: 1.4rem;
  overflow-x: hidden;
}

LABEL {
  white-space: normal;
}

input[type=text]:focus,
input[type=submit]:focus {
  border-bottom: 4px solid #702BB0 !important;
  outline: none;
}

.empty {
  display: none;
}

a {
  text-decoration: none;
}

h1, h2, h3, h4, h5 {
  text-align: center;
}

a.graphical {
  color: transparent;
  font-size: 0.0001rem;
  text-indent: -9999px;
}

p {
  color: #595959;
}

a.link-with-arrow {
  background: url('../img/purple-arrow.png') no-repeat right 8px;
  color: #702BB0;
  display: inline-block;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  padding-right: 15px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  width: auto;
}

a.link-with-arrow:before {
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  right: 0;
  transition: width 0s ease;
  -webkit-transition: width 0s ease;
  -moz-transition: width 0s ease;
  -o-transition: width 0s ease;
  width: 100%;
}

a.link-with-arrow:after {
  background: #702BB0;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  transition: width .5s ease;
  -webkit-transition: width .5s ease;
  -moz-transition: width .5s ease;
  -o-transition: width .5s ease;
  width: 94%;
}

a.link-with-arrow:hover:before {
  background: #702BB0;
  transition: width .5s ease;
  -webkit-transition: width .5s ease;
  -moz-transition: width .5s ease;
  -o-transition: width .5s ease;
  width: 0;
}

a.link-with-arrow:hover:after {
  background: transparent;
  transition: width 0s ease;
  -webkit-transition: width 0s ease;
  -moz-transition: width 0s ease;
  -o-transition: width 0s ease;
  width: 0;
}

a.underline {
  text-decoration: underline;
}

a {
  cursor: pointer;
}

input.error {
  outline: 1px solid red;
}

.bracketed {
  background: white;
  display: table;
  margin: 0 auto;
  padding: 0 2em;
  position: relative;
  text-align: center;
  z-index: 5;
}

.bracketed:after {
  border-left: 1px solid #a5a5a5;
  border-right: 1px solid #a5a5a5;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  margin-top: -10px;
  position: absolute;
  right: 0;
  top: 50%;
}

.section-title:before {
  border-top: 1px solid #a5a5a5;
  content: " ";
  display: block;
  left: 0;
  margin-top: 0.525em;
  position: absolute;
  right: 0;
}

.cta a.btn:visited,
.cta a.btn:focus {
  border: 4px solid #702BB0;
  color: #702bb0;
  background: #ffffff;
}

a.btn,
a.btn:visited,
a.editBtn,
a.editBtn:visited,
input.btn,
input.btnMini,
input.btnSm,
input.btnMed,
input.btnLg {
  background-image: none;
  border: none;
}
/* social */
#social_share {
  background: white url('../img/social_sprite.png') center center no-repeat;
  border-bottom: 1px solid #ceccca;
  border-left: 1px solid #ceccca;
  border-right: 1px solid #ceccca;
  color: black;
  height: 294px;
  margin-top: -147px;
  position: fixed;
  right: 0;
  top: 50%;
  width: 64px;
  z-index: 11;
}

#social_share a {
  border-top: 1px solid #ceccca;
  color: black;
  display: block;
  height: 58px;
  text-indent: -99999px;
  width: 63px;
}

button#search-more {
  background-color: rgb(112,43,176);
  color: #ffffff;
  line-height: 0;
  letter-spacing: 0;
  font-size: 1.085em;
  float: right;
  height: 2.7rem;
  width: 4.7rem;
  padding: 0;
}

a.btn.btn-inverted:visited,
a.btn.btn-inverted:active,
a.btn.btn-inverted:link,
a.btn.btn-inverted {
  background: #702bb0;
  color: #ffffff;
  border: 4px solid #ffffff;
}

.is-sticky .visible-xs {
  height: 44px;
  position:fixed !important;
  top: 0px !important;
}

a.btn.btn-inverted:hover {
  color: #702bb0;
  background: #ffffff;
}

a.btn, label.btn {
  background: #fff;
  background-image: none;
  border: 4px solid #702BB0;
  border-radius: 0;
  color: #702BB0;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  height: 5.6rem;
  letter-spacing: 0.2em;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
  width: 26.7rem;
}

a.btn:hover {
  color: #702BB0;
}

a.btn.small:hover {
  background-color: #702BB0;
  color: #fff;
}

a.btn.dark,
label.btn.dark {
  background: #702BB0;
  border-radius: 0;
  color: #fff;
}

a.btn.dark:hover {
  color: #fff;
}

a.btn.small,
label.btn.small {
  font-size: 1.5rem;
  height: 0;
  line-height: 0;
  min-width: 0;
  padding-left: 1.8em;
  padding-right: 1.8em;
  vertical-align: middle;
  width: auto;
}

a.btn.small.dark {
}

.right {
  float: right;
}

.left {
  float: left;
}

a.btn {
  border-radius: 0;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  height: 5.3rem;
  letter-spacing: 3px;
  padding: 10px 0;
  text-decoration: none;
  text-transform: uppercase;
  width: 22.7rem;
}

a.btn.newdark {
  border-bottom: 12px solid #702BB0;
}

/* special container for wrapping full-width .rows */
.container-full {
  padding: 0 15px;
}

/* header */
.header {
  height: auto;
  margin: 0 auto;
  width: 100%;
}

.header .header-top {
  background: #fff;
  margin: 15px auto 25px auto;
}

.header .header-top .container {
  max-width: 970px;
}

.header .header-top .header-top-left {
  margin-top: 22px;
  padding-left: 0;
  text-align: left;
}

.header .header-top .header-top-left .donate-btn {
  background: #fff;
  border: 4px solid #702BB0;
  color: #702BB0;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}

.header .header-top .header-top-left .donate-btn:hover {
  background-color: #702BB0;
  color: #fff;
}

.header .header-top .header-top-right {
  margin-top: 22px;
  padding-right: 0;
}

.header .header-top .header-top-right .join-relay-btn {
  background: #702BB0;
  background-image: none;
  border: 4px solid #702BB0;
  color: #fff;
  letter-spacing: 2.5px;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}

.header .header-top .header-top-right .join-relay-btn:hover {
  background-color: white;
  color: #702BB0;
}

#logged_in_links a,
#logged_in_links a:link,
#logged_in_links a:hover,
#logged_in_links a:visited {
  color: #702BB0;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 2.5em;
  text-decoration: none;
  text-transform: uppercase;
}

#logged_in_links a.join-another {
  font-weight: 600;
}

#logged_in_links span {
  display: block;
}

#logged_in_links span + span a {
  border-top: 1px solid #502875;
  padding-top: 11px;
}

#logged_in_links {
  text-align: right;
}

.header .header-top .logo {
  margin-top: 2px;
}

.header .header-top .logo img {
  max-width: 11rem;
  max-height: 10rem;
}

.header .header-bottom {
  background: #f9f9f9;
  border-bottom: 1px solid #cdcdcd;
  border-top: 1px solid #cdcdcd;
  height: 50px;
}

.header .header-bottom .container {
  border-left: 1px solid #cdcdcd;
  border-right: 1px solid #cdcdcd;
  height: 49px;
  max-width: 970px;
}

#nav a {
  color: white;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
}

#nav a:hover {
  color: #D8D9EF;
}

#nav .col-sm-3.active {
  border-bottom: solid 8px #D8D9EF;
  color: #FFFFFF;
  height: 50px;
}

#nav .comeon {
  padding: 0 2em;
}

.header .header-bottom .container .col-sm-3 {
  height: 48px;
}

.header .header-bottom .container .col-sm-3:first-child {
  margin: 0 40px 0 50px;
}

.header .header-bottom .container .col-sm-3 a {
  color: #18181e;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 2.5em;
  text-decoration: none;
  text-transform: uppercase;
}

.header .header-bottom .container .col-sm-3 a:hover {
  color: #595959;
}

#main {
  overflow-x: hidden;
}

#main .header .header-bottom .container .col-sm-3.active {
  border-bottom: solid 8px #702BB0;
  color: #1E1E23;
}

.header .header-bottom .container .col-sm-3 .signin-btn {
  color: #545454;
}

.header .header-bottom .container .col-sm-3 .signout-btn {
  color: #702BB0;
}

.header .header-bottom .container .sign-in-out-btn {
  border-left: 1px solid #cdcdcd;
  float: right;
  max-width: 135px;
  padding: 0;
}

.header .header-bottom .container .sign-in-out-btn a {
  letter-spacing: normal;
}

.header .loggedin-module {
  background: #702bb0;
  color: #fff;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  height: 50px;
  line-height: 2.5em;
  position: relative;
  z-index: 11;
}

.header .loggedin-module .container {
  max-width: 973px;
}

.header .loggedin-module .container .row {
  padding: 0 30px;
}

.header .loggedin-module .container .row .col-sm-3:first-child {
  letter-spacing: 0.05rem;
}

.header .loggedin-module .container .row .col-sm-3 a {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}

a.learn {
  white-space: nowrap;
}
/* end header */

.sponsors-container {
  margin-bottom: 65px;
}

.sponsors-container .container {
  margin-top: 50px;
}

.sponsors-container .container .sponsor-logos a.left-arrow,
.sponsors-container .container .sponsor-logos a.right-arrow {
  display: block;
  height: 95px;
  margin: 0;
  padding-right: 3em;
  position: absolute;
  top: 0;
  width: 23px;
  z-index: 5;
}

.sponsors-container .container .sponsor-logos a.left-arrow {
  background: white url('../img/left-arrow.png') no-repeat 0;
  left: 0;
}

.sponsors-container .container .sponsor-logos a.right-arrow {
  background: white url('../img/right-arrow.png') no-repeat 0;
  right: 0;
}

.sponsors-container .container .sponsor-logos a.right-arrow:before {
  background: white;
  content: " ";
  display: block;
  height: 100%;
  left: -20px;
  position: absolute;
  width: 20px;
}

.sponsors-container .container .sponsor-logos img {
  display: inline;
  margin: 0 auto;
  max-height: 95px;
}

.sponsors-container .container .become-sponsor .col-xs-12 {
  margin: 50px auto 0 auto;
  text-align: center;
}

.sponsors-container .container .sponsor-logos {
  margin: 0 auto;
  position: relative;
  width: 100%;
}

.sponsors-container .container .sponsor-logos .col-sm-2 {
  margin: 0 20px;
  padding: 0;
}

.slider .inner {
  display: inline-block;
  min-width: 8000px;
  width: auto;
}

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

.sponsor-logo {
  float: left;
  margin: 0;
  padding: 0 3em;
}

.rightward .sponsor-logo {
  float: right;
}

/** Header styles CONNECT button add-on**/
.header .header-bottom .container .col-sm-2 a:hover {
  color: #595959;
}

#main .header .header-bottom .container .col-sm-2.active {
  border-bottom: solid 8px #702BB0;
  color: #1E1E23;
  width: auto;
}

.header .header-bottom .container .col-sm-2 {
  height: 48px;
}

.header .header-bottom .container .col-sm-2 {
  margin: 0 20px 0 15px;
  width: auto;
}

.header .header-bottom .container .col-sm-2 a {
  color: #18181e;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 2.5em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

/* footer */
.footer {
  height: auto;
  margin: 0 auto;
  width: 100%;
}

.footer .footer-info {
  background: #702bb0;
  color: #fff;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  height: auto;
  padding: 25px 0;
}

.footer .footer-info .container {
  max-width: 1009px;
}

.footer .footer-info .container .col-sm-8 {
  font-size: 1.143em;
  font-weight: 600;
  letter-spacing: 0.09em;
  line-height: 2.5em;
}

.footer .footer-info .container .col-sm-4 {
  font-size: 2.017em;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}

.footer .footer-info .container .col-sm-4 a.telephone {
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}

.footer .footer-main {
  background: #1e1e23;
  color: #fff;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-size: 0.877em;
  font-weight: 600;
  padding: 45px 0 35px 0;
}

.footer .footer-main .container {
  max-width: 1009px;
}

.footer .footer-main .container .footer-links ul {
  list-style: none;
  padding-left: 0;
}

.footer .footer-main .container .footer-links ul li {
  padding: 3px 0;
  text-align: left;
}

.footer .footer-main .container .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-main .container .footer-links ul li a {
  color: #fff;
  font-size: 1.33rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}

.footer .footer-main .container .footer-right-top .follow-text {
  display: block;
  float: left;
  text-transform: uppercase;
}

.footer .footer-main .container .footer-right-top a {
  display: inline-block;
  float: left;
  margin: 0 20px;
}

.footer .footer-main .container .footer-right-top .fb-logo {
  margin-left: 40px;
}

.footer .footer-main .container .footer-right-bottom {
  margin-top: 20px;
}

.footer .footer-main .container .footer-right-bottom .col-xs-10 {
  margin-top: -5px;
  text-align: left;
}

.footer .footer-main .container .bbb-logo,
.footer .footer-main .container .fb-logo,
.footer .footer-main .container .twitter-logo,
.footer .footer-main .container .youtube-logo {
  background: url('../img/footer-sprite.png') no-repeat;
  display: block;
  text-decoration: none;
}

.footer .footer-main .container .bbb-logo {
  background-position: 0 -50px;
  width: 42px;
  height: 69px;
}

.footer .footer-main .container .fb-logo {
  background-position: 0 0;
  width: 11px;
  height: 19px;
}

.footer .footer-main .container .twitter-logo {
  background-position: -50px 0;
  width: 25px;
  height: 20px;
}

.footer .footer-main .container .youtube-logo {
  background-position: -150px 0;
  width: 26px;
  height: 18px;
}

.fr_informational_page_main_content {
  border: none;
}
/* end footer */

/*event switcher*/
#event-chooser .modal-content {
  padding: 0 20px 2px 0;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
}

.modal#my-media {
  overflow: hidden;
  overflow-y: hidden;
}

#event-chooser h4 {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 0;
}

#event-chooser p {
  margin-top: 1em;
  text-align: center;
}

#event-chooser .modal-dialog {
  width: 400px;
}

#event-chooser ul {
  list-style: none;
  padding: 2rem;
}

#event-chooser li {
  margin-bottom: .5rem;
}

#event-chooser .dashboard,
#event-chooser .event {
  display:none;
}

#event-chooser a {
  color: #702BB0;
  font-size: 1.6rem;
}

#event-chooser.dashboard li.dashboard,
#event-chooser.team li.team,
#event-chooser.event li.event {
  display:list-item;
}

#event-chooser.dashboard span.dashboard,
#event-chooser.event span.event {
  display:inline;
}



/* End Event Switcher*/

div.tr-page-container {
  border: none;
}

input[type="text"]::-ms-clear {
  display: none;
}

.masked-input {
  -webkit-text-security: disc;
  -moz-text-security: disc;
  text-security: disc;
  font-family: "text-security-disc";
}

.unmask-field {
  background: url('../img/icon/eye.png') no-repeat 50% 50%;
  background-size: 2.3rem 2.3rem;
  width: 5rem;
  height: 5.3rem;
  display: inline-block;
  vertical-align: bottom;
  cursor: pointer;
}

/* Styles for EMC */
.ManageLink a.btn{
    background: #d3d3d3;
    font-size: 12px;
    width: 100px;
    height: auto;
    border: 2px solid #7f8c8d;
}


/* Loading indicator */
.loading-spinner {
  margin: 30px auto;
  font-size: 1rem;
  position: relative;
  text-indent: -9999em;
  display: inline-block;
  border-top: 3rem solid rgba(112,43,176,.2);
  border-right: 3rem solid #702bb0;
  border-bottom: 3rem solid rgba(112,43,176,.2);
  border-left: 3rem solid rgba(112,43,176,.2);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.loading-spinner,
.loading-spinner:after {
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loading-spinner-frame {
  width: 80%;
  margin: 120px auto;
  text-align:center;
  overflow:hidden;
}

.section-title.new-bracket-container {
  background: url('../img/bracket_line.gif') 0 50% repeat-x;
}

.section-title.new-bracket-container:before {
  border-top: none;
  margin-top: 0;
}


.bracketed.new-bracket::after {
  border-left: 1px solid #a5a5a5;
  border-right: 1px solid #a5a5a5;
  height: 20px;
  margin-top: -10px;
  top: 50%;
}

.pseudo-container {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}


/* acs-select */
.acs-select {
  border: 1px solid #702bb0;
  height: 6.4rem;
  position: relative;
  z-index: 10;
  max-width: 100%;
}

.acs-select.loading li {
  min-width: 100%;
}

.acs-select.open {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 21rem;
  border: 1px solid #702bb0;
  position: absolute;
}

.acs-select.loading {
  visibility: hidden;
}

.acs-select.loading li {
  display: block;
}

.acs-select li {
  display: none;
  cursor: pointer;
  background-color: #ffffff;
  padding: 2rem;
  position: relative;
  z-index: 9;
  height: 6.29rem;
  padding-top: 0;
  padding-bottom: 0;
}

.acs-select li a,
.select-chosen-container > li,
.acs-select.open li.selected a {
  display: inline;
  max-width: calc(100% - 10rem);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.6rem;
  color: #702bb0;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
  supported by Chrome and Opera */
}

.acs-select li.selected a {
  display: inline-block;
}

.select-chosen-container li.selected {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  max-width: calc(100% - 6rem);
}

.acs-select.open li a {
  overflow: visible;
  white-space: inherit;
  word-break: break-all;
}

.acs-select.open li {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.acs-select.open li.selected {
  background-color: #000000;
  color: #ffffff;
}

.acs-select-actual,
.acs-select-actual:focus {
  width: 1px;
  height: 1px;
  padding: 0;
  margin: 0 ;
  background: transparent;
  color: transparent;
  border: none !important;
  display: inherit;
}

.acs-select li.selected {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.acs-select.open li.selected:after {
  content: none;
}

div.select-chosen-container:after {
  content: "\25B2";
}

.acs-select li.selected:after,
.select-chosen-container:after {
  content: "\25BC";
  color: #702bb0;
  float: right;
  border: 1px solid #702bb0;
  width: 3rem;
  height: 2.75rem;
  text-align: center;
  font-size: 1.75rem;
  position: absolute;
  right: 1.5rem;
  top: 1.7rem;
  z-index: 9;
}

.acs-select.open li.focused {
  background-color: #5897fb;
  color: #ffffff;
}

.acs-select.open li.focused a,
.acs-select.open li.selected a {
  color: #ffffff;
}

.acs-select li.acs-select-header {
  cursor: default;
}

.acs-select-header a {
  color: #000000;
  cursor: default;
}

.acs-select-bg.select-active {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 8;
  top: 0;
  left: 0;
}

.acs-select.open li a,
.acs-select.open li.selected a {
  white-space: normal;
  white-space: pre-wrap;
  word-wrap: break-word;
  vertical-align: middle;
  display: inline-block;
}

.acs-select-bg {
  display: none;
}

.acs-select-option > a > span > div {
  display: inline-block;
}

.acs-select-option a {
  color: #702bb0;
}

.select-loading-container {
  visibility: hidden;
  height: 0;
  text-indent: -9999px;
}

.select-chosen-container {
  z-index: 10;
  cursor: pointer;
  position: relative;
  height: 6.1rem;
  border: 1px solid #702bb0;
}

.select-chosen-container li {
  height: 6.29rem;
  z-index: 9;
  position: relative;
  padding: 2rem;
  background-color: #ffffff;
  cursor: pointer;
  list-style-type: none;
  width: 100%;
  max-width: 100%;
}

/* acs-select */

/* smartapp banner */
.smartapp-banner {
  height: 8rem;
  background: #333333;
}

.smartapp-banner-close {
  pointer: cursor;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  float: left;
  height: 100%;
  width: 5rem;
  color: white;
  font-size: 2.2rem;
}

.smartapp-banner-content {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.smartapp-banner-img {
  background: url('../img/icon/acs-logo-4x.png') center center no-repeat;
  background-size: contain;
  height: 8rem;
  width: 5.5rem;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.smartapp-banner-cta {
  padding-left: 2.25rem;
}

.smartapp-banner-cta a.btn {
  width: 15rem;
  height: 3.5rem;
  border: 2px solid white !important;
  line-height: 0.8em;
  font-size: 110%;
}
/* smartapp banner */

a.btn.dark.confirm-modal {
  width: 15rem;
}

/* media queries */
@media only screen and (max-width: 991px) {
  .header .header-bottom .container {
    max-width: 991px;
    width: 100%;
  }

  .header .header-bottom .container .col-sm-3:first-child {
    margin: 0;
  }

  .header .header-bottom .container .col-sm-3 a,
  .header .loggedin-module {
    font-size: 1em;
    line-height: 3.25em;
  }

  .header .loggedin-module .container .row {
    padding: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .acs-select.open {
    left: 0;
    right: initial;
  }

  .section-title.large-text .bracketed {
    font-size: 3rem;
  }

  .header-mobile {
    background: #fff;
    margin: 0 auto 0 auto;
    padding: 0;
  }

  .header-mobile .header-top-mobile {
    background: #fafbfb;
    border-bottom: 1px solid #b7b7b7;
    height: 54px;
    margin: 0;
    padding: 0 1em;
    position: relative;
    width: 100%;
  }

  .header-mobile .header-top-mobile .nav-mobile {
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }

  .header-mobile .header-top-mobile .nav-mobile .dropdown {
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .header-mobile .header-top-mobile .nav-mobile .dropdown button {
    border: none;
    float: left;
    margin: 0 0 0 5px;
  }

  .header-mobile .header-top-mobile .nav-mobile .dropdown .icon-bar {
    background: #000;
    width: 26px;
  }

  .header-mobile .header-top-mobile .nav-mobile .dropdown .menu-text {
    color: #000;
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
    font-size: 0.647em;
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  .header-mobile .header-top-mobile .nav-mobile .dropdown-menu {
    border-bottom: 0;
    border-left: 0;
    border-radius: 0;
    border-right: 0;
    border-top: 1px solid #b7b7b7;
    box-shadow: none;
    margin: 0;
    min-width: auto;
    padding: 0;
    right: 0;
    width: 100%;
  }

  .header-mobile .header-top-mobile .nav-mobile .dropdown-menu li {
    border-bottom: 1px solid #b7b7b7;
    padding: 25px 0;
  }

  .header-mobile .header-top-mobile .nav-mobile .dropdown-menu li a {
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
    font-size: 1.001em;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
  }

  .header-mobile .header-top-mobile .nav-mobile .dropdown-menu .donate-btn,
  .header-mobile .header-top-mobile .nav-mobile .dropdown-menu .join-relay-btn {
    padding: 5px 0;
  }

  .header-mobile .header-top-mobile .nav-mobile .dropdown-menu .donate-btn {
    border: none;
    padding-top: 10px;
  }

  .header-mobile .header-top-mobile .nav-mobile .dropdown-menu .join-relay-btn {
    padding-bottom: 10px;
  }

  .header-mobile .header-top-mobile .nav-mobile .dropdown-menu .donate-btn a,
  .header-mobile .header-top-mobile .nav-mobile .dropdown-menu .join-relay-btn a {
    border: 4px solid #702BB0;
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
    height: 4.6rem;
    letter-spacing: 0.2px;
    line-height: 2.4em;
    margin: 0 auto;
    width: 238px;
  }

  a.btn {
    height: auto;
    width: auto;
  }

  .header-mobile .header-top-mobile .nav-mobile .dropdown-menu .donate-btn a {
    background: #702BB0;
    color: #fff;
  }

  .header-mobile .header-top-mobile .nav-mobile .dropdown-menu .join-relay-btn {

  }

  .header-mobile .header-top-mobile .nav-mobile .dropdown-menu .join-relay-btn a {
    background: #fff;
    color: #702BB0;
  }

  .header-mobile .header-top-mobile .nav-mobile .dropdown-menu .join-relay-btn a:hover {
    background: #702BB0;
    color: #fff;
  }

  .header-mobile .header-top-mobile .sign-in-out-btn {
    margin: 0 auto;
    position: absolute;
    right: 1em;
    text-align: center;
    top: 10px;
  }

  .header-mobile .header-top-mobile .sign-in-out-btn a {
    border: 2px solid #702BB0;
    color: #702BB0;
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
    font-size: 0.786em;
    font-weight: 700;
    height: 27px;
    letter-spacing: 0.5px;
    padding: 4.5px 1em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 72px;
  }

  .header-mobile .header-top-mobile .sign-in-out-btn p {
    font-color: #702BB0;
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
    font-size: 0.929em;
    line-height: 1em;
    text-align: right;
  }

  .header-mobile .header-top-mobile .logo-mobile {
    left: 50%;
    margin-left: -35px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 68px;
  }

  .logo-mobile .img-responsive {
    height: 4.8rem;
    width: 6.8rem;
  }

  .header-mobile .header-bottom-mobile {
    background: #702bb0;
    border-bottom: 1px solid #fff;
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    text-align: center;
    z-index: 6;
  }

  .header-mobile .header-bottom-mobile .col-xs-4 {
    display: inline-block;
  }

  .header-mobile .header-bottom-mobile .col-xs-6 {
    height: 43px;
    margin: 0 auto;
    text-align: center;
  }

  .header-mobile .header-bottom-mobile .col-xs-6:first-child {
    border-right: 1px solid #fff;
  }

  .header-mobile .header-bottom-mobile .col-xs-6 a {
    background-image: none;
    background: #702bb0;
    border-radius: 0;
    border: none;
    color: #fff;
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
    font-size: 0.857em;
    letter-spacing: 1px;
    line-height: 43px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
  }

  .header-mobile .header-bottom-mobile .col-xs-4 {
    border-right: 1px solid #fff;
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
    height: 43px;
    margin: 0 auto;
    text-align: center;
  }

  .header-mobile .header-bottom-mobile .col-xs-4:active,
  .header-mobile .header-bottom-mobile .col-xs-4.active {
    border-bottom: solid 5px #D8D9EF;
    color: #FFFFFF;
  }

  .header-mobile .header-bottom-mobile .col-xs-4:first-child {
    padding: 0;
  }

  .header-mobile .header-bottom-mobile .col-xs-4:first-child a {
    padding: 12px 5px 0 5px
  }

  .header-mobile .header-bottom-mobile .col-xs-4:last-child {
    border-right: none;
  }

  .header-mobile .header-bottom-mobile .col-xs-4 a {
    background: #702bb0;
    border-radius: 0;
    border: none;
    color: white;
    font-size: 0.857em;
    letter-spacing: 1px;
    line-height: 1.75em;
    padding: 12px 0 0 0;
    text-align: center;
    text-transform: uppercase;
  }

  .header-mobile .header-bottom-mobile .col-xs-4 a:hover {
    color: #D8D9EF;
  }

  .header-mobile .header-bottom-mobile .col-xs-12 {
    color: #fff;
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
    font-size: 0.857em;
    height: 43px;
    line-height: 43px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }

  .header-mobile .header-bottom-mobile .col-xs-12 a {
    color: #fff;
    margin-left: 10px;
    text-transform: uppercase;
  }

  .footer .footer-info .container .col-sm-8 {
    font-size: 0.854em;
    line-height: 1.75em;
    text-align: center;
  }

  .footer .footer-info .container .col-sm-8 span:last-child {
    display: block;
  }

  .footer .footer-info .container .col-sm-4 {
    font-size: 1.709em;
    margin-top: 15px;
    text-align: center;
  }

  .footer .footer-main .container .footer-right-bottom .col-xs-10 {
    letter-spacing: 1px;
    line-height: 1.5em;
    text-align: center;
    width: 100%;
  }

  .footer .footer-main .container .footer-right-top .follow-text {
    display: block;
    float: none;
    margin: 0 auto 30px auto;
    text-align: center;
    width: 100%;
  }

  .footer .footer-main .container .footer-right-top .social-media-icons {
    margin: 0 auto;
    text-align: center;
    width: 142px;
  }

  .footer .footer-main .container .footer-right-top .social-media-icons .fb-logo {
    margin: 0 20px 0 0;
  }

  .footer .footer-main .container .footer-right-top .social-media-icons .youtube-logo {
    margin: 0 0 0 20px;
  }

  .footer-nav-mobile {
    margin: 30px auto;
    text-align: center;
    width: 100%;
  }

  .footer-nav-mobile ul {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    list-style: none;
    margin: 0 auto;
    padding: 30px 0;
    text-align: center;
    width: 115px;
  }

  .footer-nav-mobile ul li {
    margin-bottom: 20px;
  }

  .footer-nav-mobile ul li:last-child {
    margin-bottom: 0;
  }

  .footer-nav-mobile ul li a {
    color: #fff;
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
    font-size: 0.876em;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
  }

  #social_share {
    background: white url('../img/social_sprite_mobile.png') center center no-repeat;
    bottom: 0;
    display: none;
    font-size: 0;
    height: 60px;
    right: initial;
    text-align: center;
    top: inherit;
    width: 100%;
  }

  #social_share a{
    border: none;
    display: inline-block;
    height: 100%;
    width: 63px;
  }

  #event-chooser .modal-dialog {
    width: auto;
  }

  #event-chooser .modal-content {
    padding: 0 10px;
  }

  #event-chooser ul {
    padding: 10px 0;
  }

  #event-chooser a {
    font-size: 1.4rem;
  }

  #event-chooser li {
    margin-bottom: 1.2rem;
    text-align: center;
  }

  .footer .footer-info {
    background-color: #595959;
  }

  #main a.btn.btn-inverted:hover {
    background: #702bb0;
    color: #ffffff;
  }

  a.btn.dark.confirm-modal {
    width: 100%;
  }
}

@media only screen and (max-width: 350px) {
  .header-mobile .header-bottom-mobile .col-xs-4:first-child a {
    padding: 6px 0 0 0;
  }
}

@media (min-width: 768px) {
  .pseudo-container {
    max-width: 750px;
  }

  .acs-select.open {
    left: initial;
    right: 0;
  }

  .acs-select li {
    min-width: 100%;
  }
}

@media (min-width: 992px) {
  .pseudo-container {
    max-width: 970px;
    padding: 0;
  }
}

@media only screen and (max-width: 391px) {
  .section-title.large-text#event_contact_heading .new-bracket.bracketed:after {
    top: 50%;
  }
}
/* end media queries */
