/* SVG + RETINA BG */
/*body {
  @include background-image('pattern');
}*/
body {
  background: #ffffff;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
  color: #333333;
  font-size: 14px;
  font-size: 1.4rem; }

body.thanks {
  background: #121212; }

h1, h2, h3, h4, h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400; }

/* Overrides */
.nospace {
  padding-left: 0;
  padding-right: 0; }

.nomargin {
  margin-left: -15px;
  margin-right: -15px; }

.clr {
  clear: left; }

.ninja {
  display: none; }

.ninja-hidden {
  opacity: 0; }

.uppercase {
  text-transform: uppercase; }

.cursor {
  cursor: pointer; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-upper {
  text-transform: uppercase; }

.fs18 {
  font-size: 18px; }

.fs16 {
  font-size: 16px; }

.fs13 {
  font-size: 13px; }

.text-bold {
  font-weight: bold; }

.text-red {
  color: red; }

.text-white {
  color: #ffffff; }

.text-gray {
  color: #333333; }

.shadow-top {
  -webkit-box-shadow: 0 -2px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 -2px 5px 0 rgba(0, 0, 0, 0.2); }

.inline-block {
  display: inline-block; }

.padding-tb-10 {
  padding-top: 10px;
  padding-bottom: 10px; }

.padding-tb-20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.padding-tb-40 {
  padding-top: 40px;
  padding-bottom: 40px; }

.padding-tb-50 {
  padding-top: 50px;
  padding-bottom: 50px; }

.padding-tb-60 {
  padding-top: 50px;
  padding-bottom: 60px; }

.padding-tb-80 {
  padding-top: 80px;
  padding-bottom: 80px; }

.padding-tbl-20 {
  padding: 20px 0 20px 20px; }

.padding-tbr-20 {
  padding: 20px 20px 20px 0; }

.gap20 {
  height: 20px; }

.gap40 {
  height: 40px; }

.gap60 {
  height: 60px; }

.gap80 {
  height: 80px; }

.navbar-brand {
  margin: 10px;
  padding: 0;
  /*float: left;*/ }

.navbar-toggle {
  margin-top: 15px; }

.navbar-toggle .fa {
  font-size: 21px;
  color: #ffffff; }

img {
  border: 0; }

.navbar-nav {
  font-family: "Maven Pro", sans-serif;
  font-size: 16px;
  font-size: 1.6rem; }

.navbar-fixed-top {
  border: 0; }

.navbar-nav > li > a {
  color: #ffffff;
  padding: 20px 5px;
  margin: 0 7px;
  border-bottom: 4px transparent solid;
  transition: border-color .5s; }

.navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav > li.active > a {
  background: none;
  color: #53c200;
  border-color: #53c200; }

.navbar-nav > li:first-child > a {
  line-height: 0; }

.topnav {
  background: rgba(0, 0, 0, 0.6); }

.top-nav-collapse.topnav {
  background: rgba(0, 0, 0, 0.8); }

.btnleft {
  text-align: left; }

.btnright {
  text-align: right; }

.tagline h1, .tagline h2 {
  font-family: 'Montserrat', sans-serif; }

.cta-blue a, .cta-orange a, .cta-lime a {
  min-width: 217px;
  text-align: center; }

.cta-blue a {
  /*border-style: solid;
  border-width: 1px;
  border-color: rgb(255, 255, 255);*/
  border-radius: 4px;
  background-color: #009bff;
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  padding: 15px 25px;
  margin: 5px 5px;
  display: inline-block; }

.cta-blue a:hover, .cta-blue a:focus {
  text-decoration: none;
  /*border-color: rgb(0, 155, 255);*/
  opacity: 0.8; }

.cta-orange a {
  border-style: solid;
  border-width: 1px;
  border-color: white;
  border-radius: 4px;
  background-color: #ff8533;
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  padding: 15px 25px;
  margin: 5px 5px;
  display: inline-block; }

.cta-orange a:hover, .cta-orange a:focus {
  text-decoration: none;
  border-color: #ff8533; }

.cta-lime a {
  /*border-style: solid;
  border-width: 1px;
  border-color: rgb(255, 255, 255);*/
  -webkit-box-shadow: 0 4px 0 0 #2ca200;
  box-shadow: 0 4px 0 0 #2ca200;
  border-radius: 6px;
  background-color: #59c500;
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px 35px;
  margin: 5px 5px 20px 5px;
  display: inline-block;
  font-family: "Maven Pro", sans-serif;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.cta-lime a:hover, .cta-lime a:focus {
  text-decoration: none;
  /*border-color: rgb(50, 205, 50);*/
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #2ca200; }

.btn-100 a {
  width: 100%; }

section h2 {
  padding: 0;
  margin: 0 0 40px 0; }

section p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300; }

.graybox {
  background: #f1f1f1;
  border: 1px #efefef solid;
  padding: 20px; }

.graybox .infocircle {
  color: #6ab12a;
  background: #ffffff;
  font-size: 60px;
  border-radius: 50%;
  border: 2px #ffffff solid;
  height: 60px;
  width: 60px;
  line-height: 60px;
  display: inline-block;
  margin-top: -70px;
  margin-bottom: 10px; }

.graybox .infocircle .fa {
  position: relative;
  top: -4px; }

.gray-label {
  padding: 15px 30px;
  color: #ffffff;
  background: #201c1f;
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0;
  display: inline-block; }

.banner-section {
  background: url(../img/cpatrend-banner.jpg) top center no-repeat;
  background-size: cover; }

.banner-section h1 {
  color: #ffffff;
  font-size: 70px;
  font-weight: 300;
  font-family: "Lato", sans-serif; }

.banner-section h4 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 300;
  font-family: "Lato", sans-serif;
  margin: 20px 0; }

.banner-arrow a {
  text-align: center;
  display: inline-block;
  padding: 20px;
  font-size: 20px;
  color: #ffffff;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border: 1px #ffffff solid; }

.banner-arrow .fa {
  font-size: 30px;
  position: relative;
  top: -15px;
  left: -10px; }

.banner-arrow {
  text-align: center; }

.aboutus-section {
  background: url(../img/section2bg.png) top center no-repeat, url(../img/section2bg-green.png) top center repeat-x; }

.aboutus-section h1 {
  margin-bottom: 20px;
  color: #ffffff; }

.about-box {
  text-align: center;
  opacity: .3;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: 200px;
  display: inline-block;
  padding: 10px;
  margin: 10px;
  cursor: pointer; }

.about-box.selectedprof, .about-box:hover {
  opacity: 1; }

.about-content {
  background: #eeeeee;
  padding: 30px;
  margin: 15px 0; }

.about-content p {
  font-size: 15px; }

.andrew-content, .janet-content, .ellen-content, .gianella-content {
  display: none; }

.about-box h4 {
  margin-bottom: 0; }

.about-box h5 {
  margin: 0;
  color: #8b8b8b; }

.about-box img {
  border: 10px #eaeaea solid; }

.social-meta a {
  display: inline-block;
  padding: 4px;
  color: #cbcbcb;
  font-size: 18px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.social-meta a:hover, .social-meta a:focus {
  color: #53c200; }

.about-meta {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  margin: 20px 0; }

.about-meta .fa {
  color: #53c200;
  font-size: 20px; }

.affiliates-section {
  background: url(../img/white-blocks.jpg) top center no-repeat, #ffffff;
  background-size: cover; }

.affiliates-section h1 {
  margin-bottom: 20px;
  color: #53c200; }

.affiliates-section p {
  font-size: 16px;
  margin-bottom: 20px; }

.benefits p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 40px; }

.advertisers-section {
  background: url(../img/advertisers-bg.jpg) top center no-repeat, #4d9617;
  color: #ffffff;
  background-size: cover; }

.advertisers-section h1 {
  margin-bottom: 20px; }

.advertisers-section p {
  font-size: 16px;
  margin-bottom: 20px; }

.benefits p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 40px; }

.cta-full {
  background: #202020;
  -webkit-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.5);
  color: #ffffff; }

.cta-full.blockbg {
  background: url(../img/cta-full-block.jpg) top center no-repeat, #202020;
  background-size: cover;
  -webkit-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.5);
  color: #ffffff; }

.arrow-before-signup {
  margin-top: -75px; }

.payments-section {
  background: #ffffff; }

.payments-section h1 {
  margin-bottom: 20px;
  color: #53c200; }

.payments-section p {
  font-size: 16px;
  margin-bottom: 20px; }

.payments-section .payment-box p {
  font-size: 16px;
  margin-bottom: 20px;
  font-family: "Maven Pro", sans-serif; }

.payment-box {
  text-align: center;
  padding: 10px;
  margin: 10px;
  display: inline-block;
  width: 200px;
  vertical-align: top; }

.payment-box img {
  margin-bottom: 10px; }

.payments-section ul {
  list-style-type: none; }

.payments-section li {
  font-size: 20px;
  font-weight: bold;
  margin-left: 30px;
  display: block;
  padding: 5px 0 20px 0; }

.payments-section li:before {
  content: "\f00c";
  font-family: FontAwesome;
  margin-left: -30px;
  color: #53c200;
  font-size: 20px;
  position: absolute; }

.contactinfo-section {
  background: url(../img/contactinfo-bg.jpg) top center no-repeat;
  color: #ffffff;
  background-size: cover; }

.contactinfo-section h1 {
  margin-bottom: 0;
  font-weight: normal; }

.contactinfo-section h5 {
  color: #53c200;
  letter-spacing: 1px; }

.contactinfo-section p {
  font-size: 14px;
  margin-bottom: 20px;
  color: #919191;
  line-height: 20px; }

.contactinfo-section hr.thinner {
  border-color: #262626;
  margin-top: 10px;
  margin-bottom: 10px; }

.contactinfo-section .black-box {
  background: rgba(0, 0, 0, 0.7);
  padding: 20px 30px;
  font-family: "Maven Pro", sans-serif; }

.contactus-section {
  background: #ededed; }

.contactus-section h1 {
  margin-bottom: 0; }

.contactus-section p {
  font-size: 14px;
  margin-bottom: 20px; }

.contactus-section .form-control {
  border-color: #ededed;
  border-radius: 0; }

.contactus-section textarea {
  min-height: 130px; }

.contactus-section .control-label {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  color: #9c9c9c; }

.contactus-section ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  color: #ddd; }

.contactus-section :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  color: #ddd;
  opacity: 1; }

.contactus-section ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  color: #ddd;
  opacity: 1; }

.contactus-section :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  color: #ddd; }

.contactus-section :placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  color: #ddd; }

.contactus-section .btn-form {
  -webkit-box-shadow: 0 4px 0 0 #2ca200;
  box-shadow: 0 4px 0 0 #2ca200;
  border-radius: 6px;
  background-color: #52c200;
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
  padding: 10px 35px;
  margin: 5px 5px;
  display: inline-block;
  letter-spacing: 1px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.contactus-section .btn-form:hover, .contactus-section .btn-form:focus {
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #2ca200; }

.has-error .form-control {
  background: url(../img/cross.svg) no-repeat 98% 50%, #ffffff;
  background-size: 16px 16px; }

.has-error textarea.form-control {
  background: url(../img/cross.svg) no-repeat 99% 5px, #ffffff;
  background-size: 16px 16px; }

.okayokay .form-control {
  background: url(../img/yes.svg) no-repeat 98% 50%, #ffffff;
  background-size: 16px 16px; }

.okayokay textarea.form-control {
  background: url(../img/yes.svg) no-repeat 99% 5px, #ffffff;
  background-size: 16px 16px; }

span.help-block {
  color: red !important;
  font-weight: bold !important; }

.contactus-section .form-group {
  margin-bottom: 10px; }

.footernav-section hr.thinner {
  border-color: #e1e1e1; }

.footernav-section h5 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: bold;
  color: #5fc800;
  padding: 0;
  margin: 0 0 10px 0; }

.footernav-section ul {
  list-style-type: none !important;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  padding: 0;
  margin: 0; }

.footernav-section ul.footer-events {
  columns: 1;
  -webkit-columns: 1;
  -moz-columns: 1;
  padding: 0;
  margin: 0; }

.footer-events strong {
  display: block; }

.footer-events small {
  color: #777777; }

.footernav-section li {
  color: #333333; }

.footernav-section .footer-events li {
  padding: 5px 0;
  margin-left: 20px;
  display: block; }

.footernav-section .footer-events li:before {
  content: "\f152";
  font-family: FontAwesome;
  margin-left: -20px;
  color: #53c200;
  font-size: 14px;
  position: absolute; }

.footernav-section li a {
  display: block;
  letter-spacing: 1px;
  padding: 5px 0;
  color: #a0a0a0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px; }

.footernav-section li a:hover, .footernav-section li a:focus, .footernav-section a:hover, .footernav-section a:focus {
  color: #53c200; }

.footernav-section p {
  color: #999999;
  font-size: 14px; }

.copytext {
  font-size: 12px;
  text-transform: uppercase;
  color: #777777; }

.copytext a {
  display: inline-block;
  padding: 5px 7px;
  color: #777777; }

body {
  width: 100%;
  height: 100%; }

html {
  width: 100%;
  height: 100%; }

.banner-section {
  padding-top: 150px;
  padding-bottom: 50px; }

.aboutus-section {
  padding-top: 5px;
  padding-bottom: 50px; }

.affiliates-section {
  padding-top: 50px;
  padding-bottom: 50px; }

.advertisers-section {
  padding-top: 50px;
  padding-bottom: 50px; }

.cta-full {
  padding-top: 30px;
  padding-bottom: 30px; }

.payments-section {
  padding-top: 50px;
  padding-bottom: 50px; }

.contactinfo-section {
  padding-top: 50px;
  padding-bottom: 50px; }

.contactus-section {
  padding-top: 50px;
  padding-bottom: 50px; }

.footernav-section {
  padding-top: 50px;
  padding-bottom: 50px; }

footer {
  padding-top: 50px;
  padding-bottom: 50px; }

footer p {
  font-size: 13px;
  padding: 0 0 20px 0;
  margin: 0; }

.carousel-control {
  display: none; }

.carousel-indicators {
  bottom: -20px; }

.carousel-indicators li {
  background: #e1e1e1; }

.carousel-indicators li.active {
  background: #53c200; }

.carousel-inner .item blockquote {
  font-size: 12px;
  border: none;
  padding: 20px;
  background: #f6f6f6;
  color: #777777;
  margin-bottom: 0; }

.carousel-inner .item p {
  font-weight: bold;
  font-size: 12px; }

.thankyou {
  display: none; }

.footer-ty {
  background: #121212; }

.footer-ty p {
  font-size: 13px;
  color: #bfbfbf; }

.footer-ty p a {
  color: #53c200;
  display: inline-block;
  padding: 2px; }

.embed-container {
  background: #000000; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.contact-right {
  color: #ffffff;
  padding: 0 15px;
  text-align: center; }

.contact-right h4 {
  line-height: 24px;
  font-size: 16px; }

.contact-right i {
  font-size: 20px;
  color: #00aeff; }

.contact-right a {
  color: #ffffff;
  font-family: "Maven Pro", sans-serif; }

.contact-right a:hover {
  text-decoration: none;
  color: #00aeff; }

#heardinput {
  margin: 10px 0; }

.thankyou-section {
  background: url(../img/getaquote-bg.jpg);
  background-size: cover;
  min-height: 85%;
  padding-top: 100px;
  padding-bottom: 100px; }

.thankyou-section p {
  font-size: 18px;
  line-height: 28px; }

.thankyou-section a {
  color: #ffffff;
  font-size: 30px;
  display: inline-block;
  margin: 5px 15px; }

.thankyou-section a:hover {
  opacity: .8; }

/* .modal-transparent */
.modal-transparent {
  background: rgba(0, 0, 0, 0.5); }

.modal-backdrop.modal-backdrop-transparent {
  background: rgba(0, 0, 0, 0.5); }

#myModal .modal-content {
  background: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 0; }

.modal-backdrop.in {
  opacity: 0.9; }

.modal {
  text-align: center;
  padding: 0 !important; }

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px; }

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle; }

#popupModal .modal-dialog .modal-content {
  border-radius: 0;
  background: rgba(0, 174, 255, 0.9);
  color: #ffffff; }

#popupModal .modal-dialog .modal-content .modal-header {
  border: none; }

#popupModal .modal-dialog .modal-content h1 {
  margin: 0 0 20px 0;
  padding: 0;
  font-weight: bold;
  font-size: 40px; }

#popupModal .fb-likewrp {
  background: #ffffff;
  border: 5px #78baec solid;
  padding: 20px;
  width: auto;
  display: inline-block; }

#popupModal.modal.in .modal-dialog {
  max-width: 90%;
  overflow: hidden; }

#popupModal.modal.in .modal-dialog {
  max-width: 90%;
  overflow: hidden; }

.spinner {
  margin: 0 auto;
  width: 70px;
  text-align: center; }

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #e1e1e1;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both; }

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
/* ==========================================================================
  Media Queries
  ========================================================================== */
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px; }
  ul.thumbnails li a:hover {
    background-size: 50px 50px; }

  .tagline h1 {
    font-size: 40px !important;
    margin-top: 0; }

  .payment-box {
    width: 100%;
    padding: 20px; } }
@media (max-width: 767px) {
  .copytext {
    text-align: center; }

  .tagline h1 {
    font-size: 45px !important;
    margin-top: 0; }

  .navbar-brand {
    width: 160px;
    margin-left: 10px; }

  .topnav {
    padding-bottom: 0; }

  .navbar-brand {
    padding-bottom: 0;
    margin: 5px 10px; }

  #cpa-nav li > a {
    padding: 10px 15px;
    border: none; }

  #cpa-nav li > a:hover {
    border: none;
    background: #53c200;
    color: #ffffff; }

  .btnleft, .btnright {
    text-align: center; }

  .footernav-section ul {
    list-style-type: none !important;
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
    padding: 0;
    margin: 0; }

  .black-box {
    text-align: center;
    margin-bottom: 20px; }

  .contactinfo-section {
    background-size: cover; }

  .btn-100 a {
    width: auto; } }
@media (min-width: 768px) and (max-width: 991px) {
  #cpa-nav {
    font-family: "Maven Pro", sans-serif;
    font-size: 15px;
    font-size: 1.5rem; }

  .navbar-brand {
    width: 160px; }

  .footernav-section ul {
    list-style-type: none !important;
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
    padding: 0;
    margin: 0; }

  .navbar .navbar-nav > li > a {
    margin: 15px 5px 0 5px;
    padding: 15px 5px; }

  .top-nav-collapse .navbar-nav > li > a {
    margin: 15px 5px 0 5px;
    padding: 15px 5px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-brand {
    width: 180px; }

  .navbar-brand, .navbar-nav > li > a {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }

  .navbar .navbar-nav > li > a {
    margin: 20px 10px 0 10px;
    padding: 20px 5px;
    font-size: 14px; }

  .top-nav-collapse .navbar-nav > li > a {
    margin: 15px 10px 0 10px;
    padding: 15px 5px;
    font-size: 14px; }

  .top-nav-collapse .navbar-brand {
    margin: 5px 10px;
    width: 160px; }

  .about-content {
    margin-left: 100px;
    margin-right: 100px; }

  .navbar .navbar-nav > li.sign-btn > a {
    padding: 8px 10px;
    margin: 30px 6px 0 6px;
    background: #2ca200;
    border: 0;
    border-radius: 6px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase; }

  .navbar .navbar-nav > li.sign-btn > a:hover, .navbar .navbar-nav > li.sign-btn.active > a.active {
    border: 0;
    text-decoration: none;
    color: #ffffff;
    background: #53c200; }

  .top-nav-collapse .navbar-nav > li.sign-btn > a {
    margin: 20px 6px 0 6px; } }
@media (min-width: 1200px) {
  .navbar-brand {
    width: 220px; }

  .navbar-brand, .navbar-nav > li > a {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }

  .navbar .navbar-nav > li > a {
    margin: 20px 15px 0 15px;
    padding: 20px 10px; }

  .top-nav-collapse .navbar-nav > li > a {
    margin: 15px 15px 0 15px;
    padding: 15px 10px; }

  .top-nav-collapse .navbar-brand {
    margin: 5px 10px; }

  .about-content {
    margin-left: 100px;
    margin-right: 100px; }

  .navbar .navbar-nav > li.sign-btn > a {
    padding: 8px 10px;
    margin: 30px 6px 0 6px;
    background: #2ca200;
    border: 0;
    border-radius: 6px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase; }

  .navbar .navbar-nav > li.sign-btn > a:hover, .navbar .navbar-nav > li.sign-btn.active > a.active {
    border: 0;
    text-decoration: none;
    color: #ffffff;
    background: #53c200; }

  .top-nav-collapse .navbar-nav > li.sign-btn > a {
    margin: 20px 6px 0 6px; } }

        h3.checkmark::before {
  content: "\2713"; /* Unicode for checkmark ✔ */
  color: #53c200;
  margin-right: 8px;
  font-size: 1.1em;
  font-weight: bold;
  position: relative;
  top: 1px;
  display: inline-block;
}

h2.article-heading {
  font-size: 26px;        /* Larger than h3, still smaller than h1 */
  font-weight: 600;       /* Medium, not bold */
  color: #53c200;         /* Branded green */
  margin: 0 0 20px 0;
}

h1.article-title {
  font-size: 28px;
  font-weight: 700;
  color: #53c200;
  margin: 40px 0 20px 0; /* Adds 40px of top margin */
}

/* General styled article/page subheadings */
h2.section-heading {
  font-size: 28px;
  font-weight: 700;
  color: #53c200;
  margin: 0 0 20px 0;
}

/* Optional: slightly smaller version for deeper subheadings */
h3.subsection-heading {
  font-size: 24px;
  font-weight: 600;
  color: #53c200;
  margin: 0 0 16px 0;
}

h2.section-heading.white-heading {
  color: #ffffff !important;
}

h2.section-heading.black-heading {
  color: #000000 !important;
}
