@import url(http://fonts.googleapis.com/css?family=Arvo:400,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
body {
  width: 100%;
  *zoom: 1;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
.col_one_third img,
.col_two_thirds img,
.col_half img {
  max-width: 100%;
}
.show_for_mobile {
  display: none;
}
/************************
IPHONE LANDSCAPE 
************************/
@media (max-width: 639px) and (min-width: 480px) {
  .show_for_mobile {
    display: block;
  }
  .hide_for_mobile {
    display: none;
  }
}
/*************************
IPHONE PORT 
*************************/
@media only screen and (max-width: 479px) {
  .show_for_mobile {
    display: block;
  }
  .hide_for_mobile {
    display: none;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(js/boxsizing.htc);
}
div,
li,
a,
span,
p,
b,
strong,
td {
  font-size: 13px;
  line-height: 1.6;
  font-family: 'TeXGyreHerosRegular', Helvetica, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  color: #666666;
  font-style: normal;
}
p {
  margin: 0px;
  padding-bottom: 7px;
}
a span {
  color: inherit;
  font-size: inherit;
}
a,
a dfn,
a span,
a b,
a font {
  text-decoration: none;
}
a:hover,
a dfn:hover,
a span:hover,
a b:hover,
a font:hover {
  text-decoration: underline;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
img {
  border: none;
}
table {
  border-collapse: collapse;
}
h2,
h3,
h5,
h6,
caption {
  font-family: 'TeXGyreHerosRegular', Helvetica, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-weight: normal;
}
h1 {
  font-size: 28px;
  line-height: 28px;
  color: #555555;
  margin-bottom: 10px;
  font-family: 'TeXGyreHerosBold', Helvetica, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-weight: normal;
}
h1 span,
h1 a {
  font-size: inherit;
}
h2,
caption {
  font-size: 26px;
  line-height: 28px;
  color: #555555;
  margin-bottom: 10px;
  font-family: 'TeXGyreHerosBold', Helvetica, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-weight: normal;
}
h2 span,
caption span {
  font-size: inherit;
}
h2 a,
caption a {
  font-size: inherit;
}
h2 a span,
caption a span {
  font-size: inherit;
}
h3 {
  font-family: 'TeXGyreHerosRegular', Helvetica, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  margin: 0px;
  font-size: 22px;
}
h3 a {
  font-size: inherit;
}
h3 a span {
  font-size: inherit;
}
h5 {
  font-family: 'TeXGyreHerosRegular', Helvetica, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  color: #555555;
  font-size: 21px;
  line-height: 24px;
  margin-bottom: 10px;
}
h1 b,
h2 b,
h3 b,
h4 b,
h5 b,
h1 span,
h2 span,
h3 span,
h4 span,
h5 span {
  font-size: inherit;
  color: inherit;
}
h1 b,
h2 b,
h3 b,
h4 b,
h5 b {
  font-weight: inherit;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  font-size: inherit;
}
h1 a span,
h2 a span,
h3 a span,
h4 a span,
h5 a span {
  font-size: inherit;
}
.well {
  position: relative;
  background: #f5f5f5;
  padding: 5px;
  margin-bottom: 5px;
  border: 1px solid #e3e3e3;
}
.well .well_pointer {
  width: 17px;
  height: 10px;
  background: url(../responsive_images_path/wpoint.png) no-repeat;
  position: absolute;
  left: 50%;
  top: -10px;
  margin-left: -9px;
}
.green {
  color: #009900!important;
}
textarea {
  -webkit-appearance: textarea;
  background-color: white;
  border: 1px solid;
  border-image: initial;
  -webkit-rtl-ordering: logical;
  -webkit-user-select: text;
  -webkit-box-orient: vertical;
  resize: auto;
  cursor: auto;
  padding: 2px;
  white-space: pre-wrap;
  word-wrap: break-word;
}
input {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #cccccc;
  padding: 5px;
}
.bt_container {
  *zoom: 1;
  width: 100%;
  padding: 10px;
  display: block;
}
.bt_container:before,
.bt_container:after {
  content: "";
  display: table;
}
.bt_container:after {
  clear: both;
}
.bt_container .btn {
  float: right;
  line-height: 1;
  margin-left: 5px;
}
.bt_container a[class^="btn"] {
  float: right;
}
.bt_container .pull-left {
  float: left!important;
}
.centered {
  text-align: center;
  margin: 10px 0px;
}
/*********
ABOVE 1200
*********/
/************
BETWEEN 820 AND 1200
*************/
/************
IPAD PORTRAIT
*************/
/************************
IPHONE LANDSCAPE 
************************/
/*************************
IPHONE PORT 
*************************/
.btn {
  display: inline-block;
  padding: 7px 12px;
  font-size: 13px;
  line-height: 13px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #fafafa;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
.btn:hover {
  color: #333333;
  background-color: #e6e6e6;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
  text-decoration: none;
}
.btn:hover dfn {
  text-decoration: none;
}
.btn-xlarge {
  padding: 5px 29px;
  font-size: 22px;
  font-weight: bold;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-cream {
  text-shadow: 0px 1px 0px #ffffff;
  color: #afaa85;
  background-color: #FFFAD5;
  background-image: -moz-linear-gradient(top, #fffff3, #e1dcb7);
  background-image: -ms-linear-gradient(top, #fffff3, #e1dcb7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fffff3), to(#e1dcb7));
  background-image: -webkit-linear-gradient(top, #fffff3, #e1dcb7);
  background-image: -o-linear-gradient(top, #fffff3, #e1dcb7);
  background-image: linear-gradient(top, #fffff3, #e1dcb7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffff3', endColorstr='#e1dcb7', GradientType=0);
  border-color: #FFFAD5 #e1dcb7 #e1dcb7 #FFFAD5;
  border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.25);
}
.btn-cream:hover,
.btn-cream:active,
.btn-cream.active,
.btn-cream.disabled,
.btn-cream[disabled] {
  background-color: #e1dcb7;
}
.btn-cream:hover {
  color: #9b9671;
  text-shadow: 0px 1px 0px #ffffff;
}
.btn-cream:focus {
  color: #5f5a35;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  border-color: #FFFAD5 #e1dcb7 #e1dcb7 #FFFAD5;
  border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.25);
}
.btn-cream.active,
.btn-cream:active {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #5f5a35;
}
.btn-green {
  text-shadow: 0px -1px 0px #36801b;
  color: #ffffff;
  background-color: #549E39;
  background-image: -moz-linear-gradient(top, #72bc57, #36801b);
  background-image: -ms-linear-gradient(top, #72bc57, #36801b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#72bc57), to(#36801b));
  background-image: -webkit-linear-gradient(top, #72bc57, #36801b);
  background-image: -o-linear-gradient(top, #72bc57, #36801b);
  background-image: linear-gradient(top, #72bc57, #36801b);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#72bc57', endColorstr='#36801b', GradientType=0);
  border-color: #549E39 #36801b #36801b #549E39;
  border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.25);
}
.btn-green:hover,
.btn-green:active,
.btn-green.active,
.btn-green.disabled,
.btn-green[disabled] {
  background-color: #36801b;
}
.btn-green:hover {
  color: #ffffff;
  text-shadow: 0px -1px 0px #186200;
}
.btn-green:focus {
  color: #b8ff9d;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  border-color: #549E39 #36801b #36801b #549E39;
  border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.25);
}
.btn-green.active,
.btn-green:active {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #b8ff9d;
}
.btn-grey {
  text-shadow: 0px -1px 0px #5b7c87;
  color: #ffffff;
  background-color: #799AA5;
  background-image: -moz-linear-gradient(top, #97b8c3, #5b7c87);
  background-image: -ms-linear-gradient(top, #97b8c3, #5b7c87);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#97b8c3), to(#5b7c87));
  background-image: -webkit-linear-gradient(top, #97b8c3, #5b7c87);
  background-image: -o-linear-gradient(top, #97b8c3, #5b7c87);
  background-image: linear-gradient(top, #97b8c3, #5b7c87);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#97b8c3', endColorstr='#5b7c87', GradientType=0);
  border-color: #799AA5 #5b7c87 #5b7c87 #799AA5;
  border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.25);
}
.btn-grey:hover,
.btn-grey:active,
.btn-grey.active,
.btn-grey.disabled,
.btn-grey[disabled] {
  background-color: #5b7c87;
}
.btn-grey:hover {
  color: #ffffff;
  text-shadow: 0px -1px 0px #3d5e69;
}
.btn-grey:focus {
  color: #ddfeff;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  border-color: #799AA5 #5b7c87 #5b7c87 #799AA5;
  border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.25);
}
.btn-grey.active,
.btn-grey:active {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #ddfeff;
}
.btn-clear {
  text-shadow: 0px 1px 0px #ffffff;
  color: #a0a1a2;
  background-color: #F0F1F2;
  background-image: -moz-linear-gradient(top, #ffffff, #d2d3d4);
  background-image: -ms-linear-gradient(top, #ffffff, #d2d3d4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#d2d3d4));
  background-image: -webkit-linear-gradient(top, #ffffff, #d2d3d4);
  background-image: -o-linear-gradient(top, #ffffff, #d2d3d4);
  background-image: linear-gradient(top, #ffffff, #d2d3d4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d2d3d4', GradientType=0);
  border-color: #F0F1F2 #d2d3d4 #d2d3d4 #F0F1F2;
  border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.25);
}
.btn-clear:hover,
.btn-clear:active,
.btn-clear.active,
.btn-clear.disabled,
.btn-clear[disabled] {
  background-color: #d2d3d4;
}
.btn-clear:hover {
  color: #8c8d8e;
  text-shadow: 0px 1px 0px #ffffff;
}
.btn-clear:focus {
  color: #505152;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  border-color: #F0F1F2 #d2d3d4 #d2d3d4 #F0F1F2;
  border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.25);
}
.btn-clear.active,
.btn-clear:active {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #505152;
}
.btn-group {
  position: relative;
  display: inline-block;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  overflow: hidden;
}
.dropdown-menu li a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  color: #ffffff;
  text-decoration: none;
  background-color: #5b7c87;
  background-image: -moz-linear-gradient(top, #97b8c3, #5b7c87);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#97b8c3), to(#5b7c87));
  background-image: -webkit-linear-gradient(top, #97b8c3, #5b7c87);
  background-image: -o-linear-gradient(top, #97b8c3, #5b7c87);
  background-image: linear-gradient(to bottom, #97b8c3, #5b7c87);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#97b8c3', endColorstr='#5b7c87', GradientType=0);
}
.dropdown-menu .divider {
  height: 2px;
  margin: 9px 1px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.open > .dropdown-menu {
  display: block;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
  display: block;
  height: 26px;
}
.nav-tabs li {
  margin-bottom: -1px;
  float: left;
  line-height: 20px;
}
.nav-tabs li a:hover,
.nav-tabs li li > a:focus,
.nav-tabs li dfn:hover {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav-tabs .active > a,
.nav-tabs .active > a:hover,
.nav-tabs .active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs .active dfn:hover {
  background-color: #ffffff;
}
.nav-tabs li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.nav-tabs a:hover,
.nav-tabs li > a:focus {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs::before,
.nav-pills::before,
.nav-tabs::after,
.nav-pills::after {
  display: table;
  line-height: 0;
  content: "";
}
.btn-group-small {
  font-size: 0;
  margin-bottom: 4px;
}
.btn-group-small .btn-primary {
  background-color: #e6e6e6;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
  /* Konqueror */
  background-image: -moz-linear-gradient(#ffffff, #e6e6e6);
  /* FF 3.6+ */
  background-image: -ms-linear-gradient(#ffffff, #e6e6e6);
  /* IE10 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6));
  /* Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(#ffffff, #e6e6e6);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(#ffffff, #e6e6e6);
  /* Opera 11.10 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  /* IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0)";
  /* IE8+ */
  background-image: linear-gradient(#ffffff, #e6e6e6);
  /* the standard */
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 3px 8px;
  *padding: 2px 2px;
  font-size: 11px;
  line-height: 1.6;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 0 0 0 0;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #999;
  color: #333;
  -webkit-text-shadow: 1px 1px -1px #ffffff;
  text-shadow: 1px 1px -1px #ffffff;
}
.btn-group-small .btn-primary:first-of-type {
  -webkit-border-radius: 4px 0px 0px 4px;
  -moz-border-radius: 4px 0px 0px 4px;
  border-radius: 4px 0px 0px 4px;
}
.btn-group-small .btn-primary:last-child {
  -webkit-border-radius: 0px 4px 4px 0px;
  -moz-border-radius: 0px 4px 4px 0px;
  border-radius: 0px 4px 4px 0px;
}
.btn-group-small .btn-primary:hover {
  background-color: #cbcbcb;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#e6e6e6), to(#cbcbcb));
  /* Konqueror */
  background-image: -moz-linear-gradient(#e6e6e6, #cbcbcb);
  /* FF 3.6+ */
  background-image: -ms-linear-gradient(#e6e6e6, #cbcbcb);
  /* IE10 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e6e6e6), color-stop(100%, #cbcbcb));
  /* Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(#e6e6e6, #cbcbcb);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(#e6e6e6, #cbcbcb);
  /* Opera 11.10 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#cbcbcb', GradientType=0);
  /* IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#cbcbcb', GradientType=0)";
  /* IE8+ */
  background-image: linear-gradient(#e6e6e6, #cbcbcb);
  /* the standard */
}
.btn-group-small .active,
.btn-group-small .btn-primary:hover {
  background-color: #cccccc;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#999999), to(#cccccc));
  /* Konqueror */
  background-image: -moz-linear-gradient(#999999, #cccccc);
  /* FF 3.6+ */
  background-image: -ms-linear-gradient(#999999, #cccccc);
  /* IE10 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #999999), color-stop(100%, #cccccc));
  /* Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(#999999, #cccccc);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(#999999, #cccccc);
  /* Opera 11.10 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#cccccc', GradientType=0);
  /* IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#cccccc', GradientType=0)";
  /* IE8+ */
  background-image: linear-gradient(#999999, #cccccc);
  /* the standard */
  -webkit-text-shadow: 1px 1px -1px #cccccc;
  text-shadow: 1px 1px -1px #cccccc;
  color: #666;
}
.btn-group .btn-primary:first-of-type {
  -webkit-border-radius: 4px 0px 0px 4px;
  -moz-border-radius: 4px 0px 0px 4px;
  border-radius: 4px 0px 0px 4px;
}
.btn-group .btn-primary:last-child {
  -webkit-border-radius: 0px 4px 4px 0px;
  -moz-border-radius: 0px 4px 4px 0px;
  border-radius: 0px 4px 4px 0px;
}
.btn-group .btn-primary {
  background-color: #e6e6e6;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
  /* Konqueror */
  background-image: -moz-linear-gradient(#ffffff, #e6e6e6);
  /* FF 3.6+ */
  background-image: -ms-linear-gradient(#ffffff, #e6e6e6);
  /* IE10 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6));
  /* Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(#ffffff, #e6e6e6);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(#ffffff, #e6e6e6);
  /* Opera 11.10 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  /* IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0)";
  /* IE8+ */
  background-image: linear-gradient(#ffffff, #e6e6e6);
  /* the standard */
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 4px 5px;
  font-size: 13px;
  line-height: 1.6;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 0000;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #999;
  color: #333;
  text-shadow: 1px 1px 1px #ffffff;
}
.btn-group .active {
  background-color: #cccccc;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#999999), to(#cccccc));
  /* Konqueror */
  background-image: -moz-linear-gradient(#999999, #cccccc);
  /* FF 3.6+ */
  background-image: -ms-linear-gradient(#999999, #cccccc);
  /* IE10 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #999999), color-stop(100%, #cccccc));
  /* Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(#999999, #cccccc);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(#999999, #cccccc);
  /* Opera 11.10 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#cccccc', GradientType=0);
  /* IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#cccccc', GradientType=0)";
  /* IE8+ */
  background-image: linear-gradient(#999999, #cccccc);
  /* the standard */
  -webkit-text-shadow: 1px 1px -1px #ffffff;
  text-shadow: 1px 1px -1px #ffffff;
  color: #000;
}
.btn-group .btn-primary.btn-single {
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}
a[class^="btn"]:hover {
  text-decoration: none;
}
a[class^="btn"]:hover dfn {
  text-decoration: none;
}
.btn-orange {
  display: inline-block;
  padding: 4px 10px;
  font-size: 13px;
  /*line-height: 18px;*/
  color: #ffffff;
  text-align: center;
  /*text-shadow: 0 1px 1px rgba(255, 255, 255, 0.85);*/
  text-shadow: -1px -1px 1px #9c5146;
  background-color: #d25e4e;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#feada1), color-stop(5%, #feada1), to(#d25e4e));
  background-image: -webkit-linear-gradient(#feada1, #fc9686 5%, #d25e4e);
  background-image: -moz-linear-gradient(top, #feada1, #fc9686 5%, #d25e4e);
  background-image: -ms-linear-gradient(#feada1, #fc9686 5%, #d25e4e);
  background-image: -o-linear-gradient(#feada1, #fc9686 5%, #d25e4e);
  background-image: linear-gradient(#feada1, #fc9686 5%, #d25e4e);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#feada1, endColorstr=#d25e4e, GradientType=0);
  border: 1px solid #9c5146;
  border-bottom-color: #793f36;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
  text-decoration: none;
}
.btn-orange:hover {
  background-position: 0 -15px;
  color: white;
  text-decoration: none;
}
.btn-large {
  padding: 10px 25px;
  font-size: 18px;
  font-weight: bold;
}
/************************
IPHONE LANDSCAPE 
************************/
/*************************
IPHONE PORT 
*************************/
body {
  background: #ffffff;
  margin: 0;
  height: 100%;
  background-image: url(../images/pic_1.jpg);
  background-position: center top;
  background-size: auto;
  background-repeat: no-repeat;
  background-size: cover;
}
* {
  box-sizing: border-box;
}
.flexslider {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: -1;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none;
  border: none;
  background: #222222;
  display: none;
}
.flexslider .flex-direction-nav {
  display: none;
}
.flexslider img {
  display: block;
  padding-bottom: 20px;
}
#header {
  width: 100%;
}
#header #headermid {
  max-width: 100%;
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
}
#header #headermid:before,
#header #headermid:after {
  content: "";
  display: table;
}
#header #headermid:after {
  clear: both;
}
#header #headermid #logo {
  display: inline;
  float: left;
  width: 39.58333333%;
  margin: 0px 1.04166667% 20px 1.04166667%;
  padding-top: 20px;
}
#header #headermid #logo img {
  max-width: 100%;
}
#header #headermid .hub_login_widget {
  float: right;
  background-color: rgba(63, 63, 63, 0);
  display: inline-block;
  margin: 40px 0px 0px 5px;
  padding: 20px;
}
#header #headermid .hub_login_widget .hub_login input {
  background: #ffffff;
  color: #222222;
  font-weight: bold;
  border: 1px solid grey;
}
#header #headermid .hub_login_widget .hub_login p {
  display: none;
}
#header #headermid .hub_login_widget .hub_login .login_bt {
  background-color: #682991;
  background-image: none;
  border: none;
  box-shadow: none;
  font-size: 16px;
  font-weight: 900;
  text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  color: #ffffff;
  background: #d82c15;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d82c15 0%, #aa0303 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d82c15), color-stop(100%, #aa0303));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #d82c15 0%, #aa0303 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #d82c15 0%, #aa0303 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #d82c15 0%, #aa0303 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #d82c15 0%, #aa0303 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d82c15', endColorstr='#aa0303', GradientType=0);
  /* IE6-9 */
}
#header #headermid .show_for_mobile {
  display: none;
}
.page_wrapper {
  margin-bottom: 50px;
}
.page_wrapper .page {
  position: relative;
  *zoom: 1;
  text-align: center;
}
.page_wrapper .page:before,
.page_wrapper .page:after {
  content: "";
  display: table;
}
.page_wrapper .page:after {
  clear: both;
}
.page_wrapper .page .hub_new_member_form {
  margin-bottom: 20px;
  max-width: 500px;
  margin-top: 100px;
  display: inline-block;
  float: none;
}
.page_wrapper .page .hub_new_member_form .hublocationlink a,
.page_wrapper .page .hub_new_member_form #terms_row a {
  color: #ffffff;
}
.page_wrapper .page .hub_new_member_form input {
  color: #222222;
  font-weight: bold;
}
.page_wrapper .page .hub_new_member_form #username_row {
  margin-bottom: 0px;
  text-align: left;
}
.page_wrapper .page .hub_new_member_form #email_row {
  margin-bottom: 0px;
  text-align: left;
}
.page_wrapper .page .hub_new_member_form #email_row input {
  border: none;
}
.page_wrapper .page .hub_new_member_form #location_row {
  margin-bottom: 0px;
  text-align: left;
}
.page_wrapper .page .hub_new_member_form #memberType_row {
  margin-bottom: 0px;
  text-align: left;
}
.page_wrapper .page .hub_new_member_form #lookingFor_row {
  margin-bottom: 0px;
  text-align: left;
}
.page_wrapper .page .hub_new_member_form #submit_button_row input#signup {
  background-color: #682991;
  background-image: none;
  border: none;
  box-shadow: none;
  box-shadow: none inset;
  font-size: 20px;
  font-weight: 900;
  text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.2);
  height: 76px;
  text-transform: uppercase;
  color: #ffffff;
  background: #abdb1c;
  background: -moz-linear-gradient(top, #abdb1c 0%, #57b003 93%, #57b003 94%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #abdb1c), color-stop(93%, #57b003), color-stop(94%, #57b003));
  background: -webkit-linear-gradient(top, #abdb1c 0%, #57b003 93%, #57b003 94%);
  background: -o-linear-gradient(top, #abdb1c 0%, #57b003 93%, #57b003 94%);
  background: -ms-linear-gradient(top, #abdb1c 0%, #57b003 93%, #57b003 94%);
  background: linear-gradient(to bottom, #abdb1c 0%, #57b003 93%, #57b003 94%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#abdb1c', endColorstr='#57b003', GradientType=0);
}
.page_wrapper .page .hub_new_member_form #nextstep_button_row .submit_button {
  background-image: none;
  border: none;
  box-shadow: none;
  box-shadow: 0px -6px 0px 0px #551f72 inset;
  font-size: 20px;
  font-weight: 900;
  text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.2);
  height: 76px;
  text-transform: uppercase;
  color: #ffffff;
  background: #abdb1c;
  background: -moz-linear-gradient(top, #abdb1c 0%, #57b003 93%, #57b003 94%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #abdb1c), color-stop(93%, #57b003), color-stop(94%, #57b003));
  background: -webkit-linear-gradient(top, #abdb1c 0%, #57b003 93%, #57b003 94%);
  background: -o-linear-gradient(top, #abdb1c 0%, #57b003 93%, #57b003 94%);
  background: -ms-linear-gradient(top, #abdb1c 0%, #57b003 93%, #57b003 94%);
  background: linear-gradient(to bottom, #abdb1c 0%, #57b003 93%, #57b003 94%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#abdb1c', endColorstr='#57b003', GradientType=0);
  display: inline;
  float: left;
  width: 97.91666667%;
  margin: 0px 1.04166667% 20px 1.04166667%;
}
.page_wrapper .page #hub_hub_signup_widget.hub_new_member_form #submit_button_row .submit_button {
  background-color: #682991;
  background-image: none;
  border: none;
  box-shadow: none;
  box-shadow: 0px 0px 0px 0px # inset;
  font-size: 20px;
  font-weight: 900;
  text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.2);
  height: 76px;
  line-height: 70px;
  text-transform: uppercase;
  color: #ffffff;
  background: #d82c15;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d82c15 0%, #aa0303 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d82c15), color-stop(100%, #aa0303));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #d82c15 0%, #aa0303 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #d82c15 0%, #aa0303 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #d82c15 0%, #aa0303 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #d82c15 0%, #aa0303 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d82c15', endColorstr='#aa0303', GradientType=0);
  /* IE6-9 */
}
.page_wrapper .page #user_comments {
  padding: 20px 20px 0px;
  line-height: 14px;
  background: none repeat scroll 0% 0% rgba(24, 22, 24, 0.59);
  z-index: 10;
  font-size: 12px;
  width: 400px;
  position: absolute;
  top: 20px;
  right: 20px;
}
.page_wrapper .page #user_comments .user_title {
  font-size: 26px;
  margin-bottom: 25px;
  line-height: 26px;
  color: #ffffff;
}
.page_wrapper .page #user_comments .all_comments {
  position: relative;
  height: 80px;
  overflow: hidden;
  clear: both;
}
.page_wrapper .page #user_comments .all_comments .user_comment {
  margin: 10px 0px;
  clear: both;
  overflow: hidden;
  width: 100%;
}
.page_wrapper .page #user_comments .all_comments .user_comment img {
  float: left;
  width: 60px;
  height: 60px;
  margin: 0px 10px 10px 0px;
  border-radius: 4px;
}
.page_wrapper .page #user_comments .all_comments .user_comment div .user_username {
  font-weight: bold;
  color: #fff5ab;
  font-size: 14px;
}
.page_wrapper .page #user_comments .all_comments .user_comment div .user_timestamp {
  adding: 0px 10px;
  color: #ffffff;
  font-size: 10px;
}
.page_wrapper .page #user_comments .all_comments .user_comment p {
  color: #ffffff;
  margin: 5px 0px 0px 70px;
  padding: 0px 0px 20px;
  font-size: 14px;
  line-height: 14px;
}
.page_wrapper .page #user_comments .user_down_title {
  font-size: 22px;
  margin: 10px 0px 25px;
  line-height: 26px;
  color: #ffffff;
}
.signup_container .hub_new_member_form {
  background-color: rgba(63, 63, 63, 0.5);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.signup_container .hub_new_member_form h3 {
  color: #ffffff;
  background: none;
  padding-left: 5px;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 44px;
  text-transform: uppercase;
  margin: 0px 3%;
}
.signup_container .hub_new_member_form label {
  width: auto;
}
.signup_container .hub_new_member_form #submit_button_row {
  padding: 0 10px 0 10px;
}
.signup_container .hub_new_member_form #signup {
  font-size: 2em;
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
}
.signup_container .hub_new_member_form .forminput {
  width: 94%;
}
.signup_container .hub_new_member_form .fo\rmrow {
  border-top: 0;
}
.signup_container .hub_new_member_form .fo\rmrow p,
.signup_container .hub_new_member_form .fo\rmrow label {
  color: #ffffff;
}
.signup_container .hub_new_member_form .fo\rmrow input[type=text] {
  border: 1px solid #999999;
  background: #ffffff;
}
.signup_container .hub_new_member_form #username {
  padding: 7px;
  font-size: 18px;
  font-family: Open sans, sans-serif, Arial;
}
.signup_container .hub_new_member_form #emailAddress {
  padding: 7px;
  font-size: 18px;
  font-family: Open sans, sans-serif, Arial;
}
.signup_container .hub_new_member_form #lookingFor_row {
  font-size: 15px;
  font-family: Open sans, sans-serif, Arial;
}
.signup_container .hub_new_member_form .chk_terms {
  display: none;
}
.signup_container .hub_new_member_form label {
  font-size: 12px;
  font-family: Open sans, sans-serif, Arial;
  display: inline;
}
.signup_container .hub_new_member_form .formgroup {
  width: 45%;
}
.signup_container .hub_new_member_form #username {
  padding: 7px;
  font-size: 18px;
  font-family: Open sans, sans-serif, Arial;
}
.signup_container .hub_new_member_form #emailAddress {
  padding: 7px;
  font-size: 18px;
  font-family: "Open sans", sans-serif, Arial;
}
.signup_container .hub_new_member_form #lookingFor_row {
  font-size: 15px;
  font-family: Open sans, sans-serif, Arial;
}
.signup_container .hub_new_member_form .chk_terms {
  display: none;
}
.signup_container .hub_new_member_form label {
  font-size: 12px;
  font-family: Open sans, sans-serif, Arial;
  display: inline;
}
.signup_container .hub_new_member_form .hublocationlink {
  width: 80px;
  padding: 0;
  font-size: 16px;
}
.signup_container .hub_new_member_form .hublocationlink a {
  font-size: 13px;
  font-weight: bold;
}
.signup_container .hub_new_member_form #memberType_row label,
.signup_container .hub_new_member_form #lookingFor_row label {
  font-size: 13px;
  width: 73px;
  font-weight: bold;
}
.signup_container .hub_new_member_form #locationspan label {
  font-size: 13px;
  font-weight: bold;
  width: 73px;
}
.signup_container .hub_new_member_form .rb_memberType i {
  font-size: 32px!important;
  line-height: 1.6;
}
.signup_container .hub_new_member_form .chk_lookingFor i {
  font-size: 32px!important;
  line-height: 1.6;
}
.signup_container .hub_new_member_form #submit_button_row input.submit_button {
  display: inline-block;
  padding: 7px 12px;
  font-size: 13px;
  line-height: 13px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #fafafa;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  text-shadow: 0px -1px 0px #36801b;
  color: #ffffff;
  background-color: #549E39;
  background-image: -moz-linear-gradient(top, #72bc57, #36801b);
  background-image: -ms-linear-gradient(top, #72bc57, #36801b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#72bc57), to(#36801b));
  background-image: -webkit-linear-gradient(top, #72bc57, #36801b);
  background-image: -o-linear-gradient(top, #72bc57, #36801b);
  background-image: linear-gradient(top, #72bc57, #36801b);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#72bc57', endColorstr='#36801b', GradientType=0);
  border-color: #549E39 #36801b #36801b #549E39;
  border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.25);
  margin-top: 10px!important;
  margin-bottom: 10px!important;
  width: 100%;
  padding: 5px 29px;
  font-size: 22px;
  font-weight: bold;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline;
  float: left;
  width: 97.91666667%;
  margin: 0px 1.04166667% 20px 1.04166667%;
}
.signup_container .hub_new_member_form #nextstep_button_row {
  display: inline;
  float: left;
  width: 97.91666667%;
  margin: 0px 1.04166667% 20px 1.04166667%;
}
.signup_container .hub_new_member_form #nextstep_button_row .submit_button {
  display: inline-block;
  padding: 7px 12px;
  font-size: 13px;
  line-height: 13px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #fafafa;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  float: right;
}
.icons {
  font-size: 96px;
  color: #d12d20;
  line-height: 1;
}
.footer_container {
  position: fixed;
  bottom: 0px;
}
.footer_container .footer {
  width: 100%;
}
.footer_container .footer .a_group {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.footer_container .footer .a_group a {
  display: table-cell;
  line-height: 30px;
  padding: 0px;
  background-color: #000;
  color: #cd0202;
  font-weight: bold;
  transition: all 0.08s ease-in-out 0s;
  text-align: center;
}
.footer_container .footer .a_group a:hover {
  text-decoration: none;
  background: #ffffff;
  color: #000000;
}
.photo_block {
  display: ;
}
/************
BETWEEN 820 AND 1200
*************/
@media only screen and (max-width: 990px) {
  #header #headermid .hub_login_widget {
    float: right;
    display: inline-block;
    margin: 40px 0px 0px 5px;
    padding: 20px;
    width: 50%;
  }
}
/************
IPAD PORTRAIT
*************/
/************************
IPHONE LANDSCAPE 
************************/
@media (max-width: 639px) and (min-width: 480px) {
  .col_half {
    display: inline;
    float: left;
    width: 97.91666667%;
    margin: 0px 1.04166667% 20px 1.04166667%;
  }
  .col_one_third {
    display: inline;
    float: left;
    width: 97.91666667%;
    margin: 0px 1.04166667% 20px 1.04166667%;
  }
  .col_two_thirds {
    display: inline;
    float: left;
    width: 97.91666667%;
    margin: 0px 1.04166667% 20px 1.04166667%;
  }
  #header #headermid #logo {
    display: inline;
    float: left;
    width: 97.91666667%;
    margin: 0px 1.04166667% 20px 1.04166667%;
    text-align: center;
  }
  #header #headermid .hub_login_widget {
    display: inline;
    float: left;
    width: 97.91666667%;
    margin: 0px 1.04166667% 20px 1.04166667%;
  }
  #header #headermid .hub_login_widget .hub_login input {
    display: inline;
    float: left;
    width: 97.91666667%;
    margin: 0px 1.04166667% 20px 1.04166667%;
  }
  #header #headermid .hub_login_widget .hub_login .login_bt {
    display: inline;
    float: left;
    width: 97.91666667%;
    margin: 0px 1.04166667% 20px 1.04166667%;
  }
  .page_wrapper .page .hub_new_member_form {
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .page_wrapper .page #user_comments {
    display: none;
  }
}
/*************************
IPHONE PORT 
*************************/
@media only screen and (max-width: 479px) {
  .col_half {
    display: inline;
    float: left;
    width: 97.91666667%;
    margin: 0px 1.04166667% 20px 1.04166667%;
  }
  .col_one_third {
    display: inline;
    float: left;
    width: 97.91666667%;
    margin: 0px 1.04166667% 20px 1.04166667%;
  }
  .col_two_thirds {
    display: inline;
    float: left;
    width: 97.91666667%;
    margin: 0px 1.04166667% 20px 1.04166667%;
  }
  body {
    background-image: none;
    background: #fff;
  }
  .flexslider {
    display: none;
  }
  #header #headermid #logo {
    display: inline;
    float: left;
    width: 97.91666667%;
    margin: 0px 1.04166667% 20px 1.04166667%;
    text-align: center;
  }
  #header #headermid .hub_login_widget {
    display: none;
  }
  #header #headermid .hub_login_widget .hub_login input {
    display: inline;
    float: left;
    width: 97.91666667%;
    margin: 0px 1.04166667% 20px 1.04166667%;
  }
  #header #headermid .hub_login_widget .hub_login .login_bt {
    display: inline;
    float: left;
    width: 97.91666667%;
    margin: 0px 1.04166667% 20px 1.04166667%;
  }
  #header #headermid .show_for_mobile {
    display: inline;
    float: left;
    width: 97.91666667%;
    margin: 0px 1.04166667% 20px 1.04166667%;
  }
  #header #headermid .show_for_mobile .btn {
    width: 100%;
    font-size: 28px;
    padding: 15px;
    text-shadow: none;
    background: #d82c15;
    background: -moz-linear-gradient(top, #d82c15 0%, #aa0303 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d82c15), color-stop(100%, #aa0303));
    background: -webkit-linear-gradient(top, #d82c15 0%, #aa0303 100%);
    background: -o-linear-gradient(top, #d82c15 0%, #aa0303 100%);
    background: -ms-linear-gradient(top, #d82c15 0%, #aa0303 100%);
    background: linear-gradient(to bottom, #d82c15 0%, #aa0303 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d82c15', endColorstr='#aa0303', GradientType=0);
  }
  .page_wrapper .page .hub_new_member_form {
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .page_wrapper .page #user_comments {
    display: none;
  }
  .page_wrapper .page .photo_block {
    display: block;
    width: 100%;
  }
}
