/** 
 *  
 * Author: Robin 
 * File Name: Five Step Form Responsive
 */

body {
  background: #000;
  font-family: verdana, sans-serif;
}

h2, h3 {
  font-size: 34px;
  margin: 12px 0;
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
  color: #f10000;
}

h4 {
  font-size: 21px;
  font-family: 'Droid Sans', sans-serif;
  text-align: center;
  color: #000;
  margin: 10px 0 12px;
}

p {
  font: normal 16px/24px verdana, sans-serif;
  margin-bottom: 28px;
}

em {
 font-style: italic;
}

a {
  color: #ED1D26;
  text-decoration: none;
  font-family: verdana;
}

a:hover {
  text-decoration: none;
  color: #ED1D26;
}

input[type="submit"]:focus, input[type="button"]:focus,
button[type="submit"]:focus {     
  outline : none;
}

input, select, textarea { 
  outline: none; 
}

button {
  outline: 0 none !important;
  outline-style: none !important;
  -moz-outline-style: none !important;
}

button::-moz-focus-inner {
  border : 0px !important;
  outline: 0 none !important;
  outline-style: none !important;
  -moz-outline-style: none !important;
}


/* Initial Form layout */
#form { 
  width: 360px !important;
/*   height: 314px; */
  height: 250px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.container_form {
  overflow: hidden;
  width: 320px !important;
  position: relative;
  padding: 0 8px;
  bottom: -12px;
  margin: 0 auto;
}

.join-form  #form1 {
  height: 105px !important;
  overflow: hidden;
  margin-top: 14px;
}

.container_form form {
    width: 304px !important;
}

.container_steps {
  width: 1520px !important;
}

#fstep_1, 
#fstep_2, 
#fstep_3, 
#fstep_4, 
#fstep_5 { 
  height: 105px; 
  overflow: visible !important; 
}

#fstep_1 p, 
#fstep_2 p, 
#fstep_3 p, 
#fstep_4 p, 
#fstep_5 p { 
  text-align: center;
  margin-bottom: 15px;
  font-family: "Times New Roman", Times, serif;
  font-size: 17px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  text-transform: capitalize;
}

.container_steps #fstep_1, 
.container_steps #fstep_2, 
.container_steps #fstep_3, 
.container_steps #fstep_4, 
.container_steps #fstep_5 {
  width: 304px !important;
}

.steps { 
  height: auto;
  margin: auto;
  position: absolute;
  top: 196px;
  left: 50%;
  margin-left: -118px
}

.step_bar { 
  width: 41px;
  height: 39px;
  display: inline-block;
  margin: 0 1px;
  font-size: 16px;
  font-weight: bold;
  color: rgb(255, 255, 255);
  cursor: pointer;
  text-align: center;
  line-height: 41px;
  font-family: arial, sans-serif;
  background: url(../images/round_sprite.png) center -35px no-repeat;
}

.step_highlight { 
  background-position: center 3px;
  color: #FFF;
}


input[type=text], 
input[type=password],
input[type=email] { 
  width: 215px; 
  height: 30px;
  display: block; 
  margin: auto; 
  border: 1px solid #b1b1b1; 
  font-size: 14px; 
  line-height: 27px; 
  text-align: center; 
  color:#333;  
}

.join-form #form form input[type=text], 
.join-form #form form input[type=email], 
.join-form #form form input[type=password] {
  font-family: arial, sans-serif;
  margin: 0 auto 10px;
  font-size: 16px;
  height: 34px;
  background: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.drop_down_container { 
  margin: 0 auto;
  position: relative;
}

select { 
  width:112px; 
  float: left; 
  margin: 0 10px 0 0; 
  padding: 5px; 
  font-size: 16px; 
  color: #000; 
  border: 1px solid rgb(75, 75, 75);
  font-family: arial, sans-serif;
  background: #fff url(../images/dropdown_icon.png) right 50% no-repeat;
  appearance: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  outline: 0 none !important;
  -moz-outline-style: none !important;
  -moz-user-focus:ignore;
  padding-top: 8px;
  height: 34px;
  padding-top: 8px;
  padding-bottom: 5px;
  line-height: 17px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

select::-ms-expand {
  display: none;
}

/* Select elements */
select:hover {
  cursor: pointer; 
}

select#dating-gender.required { 
  width: 304px;
  margin: 0 auto;
  margin-left: 35px;
}

.container_steps select#dating-gender.required {
  width: 100%;
  margin: 0 auto;
}

select#dobday.required,
select#dobmonth.required,
select#dobyear.required {
  font-size: 14px;
  padding-left: 4px;
}

select#dobday.required { 
  width: 80px; 
}

select#dobmonth.required { 
  width: 118px;
}

select#dobyear.required { 
  width: 84px; 
  margin-right: 0;
}

/* Error styling */
select.error { 
  color: red; 
  border: 1px solid red; 
}

label.error { 
  font-size: 14px; 
  text-align: 
  center; 
  color: red;
  font-family: Verdana, sans-serif;
  font-weight: normal;
}

#fstep_1 label.error { 
  top: 10px;
  left: 50%;
  margin-left: -72px;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  text-indent: 0;
  font-family: Verdana, sans-serif;
  font-weight: normal;
}

#fstep_2 label.error { 
  top: 46px;
  left: 75px;
  position: absolute;
}

#fstep_3 label.error,
#fstep_4 label.error,
#fstep_5 label.error,
#fstep_6 label.error { 
  top: 3px;
  left: 50%;
  margin-left: -77px;
  position: relative;
  text-indent: 0;
}

input[type=text].error, 
input[type=password].error, 
input[type=email].error, 
textarea.error, 
select.error { 
  background-color: #ffe8e8; 
}

input.error, 
textarea.error, 
select.error { 
  background-color: #ffe8e8; 
}

/* Button styling */
.myButton { 
  width: 227px;
  height: 42px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  margin: 4px 65px;
  text-decoration: none;
  line-height: 43px;
  text-align: center;
  color: rgb(255, 255, 255);
  background: url(../images/custom-form-next-btn.png) 0 0 no-repeat;
  text-indent: -9999px;
  background-size: 227px auto;
}

.myButton:active { 
  position: relative; 
  top: 1px; 
  cursor: pointer; 
}

span.fprev.myButton { 
  display: none !important; 
}

.fsubmit {
  background: url(../images/custom-form-submit-btn.png) 0 0 no-repeat;
}

.terms-container {
  position: absolute;
  bottom: 8px;
  left: 50%;
  width: 315px;
  margin-left: -157px;
  border-top: 2px solid #808080;
  padding-top: 6px;
}

.terms-container input {
  float: left;
}

.terms {
  font-size: 11px;
  line-height: 12px;
  font-family: arial, sans-serif;
  text-align: left;
  margin-bottom: 0;
  margin-left: 25px;
  padding-top: 3px;
}

input[type=checkbox].css-checkbox {
  display:none;
}

input[type=checkbox].css-checkbox + label.css-label {
  padding-left:25px;
  height: 16px;
  display:inline-block;
  line-height:18px;
  background-repeat:no-repeat;
  background-position: 0 0;
  font-size:18px;
  vertical-align:middle;
  cursor:pointer;
  float: left;
}

input[type=checkbox].css-checkbox:checked + label.css-label {
  background-position: 0 -16px;
}

.join-form label.css-label {
  background-image:url(../images/csscheckbox.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 4px;
}

.checkbox-error {
  position: absolute;
  top: -28px;
  font-size: 13px;
  font-weight: bold;
  font-family: arial;
  color: #FFF;
  background: #F00;
  padding: 3px 20px 2px;
  border: 3px solid #FFF;
  display: none;
}

.checkbox-error .arrow-down {
  background: url(../images/checkbox-error-arrow.png) 0 0 no-repeat;
  width: 19px;
  height: 16px;
  display: block;
  position: absolute;
  left: -3px;
  bottom: -10px;
}

.site-terms {
  font-family: verdana,sans-serif;
  color: rgb(50, 50, 50);
  font-size: 10px;
  position: absolute;
  bottom: 32px;
  text-align: center;
  width: 342px;
  left: 9px;
  line-height: 14px;
  margin-bottom: 0;
}

.site-terms a {
  color: #000;
}

@media (max-width: 991px) and (min-width: 768px) {
  #form {
    margin: 0;
    width: 323px !important;
    height: 256px;
  }
  
  .container_form {
    width: 304px !important;
  }
  
  .container_form form { 
    width: 288px !important;
  }
  
  
  
  .container_steps {
    width: 1520px !important;
  }
  
  #fstep_1, #fstep_2, #fstep_3, #fstep_4, #fstep_5, #fstep_6 {
    width: auto !important;
  }
  
  .container_steps  #fstep_1, .container_steps  #fstep_2, 
  .container_steps  #fstep_3, .container_steps  #fstep_4, 
  .container_steps  #fstep_5, .container_steps  #fstep_6 {
    width: 288px !important;
  }
  
  select#dating-gender.required {
    width: 280px;
  }
  
  .container_steps select#dating-gender.required {
    width: 97%;
    margin-left: 5px;
  }
  
  select#dobday.required, select#dobmonth.required, select#dobyear.required {
    font-size: 13px;
  }
  
  select#dobmonth.required {
    width: 114px;
  }
  
  select#dobday.required {
    width: 75px;
  }
  
  select#dobyear.required {
    width: 77px;
  }
  
  .join-form #form form input {
    width: 88% !important;
  }
  
  .step_bar {
    line-height: 39px;
    font-size: 14px
  }
  
  #fstep_2 label.error {
    left: 77px;
  }
  
  #fstep_3 label.error, #fstep_4 label.error, #fstep_5 label.error, #fstep_6 label.error {
    margin-left: -70px;
    top: -4px;
  }
}

@media (max-width: 767px) {
  #form {
    width: 360px !important;
    height: 250px;
  }
  
  .container_form {
    width: 320px !important
  }
  
  .container_form form {
    width: 304px !important;
  }
  
  .container_steps {
    width: 1520px !important;
  }
  
  #fstep_1, #fstep_2, #fstep_3, #fstep_4, #fstep_5, #fstep_6 {
    width: auto !important;
  }
  
  .container_steps #fstep_1, .container_steps #fstep_2, 
  .container_steps #fstep_3, .container_steps #fstep_4, 
  .container_steps #fstep_5, .container_steps #fstep_6 {
    width: 304px !important;
  }
  
  .container_steps select#dating-gender.required {
    width: 98%;
  }
  
  .join-form #form form input {
    width: 88% !important;
  }
  
  .steps {

  }
  
  .step_bar {
    line-height: 39px;
    font-size: 14px
  }
  
  .bottom-form-area .badges {
/*     background-size: 160px auto;
    min-width: 170px; */
  }
  
  .bottom-form-area .quote {
    margin-right: 0;
    width: 133px;
  }

}

@media (max-width: 453px) {
  .terms-container {
    left: 50%;
    width: 85%;
    margin-left: -43%;
  }
}

@media (max-width: 424px) {
  #form {
    width: 315px !important;
  }

  .container_form {
    width: 288px !important; 
  }
  
  .container_form form {
    width: 272px !important;
  }
  
  .container_steps {
    width: 1360px !important;
  }
  
  #fstep_1, #fstep_2, #fstep_3, #fstep_4, #fstep_5, #fstep_6 {
    width: auto !important;
  }
  
  .container_steps #fstep_1, .container_steps #fstep_2, 
  .container_steps #fstep_3, .container_steps #fstep_4, 
  .container_steps #fstep_5, .container_steps #fstep_6 {
    width: 272px !important;
  }
  
  select {
    height: 33px;
  }
  
  select#dobday.required, select#dobmonth.required, select#dobyear.required {
    font-size: 12px;
    padding-left: 2px;
  }
  
  select#dobmonth.required {
    width: 106px;
  }
  select#dobday.required {
    width: 73px;
  }
  
  select#dobyear.required {
    width: 70px;
  }
  
  select#dating-gender.required {
    width: 242px;
  }

  .container_steps select#dating-gender.required {
    width: 90% !important;
    margin-left: 11px !important;
  }
  
  .join-form #form form input {
    width: 88% !important;
    margin: 0 0 10px 10px !important;
  }
  
  .steps {

  }
  
  .step_bar {
    line-height: 42px;
    font-size: 14px
  }
  
  .myButton {
    margin: 4px 40px !important;
  }
  
  #fstep_2 label.error {
    top: 38px;
    left: 74px;
  }
  
  #fstep_3 label.error, 
  #fstep_4 label.error, 
  #fstep_5 label.error {
    top: 0px;
    margin-left: -75px;
  }
}

@media (max-width: 383px) {
  .checkbox-error {
    font-size: 12px;
  }
}

@media (max-width: 381px) {
  #form {
/*     width: 258px !important; */
  }
  
  .container_form {
/*     width: 256px !important;
    padding: 0; */
  }
  
  .container_form form {
   /*  width: 256px !important; */
  }
  
  .container_steps {
    /* width: 1536px !important; */
  }
  
  #fstep_1, #fstep_2, #fstep_3, #fstep_4, #fstep_5, #fstep_6 {
   /*  width: auto !important; */
  }
  
  .container_steps #fstep_1, .container_steps #fstep_2, 
  .container_steps #fstep_3, .container_steps #fstep_4, 
  .container_steps #fstep_5, .container_steps #fstep_6 {
   /*  width: 256px !important; */
  }
  
  #fstep_1 p, #fstep_2 p, #fstep_3 p, #fstep_4 p, #fstep_5 p, #fstep_6 p {
   /*  font-size: 16px; */
  }
  
 /*  .step_bar {
    line-height: 40px;
    margin: 0 2px;
  }
  
  .steps {
    margin-left: -123px;
  }
  
  .myButton {
    margin: 4px 43px !important;
  }
  
  select#dating-gender.required {
    width: 189px;
  }
  
  .container_steps select#dating-gender.required {
    margin-left: 19px !important;
    width: 85% !important;
  }
  
  .join-form #form form input {
    margin: 0 0 10px 6px !important;
    width: 200px !important;
    margin: 0 !important;
    margin-left: 30px !important;
  }
  
  .drop_down_container {
    margin-left: 8px;
  }
  
  select {
    margin: 0 7px 0 0;
  }
  #fstep_3 label.error,
  #fstep_4 label.error,
  #fstep_5 label.error,
  #fstep_6 label.error { 
    top: 11px;
  } */
}


.container {
  max-width: 980px;
}

#header {
  position: relative;
}

#header .container > .row {
  margin-right: -6px;
  margin-left: -6px;
}

#header .container > .row  .logo-container,
#header .container > .row  .right-side-header {
  padding-right: 6px;
  padding-left: 6px;
}

#header .logo-container {
  margin-top: 20px;
  position: relative;
  z-index: 9;
}

#header .logo-container img {
  max-width: 100%;
  height: auto;
}

#header .logo {
  padding: 44px 0;
  display: block;
  margin: 0;
}

#header .strapline {
  display: block;
  font: normal 30px/42px verdana, sans-serif;
  color: #FFF;
  text-transform: uppercase;
  position: absolute;
  right: 8px;
  top: 44px;
  width: 500px;
}

.container>.top-navigation-inner>.row {
  margin-right: -5px;
  margin-left: -5px;
  position: relative;
}

.top-navigation>.container>.top-navigation-inner>.row>.col-lg-9,
.top-navigation>.container>.top-navigation-inner>.row>.col-lg-3 {
  padding-right: 5px;
  padding-left: 5px;
}

.navbar {
  margin-bottom: 0;
  min-height: 0;
  background: none;
  border: none;
}

.navbar-collapse {
  padding: 0;
}

.navbar-nav {
  margin-left: 0;
  margin-top: 0;
}

.nav-bar {
  clear: both;
  margin-top: 34px;
  float: right;
}

.navbar-toggle {
  border-radius: 0;
}

.navbar-nav>li {
  list-style: none;
  float: left;
} 

.navbar-nav>li:first-child {
  border-left: none;
}

.navbar-nav>li:before {
  content: '|';
  float: left;
  padding-top: 4px;
  color: #FFF;
}

.navbar-nav>li:first-child:before {
  content: '';
}

.navbar-default .navbar-nav>li>a { 
  font: normal 13px/16px verdana, sans-serif;
  text-transform: capitalize;
  padding: 6px;
  display: block;
  color: #fff;
  float: left;
}

.navbar-default .navbar-nav>li>a:hover, 
.navbar-default .navbar-nav>li>a:focus {
  color: #fff;
}

.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:hover, 
.navbar-default .navbar-nav>.open>a:focus {
  color: #000;
}

.navbar-nav>li>.dropdown-menu {
  padding: 0;
  min-width: 166px;
  left: 5px;
}

.navbar-nav>li>.dropdown-menu li {
  border-top: 1px solid #1A1A1A;
}

.navbar-nav>li>.dropdown-menu li a {
  color: #000;
  font: normal 12px/13px verdana, sans-serif;
  text-transform: capitalize;
  padding: 10px 11px 8px;
  display: block;
}

.navbar-nav>li>.dropdown-menu li a:hover, 
.navbar-nav>li>.dropdown-menu li a:focus {
  background: #333;
  color: #fff;
}

.upper-nav {
  display: inline-block;
  float: right;
  overflow: hidden;
}

.country-flags-container {
  float: left;
  position: relative;
}

.upper-nav .login-link-wrapper {
  float: left;
  display: inline-block;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  overflow: hidden;
}

.upper-nav .login-link {
  color: #000;
  background: rgb(252,252,252); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(252,252,252,1) 0%, rgba(213,213,213,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(213,213,213,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(213,213,213,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(213,213,213,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(213,213,213,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(252,252,252,1) 0%,rgba(213,213,213,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#d5d5d5',GradientType=0 ); /* IE6-9 */
  font: normal 14px/20px verdana, sans-serif;
  display: block;
  padding: 3px 30px 3px;
}

.country-flags {
  display: inline-block;
  vertical-align: top;
  margin-top: 13px;
  margin-right: 16px;
  float: left;
}

.country-flags li {
  background: url(../images/country-flags-new3.png) -8px 0 no-repeat;
  list-style: none;
  display: inline-block;
  margin-right: 6px;
  height: 24px;
  float: left;
  overflow: hidden;
}

.country-flags li.uk-flag:hover,
.country-flags li.uk-flag.active {
  background-position: -8px -25px ;
}

.country-flags li.au-flag {
  background-position: -42px 0;
}

.country-flags li.au-flag:hover,
.country-flags li.au-flag.active {
  background-position: -42px -25px ;
}

.country-flags li.us-flag {
  background-position: -75px 0;
}

.country-flags li.us-flag:hover,
.country-flags li.us-flag.active {
  background-position: -75px -25px ;
}

.country-flags li.za-flag {
  background-position: -108px 0;
}

.country-flags li.za-flag:hover,
.country-flags li.za-flag.active {
  background-position: -108px -25px ;
}

.country-flags li.ie-flag {
  background-position: -141px 0;
}

.country-flags li.ie-flag:hover,
.country-flags li.ie-flag.active {
  background-position: -141px -25px ;
}

.country-flags li.nz-flag {
  background-position: -174px 0;
}

.country-flags li.nz-flag:hover,
.country-flags li.nz-flag.active {
  background-position: -174px -25px ;
}

.country-flags li.ca-flag {
  background-position: -205px 0;
  margin-right: -5px;
}

.country-flags li.ca-flag:hover,
.country-flags li.ca-flag.active {
  background-position: -205px -24px ;
}

.country-flags li a {
  padding: 2px 13px;
  margin: 1px 0;
  text-indent: -9999px;
  display: block;
  float: left;
  outline: none !important;
}

/* custom flags */
.country-flags-section {
  width: auto;
  position: absolute;
  top: 2px;
  right: 10px;
  z-index: 9;
}

.country-flags {
  width: 36px;
  height: 26px;
  overflow: hidden;
  padding: 1px 4px;
  float: right;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 6px;
  padding-left: 6px;
  background: #FCFCFC;
  background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(213,213,213,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FCFCFC), color-stop(100%,#D5D5D5));
  background: -webkit-linear-gradient(top, #FCFCFC 0%,#D5D5D5 100%);
  background: -o-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(213,213,213,1) 100%);
  background: -ms-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(213,213,213,1) 100%);
  background: linear-gradient(to bottom, #FCFCFC 0%,#D5D5D5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#d5d5d5',GradientType=0 );
}

.country-flags li {
  background-position: -7px -23px;
}

.active-uk .country-flags li {
  background-position: -7px -23px;
}

.active-au .country-flags li {
  background-position: -41px -23px;
}

.active-us .country-flags li {
  background-position: -74px -23px;
}

.active-za .country-flags li {
  background-position: -107px -23px;
}

.active-ie .country-flags li {
  background-position: -140px -23px;
}

.active-nz .country-flags li {
  background-position: -173px -23px;
}

.active-ca .country-flags li {
  background-position: -205px 1px;
}

.active-no .country-flags li {
  background-position: -240px -23px;
}

.active-in .country-flags li {
    background-position: -273px -23px;
}

.country-flags-container.show-mobile-flags .country-flags {
  width: auto;
}

.country-flags-container.activeFlags li {
  margin-left: 7px;
  margin-right: 7px;
}

.country-flags-container.activeFlags li.uk-flag {
  background-position: -8px -23px;
  margin-left: 0;
}

.country-flags li.uk-flag:hover,
.country-flags li.uk-flag.active {
  background-position: -8px -23px ;
}

.country-flags-container.activeFlags li.au-flag {
  background-position: -42px -23px;
}

.country-flags li.au-flag:hover,
.country-flags li.au-flag.active {
  background-position: -42px -23px ;
}

.country-flags-container.activeFlags li.us-flag {
  background-position: -75px -23px;
}

.country-flags li.us-flag:hover,
.country-flags li.us-flag.active {
  background-position: -75px -23px ;
}

.country-flags-container.activeFlags li.za-flag {
  background-position: -108px -23px;
}

.country-flags li.za-flag:hover,
.country-flags li.za-flag.active {
  background-position: -108px -23px ;
}

.country-flags-container.activeFlags li.ie-flag {
  background-position: -141px -23px;
}

.country-flags li.ie-flag:hover,
.country-flags li.ie-flag.active {
  background-position: -141px -23px ;
}

.country-flags-container.activeFlags li.nz-flag {
  background-position: -174px -23px;
}

.country-flags li.nz-flag:hover,
.country-flags li.nz-flag.active {
  background-position: -174px -23px ;
}

.country-flags li.ca-flag {
  background-position: -205px -23px;
  margin-right: 7px;
}


.country-flags li.ca-flag:hover,
.country-flags li.ca-flag.active {
  background-position: -205px -23px ;
}

.country-flags li.no-flag {
  background-position: -238px -23px;
}

.country-flags li.no-flag:hover,
.country-flags li.no-flag.active {
    background-position: -240px -23px;
}

.country-flags li.in-flag:hover,
.country-flags li.in-flag.active {
background-position: -273px -23px;
}

.country-flags-container.activeFlags li.no-flag {
    background-position: -240px -23px;
}

.country-flags-container.activeFlags li.in-flag {
background-position: -273px -23px;
}

.country-flags-mobile-overlay.hide-flags-overlay {
  display: none !important;
}

.country-flags-mobile-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 28px;
  width: 36px;
  cursor: pointer;
  z-index: 9;
}


.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:hover, 
.navbar-default .navbar-nav>.active>a:focus {
  background: none;
  color: #FFF;
}

#content {
 
}

#content >.container>.splash {
  background: rgb(234,5,91); /* Old browsers */
  background: -moz-linear-gradient(-45deg,  rgba(234,5,91,1) 0%, rgba(89,2,35,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(234,5,91,1)), color-stop(100%,rgba(89,2,35,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg,  rgba(234,5,91,1) 0%,rgba(89,2,35,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg,  rgba(234,5,91,1) 0%,rgba(89,2,35,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg,  rgba(234,5,91,1) 0%,rgba(89,2,35,1) 100%); /* IE10+ */
  background: linear-gradient(135deg,  rgba(234,5,91,1) 0%,rgba(89,2,35,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea055b', endColorstr='#590223',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  padding: 10px;
}

#content >.container>.splash>.row {
  margin-right: 0;
  margin-left: 0;
}

#homepage-template #content >.container>.splash>.row, 
#members-template #content >.container>.splash>.row {
  background: url(../images/findaunicornc.jpg) no-repeat;
}

#content >.container>.splash>.row>.col-lg-6,
#content >.container>.splash>.row>.col-lg-6 {
  padding-right: 0;
  padding-left: 0;
}

#content >.container>.splash>.row>.col-lg-6.grid-wrapper {
  width: 148px;
  float: right;
/*   margin-top: 25px;  */
  margin-top: 11px;
}

#content >.container>.splash>.row>.col-lg-6.brand-image-container {
  max-width: 512px;
  width: 54%;
  margin-right: 1%;
  margin-left: 1%;
}

.join-form {
  overflow: hidden;  
  position: relative;
  left: 45px;
  margin-top: 40px;
  width: 362px;
  height: 367px;
  border: 1px solid #484134;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.join-form-inner {
  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(218,218,218,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(218,218,218,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(218,218,218,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(218,218,218,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(218,218,218,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(218,218,218,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dadada',GradientType=0 ); /* IE6-9 */
}

.join-form .join-form-title {
/*   background: url(/images/assets/join-free-text.png) 17px 21px no-repeat; */
  font-family:"Times New Roman",Georgia,Serif;
  padding: 8px 0 0px;
  font-size: 28px;
  color: #000;
  line-height: 54px;
  text-transform: capitalize;
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
  width: 95%;
  text-align: center;
/*   text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; */
}

.form-intro {
  line-height: 20px;
  color: #000;
  font-size: 14px;
  margin: 0 auto;
  width: 90%;
  border-bottom: 4px solid #E0E0E0;
  padding-bottom: 10px;
  font-family: 'Droid Sans', sans-serif;
}

#fstep_3 label.error, #fstep_4 label.error, #fstep_5 label.error, #fstep_6 label.error {
  top: -3px;
}

.join-form form input {
  width: 100% !important;
  max-width: 290px;
  padding: 7px 10px 6px 4px;
  border: solid 1px #2D2D2D;
  color: #000;
  background: #FFF;
  margin: 0 0 10px; 
  font: normal 16px/16px verdana, sans-serif;
}



.brand-image {
  margin-right: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.brand-image img {
  width: 100%;
  height: auto;
  max-width: 512px;
  margin-left: 25px;
  display: block;
  margin-left: 0;
  margin-right: 0;
  float: right;
}

.brand-template-form-container {
  float: right;
}

#content-grid {
  padding-top: 0;
  max-width: 411px;
  float: none;
  margin: 0 auto;
}

#content-grid .grid-title {
  color: #FFF;
  text-align: center;
  display: block;
  font: normal 17px verdana, sans-serif;
}

#content-grid>.row {
  margin-right: -10px;
  margin-left: -10px;
}

#content-grid .col-md-4 {
  padding-left: 10px;
  padding-right: 10px;
}

.images-container {
  margin-top: 9px;
  padding-bottom: 10px;
}

.images-container img {
  border: 1px solid #FFF;
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 115px;
}

.images-container span {
  display: block;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  margin-top: 2px;
}

.bottom-form-area {
  position: relative;
  left: 35px;
}

.bottom-form-area .badges {
  background: url(../images/badges.png) 0 0 no-repeat;
  min-height: 98px;
  min-width: 220px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: -12px;
  float: left;
}

.bottom-form-area .badges .badge-block {
  float: left;
}

.bottom-form-area .badges .badge-block:first-child {
  margin-right: 16px;
}

.bottom-form-area .quote {
  background: url(../images/quote.png) 0 0 no-repeat;
  font: normal 13px/17px Arial;
  float: right;
  margin-top: 32px;
  width: 140px;
  color: #FFF;
  margin-right: 74px;
  height: 56px;
}

.bottom-form-area .quote em {
  font-style: italic;
}

.bottom-form-area .quote .comment-name {
  display: block;
  text-indent: 20px;
}

.new-members-list-inner {
  padding: 0 2% 14px;
  margin-top: 24px;
  min-height: 10px;
  position: relative;
  z-index: 2;
  background-color: #fbfbfb;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}


#homepage-template .new-members-list-inner .row,
#members-template .new-members-list-inner .row {
  margin-right: -5px;
  margin-left: -5px;
}

#homepage-template .new-members-list-inner .row .col-xs-12,
#members-template .new-members-list-inner .row .col-xs-12 {
  padding-right: 5px;
  padding-left: 5px;
}

#homepage-template .new-members-list-inner .row .image-col,
#members-template .new-members-list-inner .row .image-col {
  padding-right: 5px;
  padding-left: 5px;
}

.new-members-list img {
  max-width: 90px;
  margin: 0 auto;
  width: 100%
}

.new-members-list span {
  display: block;
  text-align: center;
  font-family: verdana, sans-serif;
  font-size: 12px;
  margin-top: 5px;
}

.main-text-area {
  margin: 18px 0 0;
  color: #FFF;
}

.main-text-area .container .paragraph-box {
  background: #fff;
  padding-bottom: 80px;
}

.main-text-area  .container .row .col-lg-12 {
  max-width: 936px;
  margin: 0 auto;
}

.main-text-area .container .row .col-lg-12 h2 {
  margin-top: 48px;
}

.main-text-area  p {
  font: normal 17px/24px arial;
  color: #1D0D07;
  margin-bottom: 17px;
}

.main-text-area .img-first-paragraph {
  float: left;
  margin-right: 16px;
  margin-top: 5px;
}

.main-text-area ul {
  margin-left: 20px;
  margin-bottom: 40px;
}

.main-text-area ul li {
  list-style: disc;
  line-height: 24px;
  margin-bottom: 12px;
  font-size: 16px;
}


.column-container {
  margin-top: 8px;
}

.recent-member {
  text-align: center;
  margin: 0 auto 6px;
  display: block;
  color: rgb(255, 255, 255);
  font-family: arial;
  font-weight: bold;
}

.col-lg-1 {
  width: 16.66%;
  color: white;
  text-align: center;
}

.seven-cols {
  margin: 0 auto;
  display: block;
}

.imgcarousel {
  border: 2px solid #bb0449;
  width: 100%;
  height: auto;
}

.column-3 {
  background: #fff;
  width: 100%;
  color: #000;
  max-width: 313px;
  margin: 0 auto;
  overflow: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font: normal 14px/20px arial, sans-serif;
}

.column-3 img {
  margin: 0 auto;
  display: block;
}

.column-title {
  display: block;
  text-transform: capitalize;
  font-size: 22px;
  color: #000;
  padding-top: 21px;
  padding-bottom: 8px;
  text-align: center;
  font: bold 18px/24px "Times New Roman", Times, serif;
}

.column-3 p {
  font: normal 14px/20px arial, sans-serif;
  padding: 0 38px;
  margin-top: 6px;
  margin-bottom: 22px;
}

.column-3 a {
  background: rgb(254,0,0); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(254,0,0,1) 0%, rgba(186,0,0,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,0,0,1)), color-stop(100%,rgba(186,0,0,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(254,0,0,1) 0%,rgba(186,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(254,0,0,1) 0%,rgba(186,0,0,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(254,0,0,1) 0%,rgba(186,0,0,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(254,0,0,1) 0%,rgba(186,0,0,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe0000', endColorstr='#ba0000',GradientType=0 ); /* IE6-9 */
  display: block;
  margin-bottom: 8px;
  width: 107px;
  float: right;
  text-align: center;
  margin-right: 8px;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font: bold 16px/24px "Times New Roman", Times, serif;
  padding: 8px 0;
}

.reasons-to-join {
  background: #ED1D26 url(../images/reasons-to-join-logo.png) 25px 15px no-repeat;
}

.reasons-to-join .column-3-title {
  text-align: right;
  width: 70%;
  margin: 0 auto;
}

.reasons-to-join ul {
  display: block;
  width: 88%;
  margin: 56px auto 10px;
}

.reasons-to-join ul li {
  background: url(../images/tick.png) 5px 4px no-repeat;
  margin-bottom: 10px;
  padding-left: 28px;
  list-style: none;
  color: #fff;
  padding-right: 24px;
  line-height: 22px;
  font: normal 15px/22px verdana;
}

.what-our-member-say {
  background: #ED1D26 url(../images/what-our-member-say-logo.png) center 20px no-repeat;
}

.what-our-member-say .column-3-title {
  margin-top: 60px;
  padding-top: 0;
}

.member-say {
  margin-top: 15px;
}

.member-say.block-1 {
  background: url(../images/comment-block1-arrow.png) no-repeat 48px 68px;
  width: 88%;
  margin: 15px auto;
  display: block;
  overflow: hidden;
}

.member-say.block-1 img {
  width: 26%;
  float: left;
  height: auto;
  max-width: 59px;
}

.member-say.block-1 p {
  background-color: #fff;
  width: 74%;
  max-width: 204px;
  float: right;
  padding: 12px;
  padding-bottom: 38px;
  font: normal 13px/16px verdana;
  color: #000;
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 12px;
}

.member-say-name {
  display: block;
  float: right;
  font-size: 1.7em;
  position: absolute;
  right: 18px;
  bottom: 8px;
  margin: 0;
  font-family: verdana, sans-serif;
}

.member-say.block-2 {
  background: url(../images/comment-block2-arrow.png) no-repeat 197px 66px;
  width: 88%;
  margin: 15px auto;
  display: block;
  overflow: hidden;
}

.member-say.block-2 p {
  background-color: #fff;
  float: left;
  padding: 12px;
  padding-bottom: 38px;
  color: #000;
  position: relative;
  top: 0;
  left: 0;
  width: 74%;
  max-width: 204px;
  font: normal 13px/16px verdana;
  margin-bottom: 12px;
}

.member-say.block-2 img {
  width: 26%;
  float: right;
  height: auto;
  max-width: 59px;
}

.mobile-friendly {
  background: #ED1D26 url(../images/mobile-friendly-logo.png) 230px 20px no-repeat;
}

.mobile-friendly .column-3-title {
  width: 88%;
  margin: 38px auto 60px;
  padding: 0;
  text-align: left;
}

.mobile-friendly img {
  display: block;
  margin: 30px auto 24px;
}

.mobile-friendly p {
  width: 88%;
  margin: 0 auto;
  color: #FFF;
  font: normal 16px/24px verdana;
}

#footer {
  overflow: hidden;
}

#footer .inner-footer {
  background: #fff;
}

#footer .inner-footer .gradient-footer-wrapper {
  width: 97%;
  margin: 0 auto;
  background: rgb(99,2,39); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(99,2,39,1) 0%, rgba(219,5,85,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(99,2,39,1)), color-stop(100%,rgba(219,5,85,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(99,2,39,1) 0%,rgba(219,5,85,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(99,2,39,1) 0%,rgba(219,5,85,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(99,2,39,1) 0%,rgba(219,5,85,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(99,2,39,1) 0%,rgba(219,5,85,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#630227', endColorstr='#db0555',GradientType=0 ); /* IE6-9 */
  padding-top: 12px;
}

#footer .bottom-footer-links {
  text-align: center;
  color: #FFF;
  font-family: verdana, sans-serif;
  font-size: 14px;
}

#footer .bottom-footer-links a { 
  color: #FFF;
  text-decoration: none;
}

#footer .copyright-content {
  clear: both;
  padding-bottom: 14px;
  text-align: center;
  color: #FFF;  
  font-size: 14px;
  font-family: verdana;
}

@media (max-width: 991px) {
    
  #header .logo-container img  {
    max-width: 90%;
  }
  .navbar-toggle {
    border: none;
  }
  
  .navbar-default .navbar-toggle .icon-bar {
    width: 47px;
    height: 7px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #FFF;
  }
  
  .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 5px;
  }
}

@media (min-width: 768px) {
  .navbar-collapse.in {
    overflow-y: visible;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  
  h2, h3 { 
    font-size: 26px;
  }
  
  h4 {
    font-size: 21px;
    margin: 6px 0 8px;
  }
  
  #header .logo {
    padding: 36px 0 20px;
  }
  
  #header .logo img {
    width: 100%;
    height: auto;
  }
  
  #header .strapline {
    font-size: 21px;
    width: 354px;
    top: 29px;
  }
  
  .top-navigation>.container>.row {
    margin-right: 0;
    margin-left: 0;
  }
  
  .top-navigation>.container>.row>.col-lg-9, 
  .top-navigation>.container>.row>.col-lg-3 {
    padding-right: 0;
    padding-left: 0;
  }
  
  .navbar-default .navbar-nav {
    float: none;
  }
  
  .navbar-default .navbar-nav>li>a {
    font-weight: normal;
    padding: 6px;
    padding-left: 8px;
    font-size: 16px;
    line-height: 24px;
  }

  
  #content>.container>.row {
    margin-left: -5px;
    margin-right: -5px;
  }
  
  #content>.container>.row>.col-lg-6 {
    padding-left: 5px;
    padding-right: 5px;
  }
  
  .join-form {
    width: 325px;
    left: 17px;
  }
  
  .join-form .join-form-title {
    font-size: 25px;
    padding: 12px 0 8px 0;
    line-height: 34px;
  }
  
  .form-intro {
    font-size: 12px;
    padding-left: 0;
  }
  
  
  .brand-image-container {
    max-width: 323px;
  }
  
  .brand-image img {
    margin-left: 0; 
  }

  .new-members-list {
    /* margin-top: -16px */
  }
  
  .new-members-list span {
    font-size: 12px;
  }
  
  #content-grid-template .new-members-list {
    margin-top: 0;
  }
  
  #content-grid {
    width: 92%;
  }
  
  #content >.container>.splash>.row>.col-lg-6.brand-image-container {
    width: 55%;
    margin-right: 0%;
  }
  
  .main-text-area .container .paragraph-box {
    padding-left: 21px;
    padding-right: 21px;
  }
  
  .main-text-area p {
    font-size: 15px;
    line-height: 24px;
  }
  
  .bottom-form-area .badges {
    background-size: 150px auto;
    min-width: 165px;
    min-height: 82px;
    margin-bottom: 0;
    margin-right: 0;
  }
  
  .bottom-form-area .badges .badge-block {
    width: 136px;
  }
  
  .bottom-form-area .badges .badge-block:first-child {
    width: 118px;
  }
  
  .bottom-form-area .badges .badge-block img {
    width: 100%;
    height: auto;
  }
  
  .bottom-form-area .quote {
    font: normal 12px/17px Arial;
    margin-top: 19px;
    width: 130px;
    margin-right: 4px;
    background-size: 123px auto;
    background-position: 0 10px;
  }
  
  .new-members-list-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .images-container {
    padding-bottom: 8px;
  }
  
  .column-3-title {
    padding-top: 22px;
    font-size: 18px;
  }
  
  .reasons-to-join .column-3-title {
    width: 90%;
    padding-top: 35px;    
  }
  
  .reasons-to-join ul li {
    font-size: 13px;
    line-height: 18px;
  }
  
  .member-say.block-1, 
  .member-say.block-2 {
    margin-bottom: 0;
  }
  
  .member-say.block-1 {
    background: url(../images/comment-block1-arrow.png) no-repeat 39px 68px;
  }
  
  .member-say.block-1 p,
  .member-say.block-2 p  {
    width: 70%;
    margin-bottom: 4px;
    font-size: 11px;
    line-height: 15px;
    padding-bottom: 32px;
  }
  
  .member-say-name {
    font-size: 1.3em;
  }
  
  .member-say.block-2 {
    background: url(../images/comment-block2-arrow.png) no-repeat 141px 66px;
  }
  
  .mobile-friendly {
    background-position: 170px 20px;
  }
  
  .mobile-friendly .column-3-title {
    margin-bottom: 58px;
  }
  
  .mobile-friendly p {
    font-size: 14px;
  }
 
  .terms-container {
    width: 280px;
    margin-left: -140px;
  }
  
  .site-terms {
    font-size: 9px;
    bottom: 36px;
    width: 305px;
  }
  
  .bottom-form-area {
    left: 0;
    margin-bottom: 35px;
  }
  
  .nav-bar {
    width: 100%;
    margin-top: -36px;
    z-index: 1;
    position: relative;
  }
  
  .navbar-header {
    float: none;
  }
  
  .navbar-toggle {
    display: block;
    float: right;
    margin-right: 0;
    margin-left: 8px;
    margin-bottom: 6px;
    margin-top: 6px;
    padding: 6px 7px;
  }
  
  .navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    max-height: none;
    border: none;
    box-shadow: none;
  }
  
  .navbar-collapse.collapse {
    display: none!important;
  }
  
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #790330;
  }
  
  .navbar-nav>li:before {
    content: '';
    float: left;
    padding-top: 0;
  }
  
  .navbar-default .navbar-nav>li>a {
    padding-left: 8px;
    font-size: 16px;
    line-height: 24px;
    float: none;
  }
  
  .navbar-nav>li>.dropdown-menu li a {
    padding-left: 35px;
    font-size: 14px;
  }
  
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #777;
  }
  
  .navbar-nav .open .dropdown-menu>li>a {
    line-height: 20px;
  }
  
  .navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  
  .navbar-nav>li {
    float: none;
  }
  
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    box-shadow: none;
  }
  
  .navbar-nav>li>.dropdown-menu li {
    border: none;
  }
  
  .navbar-default .navbar-nav>.open>a, 
  .navbar-default .navbar-nav>.open>a:hover, 
  .navbar-default .navbar-nav>.open>a:focus {
    background-color: #333;
  }
  
  .column-container >.container .row {
    margin-right: -6px;
    margin-left: -6px;
  }
  
  .column-container >.container .row .col-lg-4 {
    padding-left: 6px;
    padding-right: 6px;
  }
  
  .column-3 {
    padding: 0 16px;
  }
  
  .column-3 img {
    margin: 0 auto;
    display: block;
    width: 100%;
  }


  .column-3 p {
    padding: 0 4px;
  }
  
  .column-3 a {
    width: 102px;
    padding: 6px 0;
    font-size: 14px;
    margin-right: -8px;
  }
  
}

@media (min-width: 755px) and (max-width: 767px) {
  .column-3 {
    padding: 0 16px;
  }
  
  .column-3 img {
    margin: 0 auto;
    display: block;
    width: 100%;
  }

  .column-3 p {
    padding: 0 4px;
  }
  
  .column-3 a {
    width: 102px;
    padding: 6px 0;
    font-size: 14px;
    margin-right: -8px;
  }
}


@media (max-width: 767px) {
  
  h2, h3 {
    font-size: 32px;
    line-height: 40px;
  }
  
  h4 {
    font-size: 32px;
  }
  
  #header {
    min-height: 78px;
    position: relative;
    z-index: 8;
  }
  
  #header .container {
    padding-left: 6px;
    padding-right: 6px;
  }
  
  #header .logo { 
    padding: 30px 0 16px;
    margin-top: 0;
  }
  
  #header .logo img {
    width: 100%;
    height: auto;
  }

  .logo-container {
    position: absolute;
    top: 0;
    z-index: 9;
    max-width: 341px;
    width: 82%;
  }
  
  #header .logo-container {
    margin-top: 10px;
  }

  .nav-bar {
    width: 100%;
    margin-top: -36px;
  }
  
  
  .navbar-nav {
    border: none;
    margin-left: 0;
  }
  
  .navbar-nav>li {
    float: none;
    border: none;
  }
  
  .navbar-nav>li:before {
    content: '';
    float: left;
    padding-top: 0;
  }
  
  .nav-on-mobile {
    margin-top: 3px;
    position: relative;
    z-index: 1;
  }
  
  .navbar-toggle {
    float: right;
    margin-right: 0;
    margin-left: 8px;
    margin-bottom: 0;
    margin-top: 1px;
    padding: 6px 7px;
    top: -6px;
  }
  
  .navbar-default .navbar-nav>li>a {
    padding-left: 8px;
    font-size: 16px;
    line-height: 24px;
    float: none;
  }
  
  .navbar-default .navbar-toggle:hover, 
  .navbar-default .navbar-toggle:focus {
    background-color: #790330;
  }
  
  .navbar-default .navbar-nav>.open>a, 
  .navbar-default .navbar-nav>.open>a:hover, 
  .navbar-default .navbar-nav>.open>a:focus {
    background-color: #333;
  }
  
  #content {
    position: relative;
    z-index: 7;
  }
  
  #content >.container>.splash {
    border: none;
  }
  
  #homepage-template #content >.container>.splash>.row, 
  #members-template #content >.container>.splash>.row {
    background-position: 95% 0;
    min-height: 586px;
  }

  #content>.container>.splash>.row>.col-lg-6 {
    max-width: 492px;
    clear: both;
    float: none;
  } 
  
  #content>.container>.splash>.row>.col-lg-6.form-container {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  
  .brand-template-form-container .form-intro {
    margin-bottom: 12px;
  }
  
  .join-form  {
    height: 369px;
    left: 0;
    top: 344px;
    margin: 40px auto 10px;
  }
  
  .join-form .join-form-title,
  .form-intro  {
    padding-left: 0;
  }
  
  .join-form .join-form-title {
    padding: 10px 0 0 0;
    font-size: 27px;
    max-width: none;
  }
  
  .form-intro {
  }
  
  .join-form .label-wrapper {
    text-align: right;
  }
  
  .join-form label {
    text-indent: 0;
  }
  
  .join-form-submit {
    margin-left: 0;
  }
  
  .site-terms {
    text-indent: 0;
    font-size: 10px;
  }
  
  .site-terms {

  }
  
  .new-members-list-inner {
    margin-top: 0;
  }
  
  
  .main-text-area p {
    font: normal 14px/24px verdana;
  }
  
  .main-text-area .container .paragraph-box {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 94px;
  }
  
  .main-text-area .container .paragraph-box:first-child {
    background: #fff url(../images/badges_2.png) 0 0 no-repeat;
    background-position: center 16px;
  }
  
  .brand-img-mobile {
    overflow: hidden;
    margin-top: 10px;
    padding: 0;
  }
  
  .brand-img-mobile img {
    max-width: 512px;
    width: 100%;
    margin: 0 auto;
    display: block;
    float: none;
    height: auto;
  }
  
  .bottom-form-area>.row .col-xs-12 {
    padding: 0;
  }
  
  .bottom-form-area .badges {
/*     background: url(/images/assets/badges-2.png) 0 0 no-repeat;
    min-height: 141px; */
/*     min-width: 91px; */
/*     margin-top: 5px;
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 0; */
    background: none;
    width: 0;
    height: 0;
    min-height: 0;
    margin: 0;
  }
  
  .bottom-form-area {
/*     position: absolute;
    left: 50%;
    bottom: -232%;
    margin: 0 auto;
    width: 330px;
    margin-left: -165px; 
    width: 330px; */
    position: absolute;
    
  }
  
  #homepage-template .bottom-form-area {
    /* bottom: -245%; */
    width: 0;
    height: 0;
    min-height: 0;
    margin: 0;
  } 
  
  .bottom-form-area .quote {
    width: 0;
    height: 0;
    width: 0;
    height: 0;
    min-height: 0;
    margin: 0;
/*     margin-top: 32px;
    margin-right: 0;
    padding-left: 18px;
    float: left;
    color: #000; */
  }
  
  #content-grid-template .bottom-form-area .quote {
    width: 50%;
    margin-top: 20px;
  }

  .column-container {
    margin-top: 192px;
  }
  
  .new-members-list {
    margin-top: 190px;
  }
  
  .main-text-area {
    margin: 0;
    margin-top: 20px;
  }
  
  #homepage-template .main-text-area {
    margin-top: 0;
  }
  
  .new-members-list .container>.new-members-list-inner>.row .col-md-6.first-four-carousel-images {
    margin-bottom: 7px;
  }
  
  #content-brand .main-text-area {
    margin-top: 0;
  }
  
  .column-container .container .row .col-xs-4 {
    margin-bottom: 20px;
  }
  
  .reasons-to-join .column-3-title {
    width: 84%;
    padding-top: 35px;
  }
  
  .reasons-to-join ul li {
    font-size: 13px;
    line-height: 18px;
  }
  
  .column-3-title {
    font-size: 18px;
  }
  
  .member-say.block-1,
  .member-say.block-2 {
    width: 92%;
  }
  
  .member-say.block-1 {
    background-position: 41px 68px;
  }
  
  .member-say.block-2 {
    background-position: 145px 66px;
  }
  
  .member-say.block-1 p,
  .member-say.block-2 p  {
    padding-bottom: 32px;
    margin-bottom: 0;
    width: 70%;
    font-size: 11px;
    line-height: 15px;
  }
  
  .member-say-name {
    font-size: 1.3em;
  }
  
  .mobile-friendly .column-3-title  {
    margin: 38px auto 36px;
  }
  
  .mobile-friendly {
    background-position: 170px 20px;
  }
  
  .mobile-friendly p {
    font-size: 14px;
  }
  
  .navbar-nav {
    height: auto;
    margin-bottom: 0;
  }
  
  .navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    max-height: none;
    border: none;
    box-shadow: none;
  }
  
  #content-grid {
    margin: 0 auto;
    float: none;
  }
  
  .join-form-submit {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 12px;
  }
  
  .navbar-nav>li:hover {
    background: none;
  }
  
  .navbar-nav>li>.dropdown-menu li {
    border: none;
  }
  
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    padding-left: 35px;
    font-size: 14px;
  }

  .hidden-upper-btn {
    position: absolute;
    left: 74px;
    top: 9px;
    z-index: 8;
  }
  
  .hidden-upper-btn .upper-btn {
    display: inline-block;
    float: none;
    margin-top: 0;
  }
  
  .hidden-upper-btn .upper-btn a {
    border: 1px solid #FFF;
    font-size: 16px;
    padding: 2px 10px;
    text-decoration: none;
    color: #FFF;
    display: block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  
  .mobile-insert-carousel, .mobile-insert-grid {
    overflow: hidden;
    margin-bottom: 10px;
  }
  
  .mobile-insert-carousel .row {
    margin-right: -5px;
    margin-left: -5px;
  }
  
  .mobile-insert-carousel .row .image-col {
    padding-right: 5px;
    padding-left: 5px;
  }
  
  .mobile-insert-carousel .row .col-xs-3.image-col .img-responsive {
    border: 1px solid #FFF;
    max-width: 89px;
    margin: 0 auto;
    width: 100%;  
  }
  
  .mobile-insert-grid .col-xs-4 {
    padding-left: 5px;
    padding-right: 5px;
  }
  
  .mobile-insert-grid .col-xs-4 img {
    max-width: 100px;
  }
  
  .join-form form input {
    font: normal 16px/16px verdana, sans-serif;
    padding-top: 3px;
    padding-bottom: 3px;
    height: 30px;
  }
  
  #fstep_2 label.error {
    left: 78px;
  }
  
  select {
    padding: 3px;
    line-height: 25px;
  }
  
  select#dobday.required,
  select#dobmonth.required,
  select#dobyear.required {
    font-size: 16px;
    padding-left: 2px;
  }
  
  .right-side-header {
    position: relative;
  }
  
  #content > .container {
    padding-right: 0;
    padding-left: 0;
  }
  
  #content >.container>.splash {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 6px;
  }
  
  .upper-nav {
    position: absolute;
    right: 0;
    top: 131%;
    overflow: visible;
    width: 100%;
  }
  
  .upper-nav .login-link-wrapper {
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 2px;
    -webkit-border-top-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    float: right;
  }
  
  .upper-nav .login-link {
    font-weight: normal;
    padding: 4px 7px 4px 13px;
    font-size: 13px;
  }
  
  .country-flags-container {
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .country-flags {
    margin-right: 0;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topright: 2px;
  }
}

@media (max-width: 754px) {
  .column-container .container .row .col-xs-4 {
    width: 100%;
    clear: both;
  }
  
  #homepage-template .column-3 {
    max-width: 360px;
  }
  
  #homepage-template .column-title {
    padding-top: 12px;
  }
  
  #homepage-template .column-3 p {
    font: normal 13px/19px arial, sans-serif;
    padding: 0 12px;
    margin-bottom: 8px;
  }
  
  .member-say.block-1 { 
    background-position: 63px 68px;
  }
  
  .member-say.block-2 {
    background-position: 197px 66px;
  }
  
  .member-say.block-1 p, .member-say.block-2 p {
    margin-bottom: 28px;
    line-height: 22px;
  }
  
  .reasons-to-join .column-3-title  {
    width: 70%;
  }
  
  .reasons-to-join ul li {
    font-size: 16px;
    line-height: 22px;
  }
  
  .mobile-friendly {
    background-position: 203px 20px;
  }
  
  .mobile-friendly .column-3-title {
    margin: 38px auto 50px;
  }
  
  #homepage-template .bottom-form-area {
    /* bottom: -395%; */
  }
}

@media (max-width: 630px) {
  .seven-cols .col-lg-1 {
    width: 30%;
    margin-left: 12px;
  }
}

@media (max-width: 570px) {
  #homepage-template #content >.container>.splash>.row, 
  #members-template #content >.container>.splash>.row {
    background-image: url(../images/main-splash-bg.gif);
    
  }
  .bottom-form-area {

  }
}

@media (max-width: 540px) {
  #footer .bottom-footer-links,
  #footer .bottom-footer-links a,
  #footer .copyright-content {
    font-size: 14px;
  }
}

@media (max-width: 530px) {
  #homepage-template #content >.container>.splash>.row,
  #members-template #content >.container>.splash>.row {
    background-position: 48% 0;
  }
  .bottom-form-area {

  }
  
  #footer .bottom-footer-links, 
  #footer .bottom-footer-links a, 
  #footer .copyright-content {
    font-size: 11px;
  }
}


@media (max-width: 469px) { 
  .bottom-form-area .badges {
 
  }
  
  .bottom-form-area .quote {

  }
  
  #content-grid-template .bottom-form-area .quote {
    margin-top: 10px; 
  }
  
  .new-members-list-inner {
    padding-left: 6px;
    padding-right: 6px;
  }
} 

@media (max-width: 450px) {  

  #header .container > .row > .col-md-6.logo-container { 
    top: 4px;
    width: 89%;
    padding: 0;
  }
  
  #header {
    min-height: 44px;
  }
  
  #header .logo {
    padding: 6px 0;
  }
  
  h2, h3 {
    font-size: 25px;
    line-height: 34px;
  }
  
  .main-text-area .container .row .col-lg-12 h2 {
    margin-top: 36px;
  }
  
  h4 {
    font-size: 21px;
    margin: 10px 0 12px;
  }
  
  .navbar-nav {
    margin-top: 0;
  }
  
  .navbar-toggle {
    margin-bottom: 0;
    margin-top: 1px;
    padding: 8px 8px; 
  }
  
  .container >.top-navigation-inner {
    background: #000 url(../images/navigation-bg1x35.png) repeat-x;
  }
  
  .country-flags {
    margin-top: 0;
  }
  
  #content {
    margin-top: 0;
  }
  
  #content >.container>.splash {

  }
  
  .join-form {
    margin: 0 auto;
    top: 393px;
  }
  
  .join-form .join-form-title {

  }
  
  .join-form form {
    margin: 0 auto;
  }
  
  .join-form form input {
    margin-bottom: 0;
  }
  
  .form-intro {

  }
  
  .mobile-insert-carousel, .mobile-insert-grid {
    margin-bottom: 0;
    margin-top: 8px;
  }
  
  .brand-template-form-container .form-intro {
    margin-bottom: 0;
  }
  
  #homepage-template .brand-template-form-container .form-intro,
  #members-template .brand-template-form-container .form-intro {
    margin-bottom: 12px;
  }
  
  .main-text-area {
    margin: 25px 0 0;
  }

  #homepage-template .main-text-area {
    margin-top: 0;
  }
  
  .site-terms {
    width: 346px;
    font-size: 11px;
  }
  
  .bottom-form-area .quote {
    margin-top: 22px;
    font-size: 11px;
  }
  
  #content-grid-template .bottom-form-area .quote {
    padding-left: 0;
  }
  
  .bottom-form-area  {
    bottom: -225%;
    width: 286px;
    margin-left: -143px;
  }
  
  #homepage-template .bottom-form-area {
   /*  bottom: -389%; */
  }
  
  .bottom-form-area .badges {
/*     background-size: 158px auto;
    min-width: 172px;
    min-height: 80px; */
  }
  
  .bottom-form-area .badges .badge-block {
    width: 52%;
  }
  
  .bottom-form-area .badges .badge-block:first-child {
    margin-right: 3%;
    width: 45%;
  }
  
  .bottom-form-area .badges .badge-block img {
    width: 100%;
    height: auto;
  }
  
  .mobile-insert-grid .col-xs-4 .images-container {
    margin-top: 0;
    padding-bottom: 0;
  }
  
  .paragraph-box {
    font-size: 15px;
  }
  
  .main-text-area .container .paragraph-box:first-child {
    background-size: 84% auto;
    background-position: center 1%;
  }
}

@media (max-width: 440px) {
  .bottom-form-area {
    bottom: -223%;
  }
}

@media (max-width: 424px) {
  .site-terms {
    margin-bottom: 0;
    font-size: 9px;
    width: 294px;
  }
  #fstep_2 label.error {
    left: 65px;
  }
  
  #footer .bottom-footer-links, 
  #footer .bottom-footer-links a, 
  #footer .copyright-content {
    font-size: 9px;
  }
}

@media (max-width: 419px) {
  .bottom-form-area {
    bottom: -220%;
  }
}

@media (max-width: 406px) {
  .seven-cols .col-lg-1 {
    width: 45%;
  }
}

@media (max-width: 399px) { 
  #homepage-template #content >.container>.splash>.row, 
  #members-template #content >.container>.splash>.row {
    background-size: 100% auto;
    min-height: 339px;
  }
  
  .navbar-default .navbar-toggle .icon-bar {
    width: 35px;
    height: 5px;
  }
  
  .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 3px;
  }
  
  #content >.container>.splash {
    background: url(../images/splash-bg-small.png) no-repeat;
  }
  
  #content>.container>.splash>.row>.col-lg-6.form-container {
    padding-top: 60%;
  }
  
  .container_form {
    width: 281px !important;
    top: 8px;
  }
  
  .join-form #form1 {
    width: 265px !important;
    height: 96px !important;
  }
  
  .container_steps {
    width: 1325px !important;
  }

  .join-form {
    width: 300px;
    height: 307px;
    top: 0;
  }
  
  .join-form-inner {
    height: 307px;
  }
  
  .join-form .join-form-title {
    background-position: 17px 15px;
    padding: 2px 0 0 0;
    background-size: 122px auto;
    line-height: 50px;
    height: 40px;
    font-size: 22px;
  }

  .form-intro {
    font-size: 12px;
    line-height: 18px;
    border-bottom: 0;
    position: absolute;
    bottom: 0;
    left: 0px;
    background: #000;
    width: 100%;
    padding: 4px 18px;
    color: #FFF;
  }
  
  #form {
    width: 280px !important;
    height: 218px;
  }
  
  select#dating-gender.required {
    margin-left: 12px;
  }
  
  .steps {
    top: 171px;
  }
  
  .site-terms {
    width: 261px;
    bottom: 23px;
  }
  
  .container_steps #fstep_1, 
  .container_steps #fstep_2, 
  .container_steps #fstep_3, 
  .container_steps #fstep_4, 
  .container_steps #fstep_5 {
    width: 265px !important;
  }
  
  .container_steps select#dating-gender.required {
    margin-left: 14px !important;
    background-size: 40px auto;
  }
  
  select {
    margin-right: 8px;
    height: 42px;
  }
  
  select#dobday.required, 
  select#dobmonth.required, 
  select#dobyear.required {
    font-size: 16px;
    padding-left: 2px;
    background-image:  url(../images/dropdown_icon_slim.png);
    line-height: 17px;
    margin-right: 6px;
  }
  select#dobmonth.required {
    width: 112px;
  }
  select#dobday.required {
    width: 70px;
  }
  
  select#dobyear.required {
    width: 70px;
    margin-right: 0;
  }
  .join-form #form form input {
    margin: 0 0 0 16px !important;
  }
  
  .join-form #form form input[type=text], 
  .join-form #form form input[type=email], 
  .join-form #form form input[type=password] {
    height: 42px;
  }
  
  #fstep_1, #fstep_2, #fstep_3, #fstep_4, #fstep_5 {
    height: 86px;
  }
  
  #fstep_1 p, #fstep_2 p, #fstep_3 p, #fstep_4 p, #fstep_5 p {
    margin-bottom: 8px;
  }
  
  label.error {
    font-size: 11px;
  }
  
  #fstep_1 label.error {
    top: 2px;
    margin-left: -62px;
  }
  
  #fstep_2 label.error {
    left: 75px;
    top: 45px;
  }
  
  #fstep_3 label.error, #fstep_4 label.error, #fstep_5 label.error {
    top: 1px;
    margin-left: -60px;
  }
  
  .myButton {
    margin: 0 23px !important;
  }
  
  .column-container {
    margin-top: 258px;
  }
  
  #homepage-template .column-container { 
    margin-top: 20px;
  }
  
  .new-members-list {
    margin-top: 0;
  }
  
  .new-members-list span {
    font-size: 11px;
  }
  
  .bottom-form-area {
    bottom: -73%;
    width: 236px;
    margin-left: -118px;
  }
  
  #homepage-template .bottom-form-area { 
    /* bottom: -194%; */
  }
  
  .bottom-form-area .quote {
    padding-left: 12px;
    margin-top: 16px;
    font-size: 9px;
    line-height: 13px;
    width: 115px;
  }
  
  .bottom-form-area .badges {
/*     background-size: 130px auto;
    min-width: 140px;
    min-height: 68px; */
  }
  
  .navbar-default .navbar-toggle {
    position: relative;
    top: -12px;
    margin-top: 3px;
  }
  
  .main-text-area .container .row .col-lg-12 h2 {
    margin-top: 8px;
  }
  
  .main-text-area .container .paragraph-box {
    padding-top: 23%;
  }
  
  .main-text-area .container .paragraph-box:first-child {
    background-size: 84% auto;
    background-position: center 0.3%;
  }
  
  #footer .inner-footer .gradient-footer-wrapper {
    padding-top: 6px;
  }
    
  #footer .bottom-footer-links, 
  #footer .copyright-content {
    font-size: 8px;
  }
  
  #footer .copyright-content {
    padding-bottom: 5px;
  }
  
  #footer .bottom-footer-links a,
  #footer .bottom-footer-links  {
    font-size: 16px;
  }
  
  .new-members-list-inner {
    margin-top: 20px;
  }
  
  
  
}

@media (max-width: 389px) {
  .bottom-form-area .badges {

  }
  
  #header {
    min-height: 38px;
  }
  
  #header .logo {
    padding: 2px 0 0;
  }
  
  #homepage-template .bottom-form-area {
    /* bottom: -206%; */
  }
}
@media (max-width: 381px) {
  #homepage-template .bottom-form-area {
   /*  bottom: -208%; */
  }
}

@media (max-width: 369px) {
  .brand-img-mobile img {
    margin-right: 0;
  }
  #homepage-template .bottom-form-area {
   /*  bottom: -210%; */
  }
}

@media (max-width: 363px) {
  #homepage-template .bottom-form-area {
   /*  bottom: -212%; */
  }
}

@media (max-width: 359px) {
  .navbar-default .navbar-toggle {

  }
  
  #header {
    min-height: 36px;
  }
  
  .bottom-form-area {
    bottom: -136%;
  }
  
  #homepage-template .bottom-form-area {
    /* bottom: -214%; */
  }
  
  .bottom-form-area .quote {
    padding-left: 5px;
    float: right;
  }
  
  .image-col {
    width: 50% !important;
    margin-top: 12px;
  }
  
  #content-grid-template .bottom-form-area .quote {
    padding-left: 0;
  }
  
  .main-text-area .container .paragraph-box {
    padding-top: 27%;
  }
}

@media (max-width: 350px) {
  #homepage-template .bottom-form-area {
    /* bottom: -214%; */
  }
} 

@media (max-width: 345px) {
  .bottom-form-area {
    bottom: -138%;
  }
  
  #homepage-template .bottom-form-area {
    /* bottom: -216%; */
  }
}

@media (max-width: 342px) {
  .member-say.block-2 {
    background-position: 24% 68px;
  }
  
  .member-say.block-2 {
    background-position: 76% 66px;
  }
}

@media (max-width: 340px) {
  #homepage-template .bottom-form-area {
    /* bottom: -219% */
  }
}

@media (max-width: 339px) {
  .bottom-form-area .badges {
   /*  background-position: 5px 0; */
    /* min-width: 123px; */
  } 
}

@media (max-width: 335px) {
  .bottom-form-area {
    bottom: -139%;
  }
}

@media (max-width: 330px) {
  .country-flags-container.activeFlags li {
    margin-left: 6px;
    margin-right: 6px;
  }
  
  .country-flags-container.activeFlags li.ca-flag {
    margin-right: 0;
  }
  
  #header {
    min-height: 40px;
  }
  
  #header .logo {
    padding-top: 2px;
  }
  
  #homepage-template .bottom-form-area {
    /* bottom: -221%; */
  }
}

@media (max-width: 328px) {
  .bottom-form-area {
    bottom: -140%;
  }
}


@media (max-width: 322px) {
  #homepage-template .bottom-form-area {
    /* bottom: -222%; */
  }
}

@media (max-width: 317px) {
  #homepage-template .bottom-form-area {
    /* bottom: -224%; */
  }
}

@media (max-width: 317px) {
  #homepage-template .bottom-form-area {
    /* bottom: -226%; */
  }
}



@media (max-height: 768px) { 
  #content-grid {
    max-width: 368px;
    margin: 0 auto;
    float: none;
  }
  
  .images-container img {
    max-width: 100px;
  }
}

 @media screen and (-webkit-min-device-pixel-ratio:0) { 
  select:focus, textarea:focus, input:focus {
    font-size: 16px;
  }
 }


.clearBoth {
  clear: both;
}

.hidden_element {
  display: none;
}

.alignRight {
  float: right;
}

.red {
  color: #ff0000;
}