@-webkit-keyframes spaceboots {
  0% {
    -webkit-transform: translate(2px, 1px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-2deg) scale(1.06);
  }
  20% {
    -webkit-transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    -webkit-transform: translate(0px, 2px) rotate(0deg) scale(0.96);
  }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(2deg);
  }
  50% {
    -webkit-transform: translate(-1px, 2px) rotate(-2deg);
  }
  60% {
    -webkit-transform: translate(-3px, 1px) rotate(0deg) scale(1.02);
  }
  70% {
    -webkit-transform: translate(2px, 1px) rotate(-2deg);
  }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(2deg);
  }
  90% {
    -webkit-transform: translate(2px, 2px) rotate(0deg) scale(0.99);
  }
  100% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
  }
}
.shake:hover,
.shake:focus,
.shake:active {
  -webkit-animation-name: spaceboots;
  -webkit-animation-duration: 5s;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
}
.shake {
  display: inline-block;
}
body {
  font-weight: 400;
}
h1,
h2 {
  font-weight: 300;
}
h3,
h4 {
  font-weight: 400;
}
h5,
h6 {
  font-weight: 600;
}
td,
tr td {
  border-top: none;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.breadcrumb .divider {
  display: inline-block;
  margin: 0 10px;
}
.breadcrumb > li + li:before {
  content: "";
  display: none;
}
.btn {
  background-image: none;
  border: 1px solid transparent;
  padding: 14px 17px;
  border: none;
  border-radius: 0;
  font-weight: 400;
  font-size: 15px;
  color: #4BAFB9;
  text-shadow: none;
  text-transform: uppercase;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.btn-primary,
.btn-default {
  color: #fff;
  background-color: #4BAFB9;
  border-color: #4BAFB9;
}
.home-tpl .btn-default,
.home-tpl .btn-primary,
.fertsidebar .btn-primary {
  color: #4BAFB9;
  background-color: #fff;
  border-color: #fff;
}
.fertsidebar .btn-primary {
  padding: 6px 15px;
  margin: 3px;
}
.btn-primary:hover,
.btn-default:hover {
  background: rgba(139, 210, 218, 0.5);
  color: #329EA9;
}
.home-tpl .btn-primary:hover,
.home-tpl .btn-default:hover,
.fertsidebar .btn-primary:hover {
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
}
.home-tpl .t3-fp-login .btn-primary:hover,
.home-tpl .t3-fp-login .btn-default:hover {
  background: #4BAFB9;
  color: #fff;
}
.btn-shop:before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f07a";
  margin-right: 10px;
}
hr {
  height: 0;
  border-top: 1px solid rgba(74, 74, 74, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  opacity: 0.5;
  margin: 30px 0 25px;
}
.t3-header {
  padding: 30px 15px;
}
.home-tpl .t3-header {
  padding: 20px 30px;
}
.logo {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .logo {
    text-align: left;
  }
}
.logo a {
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.logo-image span,
.logo-image small {
  display: none;
}
.logo-text a {
  text-decoration: none;
  font-size: 36px;
  font-weight: bold;
}
.logo-text:hover a,
.logo-text a:hover,
.logo-text a:active,
.logo-text a:focus {
  text-decoration: none;
}
.logo-text .site-slogan {
  display: block;
  font-size: 18px;
  margin-top: 5px;
}
.head-search {
  margin-top: 30px;
}
.head-search:before,
.head-search:after {
  display: table;
  content: " ";
}
.head-search:after {
  clear: both;
}
.head-search form {
  margin: 0;
}
.head-search label {
  display: none;
}
.head-search .search {
  position: relative;
}
.head-search .search:before {
  font-family: "FontAwesome";
  content: "\f002";
  display: block;
  position: absolute;
  left: 10px;
  top: 6px;
  color: #777777;
}
@media screen and (min-width: 768px) {
  .head-search .search {
    float: right;
  }
}
.head-search .form-control {
  width: 100%;
  padding-left: 30px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .head-search .form-control {
    width: 150px;
  }
  .head-search .form-control:focus {
    width: 200px;
  }
}
.t3-sl {
  padding-bottom: 60px;
  padding-top: 60px;
}
@media screen and (min-width: 768px) {
  .t3-sl {
    padding-bottom: 90px;
    padding-top: 90px;
  }
}
.t3-sl-a,
.t3-sl-b {
  padding-top: 0;
  padding-bottom: 0;
}
.t3-mainbody {
  padding-top: 50px;
  padding-bottom: 30px;
}
.t3-content {
  padding-top: 30px;
  padding-bottom: 30px;
}
.t3-content p img {
  margin-top: 8px;
}
.t3-sidebar {
  padding-top: 0;
  padding-bottom: 30px;
  position: relative;
  margin-top: 143px;
}
header {
  margin: 0px auto;
  padding: 0;
  position: relative;
  overflow: hidden;
}
header video {
  display: inline-block;
  vertical-align: baseline;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0.5;
}
@media (orientation: portrait) {
  header video {
    max-height: 100%;
  }
}
@media (orientation: landscape) AND (max-width: 991px) {
  header video {
    max-height: 100%;
  }
}
@media (orientation: landscape) AND (max-width: 767px) {
  header video {
    max-height: none;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  header video {
    top: -245px;
  }
}
@media (min-width: 992px) {
  header video {
    top: -285px;
  }
}
header .logo img {
  max-width: 220px;
}
header .t3-headright {
  position: relative;
}
header .head-search {
  margin-top: 15px;
  margin-right: 60px;
}
header #t3-nav-toggler {
  position: absolute;
  top: 17px;
  right: 15px;
}
header #t3-nav-toggler .off-canvas-toggle {
  background: transparent;
  padding: 0;
  line-height: 100%;
  width: 32px;
  font-size: 11px;
  text-align: center;
  height: auto;
  font-weight: 300;
  color: #62AAB1;
}
header #t3-nav-toggler .off-canvas-toggle .menu-bar {
  display: block;
  width: 33px;
  height: 3px;
  margin-bottom: 3px;
  background: #62AAB1;
  border-radius: 2px;
}
header .head-search .form-control {
  padding-left: 10px;
  background: #f0f0f0;
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.29);
  border-radius: 10px;
  border: none;
  height: 25px;
  display: inline-block;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  width: 97%;
}
@media (min-width: 480px) {
  header .head-search .form-control {
    width: 99%;
  }
}
@media (min-width: 768px) {
  header .head-search .form-control {
    width: 160px;
  }
}
header .head-search .search:before {
  content: "";
  display: none;
}
header .search form button {
  position: relative;
  background: transparent;
  border: none;
  width: 0;
  height: 0;
  display: inline-block;
  line-height: 0;
  padding: 0;
}
header .search form button:hover,
header .search form button:active,
header .search form button:focus {
  background: none;
}
header .search form button:before {
  font-family: "FontAwesome";
  content: "\f002";
  display: block;
  position: absolute;
  left: -27px;
  top: 0;
  color: #555;
}
header #intro {
  position: relative;
  z-index: 2;
  color: #fff;
}
@media (min-width: 768px) {
  header #intro {
    margin-top: -150px;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 90%;
    max-width: 90%;
    transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
  }
}
@media (min-width: 992px) {
  header #intro {
    width: 70%;
    max-width: 70%;
  }
}
@media (min-width: 1200px) {
  header #intro {
    width: 50%;
    max-width: 50%;
  }
}
header #intro h1 {
  font-weight: 300;
  color: #FFFFFF;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.54);
  margin-bottom: 30px;
  font-size: 28px;
  line-height: 1.1;
}
@media (min-width: 768px) {
  header #intro h1 {
    font-size: 46px;
  }
}
header #intro p {
  font-weight: 300;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 28px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  header #intro p {
    font-size: 20px;
  }
}
.home-tpl header {
  background: #000;
  background: url(../../templates/billings2016/video/Billings_HD1080Video.jpg) 50% 50% no-repeat;
  background-size: cover;
  margin-bottom: 0;
  position: relative;
}
@media (min-width: 1025px) {
  .home-tpl header {
    background: #000;
    background-size: cover;
  }
}
@media (max-width: 1024px) {
  .home-tpl header video {
    visibility: hidden;
  }
}
@media (min-width: 768px) {
  .home-tpl header {
    height: 90vh;
    margin-bottom: -245px;
  }
}
@media (min-width: 992px) {
  .home-tpl header {
    height: 100vh;
    min-height: 850px;
    margin-bottom: -285px;
  }
}
.home-tpl header .form-control {
  background: rgba(255, 255, 255, 0.85);
}
.home-tpl header #t3-nav-toggler .off-canvas-toggle {
  color: #fff;
}
.home-tpl header #t3-nav-toggler .menu-bar {
  background: #fff;
}
body.off-canvas-effect-2.off-canvas-open .t3-wrapper {
  -webkit-transform: translate3d(-250px, 0, 0);
  -moz-transform: translate3d(-250px, 0, 0);
  -ms-transform: translate3d(-250px, 0, 0);
  -o-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}
body div.off-canvas-effect-2.t3-off-canvas {
  left: auto;
  right: 0;
}
.t3-spotlight-a {
  font-size: 16px;
}
.t3-spotlight-a > div:first-child {
  background: #74C9D2;
}
.t3-spotlight-a > div:first-child .module-title {
  background-color: #63BCC5;
  background-image: url(../../templates/billings2016/images/spotlight-about-bg.jpg);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 480px) {
  .t3-spotlight-a > div:first-child .module-title {
    background-position: 300% 50%;
  }
}
.t3-spotlight-a > div:nth-child(2) {
  background: -webkit-linear-gradient(-269deg, #66bec7 0%, #4bafb9 100%);
  background: -moz-linear-gradient(-269deg, #66bec7 0%, #4bafb9 100%);
  background: -ms-linear-gradient(-269deg, #66bec7 0%, #4bafb9 100%);
  background: -o-linear-gradient(-269deg, #66bec7 0%, #4bafb9 100%);
  background: linear-gradient(-269deg, #66bec7 0%, #4bafb9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4bafb9', endColorstr='#ff66bec7', GradientType=0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4bafb9',endColorstr='#ff66bec7',GradientType=0);
}
.t3-spotlight-a > div:nth-child(2) .module-title {
  background-color: #409EA7;
  background-image: url(../../templates/billings2016/images/spotlight-conceive-bg.jpg);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 480px) {
  .t3-spotlight-a > div:nth-child(2) .module-title {
    background-position: 300% 50%;
  }
}
.t3-spotlight-a > div:last-child {
  background: #409EA7;
}
.t3-spotlight-a > div:last-child .module-title {
  background-color: #2B919B;
  background-image: url(../../templates/billings2016/images/spotlight-prevent-bg.jpg);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 480px) {
  .t3-spotlight-a > div:last-child .module-title {
    background-position: 300% 50%;
  }
}
.t3-spotlight-a .module-title {
  margin: 0 -15px 20px;
  padding: 20px 30px;
  font-weight: 300;
  color: #fff;
  font-size: 36px;
  line-height: 30px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
}
.t3-spotlight-a .module-title small {
  display: block;
  color: #fff;
  font-size: 17px;
  margin-top: 11px;
  font-weight: 300;
}
.t3-spotlight-a .module-ct {
  padding: 0 15px;
}
.t3-spotlight-a p {
  font-weight: 300;
  color: #FFFFFF;
  line-height: 30px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
}
.t3-spotlight-a ul {
  list-style-type: none;
}
.t3-spotlight-a ul li {
  font-weight: 300;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 22px;
  padding-bottom: 14px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  position: relative;
}
.t3-spotlight-a ul li:before {
  content: "»";
  position: absolute;
  left: -20px;
}
.t3-spotlight-a ul li a {
  color: #fff;
}
.home-tpl .t3-spotlight-a ul li,
.home-tpl .t3-spotlight-a p,
.home-tpl .t3-spotlight-b p,
.home-tpl .t3-spotlight-a .module-title small {
  font-weight: 400;
}
.t3-spotlight-b {
  background: -webkit-linear-gradient(134deg, #3abe98 0%, #68dfeb 100%);
  background: -moz-linear-gradient(134deg, #3abe98 0%, #68dfeb 100%);
  background: -ms-linear-gradient(134deg, #3abe98 0%, #68dfeb 100%);
  background: -o-linear-gradient(134deg, #3abe98 0%, #68dfeb 100%);
  background: linear-gradient(134deg, #3abe98 0%, #68dfeb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff68dfeb', endColorstr='#ff3abe98', GradientType=0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff68dfeb',endColorstr='#ff3abe98',GradientType=0);
}
.t3-spotlight-b .bg {
  background: url(../../templates/billings2016/images/fertility-resources.png) 0 50% no-repeat;
  background-size: contain;
}
@media (min-width: 1200px) {
  .t3-spotlight-b .bg {
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .t3-spotlight-b .bg {
    background: url(../../templates/billings2016/images/fertility-resources.png) 0 -200px no-repeat;
    background-size: 240%;
    padding-top: 52vw;
  }
}
@media (max-width: 480px) {
  .t3-spotlight-b .bg {
    background: url(../../templates/billings2016/images/fertility-resources.png) 0 -150px no-repeat;
    background-size: 300%;
    padding-top: 58vw;
  }
}
.t3-spotlight-b .t3-module {
  margin: 70px 0;
}
@media (min-width: 768px) {
  .t3-spotlight-b .t3-module {
    margin: 100px 0;
  }
}
@media (min-width: 992px) {
  .t3-spotlight-b .t3-module {
    margin: 120px 0;
  }
}
@media (min-width: 1200px) {
  .t3-spotlight-b .t3-module {
    margin: 150px 0;
  }
}
.t3-spotlight-b h2 {
  font-weight: 300;
  font-size: 42px;
  color: #FFFFFF;
  line-height: 46px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.24);
}
.t3-spotlight-b p {
  font-weight: 300;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 30px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.22);
  margin-bottom: 30px;
}
.t3-fp-login {
  background: #EAF7F8;
  
  font-weight: 300;
  font-size: 18px;
  color: #738384;
  line-height: 30px;
}
.t3-fp-login h2 {
  font-weight: 300;
  font-size: 42px;
  color: #738384;
  line-height: 44px;
}
.t3-fp-login p {
  margin-bottom: 20px;
}
.t3-fp-login .t3-module {
  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 90px;
}
@media (min-width: 480px) {
  .t3-fp-login .t3-module {
    padding-top: 0;
  }
}
.wrap.t3-social {
  
  background: -webkit-linear-gradient(155deg, #eebfd5 0%, #e69abd 100%);
  background: -moz-linear-gradient(155deg, #eebfd5 0%, #e69abd 100%);
  background: -ms-linear-gradient(155deg, #eebfd5 0%, #e69abd 100%);
  background: -o-linear-gradient(155deg, #eebfd5 0%, #e69abd 100%);
  background: linear-gradient(155deg, #eebfd5 0%, #e69abd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe69abd', endColorstr='#ffeebfd5', GradientType=1);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe69abd',endColorstr='#ffeebfd5',GradientType=1);
  padding-top: 40px;
  padding-bottom: 40px;
}
.t3-footer {
  border: none;
  background: #006973;
  font-weight: 300;
  font-size: 15px;
  color: #89CBD1;
  line-height: 27px;
}
.t3-footer a {
  color: #89CBD1;
}
.t3-footer a :hover {
  color: #def;
}
.t3-footer > div:nth-child(3) .custom {
  float: right;
  max-width: 385px;
}
.t3-spotlight.t3-footer {
  padding: 60px 15px 20px;
}
@media (min-width: 480px) {
  .t3-spotlight.t3-footer > div:first-child img {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .t3-spotlight.t3-footer > div:last-child {
    text-align: right;
  }
}
.t3-page-title {
  background-size: cover;
  background-position: 74% 50%;
  background-color: #59a;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.38);
  padding: 80px 0;
}
.t3-page-title h2 {
  font-weight: 300;
  font-size: 36px;
  color: #FFFFFF;
  line-height: 39px;
  margin-top: 0;
  margin-bottom: 10px;
}
.t3-page-title .breadcrumb {
  color: #fff;
  padding: 0;
  background: none;
  
  font-weight: 300;
  font-size: 17px;
  line-height: 19px;
}
.t3-page-title .breadcrumb > .active {
  color: #fff;
}
.t3-page-title .breadcrumb a {
  color: #fff;
}
.t3-page-title .content-area {
  padding-right: 20vw;
}
.module-title {
  margin-bottom: 20px;
}
.container-fluid.t3-bottom {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 50px;
}
@media (max-width: 991px) {
  .t3-bottom .col-sm-6:nth-child(3) {
    clear: left;
  }
}
.t3-bottom .t3-module .module-title {
  font-weight: 900;
  font-size: 19px;
  color: #505050;
  line-height: 26px;
}
.t3-bottom .nav > li > a {
  font-family: "Lato";
  font-weight: 400;
  font-size: 15px;
  color: #0088CC;
  line-height: 20px;
  border-radius: 0;
  padding: 6px 10px 6px 0;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.t3-bottom .nav > li > a:hover {
  background: #f0f0f0;
  padding: 6px 5px;
}
.t3-bottom .nav > li.active > a,
.t3-bottom .nav > li.active > a:hover,
.t3-bottom .nav > li.active > a:focus {
  padding: 6px 5px;
  color: #fff;
  background-color: #69AEB5;
}
.languageswitcherload {
  width: auto;
  float: none;
  position: absolute;
  top: -104px;
  right: 16px;
}
div.mod-languages img {
  border: none;
  max-width: 30px;
  margin: 0 0 0 10px;
}
a[href="http://www.faboba.com"] {
  display: none !important;
}
#off-menu_224 {
  width: 100%;
  overflow: visible !important;
  box-shadow: none;
  
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
  border: 1px solid #e9e9e9;
  border-radius: 0 0 5px 5px !important;
}
#off-menu_224 .sm-level {
  border-radius: 0 0 4px 4px !important;
  box-shadow: none !important;
}
#off-menu_224 dl .parent:before,
#off-menu_224 dl.level1 > .parent:before {
  position: relative;
  top: 2px;
}
#off-menu_224 .sm-level.level1 {
  padding-top: 10px;
  padding-bottom: 15px;
}
#off-menu_224 div.sm-top-about {
  background: #74C9D2;
  margin: -1px -1px 0;
}
#off-menu_224 div.sm-top-about .module-title {
  padding: 10px 20px 15px 18px;
  font-weight: 300;
  color: #fff;
  font-size: 31px;
  line-height: 32px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
  background-color: #63BCC5;
  background-image: url(../../templates/billings2016/images/spotlight-about-bg.jpg);
  background-position: 300% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
#off-menu_224 div.sm-top-about .module-title small {
  display: block;
  color: #fff;
  font-size: 14px;
  margin-top: 5px;
  font-weight: 300;
}
@media (min-width: 480px) {
  #off-menu_224 div.sm-top-about .module-title {
    background-position: 100% 50%;
  }
}
@media (min-width: 768px) {
  #off-menu_224 div.sm-top-about .module-title {
    background-position: 170% 50%;
  }
}
@media (min-width: 992px) {
  #off-menu_224 div.sm-top-about .module-title {
    background-position: 100% 50%;
  }
}
#off-menu_226 {
  width: 100%;
  overflow: visible !important;
  box-shadow: none;
  
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
  border: 1px solid #e9e9e9;
  border-radius: 0 0 5px 5px !important;
}
#off-menu_226 .sm-level {
  border-radius: 0 0 4px 4px !important;
  box-shadow: none !important;
}
#off-menu_226 dl .parent:before,
#off-menu_226 dl.level1 > .parent:before {
  position: relative;
  top: 2px;
}
#off-menu_226 .sm-level.level1 {
  padding-top: 10px;
  padding-bottom: 15px;
}
#off-menu_226 div.sm-top-conceive {
  background: #74C9D2;
  margin: -1px -1px 0;
}
#off-menu_226 div.sm-top-conceive .module-title {
  padding: 10px 20px 15px 18px;
  font-weight: 300;
  color: #fff;
  font-size: 31px;
  line-height: 32px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
  background-color: #409EA7;
  background-image: url(../../templates/billings2016/images/spotlight-conceive-bg.jpg);
  background-position: 300% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
#off-menu_226 div.sm-top-conceive .module-title small {
  display: block;
  color: #fff;
  font-size: 14px;
  margin-top: 5px;
  font-weight: 300;
}
@media (min-width: 480px) {
  #off-menu_226 div.sm-top-conceive .module-title {
    background-position: 100% 50%;
  }
}
@media (min-width: 768px) {
  #off-menu_226 div.sm-top-conceive .module-title {
    background-position: 170% 50%;
  }
}
@media (min-width: 992px) {
  #off-menu_226 div.sm-top-conceive .module-title {
    background-position: 100% 50%;
  }
}
#off-menu_228 {
  width: 100%;
  overflow: visible !important;
  box-shadow: none;
  
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
  border: 1px solid #e9e9e9;
  border-radius: 0 0 5px 5px !important;
}
#off-menu_228 .sm-level {
  border-radius: 0 0 4px 4px !important;
  box-shadow: none !important;
}
#off-menu_228 dl .parent:before,
#off-menu_228 dl.level1 > .parent:before {
  position: relative;
  top: 2px;
}
#off-menu_228 .sm-level.level1 {
  padding-top: 10px;
  padding-bottom: 15px;
}
#off-menu_228 div.sm-top-prevent {
  background: #74C9D2;
  margin: -1px -1px 0;
}
#off-menu_228 div.sm-top-prevent .module-title {
  padding: 10px 20px 15px 18px;
  font-weight: 300;
  color: #fff;
  font-size: 31px;
  line-height: 32px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
  background-color: #2B919B;
  background-image: url(../../templates/billings2016/images/spotlight-prevent-bg.jpg);
  background-position: 300% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
#off-menu_228 div.sm-top-prevent .module-title small {
  display: block;
  color: #fff;
  font-size: 14px;
  margin-top: 5px;
  font-weight: 300;
}
@media (min-width: 480px) {
  #off-menu_228 div.sm-top-prevent .module-title {
    background-position: 100% 50%;
  }
}
@media (min-width: 768px) {
  #off-menu_228 div.sm-top-prevent .module-title {
    background-position: 170% 50%;
  }
}
@media (min-width: 992px) {
  #off-menu_228 div.sm-top-prevent .module-title {
    background-position: 100% 50%;
  }
}
#off-menu_236 {
  width: 100%;
  overflow: visible !important;
  box-shadow: none;
  
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
  border: 1px solid #e9e9e9;
  border-radius: 0 0 5px 5px !important;
}
#off-menu_236 .sm-level {
  border-radius: 0 0 4px 4px !important;
  box-shadow: none !important;
}
#off-menu_236 dl .parent:before,
#off-menu_236 dl.level1 > .parent:before {
  position: relative;
  top: 2px;
}
#off-menu_236 .sm-level.level1 {
  padding-top: 10px;
  padding-bottom: 15px;
}
#off-menu_236 div.sm-top-resources {
  background: #74C9D2;
  margin: -1px -1px 0;
}
#off-menu_236 div.sm-top-resources .module-title {
  padding: 10px 20px 15px 18px;
  font-weight: 300;
  color: #fff;
  font-size: 31px;
  line-height: 32px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
  background-color: #409EA7;
  
  background-position: 300% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
#off-menu_236 div.sm-top-resources .module-title small {
  display: block;
  color: #fff;
  font-size: 14px;
  margin-top: 5px;
  font-weight: 300;
}
@media (min-width: 480px) {
  #off-menu_236 div.sm-top-resources .module-title {
    background-position: 100% 50%;
  }
}
@media (min-width: 768px) {
  #off-menu_236 div.sm-top-resources .module-title {
    background-position: 170% 50%;
  }
}
@media (min-width: 992px) {
  #off-menu_236 div.sm-top-resources .module-title {
    background-position: 100% 50%;
  }
}
.about-lnk-to-section .module-ct {
  background: #74C9D2;
  margin: -1px -1px 0;
}
.about-lnk-to-section .module-ct .module-title {
  padding: 10px 20px 15px 18px;
  font-weight: 300;
  color: #fff;
  font-size: 31px;
  line-height: 32px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
  margin-bottom: 0;
  background-color: #63BCC5;
  background-image: url(../../templates/billings2016/images/spotlight-about-bg.jpg);
  background-position: 300% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.about-lnk-to-section .module-ct .module-title small {
  display: block;
  color: #fff;
  font-size: 14px;
  margin-top: 5px;
  font-weight: 300;
}
@media (min-width: 480px) {
  .about-lnk-to-section .module-ct .module-title {
    background-position: 100% 50%;
  }
}
@media (min-width: 768px) {
  .about-lnk-to-section .module-ct .module-title {
    background-position: 170% 50%;
  }
}
@media (min-width: 992px) {
  .about-lnk-to-section .module-ct .module-title {
    background-position: 100% 50%;
  }
}
.prevent-lnk-to-section .module-ct {
  background: #74C9D2;
  margin: -1px -1px 0;
}
.prevent-lnk-to-section .module-ct .module-title {
  padding: 10px 20px 15px 18px;
  font-weight: 300;
  color: #fff;
  font-size: 31px;
  line-height: 32px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
  margin-bottom: 0;
  background-color: #2B919B;
  background-image: url(../../templates/billings2016/images/spotlight-prevent-bg.jpg);
  background-position: 300% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.prevent-lnk-to-section .module-ct .module-title small {
  display: block;
  color: #fff;
  font-size: 14px;
  margin-top: 5px;
  font-weight: 300;
}
@media (min-width: 480px) {
  .prevent-lnk-to-section .module-ct .module-title {
    background-position: 100% 50%;
  }
}
@media (min-width: 768px) {
  .prevent-lnk-to-section .module-ct .module-title {
    background-position: 170% 50%;
  }
}
@media (min-width: 992px) {
  .prevent-lnk-to-section .module-ct .module-title {
    background-position: 100% 50%;
  }
}
.conceive-lnk-to-section .module-ct {
  background: #74C9D2;
  margin: -1px -1px 0;
}
.conceive-lnk-to-section .module-ct .module-title {
  padding: 10px 20px 15px 18px;
  font-weight: 300;
  color: #fff;
  font-size: 31px;
  line-height: 32px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
  margin-bottom: 0;
  background-color: #409EA7;
  background-image: url(../../templates/billings2016/images/spotlight-conceive-bg.jpg);
  background-position: 300% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.conceive-lnk-to-section .module-ct .module-title small {
  display: block;
  color: #fff;
  font-size: 14px;
  margin-top: 5px;
  font-weight: 300;
}
@media (min-width: 480px) {
  .conceive-lnk-to-section .module-ct .module-title {
    background-position: 100% 50%;
  }
}
@media (min-width: 768px) {
  .conceive-lnk-to-section .module-ct .module-title {
    background-position: 166% 50%;
  }
}
@media (min-width: 992px) {
  .conceive-lnk-to-section .module-ct .module-title {
    background-position: 100% 50%;
  }
}
.t3-module.seenenough {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  margin-top: 80px;
}
.t3-module.seenenough .custom {
  text-align: center;
}
.t3-module.seenenough .custom a,
.t3-module.seenenough .custom a:hover,
.t3-module.seenenough .custom a:focus {
  text-decoration: none;
}
.t3-module.seenenough .custom h2,
.t3-module.seenenough .custom h3,
.t3-module.seenenough .custom h4,
.t3-module.seenenough .custom h5 {
  font-family: 'Kaushan Script', cursive;
  color: #414141;
  font-size: 36px;
  margin-top: 40px;
  margin-bottom: 0;
}
.t3-module.seenenough .custom h2 span,
.t3-module.seenenough .custom h3 span,
.t3-module.seenenough .custom h4 span,
.t3-module.seenenough .custom h5 span {
  color: #EE4236;
}
.t3-module.seenenough .custom p {
  font-size: 20px;
  color: #E69ABD;
}
.t3-module.seenenough .custom p span {
  font-size: 34px;
}
.com_k2.view-itemlist .t3-module.seenenough {
  border-top: none;
  margin-top: 40px;
}
.itemBackToTop {
  display: none;
}
.koowa.com_docman .docman_category h3 {
  display: none;
}
.koowa.com_docman h3.koowa_header {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 60px;
  font-weight: 300;
  line-height: 1.1;
}
.koowa.com_docman .koowa_header {
  display: block;
  margin: 0px 0 5px;
  position: relative;
  z-index: 1;
}
.koowa.com_docman .docman_document {
  border-top: 1px solid #e0e0e0;
  padding-top: 30px;
  margin-top: 20px;
}
.koowa.com_docman .koowa_header:before,
.koowa.com_docman .koowa_header:after {
  content: "";
  display: none;
}
.koowa.com_docman .docman_document_details > span:before {
  display: none;
}
.koowa.com_docman .docman_document_details {
  border-bottom: none;
  padding: 0 0 0 30px;
}
.koowa.com_docman .docman_description {
  padding-bottom: 0;
  padding-left: 30px;
}
.koowa.com_docman .koowa_header__item--image_container {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
}
.koowa.com_docman .docman_categories {
  border: none;
}
.koowa.com_docman .docman_category--style {
  padding: 0;
  background: none;
  border: none;
}
.koowa.com_docman .docman_download.hidden-md {
  width: 320px;
  float: none;
  margin: 20px 30px 5px;
}
.koowa.com_docman .docman_sorting {
  display: none;
}
.koowa.com_docman .pagination .pagination-list {
  padding-left: 0;
  border-radius: 4px;
  margin: 10px auto 50px !important;
  display: table !important;
}
.koowa.com_docman .pagination .pagination-list > li {
  display: inline;
}
.koowa.com_docman .pagination {
  display: block;
  float: none;
}
.koowa.com_docman .pagination-list > li > a,
.koowa.com_docman .pagination-list > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.koowa.com_docman .pagination-list > li > a,
.koowa.com_docman .pagination-list > li > span {
  color: #000000;
}
.koowa.com_docman .pagination-list > .active > a,
.koowa.com_docman .pagination-list > .active > span,
.koowa.com_docman .pagination-list > .active > a:hover,
.koowa.com_docman .pagination-list > .active > span:hover,
.koowa.com_docman .pagination-list > .active > a:focus,
.koowa.com_docman .pagination-list > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.koowa.com_docman .pagination-list > .active > a,
.koowa.com_docman .pagination-list > .active > span {
  border-color: #f44321;
  background-color: #f44321;
}
.koowa.com_docman .pagination-list > li:first-child > a,
.koowa.com_docman .pagination-list > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.koowa.com_docman .pagination-list > li:last-child > a,
.koowa.com_docman .pagination-list > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.koowa.com_docman .pagination .limit {
  float: none;
  margin: 0 auto;
  display: table;
}
.koowa.com_docman .pagination .limit:before {
  content: "Documents per page: ";
  display: inline;
}
.koowa.com_docman .pagination .limit select {
  display: inline;
}
.koowa.com_docman .docman_download {
  width: 38%;
}
.koowa.com_docman .docman_download__button {
  padding-top: 8px;
  padding-bottom: 8px;
  position: relative;
  z-index: 2;
}
.koowa.com_docman .docman_download__info {
  font-size: 0.65em;
}
.koowa.com_docman .docman_document:first-child {
  border: none;
  padding-top: 0;
  margin-top: 9px;
}
.fertsidebar {
  background: -webkit-linear-gradient(-134deg, #3abe98 0%, #68dfeb 100%);
  background: -moz-linear-gradient(-134deg, #3abe98 0%, #68dfeb 100%);
  background: -ms-linear-gradient(-134deg, #3abe98 0%, #68dfeb 100%);
  background: -o-linear-gradient(-134deg, #3abe98 0%, #68dfeb 100%);
  background: linear-gradient(-134deg, #3abe98 0%, #68dfeb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3abe98', endColorstr='#ff68dfeb', GradientType=0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3abe98',endColorstr='#ff68dfeb',GradientType=0);
  color: #fff;
}
.fertsidebar .module-inner {
  padding: 20px;
  background: url(../../templates/billings2016/images/fertility-resources.png) 40% -31px no-repeat transparent;
  background-size: 560px;
  padding: 20px 20px 20px 50%;
}
@media (min-width: 480px) {
  .fertsidebar .module-inner {
    background-position: 0% -31px;
  }
}
@media (min-width: 768px) {
  .fertsidebar .module-inner {
    background-position: 40% 50px;
  }
}
@media (min-width: 992px) {
  .fertsidebar .module-inner {
    background-position: 40% -31px;
  }
}
.fertsidebar .module-title {
  font-weight: 300;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 30px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.24);
}
@media (min-width: 768px) {
  .fertsidebar .module-title {
    width: 200%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (min-width: 992px) {
  .fertsidebar .module-title {
    width: 100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.fertsidebar p {
  font-weight: 300;
  font-size: 13px;
  color: #FFFFFF;
  line-height: 20px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.22);
}
.fertsidebar p:last-child {
  text-align: center;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 200%;
}
@media (min-width: 480px) {
  .fertsidebar p:last-child {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    width: 100%;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .fertsidebar p:last-child {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 200%;
    text-align: center;
  }
}
#jseprivacy {
  display: none !important;
}
#searchForm {
  padding-top: 9px;
}
#searchForm legend {
  font-size: 22px;
}
#searchForm .input-group-btn:last-child > .btn {
  padding: 9px 17px 10px 17px;
}
#searchForm .ordering-box,
#searchForm .form-limit {
  display: none;
}
@media (min-width: 768px) {
  .pagination {
    float: none;
    margin: 0 auto;
    display: table;
  }
}
#mod-search-searchword {
  height: 31px;
  line-height: 31px;
  transform: translateY(1px);
  border-radius: 27px;
}
.home .mod-languages.langswitcher {
  float: right;
  margin-right: 60px;
}
@media (max-width: 960px) {
  .home .mod-languages.langswitcher {
    float: right;
    margin-right: -65px;
    clear: right;
    margin-top: 27px;
  }
}
@media (max-width: 767px) {
  .home .mod-languages.langswitcher {
    width: 100%;
    margin: 27px -30px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .donate-btn-module {
    margin: 27px -65px 0 0;
    text-align: center;
  }
}
.donate-btn-module p {
  margin: 0;
  padding: 0;
}
.donate-btn-module p a {
  float: right;
  margin-right: 20px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  color: #fff;
  line-height: 26px;
  background: #c00;
  border-radius: 25px;
  padding: 0 20px;
  margin-top: 5px;
  text-shadow: 0 -1px 2px rgba(0, 0, 0, 0.25);
  transform: scale(1.2) translate(-15px, 0px);
}
@media (max-width: 767px) {
  .donate-btn-module p a {
    transform: scale(1.2);
    margin-right: 0;
    float: none;
    display: inline-block;
  }
}
.fertility-links h2 {
  font-weight: 300;
  font-size: 26px;
  color: #FFFFFF;
  line-height: 1;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.24);
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .fertility-links a.btn {
    margin-bottom: 20px;
  }
}