
/* Main contact form */

.contact {
  width: 1170px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 60px;
}
.contact .form-holder {
  padding: 50px 0 30px;
  margin: 0 -20px 0 0;  
}
.contact-form-heading {
  color: #5e5e5e;
  font-size: 60px;
  font-weight: 300;
  line-height: 63px;
}

.contact .subform-holder {
}
.contact .subform-holder-fields {
    width: 300px;
}
.contact .input-group {
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  height: 120px;
  width: 340px;
  margin: 20px 20px 0 0;
  padding: 15px 0 0;
  float: left;
  border: 1px solid #c6c6c6;
  text-align: left;
  overflow: hidden;
  position: relative;
  background: white;
}
.contact .input-placeholder-text {
  font-size: 28px;
  line-height: 32px;
  font-weight: 300;
  color: #ababab !important;
  font-style: italic;
  top: 21px;
  left: 37px;
}
.contact label {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  color: #474747;
  font-weight: 500;
  display: inline-block;
  vertical-align: top;
  margin: 10px 0 0 40px;
}
.contact .textarea-holder {
}
.contact .textarea-holder .input-group {
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  background-color: white;
  width: 705px;
  height: 260px;
  padding: 0 0 60px;
  float: right;
  margin: 20px 110px 0 0;
  border: 1px solid #c6c6c6;
  text-align: left;
  overflow: hidden;
  position: relative;
  background: white;
}
.contact .textarea-holder label {
  position: absolute;
  bottom: 24px;
  left: 0;
}
.contact textarea {
  resize: none;
  font: 300 italic 28px/32px 'dosis', Arial, Helvetica, sans-serif;
  color: #ababab;
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 25px 37px;
  border: 0;
}
.contact textarea:focus {
  outline: none !important;
}
.contact .btn-holder {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: -140px;
  width: 140px;
  height: 140px;
  left: 50%;
  z-index: 4;
}
.contact button[type="submit"] {
  white-space: nowrap;
  -moz-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  background: #79df00;
  color: #fff;
  text-align: center;
  border: 0;
  margin: 0;
  cursor: pointer;
  font-size: 33px;
}
.contact button[type="submit"]:after {
  content: '';
  vertical-align: middle;
  display: inline-block;
  min-height: 120px;
}
.contact button[type="submit"] i {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}
.contact button[type="submit"]:hover, .contact button[type="submit"]:focus, .contact button[type="submit"]:active {
  background: #2b2b2b;
  color: #79e000;
  outline: none;
}

.subpage-title-holder {
  background: url("../images/bg-section4.jpg") no-repeat left top;
  min-height: 230px;
}
.subpage-title {
  margin: 0 auto;
  padding: 70px 15px;
  width: 1170px;
  color: #79df00;
  font-size: 72px;
  font-weight: 200;
  line-height: 72px;
}
.subpage-blurb {
  float: right;
  width: 600px;
  padding: 23px 80px 0 0;
  color: #ffffff;
  font-size: 26px;
  font-weight: 200;
  line-height: 32px;
}
.subpage-blurb {
  float: right;
  width: 600px;
  padding: 23px 80px 0 0;
  color: #ffffff;
  font-size: 26px;
  font-weight: 200;
  line-height: 32px;
}

.contact-submit-div {
  padding: 0 20px 80px;
  text-align: center;
  margin: 0 auto;
  width: 1170px;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  color: #77DF02;
}

.floating-map-info-box {
  width: 280px;
  height: 430px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #2b2b2b;
  position: absolute;
  left: 10px;
  top: 750px;
  z-index: 4;
}
.map-info-title {
  font: 300 20px "dosis", arial, helvetica, sans-serif;
  color: #79DD01;
  padding: 20px 10px 10px 10px;
  border-bottom: 1px solid #505050;
  margin-left: 20px;
  margin-right: 20px;
}
.map-info-subtitle {
  font: 400 16px "dosis", arial, helvetica, sans-serif;
  color: white;
  padding: 20px 10px 20px 10px;
  margin-left: 20px;
  margin-right: 20px;
}
.map-info-body {
  font: 300 16px/20px "dosis", arial, helvetica, sans-serif;
  color: #b0b0b0;
  padding: 0 10px 50px 10px;
  margin-left: 20px;
  margin-right: 20px;
}
.map-info-contact {
  font: 300 16px/20px "dosis", arial, helvetica, sans-serif;
  color: #d0d0d0;
  padding: 20px 10px 0 0;
  margin-left: 20px;
  margin-right: 20px;
}


.floating-menu-box {
  width: 260px;
  height: 310px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #BFC9BE;
  position: fixed;
  right: 50px;
  top: 420px;
  z-index: 100;
}
.floating-menu-title {
  font: 400 20px "dosis", arial, helvetica, sans-serif;
  color: #58A501;
  padding: 20px 10px 10px 10px;
  border-bottom: 1px solid #e2e2e2;
  margin-left: 20px;
  margin-right: 20px;
}
.floating-menu-option {
  padding: 0 10px;
  margin-left: 20px;
  margin-right: 20px;
  height: 32px;
}
.floating-menu-option a {
  font: 300 16px/16px "dosis", arial, helvetica, sans-serif;
  color: #919191;
}
.floating-menu-option a:hover{
  font: 500 16px/16px "dosis", arial, helvetica, sans-serif;
  color: #58A501;
  text-decoration: underline;
}

.database-name-container {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #979797;
  width: 125px;
  height: 125px;
  background: transparent;
  text-align: center;
  line-height: 22px;
  margin-top: 80px;
  margin-left: 60px;
  text-transform: uppercase;
  float: left;
}
.database-name {
  font-size: 20px;
  font-weight: 600;
  color: #58A501;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}


/* Subpage stuff */

 h6 {
  color: #8DBE65;
  font: 300 40px "dosis", arial, helvetica, sans-serif;
  margin: 50px 0 25px;
}

.support-title {
  margin: 0 auto;
  padding: 0 20px 30px 0;
  width: 1170px;
  font-size: 60px;
  font-weight: 300;
  line-height: 72px;
}


.subpage-dark-section h6 {
  color: #88FF00;
  font: 300 40px "dosis", arial, helvetica, sans-serif;
  margin: 50px 0 25px;
}

.subpage-top-section-holder {
  width: 100%;
  background: #dee6d9;
}

.subpage-para {
  margin-bottom: 25px;
}

.subpage-para-larger {
  font-size: 25px;
  line-height: 35px;
  font-weight: 300;
  margin-bottom: 25px;
}

.subpage-heading {
  margin: 0 auto;
  padding: 0 20px 30px 0;
  width: 1170px;
  font-size: 60px;
  font-weight: 300;
  line-height: 72px;
}

.subpage-top-section {
  margin: 0 auto;
  /* WR: Set right-padding to 160px if you decide to reintroduce the floating menu */
  padding: 60px 40px 80px 20px;
  width: 1170px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.subpage-top-section a,
.subpage-light-section a {
    color: #50AE04;
}

.subpage-dark-section a {
    color: #70CE04;
}
.subpage-top-section a:hover, 
.subpage-top-section a:focus,
.subpage-light-section a:hover, 
.subpage-light-section a:focus,
.subpage-dark-section a:hover,
.subpage-dark-section a :focus {
  text-decoration: underline;
  outline: none !important;
}

.subpage-light-section-holder {
  width: 100%;
  background-color: #fff;
}

.subpage-light-section {
  margin: 0 auto;
  /* WR: Change right-padding back to 160px if you decide to reintroduce the floating menu */
  padding: 40px 40px 40px 20px;
  width: 1170px;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  clear: both;
}

.subpage-light-section-narrow {
  margin: 0 auto;
  /* WR: Change right-padding back to 160px if you decide to reintroduce the floating menu */
  padding: 0 40px 40px 20px;
  max-width: 1170px;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  margin-top: -40px;
}

.subpage-light-section li,
 .subpage-light-section-narrow li {
  margin-left: 40px;
  padding: 0 0 20px 20px;
  font-size: 18px/24px;
  font-weight: 300;
}

.subpage-light-section p,
 .subpage-light-section-narrow p {
  font-size: 18px/24px;
  line-height: 28px;
  font-weight: 300;
}

.subpage-light-contact-div {
  padding: 0 20px 180px;
  text-align: center;
  margin: 0 auto;
  width: 1170px;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  color: #77DF02;
  clear: both;
}

.subpage-dark-section-holder {
  width: 100%;
  background-color: #2B2B2B;
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
}

.subpage-dark-section {
  margin: 0 auto;
  padding: 60px 20px 100px;
  width: 1170px;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  clear: both;
}

.subpage-dark-section p ,
.subpage-light-section p {
  padding-bottom: 20px;
}


.subpage-dark-contact-div {
  padding: 0 20px 80px;
  text-align: center;
  margin: 0 auto;
  width: 1170px;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  color: #77DF02;
}

.subpage-dark-section h4 {
  font-size: 60px;
  font-weight: 300;  
}
.whyria-section {
  margin: 0 auto;
  padding: 100px 20px 120px;
  width: 1170px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.whyria-title {
  font-size: 60px;
  font-weight: 300;
  padding-bottom: 40px;
  padding-left: 20px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.whyria-subtitle {
  font-size: 30px;
  font-weight: 300;
  padding-bottom: 20px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-align: center;
}

.whyria-subtitle-right {
  font-size: 30px;
  font-weight: 300;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  text-align: center;
}

.whyria-desc {
  font-size: 24px;
  font-weight: 300;
  font-style: italic;
  line-height: 58px;
  padding-left: 300px;
  border-right: 1px solid #ddd;
}
.whyria-yes {
	background:url(../images/yes.png) no-repeat;
    background-position: center;
    border-right: 1px solid #ddd;
}
.whyria-no {
	background:url(../images/no.png) no-repeat;
    background-position: center;
    border-right: 1px solid #ddd;
}
.whyria-yes-right {
	background:url(../images/yes.png) no-repeat;
    background-position: center;
}
.whyria-no-right {
	background:url(../images/no.png) no-repeat;
    background-position: center;
}

.subpage-section-holder > .icone-holder {
  white-space: nowrap;
  -moz-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%-50%);
  -o-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  width: 120px;
  height: 120px;
  position: absolute;
  background: #79df00;
  left: 50%;
  z-index: 4;
  text-align: center;
}
.subpage-section-holder > .icone-holder:after {
  content: '';
  vertical-align: middle;
  display: inline-block;
  min-height: 115px;
}
.subpage-section-holder > .icone-holder:hover {
  background: #2b2b2b;
}
.subpage-section-holder > .icone-holder:hover span {
  color: #79e000;
}
.subpage-section-holder > .icone-holder:hover .text-contact {
  color: #303030;
}
.whyria-section-holder > .icone-holder span {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  line-height: 22px;
  color: black;
  font-size: 20px;
  font-weight: 500;
  width: 120px;
}
.subpage-section-holder > .icone-holder span {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  line-height: 22px;
  color: black;
  font-size: 20px;
  font-weight: 500;
  width: 120px;
}
.subpage-section-holder > .icone-holder span.contact {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  line-height: 36px;
  color: white;
  font-size: 46px;
  font-weight: 300;
  width: 120px;
}

.subpage-light-contact-div > .icone-holder {
  white-space: nowrap;
  -moz-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transform: translate(-50%,30%);
  -moz-transform: translate(-50%,30%);
  -ms-transform: translate(-50%,30%);
  -o-transform: translate(-50%,30%);
  -webkit-transform: translate(-50%,30%);
  width: 120px;
  height: 120px;
  position: absolute;
  background: #79df00;
  left: 50%;
  z-index: 4;
  text-align: center;
}
.subpage-light-contact-div > .icone-holder span {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  line-height: 22px;
  color: white;
  font-size: 46px;
  font-weight: 500;
  width: 120px;
  padding-top: 27px;
}

.subpage-light-contact-div > .icone-holder:after {
  content: '';
  vertical-align: middle;
  display: inline-block;
  min-height: 115px;
}
.subpage-light-contact-div > .icone-holder:hover {
  background: #2b2b2b;
}
.subpage-light-contact-div > .icone-holder:hover span.contact {
  color: #59c000;
}
.subpage-dark-section-holder > .icone-holder:hover {
  background: #ffffff;
}
.subpage-dark-section-holder > .icone-holder:hover span.contact {
  color: #59c000;
}


.subpage-top-section-holder > .icone-holder {
  white-space: nowrap;
  -moz-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%-50%);
  -o-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  width: 120px;
  height: 120px;
  position: absolute;
  background: #fff;
  left: 50%;
  z-index: 4;
  text-align: center;
  padding-top: 20px;
}

.subpage-light-section-callout {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #979797;
  color: #979797;
  width: 320px;
  height: 320px;
  background: transparent;
  float: right;
  text-align: center;
  padding: 50px 20px 0 20px;  
  font-size: 18px;
  line-height: 22px;
  margin-top: 80px;
  margin-right: 250px;
  margin-left: 50px;
  text-transform: uppercase;
}

.subpage-dark-section-callout {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #979797;
  color: #A9A9A9;
  width: 360px;
  height: 360px;
  background: transparent;
  float: right;
  text-align: center;
  padding: 40px 20px 0 20px;  
  font-size: 16px;
  line-height: 22px;
  margin-top: 180px;
  margin-right: 250px;
  margin-left: 50px;
}

.callout-stress {
  color: #8DBE65;
  font: 600 18px "dosis", arial, helvetica, sans-serif;
  text-transform: uppercase;
}

.callout-stress-dark {
  color: #86F503;
  font: 400 22px "dosis", arial, helvetica, sans-serif;
  text-transform: uppercase;
}

.riacompare-title {
  color: #8DBE65;
  font: 300 34px "dosis", arial, helvetica, sans-serif;
  margin: 20px 0 25px 100px;
}

.subpage-light-tryit-div {
  padding: 0 20px 350px;
  text-align: center;
  margin: -100px auto;
  width: 1170px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #77DF02;
  clear: both;
}

.subpage-light-tryit-div > .icone-holder {
  white-space: nowrap;
  -moz-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transform: translate(-50%,30%);
  -moz-transform: translate(-50%,30%);
  -ms-transform: translate(-50%,30%);
  -o-transform: translate(-50%,30%);
  -webkit-transform: translate(-50%,30%);
  width: 120px;
  height: 120px;
  position: absolute;
  background: #79df00;
  left: 50%;
  z-index: 4;
  text-align: center;
}
.subpage-light-tryit-div > .icone-holder span {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  line-height: 22px;
  color: white;
  font-size: 30px;
  font-weight: 500;
  width: 120px;
  padding-top: 48px;
}

.subpage-light-tryit-div > .icone-holder:after {
  content: '';
  vertical-align: middle;
  display: inline-block;
  min-height: 115px;
}
.subpage-light-tryit-div > .icone-holder:hover {
  background: #2b2b2b;
}
.subpage-light-tryit-div > .icone-holder:hover span.contact {
  color: #59c000;
}

.example-top-section {
  margin: 0 auto;
  padding: 20px 40px 20px 20px;
  width: 1170px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.example-heading {
  margin: 0 auto;
  padding: 0 20px 10px 0;
  width: 1170px;
  font-size: 40px;
  font-weight: 300;
  line-height: 52px;
}

.example-para {
  margin-bottom: 15px;
}
