/* CSS Document */
/* swearwords.com.au */
/* NEST */
/*----------Variables Declaration----------*/
/*----------Mixins----------*/
/*----------Global----------*/
* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 16px;
  line-height: 20px;
  color: #505050;
  font-family: "ff-dagny-web-pro-n4","ff-dagny-web-pro", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  background: #F7F6F3 url("../images/bg-page.jpg") top center no-repeat;
}

input:focus {
  outline: none;
}

.wrapper {
  width: 970px;
  margin: 0 auto;
  clear: both;
}

.clear {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.finger {
  cursor: pointer;
}

.img-left {
  float: left;
  padding: 0 20px 10px 0;
}

.img-right {
  float: left;
  padding: 0 0 10px 20px;
}

/*----------Type, formatting----------*/
a {
  color: #84CBA7;
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: underline;
}
a img {
  border: none;
}

h1 {
  font-size: 38px;
  line-height: 38px;
  padding-bottom: 30px;
  font-family: "minerva-modern-n7", "minerva-modern", Georgia, "Times New Roman", Times, serif;
  font-style: normal;
  font-weight: 700;
  color: #2383A1;
  text-transform: lowercase;
}

h2 {
  font-size: 38px;
  line-height: 38px;
  padding-bottom: 30px;
  font-family: "minerva-modern-n4", "minerva-modern", Georgia, "Times New Roman", Times, serif;
  font-style: normal;
  font-weight: 400;
  color: #2383A1;
  font-weight: 400;
}

h3 {
  font-size: 20px;
  line-height: 20px;
  padding-bottom: 10px;
  font-family: "minerva-modern-n7", "minerva-modern", Georgia, "Times New Roman", Times, serif;
  font-style: normal;
  font-weight: 700;
  color: #2383A1;
}

h4 {
  font-size: 18px;
  line-height: 20px;
  padding-bottom: 10px;
  font-family: "minerva-modern-n4", "minerva-modern", Georgia, "Times New Roman", Times, serif;
  font-style: normal;
  font-weight: 400;
  color: #A69574;
}

h5 {
  font-size: 12px;
  line-height: 20px;
  font-family: "ff-dagny-web-pro-n4","ff-dagny-web-pro", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #A7A7A7;
}

h6 {
  font-size: 14px;
  line-height: 20px;
  font-family: "ff-dagny-web-pro-n7","ff-dagny-web-pro", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #2383A1;
}

p {
  padding-bottom: 20px;
}

.text ul {
  margin: 0 0 20px 20px;
}
.text ul li {
  padding-bottom: 10px;
}

.description ul {
  margin: 0 0 10px 20px;
}

.blue {
  color: #2383A1;
}

.brown {
  color: #A69574;
}

.green {
  color: #84CBA7;
}

/*----------Header---------------*/
#header {
  height: 160px;
}
#header #logo {
  float: left;
  padding: 35px 0 0 0;
}
#header #logo a {
  display: block;
  width: 227px;
  height: 82px;
  background: url("../images/nest.png");
  text-indent: -9999px;
}
#header #logo a:hover {
  opacity: 0.8;
}
#header .btn-twitter, #header .btn-facebook, #header .btn-instagram {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 5px 0 0 7px;
  text-indent: -9999px;
}
#header .btn-twitter:hover, #header .btn-facebook:hover, #header .btn-instagram:hover {
  background-position: bottom;
  cursor: pointer;
}
#header .btn-twitter {
  background: url("../images/btn-twitter.png");
}
#header .btn-facebook {
  background: url("../images/btn-facebook.png");
}
#header .btn-instagram {
  background: url("../images/btn-instagram.png");
}

.signup-social {
  float: right;
  position: relative;
  padding-top: 40px;
}
.signup-social .signup-msgbox {
  position: absolute;
  top: 8px;
  left: 20px;
  background: url("../images/bg-signup-bottom.png") bottom center no-repeat;
  padding-bottom: 6px;
  display: none;
}
.signup-social .signup-msgbox span {
  display: inline-block;
  font-size: 12px;
  padding: 0 5px 0 20px;
  line-height: 23px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color: #fff;
  font-weight: 700;
  background: #84CBA7 url("../images/bg-signup-success.png") 5px 5px no-repeat;
}
.signup-social form {
  float: left;
  width: 200px;
  padding: 3px 5px 2px 10px;
  border: 1px solid #DBD5C7;
  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-right: 10px;
  transition: all .1s linear;
  -o-transition: all .1s linear;
  -moz-transition: all .1s linear;
  -webkit-transition: all .1s linear;
}
.signup-social form .subscribe {
  float: left;
  border: none;
  color: #C9C0AC;
  font-size: 11px;
  width: 180px;
  margin-top: 2px;
}
.signup-social form .btn-sub {
  float: right;
  border: none;
  background: url("../images/btn-signup.png") top left no-repeat;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  opacity: 0.6;
}
.signup-social form .btn-sub:hover {
  opacity: 1;
  cursor: pointer;
}
.signup-social form:hover {
  border-color: #A69574;
}
.signup-social form:hover .subscribe {
  color: #A69574;
}

#nav {
  float: right;
  clear: right;
  margin-top: 20px;
  padding-bottom: 12px;
  font-family: "minerva-modern-n7", "minerva-modern", Georgia, "Times New Roman", Times, serif;
  font-style: normal;
  font-weight: 700;
  list-style: none;
  font-size: 16px;
  position: relative;
  border-bottom: 2px solid #DCECE3;
}
#nav li {
  float: left;
  margin-left: 12px;
  position: relative;
  left: -15px;
}
#nav li a {
  padding: 0 15px;
  display: block;
  line-height: 35px;
}
#nav li ul {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  list-style: none;
  margin-top: 35px;
  padding: 10px 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  width: 150px;
}
#nav li ul li {
  float: left;
  margin-left: 0;
  width: 100%;
  left: 0;
}
#nav li ul a {
  padding: 8px 15px;
  line-height: 15px;
  color: #fff;
  font-family: "ff-dagny-web-pro-n4","ff-dagny-web-pro", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  background: transparent;
}
#nav li ul a:hover {
  text-decoration: none;
  background: #2383A1;
  background: rgba(35, 131, 161, 0.6);
}
#nav li:hover a.menu {
  color: #fff;
  background: #84CBA7;
  background: rgba(132, 203, 167, 0.9);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  text-decoration: none;
}
#nav li:hover ul {
  display: block;
  z-index: 5;
  background: #84CBA7;
  background: rgba(132, 203, 167, 0.9);
}
#nav li.on a.menu {
  color: #2383A1;
}
#nav li.on:hover a.menu {
  color: #fff;
}
#nav li.withsub:hover a.menu {
  color: #fff;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
#nav li.withsub:hover ul {
  border-top-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
}
#nav .first {
  margin-left: 0;
}
#nav .last {
  margin-right: -30px;
}

/*----------Common Elements-------*/
.btn-txt {
  display: inline-block;
  padding: 0 10px;
  line-height: 30px;
  height: 30px;
  font-family: "ff-dagny-web-pro-n4","ff-dagny-web-pro", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  font-size: 13px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background: url("../images/bg-btn.jpg") top left repeat-x;
}
.btn-txt:hover {
  background-position: bottom;
  cursor: pointer;
}
.btn-txt:hover {
  text-decoration: none;
  cursor: pointer;
}
.btn-txt span {
  background: url("../images/btn-sub-white.png") left 3px no-repeat;
  padding-left: 14px;
}

.btn-top {
  display: inline-block;
  padding-left: 18px;
  font-family: "minerva-modern-n7", "minerva-modern", Georgia, "Times New Roman", Times, serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  opacity: 0.5;
  background: url("../images/btn-top.png") left center no-repeat;
  color: #2383A1;
}
.btn-top:hover {
  opacity: 1;
  cursor: pointer;
  text-decoration: none;
}

/*----------Footer---------------*/
#footer {
  clear: both;
  background: #DBE3D8;
  height: 180px;
  color: #84CBA7;
  font-size: 12px;
  line-height: 15px;
}
#footer .wrapper {
  position: relative;
  padding-top: 35px;
}
#footer a {
  color: #84CBA7;
}
#footer a:hover {
  color: #69B793;
}
#footer #logo-family {
  position: absolute;
  top: -25px;
  left: 0;
  width: 81px;
  height: 39px;
  background: url("../images/logo-footer.png") no-repeat;
}
#footer #logo-family span {
  display: none;
}
#footer .address {
  float: left;
  width: 220px;
}
#footer .address p {
  padding-left: 15px;
}
#footer .address .phone {
  font-size: 19px;
  font-family: "minerva-modern-n7", "minerva-modern", Georgia, "Times New Roman", Times, serif;
  font-style: normal;
  font-weight: 700;
  background: url("../images/phone.png") top left no-repeat;
}
#footer .sitemap {
  float: left;
  width: 470px;
  margin-left: 30px;
}
#footer .sitemap a {
  margin-right: 20px;
}
#footer .signup-social {
  padding-top: 0;
}
#footer .signup-social .btn-twitter, #footer .signup-social .btn-facebook, #footer .signup-social .btn-instagram {
  display: inline-block;
  width: 21px;
  height: 20px;
  margin: 0 0 0 7px;
  text-indent: -9999px;
  opacity: 0.6;
}
#footer .signup-social .btn-twitter:hover, #footer .signup-social .btn-facebook:hover, #footer .signup-social .btn-instagram:hover {
  opacity: 1;
}
#footer .signup-social .btn-twitter {
  background: url("../images/btn-twitter-footer.png");
}
#footer .signup-social .btn-facebook {
  background: url("../images/btn-facebook-footer.png");
}
#footer .signup-social .btn-instagram {
  background: url("../images/btn-instagram-footer.png");
}
#footer .signup-social .sw {
  background: url("../images/sw.png");
  display: inline-block;
  width: 16px;
  height: 25px;
  margin: 0 0 0 7px;
  text-indent: -9999px;
  opacity: 0.6;
}
#footer .signup-social .sw:hover {
  opacity: 1;
}

.fb_edge_widget_with_comment span.fb_edge_comment_widget iframe.fb_ltr {
  display: none !important;
}

/*----------Content General---------------*/
.content {
  float: right;
  width: 720px;
  position: relative;
}

.col-double {
  width: 470px;
}

.col-small {
  width: 220px;
}

ul.cta-buttons {
  list-style: none;
  width: 220px;
  font-size: 12px;
}
ul.cta-buttons li {
  display: inline-block;
  float: left;
  margin: 0 5px;
  height: 30px;
}

a.email {
  display: inline-block;
  color: #A69574;
  padding-left: 20px;
  line-height: 30px;
  background: url("../images/email.png") left center no-repeat;
}

a.print {
  display: inline-block;
  color: #A69574;
  padding-left: 20px;
  line-height: 30px;
  background: url("../images/print.png") left center no-repeat;
}

#content-main {
  width: 970px;
  margin: 0 auto;
  clear: both;
  padding: 45px 0;
  overflow: hidden;
  /*Staff*/
}
#content-main h1, #content-main h2 {
  padding-bottom: 20px;
}
#content-main h2.page-title {
  margin-bottom: 30px;
  text-transform: lowercase;
  width: 450px;
}
#content-main .intro {
  color: #A69574;
  font-size: 18px;
  line-height: 24px;
}
#content-main .hero-box {
  float: right;
  position: relative;
  margin-top: -124px;
  width: 270px;
  height: 270px;
  overflow: hidden;
}
#content-main .hero {
  position: absolute;
  top: 0;
  left: 0;
  width: 270px;
  z-index: 2;
}
#content-main .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 270px;
  height: 270px;
  z-index: 3;
}
#content-main div.text {
  width: 600px;
}
#content-main div.text a {
  color: #84CBA7;
}
#content-main .hr-bottom {
  border-bottom: 1px solid #BDDAE3;
}
#content-main .cta {
  margin-top: 70px;
  font-size: 12px;
  line-height: 15px;
}
#content-main .masked-image-box {
  margin-bottom: 15px;
  position: relative;
  width: 190px;
  height: 90px;
  overflow: hidden;
}
#content-main .masked-image-box .mask {
  position: absolute;
  z-index: 3;
  top: 0;
  width: 190px;
  height: 90px;
  left: 0;
}
#content-main .masked-image-box .s-image {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 190px;
  height: 90px;
}
#content-main .subpage-row {
  cursor: pointer;
  float: left;
  display: block;
  width: 700px;
  padding: 10px;
  border-top: 1px solid #BDDAE3;
  transition: all .1s linear;
  -o-transition: all .1s linear;
  -moz-transition: all .1s linear;
  -webkit-transition: all .1s linear;
}
#content-main .subpage-row:hover {
  text-decoration: none;
  background: #FBFBF9;
}
#content-main .subpage-row img {
  float: left;
  margin: 5px 20px 0 0;
  width: 90px;
  height: auto;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
#content-main .subpage-row .info {
  padding: 10px 0 0 110px;
  color: #505050;
}
#content-main .subpage-row .info .description {
  padding: 5px 0;
  color: #505050;
  font-size: 13px;
  display: none;
}
#content-main .subpage-row .info .description h3 {
  font-size: 14px;
}
#content-main .subpage-row h3 {
  color: #A69574;
  font-family: "ff-dagny-web-pro-n7","ff-dagny-web-pro", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-transform: none;
  padding-bottom: 5px;
}
#content-main .subpage-row h5 {
  color: #505050;
  font-size: 15px;
  line-height: 20px;
}
#content-main .subpage-row span {
  float: right;
  color: #84CBA7;
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
}

.pagenav {
  float: left;
  width: 220px;
}
.pagenav h1.group-title {
  margin-bottom: 25px;
}
.pagenav p {
  font-size: 12px;
  line-height: 15px;
}
.pagenav ul.links {
  list-style: none;
}
.pagenav ul.links li {
  font-size: 16px;
  padding: 10px 0;
  background: url("../images/hr-thin.png") left bottom no-repeat;
}
.pagenav ul.links li a {
  display: block;
  padding: 0 15px;
  background: url("../images/btn-sub-green.png") left center no-repeat;
}
.pagenav ul.links li.on a {
  color: #2383A1;
  background: url("../images/btn-sub-blue.png") left center no-repeat;
}
.pagenav ul.links li.on a:hover {
  color: #2383A1;
}
.pagenav ul.links li.on ul a {
  color: #84CBA7;
  line-height: 14px;
  background: none;
}
.pagenav ul.links li.on ul a:hover {
  color: #84CBA7;
}
.pagenav ul.links ul {
  margin-top: 10px;
}
.pagenav ul.links ul li {
  font-size: 14px;
  padding: 5px 0;
  background: none;
}
.pagenav ul.links ul li a {
  line-height: 14px;
  background: none;
  font-style: italic;
}
.pagenav ul.links ul li.on a {
  color: #2383A1;
}
.pagenav ul.links ul li.on a:hover {
  color: #2383A1;
}

/*--------Homepage---------*/
body.bg-home {
  background: #F7F6F3 url("../images/bg-home.jpg") top center no-repeat;
}

.home #hero-slides {
  position: absolute;
  top: 0;
  right: 50%;
  list-style: none;
  width: 1070px;
  height: 690px;
  overflow: hidden;
  background: url("../images/bg-hero.jpg") top right no-repeat;
  z-index: -1;
}
.home #hero-slides img {
  width: 1070px;
  height: 690px;
}
.home #content-heading {
  height: 398px;
  width: 970px;
  margin: 0 auto;
  clear: both;
}
.home #content-heading .content {
  float: right;
  width: 470px;
  padding-top: 30px;
  font-size: 15px;
}
.home #content-heading .content .col-small p {
  height: 130px;
}
.home #wrapper-home-main {
  background: #EDE9E1;
  background: rgba(210, 202, 186, 0.25);
  border-top: 1px solid #F8F7F4;
}
.home #content-main {
  padding: 45px 0;
  overflow: hidden;
}
.home #content-main h1, .home #content-main h3 {
  color: #00778A;
}
.home #content-main .col-small {
  float: left;
  margin-left: 30px;
  position: relative;
}
.home #content-main .col-small .masked-image-box {
  margin-left: -10px;
}
.home #content-main .col-small .no-pad {
  padding-bottom: 0;
}
.home #content-main .col-small strong {
  font-weight: 300;
}
.home #content-main .first {
  margin-left: 0;
  font-size: 12px;
}
.home #content-main .first h1 {
  padding-bottom: 70px;
}
.home #content-main .first p {
  line-height: 14px;
  padding-right: 70px;
}
.home #content-main .news {
  font-size: 12px;
  line-height: 15px;
}
.home #content-main .news h3 {
  font-size: 16px;
}
.home #content-main .news h3 a {
  color: #2383A1;
}
.home #content-main .news h3 a:hover {
  text-decoration: none;
}
.home #content-main .news a {
  color: #A69574;
}
.home #content-main .news a.more {
  color: #2383A1;
}
.home #content-main .news em {
  color: #A7A7A7;
}
.home #content-main ul.links {
  list-style: none;
  line-height: 22px;
  margin: 0 0 15px 0;
}
.home #content-main ul.links a {
  color: #69B793;
  background: url("../images/btn-sub-green.png") left 5px no-repeat;
  padding-left: 15px;
  display: inline-block;
}

/*--------News page----------*/
.news #content-main {
  position: relative;
}
.news #content-main .content h2.page-title {
  margin-bottom: 0;
}
.news #content-main .content .hr {
  width: 100%;
  height: 1px;
  background: #BDDAE3;
  overflow: hidden;
}
.news #content-main .content .active-search {
  float: left;
  clear: both;
  margin-top: 20px;
}
.news #content-main .content .news-row {
  float: left;
  display: block;
  width: 680px;
  padding: 20px;
  transition: background-color .2s linear;
  -o-transition: background-color .2s linear;
  -moz-transition: background-color .2s linear;
  -webkit-transition: background-color .2s linear;
}
.news #content-main .content .news-row:hover {
  text-decoration: none;
  background: #FBFBF9;
}
.news #content-main .content .news-row img {
  float: left;
  margin: 5px 30px 0 0;
  width: 200px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.news #content-main .content .news-row .info {
  padding: 0 10px 0 230px;
}
.news #content-main .content .news-row h3 {
  color: #2383A1;
  font-family: "minerva-modern-n7", "minerva-modern", Georgia, "Times New Roman", Times, serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 25px;
  text-transform: none;
  padding-bottom: 5px;
}
.news #content-main .content .news-row h5 {
  color: #A69574;
  font-size: 13px;
  line-height: 15px;
}
.news #content-main .content .news-row p {
  padding: 5px 0;
  color: #505050;
  font-size: 15px;
}
.news #content-main .content .news-row span {
  display: inline-block;
  font-family: "minerva-modern-n7", "minerva-modern", Georgia, "Times New Roman", Times, serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: -1px;
  background: url("../images/btn-sub-green.png") left center no-repeat;
  padding-left: 15px;
  line-height: 20px;
}
.news #content-main .content .news-details {
  clear: both;
  padding: 20px 0;
}
.news #content-main .content .news-details .news-intro {
  width: 580px;
  padding: 10px 0;
}
.news #content-main .content .news-details img {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  max-width: 220px;
  max-height: 180px;
  margin-bottom: 35px;
  margin-left: 35px;
}
.news #content-main .content .news-details h2 {
  color: #2383A1;
  font-family: "minerva-modern-n7", "minerva-modern", Georgia, "Times New Roman", Times, serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  text-transform: none;
}
.news #content-main .content .news-details h5 {
  color: #A69574;
  font-size: 13px;
  line-height: 15px;
}
.news #content-main .content .news-details #text {
  width: 620px;
  clear: both;
  padding: 20px 100px 0 0;
  margin-top: 20px;
  border-top: 1px solid #BDDAE3;
}
.news #content-main .content .news-details #text ul {
  margin: 0 0 20px 20px;
}
.news #content-main .content .social-media {
  position: absolute;
  top: 15px;
  right: 0;
  width: 220px;
  height: 25px;
}

/*----------Forms---------------*/
.msgbox {
  display: block;
  border: 1px solid #84CBA7;
  padding: 10px 20px;
  margin-bottom: 10px;
  background: #DBE3D8;
  color: #84CBA7;
  font-size: 14px;
}

form .text, select, textarea, .password {
  border: 1px solid #A7A7A7;
  background: #fff;
  outline: none;
  font-family: "ff-dagny-web-pro-n4","ff-dagny-web-pro", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  color: #505050;
  padding: 5px;
  margin-bottom: 10px;
  font-size: 13px;
  transition: border-color .2s linear;
  -o-transition: border-color .2s linear;
  -moz-transition: border-color .2s linear;
  -webkit-transition: border-color .2s linear;
}

form .text:focus, select:focus, textarea:focus {
  border-color: #2383A1;
}

.field {
  float: left;
  clear: both;
  width: 100%;
  padding: 0 0 10px 0;
}

.field .text, .field .password {
  width: 250px;
}

.field label {
  float: left;
  width: 95px;
  padding: 6px 15px 0 0;
  text-align: right;
  line-height: 14px;
}

.field p {
  clear: both;
  width: 180px;
  padding: 0 0 5px 110px;
  margin-top: -5px;
  color: #ADADAD;
  font-size: 11px;
  line-height: 13px;
}

.field #state, .field #postcode, .field #delstate, .field #delpostcode {
  float: left;
  width: 70px;
}

#contact .field #state, #contact .field #postcode {
  float: left;
  width: 64px;
}

textarea {
  width: 440px;
}

form .field select.text {
  width: 262px;
  padding: 3px;
}

option {
  padding: 2px 8px;
}

#contact .btn-major, .buttons .btn-major {
  margin-left: 110px;
}

.buttons .forgot {
  clear: both;
  display: block;
  padding: 10px 0 0 110px;
  font-size: 11px;
}

.invalid .text {
  border-color: #D17780;
}

.invalid p, span.invalid {
  color: #D17780;
}

form .btn-txt {
  display: inline-block;
  border: 0;
  margin-left: 110px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 11px;
}

.btn-major, .btn-minor, .btn-next, .btn-back, .next_page {
  display: inline-block;
  color: #fff !important;
  background-color: #84CBA7;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: center;
  border: none;
  padding: 8px 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  transition: background-color .2s linear;
  -o-transition: background-color .2s linear;
  -moz-transition: background-color .2s linear;
  -webkit-transition: background-color .2s linear;
}

.btn-major:hover {
  background-color: #2383A1;
  cursor: pointer;
  text-decoration: none;
}

.g-recaptcha {
	clear: both;
	margin-left: 110px;
}

.g-recaptcha + .btn-txt {
	margin-top: 2em;
}
