/* GEL STUDIOS STYLES */


/* FONTS
  	font-family: 'Lato', LatoRegular, sans-serif; 400 700 900
   */

body, html {
  font-family: 'Lato', LatoRegular !important;
}
p {
  font-family: 'Lato', 'LatoRegular', 'Helvetica', sans-serif;
}
li {
  font-family: 'Lato', 'LatoRegular', 'Helvetica', sans-serif;
}
div, span {
  font-family: 'Lato', 'LatoRegular', 'Helvetica', sans-serif;
}
sup {
  font-size: smaller;
  vertical-align: super;
  line-height: normal;
}
sub {
  font-size: smaller;
  vertical-align: sub;
  line-height: normal;
}
#campaign_header {
  margin: 0px;
}
.campaign_title {
  background: #BF2026;
  color: #FFF;
  padding: 30px 30px;
  font-weight: bold;
  font-size: 26px;
  margin-top: -7px;
  position: relative;
  z-index: 3;
  margin-bottom: 30px;
}
#campaign_content h3 {
  font-family: "LatoBoldItalic";
  font-size: 19px;
  line-height: 24px;
  color: #818285;
  margin-bottom: 15px;
}
.content #campaign_content p {
  font-size: 18px;
  margin-bottom: 15px;
}
#campaign_content .campaign_left {
  width: auto;
}
#campaign_content .campaign_iframe {
  padding: 0 20px;
  /* Commented out border to stop empty box above iframe actions */
  /* border: 1px solid #CECECE; */
  padding-top: 30px;
}

/*campaign*/


/* gift on join page */

.iframe_subcontent {
  float: left;
  clear: left;
  width: 100%;
  background: #fff;
  border: 1px solid #cecece;
  padding: 22px;
  -webkit-border-bottom-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-bottomright: 15px;
  -moz-border-radius-bottomleft: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.right_subcontent {
  margin: 0 auto;
  width: 100px;
  float: none;
}
.text_subcontent {
  padding-top: 0;
  font-size: 17px;
}
.text_subcontent span {
  font-size: 20px;
}

/* gift on join page */

@media (min-width: 768px) {
  #campaign_header {
    margin: 0 -20px;
  }
  /* gift on join page */
  .left_subcontent {
    display: none;
  }
  .text_subcontent {
    padding-left: 0;
    float: left;
  }
  .right_subcontent {
    float: right;
  }
  /* gift on join page */
  /* campaign page */
  .container .half.columns {
    width: 47%;
  }
}
@media (min-width: 960px) {
  #campaign_content .campaign_left {
    width: 590px;
    padding: 0;
    float: left;
  }
  #campaign_content .campaign_iframe {
    width: 242px;
    padding: 0 20px;
    float: right;
    border: 1px solid #CECECE;
    padding-top: 30px;
    margin-top: -270px;
    z-index: 3;
    position: relative;
    background: #FFF;
  }
  /* gift on join page */
  .left_subcontent {
    margin-right: 15px;
    display: block;
  }
  .text_subcontent {
    padding-top: 46px;
    color: #000;
    font-size: 24px;
    line-height: 28px;
    padding-left: 48px;
  }
  .text_subcontent span {
    font-size: 29px;
  }
  .right_subcontent {
    width: auto;
  }
  /* gift on join page */
}

/*campaign*/


/*join org */

#join_org hr {
  border: solid #e9e9e9;
  border-width: 1px 0 0;
  margin-top: 10px;
}
.header_image_join {
  margin: 0 -15px;
}
.header_image_join .red_title {
  font-family: "LatoBold", Arial, sans-serif;
  background: #bf2026;
  color: #fff;
  margin-top: -7px;
  font-size: 14px;
  padding: 10px;
  line-height: 13px;
}
.reasons_join {
  overflow: hidden;
}
.reason_join {
  font-size: 15px;
  font-family: "LatoBold", Arial, sans-serif;
  color: #6d6f72;
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 5px;
  text-align: center;
}
.join_bar {
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
}
.join_by {
  color: #bf2026;
  font-family: 'LatoBold';
  font-size: 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.text_join_by {
  color: #000;
  font-family: 'LatoBoldItalic';
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 21px;
}
.iframe_title {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  margin-bottom: 15px;
  background: #e6e6e7;
  overflow: hidden;
  margin-bottom: 10px;
}
.white_bg {
  background: #fff !important;
  border: 1px solid #e6e6e7;
}
.iframe_title .the_title {
  padding: 15px 20px;
  font-size: 13px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  font-family: "LatoBold";
  color: #000;
}
.iframe_title span {
  color: #bf2026;
  font-family: "LatoBlack";
}
.iframe_title .join_now {
  float: right;
  font-family: "LatoBold";
  background: url('../images/arrow_down.png') no-repeat center right;
  padding: 15px;
  padding-right: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #bf2026;
  margin-right: 20px;
  font-size: 13px;
}
.iframe_title .arrow_grey {
  background: url('../images/arrow_down_grey.png') no-repeat center right transparent !important;
}
.arrow_right {
  background: url('../images/arrow_right.png') no-repeat center right transparent !important;
}

/*join org */


/*join org */

@media (min-width: 768px) {
  #join_org hr {
    border: solid #e9e9e9;
    border-width: 3px 0 0;
    margin-top: 20px;
  }
  .header_image_join {
    margin: 0 -30px;
  }
  .header_image_join .red_title {
    background: #bf2026;
    color: #fff;
    margin-top: -7px;
    font-size: 24px;
    padding: 30px;
    font-family: "LatoBold", Arial, sans-serif;
    line-height: 26px;
  }
  .reasons_join {
    overflow: hidden;
  }
  .reason_join {
    font-size: 15px;
    font-family: "LatoBold", Arial, sans-serif;
    color: #6d6f72;
    float: left;
    width: 20%;
    padding: 10px 5px;
    text-align: center;
  }
  .join_bar {
    margin-bottom: 20px;
    display: block;
    overflow: hidden;
  }
  .join_by {
    color: #bf2026;
    float: left;
    font-family: 'LatoBold';
    font-size: 24px;
    width: 20%;
    background: url('../images/arrows.jpg') no-repeat right center;
  }
  .text_join_by {
    /*background:url('../images/arrows.jpg') no-repeat center 10px transparent;*/
    color: #000;
    float: left;
    font-family: 'LatoBoldItalic';
    width: 80%;
    padding-left: 30px;
    font-size: 21px;
  }
  .iframe_title {
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background: #e6e6e7;
    overflow: hidden;
  }
  .iframe_title .the_title {
    padding: 15px 20px;
    font-size: 22px;
    float: left;
    font-family: "LatoBold";
    color: #000;
  }
  .iframe_title span {
    color: #bf2026;
    font-family: "LatoBlack";
  }
  .iframe_title .join_now {
    float: right;
    font-family: "LatoBold";
    background: url('../images/arrow_down.png') no-repeat center right;
    padding: 15px;
    padding-right: 40px;
    color: #bf2026;
    margin-right: 20px;
    font-size: 22px;
  }
}

/*join org */

.container img {
  max-width: 100%;
  height: auto !important;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.caps {
  text-transform: uppercase;
}
.contentLeft, .contentRight {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  display: inline-block;
  float: left;
}
.contentLeft {
  padding: 0 20px 0 0;
}
.contentRight {}

/* Colour blocks */

.whiteBlock, .redBlock {
  display: inline-block;
  float: right;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid #e5e5e5;
  overflow: hidden;
}
.whiteBlock:hover h3 {
  color: #df8f92;
}
.redBlock:hover h3 {
  color: #df8f92;
}
.whiteBlock h3, .redBlock h3 {
  position: relative;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 900;
  line-height: 16px;
  margin: 0;
  padding: 5px 7px 5px 20px;
}
.whiteBlock {
  background-color: #fff;
}
.whiteBlock h3 {
  color: #bf2026;
}
.whiteBlock h3:before {
  content: '';
  position: absolute;
  bottom: 8px;
  left: 7px;
  display: block;
  height: 10px;
  width: 7px;
  background: url(/assets/site/org/images/arrowRed.png) top left no-repeat;
}
.redBlock {
  background-color: #bf2026;
}
.redBlock h3 {
  color: #fff;
}
.redBlock h3:before {
  content: '';
  position: absolute;
  bottom: 8px;
  left: 7px;
  display: block;
  height: 10px;
  width: 7px;
  background: url(/assets/site/org/images/arrowWhite.png) top left no-repeat;
}
.search {
  display: inline-block;
  margin: 0 !important;
  position: relative;
  width: 400px !important;
}
.search input {
  display: inline-block;
  border: 2px solid #e5e5e5;
  margin: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 3px 5px;
  width: 350px;
  height: 20px;
  font-size: 1.1rem;
}
.search input:focus {
  border: 2px solid #e5e5e5 !important;
  margin: 0;
}
.search button {
  display: inline-block;
  margin: 0;
  background: #68cad5;
  /* Old browsers */
  background: -moz-linear-gradient(top, #68cad5 0%, #3897a2 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #68cad5), color-stop(100%, #3897a2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #68cad5 0%, #3897a2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #68cad5 0%, #3897a2 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #68cad5 0%, #3897a2 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #68cad5 0%, #3897a2 100%);
  /* W3C */
  filter: progid: DXImageTransform.Microsoft.Gradient(startColorStr='#68cad5', endColorStr='#3897a2', gradientType='0')
  /* IE6-9 */
  border: 2px solid #e5e5e5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-transform: uppercase;
  padding: 0 3px;
  height: 30px;
  width: 30px;
  position: absolute;
  text-shadow: none;
  color: #fff;
  font-size: 18px;
  top: 0;
  right: 0;
}
.search button:hover {
  background-image: none;
  background: #68cad5;
}
h1, h2, h3, .header, .footer {
  font-family: 'Lato', LatoRegular, sans-serif;
}
h1 {
  font-size: 29px;
  font-weight: 900;
  line-height: 35px;
}
h2 {
  font-size: 29px;
  font-weight: 900;
  line-height: 35px;
  color: #bf2026;
}
p {
  font-size: 16px;
}
a {
  text-decoration: none;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
a:hover {
  text-decoration: underline;
}
body, html {
  border-top: 2px solid #231f20;
  background: url(/assets/site/org/images/background.jpg) repeat #f7f7f7;
}
.header {
  background-color: #bf2026;
  font-size: 17px;
  color: #fff;
  padding: 0 0 70px;
}
.header .logo {
  padding: 30px 0 0;
}
.header .menu {
  text-align: right;
}
.header .menu ul {
  margin: 5px 0 0;
}
.header .menu ul li {
  display: inline-block;
  padding: 5px 10px;
  margin: 0 0 0 10px;
}
.header .menu ul li:hover, .header .menu ul .active {
  background-color: #fff;
}
.header .menu ul li:hover a, .header .menu ul .active a {
  color: #bf2026;
}
.header .menu ul li a {
  color: #fff;
  font-weight: 900;
  font-size: 15px;
  text-transform: uppercase;
}
.header .menu ul li a:hover {
  text-decoration: none;
}
.header .whiteBlock, .header .redBlock {
  border-top: none;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.header .redBlock {
  margin-right: -2px;
}
.header .contact {
  text-transform: uppercase;
  font-weight: 700;
  padding: 2px 0 0 0;
}
.header .contact span {
  color: #df8f92;
}
.header .seven {
  margin-bottom: 20px;
}
.selectnav {
  display: none;
  width: 100%;
  font-size: 22px;
  margin: 15px 0 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 0 5px 10px;
}
.footer {
  background-color: #231f20;
  font-size: 17px;
  color: #fff;
  padding: 50px 0 30px;
}
.footer .two {
  text-transform: uppercase;
  font-weight: 700;
}
.footer .copyright p {
  font-size: 12px;
  margin-bottom: 5px;
}
.footer a {
  color: #fff;
}
.footer .connect a {
  outline: none;
  color: #231f20;
  margin: 0 5px 0 0;
}
.content {
  margin-top: -50px;
}
.content a {
  color: #bf2026;
}
.content p {
  color: #000;
  font-size: 18px;
}
.content table {
  width: 100%;
}
.content form table tbody td {
  border: none !important;
}
.content table tbody td {
  border: 1px solid #cc4d51 !important;
  text-align: Center;
  color: #000;
  padding: 10px 5px;
}
.content table tbody tr td p {
  font-size: 14px;
}
.content table tbody tr:first-child {
  padding: 10px 0 0 !important;
  color: #cc4d51 !important;
}
.content table tbody tr:first-child td {
  color: #cc4d51 !important;
}
.content table tbody tr:first-child, .content table tbody tr td:first-child {
  font-weight: bold;
  color: #cc4d51;
  font-size: 16px;
  vertical-align: middle !important;
  padding: 10px 0 !important;
}
.content table tbody .highlight td {
  background-color: #cc4d51 !important;
  color: #fff !important;
  font-weight: bold;
  font-size: 16px;
}
.content input, .content textarea, .content select {
  width: auto !important;
  /*padding:5px 0;	
  	border:1px solid #cc4d51;*/
}
.content input[type=image] {
  width: auto !important;
  border: none;
}
.content textarea {
  resize: none;
}
.content .submit, .content .submit:hover {
  width: 100%;
  background: none;
  background-color: #cc4d51;
  color: #fff;
  text-transform: uppercase;
  text-shadow: none;
  padding: 8px 0 5px;
  font-size: 16px;
}
.content input[type=checkbox] {
  width: auto;
}
.content .block {
  background-color: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 40px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 40px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 40px rgba(50, 50, 50, 0.75);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 20px 20px 15px;
  position: relative;
}
.content .quote {
  position: relative;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #e9e9e9;
  border: 10px solid #fff;
  margin-bottom: 70px;
}
.content .quote:before {
  content: '';
  position: absolute;
  bottom: -50px;
  left: 0;
  display: block;
  height: 50px;
  width: 96px;
  background: url(/assets/site/org/images/quoteTip.png) top left no-repeat;
}
.content .block img {
  width: 100%;
  height: auto;
}
.content .block h2 {
  padding: 0;
  margin: 0;
}
.content .block p {
  padding: 0 20px;
  font-size: 18px;
  margin: 0 0 20px;
  color: #000;
}
.content .block p:last-child {
  margin: 0 0 10px;
}
.content h1 {
  text-align: center;
  color: #000;
  margin: 30px 0 50px;
}
.content h1 span {
  color: #bf2026;
}
.content .ticket {
  position: relative;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 300px !important;
  /* overloading default .four width to give desired effect, corrected in responsive */
  background-color: #bf2026;
  border: 12px solid #e5e5e5;
  border-left: none;
  margin-left: -10px;
  margin-top: 30px;
  margin-bottom: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -moz-border-radius-topright: 15px;
  -moz-border-radius-bottomright: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  z-index: 1;
}
.content .ticket:before {
  content: '';
  position: absolute;
  bottom: 10px;
  right: -40px;
  display: block;
  height: 86px;
  width: 98px;
  /*background:url(/assets/site/org/images/ticket.png) top left no-repeat;*/
}
.content .ticket h2 {
  color: #fff;
  position: relative;
  font-size: 35px;
  text-transform: uppercase;
  padding: 0 0 0 15px;
}
.content .ticket h2:before {
  content: '';
  position: absolute;
  top: 13px;
  left: 0;
  display: block;
  height: 10px;
  width: 7px;
  background: url(/assets/site/org/images/arrowWhite.png) top left no-repeat;
}
.content .ticket p {
  color: #fff;
  font-size: 20px;
  padding: 5px 40px 0 15px;
}
.content .ticket p span {
  font-weight: 700;
}
.content .getInvolved {
  position: relative;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #ffffff;
  border: 12px solid #e5e5e5;
  border-left: none;
  margin-left: -10px;
  margin-top: -30px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -moz-border-radius-topright: 15px;
  -moz-border-radius-bottomright: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  z-index: 0;
}
.content .getInvolved h2 {
  position: relative;
  font-size: 35px;
  margin: 5px 0 0;
  text-transform: uppercase;
  padding: 0 0 0 15px;
}
.content .getInvolved h2:before {
  content: '';
  position: absolute;
  top: 13px;
  left: 0;
  display: block;
  height: 10px;
  width: 7px;
  background: url(/assets/site/org/images/arrowRed.png) top left no-repeat;
}
.content .search {
  width: 330px !important;
}
.content .search input {
  font-size: 18px;
  padding: 5px 10px;
  width: 300px;
  height: auto;
}
.signUp input {
  border: 2px solid #e5e5e5 !important;
}
.content .search button {
  padding: 5px 10px;
  height: auto;
  width: auto;
}
.page {
  margin-bottom: 25px;
}
.page .container {
  background-color: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.page .container .sixteen, .page .container .eight {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 30px 20px;
}
.page .container .eight {
  margin-top: -90px;
}
.page .pageTitle {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 22px;
  text-align: left;
  color: #bf2026;
  font-weight: 900;
  text-transform: uppercase;
}
.page .contentBlock {
  overflow-y: auto;
  margin: 0 0 30px;
}
.page .contentBlock img {
  margin: 0 50px 0 0;
  float: left;
}
.content .title, .page .contentBlock .title {
  font-size: 22px;
}
.page .contentBlock p {
  margin: 20px 0 0;
  font-size: 20px;
}
.people li {
  display: inline-block;
  width: 49%;
  text-align: Center;
}
.pageList li, .tags ul li {
  display: inline-block;
  margin: 0 5px 0 0;
}
.content .breadcrumbs ul {
  padding-left: 0px;
}
.content .breadcrumbs ul li {
  color: #999;
}
.breadcrumbs ul li {
  display: inline-block;
  margin: 0 5px 0 0;
  color: #999;
  font-size: 18px;
}
.breadcrumbs ul li a {
  color: #999;
}
.breadcrumbs ul li span {
  margin: 0 0 0 5px;
}
.whiteContent {
  background-color: #fff;
  padding: 50px 0 40px;
}
.whiteContent h3 {
  text-transform: uppercase;
  color: #000;
  margin: 0 0 20px;
  font-size: 30px;
  font-weight: 900;
}
.whiteContent ul {
  list-style-image: url(/assets/site/org/images/bullet.gif);
}
.whiteContent ul li {
  font-size: 18px;
  margin: 0 0 10px 15px;
  padding: 0 0 0 15px;
  color: #000;
}
.whiteContent ul li a {
  color: #000;
}

/* ORGCON STYLES */

.conHeader {
  background-color: #fff;
}
.conHeader .seven {
  margin-bottom: 30px;
}
.conHeader .contact a {
  color: #bf2026;
  text-transform: none;
}
.conHeader .menu ul li a {
  color: #000;
}
.conHeader .menu ul li:hover, .conHeader .menu ul .active {
  background-color: #000;
}
.conHeader .menu ul li:hover a, .conHeader .menu ul .active a {
  color: #fff;
}
.conSponsor {
  background-color: #e9e9e9;
  color: #000;
  text-align: center;
  font-size: 16px;
  padding: 10px 0;
}
.conSponsor span {
  display: inline-block;
  position: relative;
  bottom: 32px;
}
.conSponsor a {
  color: #000080;
}
.conSponsor img {
  margin: 0 0 0 20px;
}
.conPage .container {
  border: 15px solid #e9e9e9;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.conPage .container .sixteen {
  margin: 0;
  padding: 40px 50px 20px 40px;
}
.blockWrapper {
  display: block;
  float: left;
  width: 400px;
  height: auto;
  margin: 0 10px 0 0;
}
.blockWrapper .block {
  margin-left: 0;
}
.conH1 {
  font-weight: 400;
  font-size: 25px;
}
.conH1 span {
  display: block;
  font-size: 35px;
}
.ticketInfo {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.ticketInfo:before {
  content: '';
  position: absolute;
  top: -50px;
  right: 40px;
  display: block;
  height: 86px;
  width: 98px;
  z-index: 10;
  background: url(/assets/site/org/images/ticket.png) top left no-repeat;
}
.ticketInfo .five {
  padding: 25px 0 0;
}
.ticketInfo .five p {
  font-size: 24px;
  line-height: 30px;
}
.ticketInfo .five p a, #cfSubmit {
  background-color: #bf2026;
  text-transform: uppercase;
  padding: 0 5px;
  color: #fff;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.ticketInfo .five p a:hover, #cfSubmit:hover {
  color: #df8f92;
  text-decoration: none;
}
.twitter {
  border: 10px solid #393536;
  background-color: #4f4c4d;
  color: #fff;
  position: relative;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 15px;
  margin-bottom: 43px;
  text-align: center;
}
.twitter:before {
  content: '';
  position: absolute;
  bottom: -73px;
  right: -10px;
  display: block;
  height: 73px;
  width: 77px;
  background: url(/assets/site/org/images/quotetwitter.png) top left no-repeat;
}
.twitter li {
  list-style-type: none;
  margin: 0;
}
.twitter li span {
  list-style-type: none;
  margin: 0;
  font-size: 18px;
}
.twitter li span a {
  color: #fff;
}

/* Contact form */

#contactMailSending {
  display: none;
  text-align: center;
}
#cfError {
  display: block;
  color: red;
  font-weight: bold;
}
.contactLeft {
  display: inline-block;
  width: 250px;
}
.contactLeft img {
  margin: 0 0 30px;
}
.contactRight {
  display: inline-block;
  float: right;
  width: 590px;
}
.contact input, .contact textarea {
  border: 1px solid #bf2026;
  width: 100%;
}
.inputWhite input[type="text"] {
  border: 2px solid #e5e5e5 !important;
}
.contact textarea {
  resize: none;
}
.watchOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.fpBlock {
  position: absolute;
  display: block;
  width: 480px;
  text-align: center;
  height: 40px;
  color: #fff;
}
.fpBlock h2 {
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 25px;
  padding: 2px 0 0 !important;
}
.fpBlock p {
  color: #fff !important;
  text-transform: uppercase;
  font-size: 14px !important;
  padding: 8px 0 0 !important;
}
.black {
  background-color: #000;
}
.red {
  background-color: #bf2026;
}
.red a {
  color: #fff;
}
.btm {
  bottom: 20px;
}
.top {
  bottom: 60px;
}
.blackFpBlock, .redFpBlock {
  display: block;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
}
.blackFpBlock a, .redFpBlock a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  width: 140px;
  padding: 5px 10px;
  margin: 5px 0 0;
  text-transform: uppercase;
}
.blackFpBlock h2, .redFpBlock h2, .blackFpBlock h3, .redFpBlock h3, .blackFpBlock h4, .redFpBlock h4 {
  color: #fff;
  font-weight: normal;
}
.blackFpBlock h2, .redFpBlock h2 {
  text-transform: uppercase;
  padding: 0 0 10px;
}
.blackFpBlock h4, .redFpBlock h4 {
  font-size: 22px;
  line-height: 23px;
}
.blackFpBlock, .redFpBlock a {
  background-color: #000;
}
.redFpBlock, .blackFpBlock a {
  background-color: #bf2026;
}
.sisea-paging {
  display: none;
}
.sisea-results-list h3 {
  text-transform: uppercase;
  font-size: 22px;
  line-height: 22px;
  font-weight: 900;
}
.sisea-results-list h3 a {
  color: #bf2026;
}
.shareThisEvent {
  position: relative;
  top: -7px;
}
.bookmarkThis img {
  height: 25px !important;
  width: 25px !important;
  margin: 0 5px 0 0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
#orgcon_map {
  width: 100%;
  height: 250px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  border: 10px solid #e5e5e5;
}
.footerLinks p span:first-child {
  display: none;
}
.content ul {
  list-style: disc;
  padding-left: 40px;
}
.content ul li {
  color: #000;
}
.rowwbf {
  padding: 0 20px;
}
.rowwbf2 {
  width: 40%
}
.bx-viewport ul {
  list-style: none;
  padding-left: 0;
}

/* Media Adjustments */


/* Small screen */

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .contact {
    font-size: 15px;
  }
  .search {
    width: 320px !important;
  }
  .search input {
    width: 270px;
  }
  .content .ticket {
    margin-top: 20px;
    width: 250px !important;
  }
  .content .ticket h2, .content .getInvolved h2 {
    font-size: 25px;
  }
  .content .search {
    width: 255px !important;
  }
  .content .search input {
    width: 230px;
    font-size: 16px;
    padding: 6px 10px;
  }
  .content .nine {
    padding: 25px 20px 20px;
  }
  .content h1 {
    margin: 10px 0 30px;
  }
  .blockWrapper {
    width: 316px !important;
  }
  .ticketInfo .five p {
    font-size: 22px;
    line-height: 26px;
  }
  .ticketInfo .five {
    padding: 15px 0 0;
  }
  .conSponsor span {
    bottom: 0;
  }
  .fpBlock {
    width: 372px;
  }
  .fpBlock h2 {
    font-size: 20px;
  }
  .blackFpBlock a, .redFpBlock a {
    width: 130px;
    padding: 4px 10px;
    margin: 0px 0 0;
  }
  .blackFpBlock h2, .redFpBlock h2 {
    font-size: 22px;
    line-height: 22px;
  }
  .blackFpBlock h3, .redFpBlock h3 {
    font-size: 20px;
    line-height: 22px;
  }
  .blackFpBlock h4, .redFpBlock h4 {
    font-size: 16px;
    line-height: 18px;
  }
  .shareThisEvent {
    top: -3px;
  }
  .bookmarkThis img {
    height: 20px !important;
    width: 20px !important;
  }
  /* campaigns page */
  .page .container .sixteen, .page .container .eight {
    padding: 30px 14px;
  }
  .involved-box .description {
    height: 150px;
  }
  .involved-box .short-description {
    height: 125px;
  }
  .involved-box {
    margin-bottom: 0;
  }
  .success-box .short-description {
    height: 120px;
  }
}

/* Phone Landscape */

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .iframe_content {
    margin-left: -30px;
    margin-right: -30px;
  }
  .rowwbf, .rowwbf2 {
    width: 100%
  }
  #nav {
    display: none;
  }
  .selectnav {
    display: block;
  }
  .header {
    padding: 0 0 70px;
  }
  .header .seven {
    display: none;
  }
  .header .logo {
    margin-bottom: 10px;
  }
  .contact {
    font-size: 22px;
    text-align: center;
    margin-bottom: 15px;
  }
  .search {
    width: 420px !important;
  }
  .search input {
    float: left;
    width: 335px;
    font-size: 22px;
    padding: 10px;
  }
  .search button {
    width: 50px;
    height: 45px;
  }
  .content .ticket, .content .getInvolved {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 10px solid #e5e5e5;
  }
  .content .ticket {
    display: block;
    margin: 0 0 0 55px;
    width: 300px !important;
  }
  .content .getInvolved {
    width: 420px;
    margin-top: -20px !important;
    margin-left: 0 !important;
  }
  .content .getInvolved h2:before {
    left: 60px;
  }
  .content .ticket h2, .content .getInvolved h2 {
    font-size: 30px;
  }
  .content .search {
    width: 420px !important;
    margin-bottom: 15px !important;
  }
  .content .search input {
    width: 290px;
    font-size: 22px;
    padding: 6px 10px;
  }
  .content .search button {
    padding: 8px 10px;
  }
  .content .nine {
    padding: 20px 20px 15px;
  }
  .content h1 {
    margin: 10px 0 30px;
  }
  .footer img {
    /*margin: 5px 5px 10px 0;*/
  }
  .footer, .right, .content .getInvolved, .header .logo, .whiteContent h3, .ticketInfo .five {
    text-align: center;
  }
  .ticketInfo .five {
    padding: 0;
  }
  .blockWrapper {
    width: 100%;
  }
  .ticketInfo:before {
    display: none;
  }
  .conSponsor span {
    bottom: 0;
  }
  .fpBlock {
    width: 380px;
  }
  .fpBlock h2 {
    font-size: 20px;
  }
  .page .contentBlock {
    text-align: Center;
    overflow: hidden;
  }
  .page .contentBlock img {
    display: block !important;
    padding: 0 60px;
    margin: 0 auto;
  }
  .blackFpBlock, .redFpBlock {
    text-align: center;
  }
  .contentLeft, .contentRight {
    width: 100%;
    padding: 0;
  }
  .conPage .container .sixteen {
    padding: 20px 40px 10px 10px !important;
  }
  .shareThisEvent {
    display: none;
  }
  .content .post img {
    width: 100%;
    height: auto;
  }
}

/* Phone Portrait */

@media only screen and (max-width: 479px) {
  .iframe_content {
    margin-left: -30px;
    margin-right: -20px;
  }
  .rowwbf, .rowwbf2 {
    width: 100%
  }
  #nav {
    display: none;
  }
  .selectnav {
    display: block;
  }
  .header {
    padding: 0 0 70px;
  }
  .header .seven {
    display: none;
  }
  .header .logo {
    margin-bottom: 15px;
  }
  .header .logo img {
    max-width: 100% !important;
    height: auto;
  }
  .contact {
    font-size: 22px;
    text-align: center;
    margin-bottom: 15px;
  }
  .search {
    width: 300px !important;
  }
  .search input {
    float: left;
    width: 220px;
    font-size: 1rem;
    padding: 10px;
  }
  .search button {
    width: 50px;
    height: 45px;
  }
  .content .ticket, .content .getInvolved {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 10px solid #e5e5e5;
  }
  .content .ticket {
    display: block;
    margin: 0 0 0 0;
    width: 300px !important;
  }
  .content .getInvolved {
    width: 300px !important;
    margin-top: -20px !important;
    margin-left: 0 !important;
  }
  .content .ticket h2, .content .getInvolved h2 {
    font-size: 30px;
  }
  .content .search {
    width: 300px !important;
    margin-bottom: 15px !important;
  }
  .content .search input {
    width: 200px;
    font-size: 22px;
    padding: 6px 10px;
  }
  .content .search button {
    padding: 8px 10px;
  }
  .content .nine {
    padding: 20px 20px 15px;
  }
  .content h1 {
    margin: 10px 0 30px;
  }
  .footer img {
    /*margin: 5px 15px 10px 0;*/
  }
  .footer, .right, .content .getInvolved, .header .logo, .whiteContent h3, .content .quote h2, .content .quote p, .ticketInfo .five {
    text-align: center;
  }
  .ticketInfo .five {
    padding: 0;
  }
  .blockWrapper {
    width: 100%;
  }
  .ticketInfo:before {
    display: none;
  }
  .conSponsor span {
    bottom: 0;
  }
  .fpBlock {
    width: 260px;
  }
  .fpBlock h2 {
    font-size: 15px;
  }
  .page .contentBlock {
    text-align: Center;
    overflow: hidden;
  }
  .page .contentBlock img {
    display: block !important;
    margin: 0 auto;
  }
  .blackFpBlock, .redFpBlock {
    text-align: center;
  }
  .shareThisEvent {
    display: none;
  }
  .contentLeft, .contentRight {
    width: 100%;
    padding: 0;
  }
  .conPage .container .sixteen {
    padding: 20px 40px 10px 10px !important;
  }
  #tickets {
    width: 343px !important;
    position: relative;
    left: -50px;
    margin-right: -50px;
  }
  .bookmarkThis img {
    height: 20px !important;
    width: 20px !important;
  }
  .content .post img {
    width: 100%;
    height: auto;
  }
}

/* GET INVOLVED */

.involved-box {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.involved-box .image {
  background: #F9FAFB;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.involved-box .image img {
  display: block;
  margin: 0 auto;
}
.involved-box .title {
  color: #BF2026;
  font-family: "LatoBold", sans-serif;
  font-size: 18px;
}
.involved-box .short-description {
  font-size: 14px;
  color: #040707;
  line-height: 15px;
  padding: 0 10px;
  margin-top: 10px;
  font-family: "LatoRegular", sans-serif;
  height: 75px;
}
.involved-box .description {
  text-align: center;
  background: #E6F0F7;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 135px;
}
.involved-box .red-button {
  display: block;
  background: #BF2026;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #FFF;
  font-size: 21px;
  text-align: center;
  padding: 5px 0 10px 0;
  margin-bottom: 10px;
}
.involved-box .red-button:hover {
  text-decoration: none;
  color: #E6F0F7;
  background: #909599;
}
.involved-box .red-button img {
  display: inline;
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: -5px;
}
.fifteen.columns.involved-box .short-description {
  font-size: 15px;
  line-height: 18px;
}
.fifteen.columns.involved-box .description {}

/* CAMPAIGN CSS */

.success-box .image img {
  display: block;
  margin: 0 auto;
}
.success-box .title {
  color: #BF2026;
  font-family: "LatoBold", sans-serif;
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
}
.success-box .short-description {
  font-size: 14px;
  color: #040707;
  line-height: 15px;
  padding: 0 10px;
  margin-top: 10px;
  font-family: "LatoRegular", sans-serif;
  margin-bottom: 15px;
  height: 80px;
}
.success-box .red-button {
  width: 76px;
  display: block;
  margin: 0 auto;
  background: #BF2026;
  color: #FFF;
  padding: 5px 10px;
  margin-top: 10px;
}
@media(max-width:767px) {
  .page .container .sixteen {
    padding: 30px 10px;
  }
  .page .pageTitle {
    margin-left: 30px;
  }
  .involved-box .description {
    height: 140px;
  }
  .success-box .red-button {
    margin-bottom: 10px;
  }
}

/* GROUPS */

.custom.columns {
  width: 210px;
  margin: 10px 7px;
}
.custom a {
  background: #BF2026;
  color: #FFF;
  overflow: hidden;
  float: left;
  text-align: center;
  line-height: 20px;
  padding-bottom: 5px;
}
.right-description {
  font-size: 18px;
  line-height: 19px;
  margin-bottom: 30px;
  color: #000;
}
.left-title {
  font-size: 23px;
  margin-bottom: 10px !important;
}
.black_button {
  background: #000;
  padding: 5px 15px;
  display: -webkit-box;
  color: #FFF!important;
  margin: 0 auto;
  width: 32%;
  font-size: 15px;
}