/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
@font-face {
	font-family: "Poppins Light";
	src: url("https://landing.capspayroll.com/hubfs/CAPS/fonts/Poppins-Light.woff") format("woff");
	font-style: normal;
	font-weight: normal;
	font-display: fallback;
}
@font-face {
	font-family: "Poppins Medium";
	src: url("https://landing.capspayroll.com/hubfs/CAPS/fonts/Poppins-Medium.woff") format("woff");
	font-style: normal;
	font-weight: normal;
	font-display: fallback;
}
@font-face {
	font-family: "Poppins SemiBold";
	src: url("https://landing.capspayroll.com/hubfs/CAPS/fonts/Poppins-SemiBold.woff") format("woff");
	font-style: normal;
	font-weight: normal;
	font-display: fallback;
}
@font-face {
	font-family: "Poppins Bold";
	src: url("https://landing.capspayroll.com/hubfs/CAPS/fonts/Poppins-Bold.woff") format("woff");
	font-style: normal;
	font-weight: normal;
	font-display: fallback;
}

/* -------------------------------- */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html{
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

body {
  background-color: #fff;
  color: #000;
  font-family: "Poppins Light",sans-serif;
  font-size: 18px;
  line-height:1.6;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 100%;
  margin: 0 auto;
}
/* background color row */
.row-fluid-wrapper:nth-of-type(2),
.row-fluid-wrapper:nth-of-type(4){
  background: #f3f0e9;
}
.row-fluid-wrapper:nth-of-type(2) h2,
.row-fluid-wrapper:nth-of-type(4) h2 {
  margin-top: 60px
}
.thank-you .row-fluid-wrapper:nth-of-type(2),
.thank-you .row-fluid-wrapper:nth-of-type(4) {
  background: white;
}
/* =============== Header =============== */
.header-container-wrapper {  
  padding: 0 50px;
}
.header-container {}
.custom-header-top-section .page-center > .row-fluid-wrapper >.row-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #0b283a;
}
.custom-header-top-section .page-center > .row-fluid-wrapper >.row-fluid:before, 
.custom-header-top-section .page-center > .row-fluid-wrapper >.row-fluid:after {
  display: none;
}
.custom-header-top-section .page-center > .row-fluid-wrapper >.row-fluid > div {
  width: auto;
  float: none;
}

.custom-header-bottom-section .page-center {
  padding-top: 1rem !important;
  height: 75px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.custom-header-bottom-section .page-center > div, 
.custom-header-bottom-section .page-center > div > div {
  height: 75px;
  width: 100%;
}
.custom-header-bottom-section .page-center > .row-fluid-wrapper > .row-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 75px;
}
.custom-header-bottom-section .page-center > .row-fluid-wrapper > .row-fluid:before, 
.custom-header-bottom-section .page-center > .row-fluid-wrapper > .row-fluid:after {
  display: none;
}
.custom-header-bottom-section .page-center > .row-fluid-wrapper > .row-fluid > div {
  width: auto;
  margin-left: 0;
}
.custom-header-bottom-section .page-center > .row-fluid-wrapper > .row-fluid > .custom-logo {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
}
.custom-logo img {
  max-width: initial;
  vertical-align: baseline;
  width: 132px;
}
.custom-logo a {
  display: inline-block;
}
.custom-header-bottom-section .page-center > .row-fluid-wrapper > .row-fluid > .custom-header-menu-wrapper {
  -ms-flex-preferred-size: 80%;
  flex-basis: 80%;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.widget-span.custom-menu-primary {
  display: inline-block;
  float: none;
  width: auto;
}

.custom-header-menu-wrapper > .row-fluid-wrapper > .row-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.custom-header-menu-wrapper > .row-fluid-wrapper > .row-fluid:before, 
.custom-header-menu-wrapper > .row-fluid-wrapper > .row-fluid:after {
  display: none;
}
/* =============== Footer =============== */

.footer-container-wrapper {}
.footer-container {}
.widget-span.custom-footer-wrapper {
  background-color: #0b283a;
}
.custom-footer-bottom-section {
  padding: 100px;
  margin: 0;
  text-align: initial;
  opacity: 1;
}
.custom-footer-bottom-section > .row-fluid-wrapper > .row-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: initial;
  flex-flow: initial;
}
.custom-footer-bottom-section > .row-fluid-wrapper > .row-fluid:before,
.custom-footer-bottom-section > .row-fluid-wrapper > .row-fluid:after {
  display: none;
}
.custom-footer-bottom-section > .row-fluid-wrapper > .row-fluid > div {
  width: auto;
  margin-left: 0;
}
.custom-footer-bottom-section > .row-fluid-wrapper > .row-fluid > div:first-child {
  -webkit-box-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
}
.widget-span.custom-copyright {
  font-size: .875rem;
  text-transform: uppercase;
  color: #fff;
  line-height: 26px;
  font-family: "Poppins Light", sans-serif !important;
}



h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Poppins Bold", sans-serif !important;
  font-weight: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	text-decoration: none;
}
h1 {
	text-transform: uppercase;
	color: #d4ae65;
	font-family: "Poppins Medium", sans-serif !important;
  font-size: 3rem;
  
}
h2 {
 font-size:2.5rem;
 line-height:1;
 margin-top: 40px !important;
 font-family:Poppins Medium,sans-serif!important;
}



.header-container-wrapper {
    background: #0b283a;
}

.body-container .row-fluid .row-fluid {
 max-width:850px;
 margin:20px auto 0;
  padding: 0 16px;
}

.custom-logo img {
    max-width: initial;
    vertical-align: baseline;
    width: 132px;
    margin-top: 8px;
}
.custom-header-bottom-section .page-center>.row-fluid-wrapper>.row-fluid>.custom-logo {
 height:70px
}
li {
 padding:4px
}
b,
strong {
 font-family:"Poppins Bold"
}
a {
 color:#d4ae65
}
a:hover,
a:visited,
a:active {
 color:#d4ae65 !important;
 opacity:.8
}
ol li {
 text-transform:uppercase;
 padding-top:30px;
 margin-bottom:-18px;
 font-size:18px
}
ol {
 padding-left:18px
}
p {
 padding-top:16px;
   font-size:17px !important;
}

@media (max-width: 768px) {
  h1 {
    font-size: 14px;
  }
  h2 {
    font-size: 2.5rem;
  }
    .custom-copyright {
    text-align: center !important;
  }
}

.hs-horizontal-spacer {
 display:block;
 height:40px
}
.row-fluid div span div.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_module:nth-of-type(2),
.row-fluid div span div.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_module:nth-of-type(4),
.row-fluid div span div.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_module:nth-of-type(6) {
 border:1px solid #0b283a;
}
.title {
  display: block;
  background: #0b283a;
  color: white;
  padding: 10px 20px;
  margin-top: 0px;
  
}
.thank-you h1 {
  padding-bottom: 0 ;
  margin-bottom: 0 !important;
}
.thank-you .row-fluid-wrapper:nth-of-type(2) div,
.thank-you .row-fluid-wrapper:nth-of-type(2) div p {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.thank-you .row-fluid div span div.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_module:nth-of-type(2) {
  border: none;