/* STRUCTURE
   ------------------------- */
body {
  font-family: 'Circular-Book', sans-serif;
  background-color: white;
  padding-top: 114px;
}

/* 0 gutter */
.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}

/* 10 gutter */
.row.gutter-10 {
  margin-left: -5px;
  margin-right: -5px;
}

.row.gutter-10 [class*='col-']:not(:first-child),
.row.gutter-10 [class*='col-']:not(:last-child) {
  padding-right: 5px;
  padding-left: 5px;
}



/* TYPOGRAPHY
   ------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 0;
  font-family: 'Circular', sans-serif;
  color: #004963;
  line-height: 1.2em;
}

h1 {font-size: 36px;}
h2 {font-size: 30px;}
h3 {font-size: 24px;}
h4 {font-size: 18px;}
h5 {font-size: 14px;}
h6 {font-size: 12px;}

p, td {
  color: #555;
  font-family: 'Circular-Book', sans-serif;
}

li {
  color: #555;
}

a {
color: #007cb2;
}

.txt-blue {
  color: #004963;
  font-family: 'Circular', sans-serif;
}



/* GLOBAL
   ------------------------- */
ul {
  padding:0;
  margin:0;
}

li {
  list-style: none;
}

.content ul {
  margin-bottom: 16px;
  padding-left: 40px;
}

.content ul li {
  list-style: disc;
}

.btn {
  border-radius:60px;
  padding: 10px 34px;
  font-size: 14px;
}

/* Remove blue glow */
.btn:focus,.btn:active {
   outline: none !important;
}
a:focus,a:active {
   outline: none !important;
}

.bt-custom {
  background-color:#004963;
  border: 2px solid #004963;
  color: white;
  letter-spacing: 0.1em;
}
.bt-custom:hover,
.bt-custom:focus,
.bt-custom.focus,
.bt-custom:active,
.bt-custom.active {
  background-color:#004963 !important;
  color: white !important;
  border-color: #004963 !important;
}

.bt-custom-out {
  border: 2px solid #004963;
  color: #004963;
  background-color: transparent;
  letter-spacing: 0.1em;
}
.bt-custom-out:hover,
.bt-custom-out:focus,
.bt-custom-out.focus,
.bt-custom-out:active,
.bt-custom-out.active {
  border: 2px solid #004963 !important;
  color: #004963 !important;
  background-color: transparent !important;
}

.bt-custom-out-wh {
  background-color:transparent;
  border: 2px solid white;
  color: white;
  letter-spacing: 0.1em;
}
.bt-custom-out-wh:hover,
.bt-custom-out-wh:focus,
.bt-custom-out-wh.focus,
.bt-custom-out-wh:active,
.bt-custom-out-wh.active {
  background-color:transparent !important;
  border: 2px solid white !important;
  color: white !important;
}

/* Input placeholder override */
::-webkit-input-placeholder {
   color: #999 !important;
   font-size: 14px;
}
@media only screen and (max-width : 767px) {
::-webkit-input-placeholder {
   font-size: 12px;
}
}

:-moz-placeholder { /* Firefox 18- */
    color: #999 !important;
    font-size: 14px;
}
@media only screen and (max-width : 767px) {
:-moz-placeholder { /* Firefox 18- */
    font-size: 12px;
}
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #999 !important;
    font-size: 14px;
}
@media only screen and (max-width : 767px) {
::-moz-placeholder {  /* Firefox 19+ */
    font-size: 12px;
}
}

/* Input override */
input {   
  border-color: #ccc !important;
  outline: 0 none !important;
  box-shadow:none !important;
  border-radius: 0 !important;
}
@media only screen and (max-width : 767px) {
input {   
  font-size: 12px!important;
  padding-left: 10px!important;
}
}

select {   
    border-color: #ccc !important;
    outline: 0 none !important;
  box-shadow:none !important;
  border-radius: 0 !important;
  padding-top: 8px!important;
  font-size: 14px!important;
}
@media only screen and (max-width : 767px) {
select {   
  font-size: 12px!important;
  padding-left: 10px!important;
}
}


/* TOP BAR
   ------------------------- */
.topbar {
  background-color: #004963;
  height: 34px;
  text-align: right;
  padding-top: 7px;
  margin-right: -60px;
  font-size: 14px;
}
@media only screen and (max-width : 767px) {
.topbar {
  margin-right: 0;
}
}

.topbar li {
  color: white;
}

.topbar a {
  color: white;
  text-decoration: underline;
}


/* Page Header */
.page-header {
  background-color: #cee7ef;
  padding: 10px 0;
  position: relative;
  text-align: left;
}

.page-header .breadcrumb {
  background: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}

.page-header .breadcrumb > li {
  display: inline-block;
  font-size: 0.8em;
  text-transform: uppercase;
  text-shadow: none;
}

.page-header .breadcrumb > li + li:before {
  color: inherit;
  opacity: 0.5;
  font-family: 'FontAwesome';
  font-weight: 900;
  content: "\f105";
  padding: 0 7px 0 5px;
}

.page-header .breadcrumb > li > a {
  text-decoration: underline;
}

.page-header .breadcrumb.breadcrumb-block {
  background: #212529;
  display: inline-block !important;
  padding: 7.2px 19.2px;
  padding: .45rem 1.2rem;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.page-header .breadcrumb.breadcrumb-light {
  color: #FFF;
}

.page-header .breadcrumb.breadcrumb-light a {
  color: #FFF;
}

.page-header .breadcrumb.breadcrumb-light .active {
  opacity: 0.7;
}


/* NAV
   ------------------------- */
.navbar-custom {
  background-color: white;
  border:none;
  margin-top: 34px !important;
  min-height: 80px;
}
/* to avoid jump */
@media only screen and (max-width : 767px) {
.navbar-custom {
  min-height: auto;
}
}

.navbar-custom-section {
  border-bottom: 1px solid #007cb3;
}

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

.navbar-custom img {
  height:50px;
  width:auto;
}

.navbar-light .navbar-nav-right > li {
  padding-left: 5px;
  padding-right: 5px;
}

.navbar-light .navbar-nav-right > li > a {
  color:#007cb2 !important;
  font-weight:600;
  font-size: 14px;
}
@media only screen and (max-width : 992px) {
.navbar-light .navbar-nav-right > li > a {
  font-size: 12px;
  padding-left: 0;
}
}
@media only screen and (max-width : 767px) {
.navbar-light .navbar-nav-right > li > a {
  font-size: 16px;
}
}

.navbar-light .navbar-nav-right > li > a:hover {
  color:#004963;
  text-decoration: none;
}

.navbar-light .navbar-nav-right > .active > a {
  background-color:transparent !important;
  color:#004963 !important;
  text-decoration: none;
}

.navbar-light .navbar-nav-right > li > .btn {
  color:white !important;
}

.navbar-nav-right .btn {
  color: white !important;
  padding: 8px 15px;
  font-size: 13px !important;
}
@media only screen and (max-width : 992px) {
.navbar-nav-right .btn {
  padding: 5px 10px !important;
}
}


/* Nav dropdown menu */
.nav-dropdown-menu {
  border: 1px solid #007cb2;
  border-radius: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: 'Circular', sans-serif;
}

.nav-dropdown-menu li {
  border-bottom: 1px solid #007cb2;
  padding-top: 3px;
  padding-bottom: 3px;
}

.nav-dropdown-menu li a {
  color:#007cb2;
  font-size: 12px;
}

.nav-dropdown-menu a:hover {
  background-color: transparent !important;
}

.nav-dropdown-menu-noline {
  border-bottom: none !important;
}

/* Toggle dropdown mobile */
@media only screen and (max-width : 767px) {
.navbar-collapse { 
  margin-left: -16px !important;
  margin-right: -16px !important;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
  margin-top: 10px;
  background-color: #f1f1f1;
}
}


/* Toggle nav icon */
.navbar-toggler {
  border: transparent;
}




/* SECTION
   ------------------------- */
.section {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (max-width : 767px) {
.section {
  padding-bottom: 70px;
}
}

.section p {
  font-size: 18px;
  line-height: 1.8em;
}
@media only screen and (max-width : 767px) {
.section p {
  font-size: 16px;
}
}

.section-grey {
  background-color: #eef0f4;
}

.section-bot {
  padding-top: 40px;
  padding-bottom: 40px;
}



/* HERO
   ------------------------- */
.hero {
  background: url(../images/apr2020design/img/hero.jpg) no-repeat center top; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media only screen and (max-width : 767px) {
.hero {
  background: url(../images/apr2020design/img/hero.jpg) no-repeat left top;
}
}

.hero-box {
  padding-top:120px;
  padding-bottom:100px;
  color: white;
  text-align: center;
}
@media only screen and (max-width : 767px) {
.hero-box {
  padding-top:70px;
  padding-bottom:70px;
}
}

.hero-box h1 {
  color: white;
  margin-bottom:25px;
  font-size: 50px;
}
@media only screen and (max-width : 992px) {
.hero-box h1 {
  font-size: 40px;
}
}

@media only screen and (max-width : 767px) {
.hero-box h1 {
  font-size: 30px;
}
}

.hero-box p {
  font-size:20px;
  line-height: 30px;
  padding-bottom:25px;
  color: white;
}

.hero-box .btn {
  border: 2px solid white;
}

.hero-box img {
  width: 100px;
  margin-bottom: 30px;
}



/* SECTION INTRO
   ------------------------- */
.section-intro {
  text-align: center;
}

.section-intro p {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
}



/* SECTION MODULES
   ------------------------- */
.module {
  padding-top: 70px;
  padding-bottom: 70px;
}

@media only screen and (max-width : 992px) {
.module h2 {
  font-size: 26px;
}
}

.module h3 {
  color: #007cb2;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (max-width : 992px) {
.module h3 {
  font-size: 20px;
}
}

.module p {
  font-size: 18px;
  line-height: 1.8em;
}

.module li {
  font-size: 18px;
  padding-bottom: 10px;
}

.module-list li {
  margin-left: 15px;
}

.module-list li:before {
  /* For a round bullet */
  content: '\2022';
  /* For a square bullet */
  /*content:'\25A0';*/
  display: block;
  position: relative;
  max-width: 0;
  max-height: 0;
  left: -15px;
  top: -1px;
  color: #007cb2;
  font-size: 20px;
}


.module-pic img {
  height: 240px;
  margin-top: 30px;
}
@media only screen and (max-width : 992px) {
.module-pic img {
  height: 190px;
}
}
@media only screen and (max-width : 767px) {
.module-pic img {
  height: 170px;
  margin-top: 0;
  margin-bottom: 30px;
}
}

.module .btn {
  margin-top: 20px;
}



/* STATS
   ------------------------- */
.section-stats {
  background: url(../images/apr2020design/img/bk_stats.jpg) no-repeat center top; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: white;
}

.section-stats h1 {
  color: white;
  font-size: 45px;
  margin-bottom: 0;
}
@media only screen and (max-width : 992px) {
.section-stats h1 {
  font-size: 30px;
}
}

.section-stats p {
  color: white;
  line-height: 24px;
}
@media only screen and (max-width : 992px) {
.section-stats p {
  font-size: 13px;
  line-height: 17px;
}
}

.statblurb img {
  height: 55px;
  margin-right: 5px;
  margin-top: 10px;
}
@media only screen and (max-width : 992px) {
.statblurb img {
  height: 45px;
}
}

@media only screen and (max-width : 767px) {
.statblurb {
  height: 100px;
}
}



/* SECTION TESTIMONIAL
   ------------------------- */
.section-testimonial {
  text-align: center;
}

.section-testimonial h4 {
  padding-top: 20px;
}

.section-testimonial .fa-chevron-left {
  font-size: 20px;
  color: #004963 !important;
}

.section-testimonial .fa-chevron-right {
  font-size: 20px;
  color: #004963 !important;
}

.testimonial-quote {
  background-color: white;
  padding: 30px;
  margin-top: 20px;
}



/* CTA
   ------------------------- */
.cta {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 60px;
}

.cta h2 {
  padding-bottom: 0;
}

.cta .btn {
  margin-top: 20px;
}



/* --------------------------------------
  WP INTRO
   -------------------------------------- */


/* WP INTRO
   ------------------------- */
.worpress-intro {
  text-align: center;
  padding-bottom: 40px;
}
@media only screen and (max-width : 767px) {
.worpress-intro {
  padding-top: 70px;
}
}

.module-wp-pic img {
  height: 240px;
  margin-top: 0;
}
@media only screen and (max-width : 992px) {
.module-wp-pic img {
  height: 190px;
}
}
@media only screen and (max-width : 767px) {
.module-wp-pic img {
  height: 170px;
  margin-bottom: 30px;
}
}



/* --------------------------------------
  HIRE US
   -------------------------------------- */
.sidemenu {
  background-color: #cee7ef;
  padding-top: 20px;
  padding-bottom: 50px;
  max-width: 360px;
  font-size: 16px;
}
@media only screen and (max-width : 767px) {
.sidemenu {
  padding-bottom: 0;
  margin-bottom: 40px;
  max-width: 100%;
  margin-top: -50px;
}
}

.sidemenu li {
  border-bottom: 1px solid #007cb3;
  color: #004963;
  padding-top: 8px;
  padding-bottom: 8px;
}

@media only screen and (max-width : 767px) {
.sidemenu li:last-child {
  border-bottom: none !important;
  padding-bottom: 30px;
}
}


.sidemenu a {
  color: #004963;
}

.sidemenu .active {
  font-family: 'Circular', sans-serif;
}

.content {
  padding-left: 50px;
}
@media only screen and (max-width : 767px) {
.content {
  padding-left: 15px;
}
}

.content p {
  font-size: 16px;
  line-height: 1.6em;
  padding-bottom: 10px;
}

p.lead {
  font-size: 18px;
  color: #007cb2;
  line-height: 1.6em;
  font-weight: 500;
  padding-bottom: 0;
  margin-bottom: 0.5rem;
}

.blurb {
  height: 60px;
  margin-bottom: 20px;
}

.blurb p {
  font-size:16px;
  line-height:20px;
  padding-top: 5px;
}

.blurb img {
  width:45px;
  margin-right:10px;
}



/* --------------------------------------
  REQUEST
   -------------------------------------- */
.content-request h4 {
  color: #007cb2;
  line-height: 1.6em;
}

.form-request {
  margin-top: 30px;
  padding-right: 100px;
}
@media (max-width: 992px) {	
.form-request {
  padding-right: 0;
}
}

.form-request input {
  padding-top: 20px;
  padding-bottom: 20px;
}

.buyback-drop-bt .btn {
  padding-left: 15px;
  padding-right: 15px;
  color: #999;
}

.buyback-drop-bt .fa-chevron-down {
  font-size: 8px;
}

.btn-group.special {
  display: flex;
  text-align: left !important;
}

.special .btn {
  flex: 1;
  text-align: left !important;
  border-radius: 0;
  border: 1px solid #ccc;
}
@media only screen and (max-width : 767px) {
.special .btn {
  font-size: 12px;
  padding-left: 10px!important;
}
}

.special .btn:hover,
.special .btn:focus,
.special .btn.focus,
.special .btn:active,
.special .btn.active {
  background-color: transparent !important;
  border-color: #CCC !important;
}



/* --------------------------------------
  FOOTER
   -------------------------------------- */
.footer-custom {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #004963;
}

.footer-custom h4 {
  color: white;
}

.footer-custom a {
  color: white;
  font-size: 12px;
}

.footer-custom input {
  border-radius: 60px !important;
  height: 44px;
}

.footer-custom .btn {
  background-color: #007cb2;
  border-color: #007cb2;
  color: white;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 18px;
  padding-right: 18px;
  margin-left: -20px !important;
  z-index: 1000 !important;
    height: 44px;
}

.footer-custom p {
  color: white;
  font-size: 12px;
}
@media (max-width: 767px) {	
.footer-custom p {
  font-size: 12px;
}
}

.footer-custom .input-group {
  margin-top: 20px;
}

@media only screen and (max-width : 767px) {
.footer-custom-middle {
  padding-top: 20px;
  padding-bottom: 30px;
}
}




#sforum a:link    { color: #009; text-decoration:none; }
#sforum a:visited { color: #009; text-decoration:none; }
#sforum a:hover   { color: #009; text-decoration:underline; }
#sforum a:active  { color: #009; text-decoration:underline; }

#sforum a.prettyDate    { color: #339; }
#sforum span.prettyDate { color: #666; }
#sforum h2 { margin: 0px; }

#sforum {
  width: 900px;
  margin:0px auto;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}

#sforum-header {
  background-color: #EEE;
  border-bottom: 2px solid #CCC;
  margin-bottom: 20px;
}
#sforum-header h1 { font-size: 18px; margin: 0px; padding: 0px }
#sforum-header h1 a { color: #000 !important; }

#sforum .errorsAndAlerts {
  color: #C00;
  font-weight: bold;
  padding-bottom: 10px;
}

.sforum-subnav {
  text-align: center;
  padding: 5px;
}

.sforum-actions  {
  float: right;
  font-weight: bold;
}

.sforum-post p {
  font-size: 16px;
}

.sforum-post-header {
  padding-left: 0.5em;
  padding-bottom: 0.5em;
  padding-right: 0.25em;
  border-bottom: 1px solid #C5C5C5;
}

.sforum-alert {
  padding: 10px;
  background-color: #eee;
}

.sforum-topic-actions a {
  font-size: 16px;
  text-decoration: underline;
}

.sforum-post.sforum-post-first {
  border-width: 1px;
}
.sforum-post {
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #C5C5C5;
  padding: 10px 0px 15px 0px !important;
  background-color: rgba(129, 167, 204, 0.22);
  word-break: break-word;
}

.sforum-post.nomatch {
  border-width: 1px;
  text-align: center;
  padding: 20px;
}
.sforum-post p > code {
  display: block;
  padding: 1em;
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
  background: #f5f2f0;
  color: #000000;
}
/* Blockquote Inspired by: http://css-tricks.com/snippets/css/simple-and-nice-blockquote-styling/ */
.sforum-post blockquote {
  margin: 10px 0px 10px 15px;
  padding: 8px 8px 8px 8px;
  background-color: #F2F2F2;
  color: #555;
  border-left: 10px solid #CCC;
}
.sforum-post blockquote p:first-child { margin-top: 0px; }
.sforum-post blockquote p:last-child  { margin-bottom: 0px; }
.sforum-post blockquote p:first-child:before {
  content: open-quote;
  quotes:"\201C""\201D";
  color: #CCC;
  font-size: 48px;
  line-height:.1em;
  position: absolute;
  margin-left: -3px;
  margin-top: 3px;
}
.sforum-signature {
  border-top: 1px solid #000;
  padding-top: 0.75em;
}
.sforum-edit-container {
  margin-right: 15px;
}
.sforum-edit-subject {
  font-size: 14px;
  font-weight: bold;
  padding: 5px;
  width: 100%;
}
.sforum-edit-message {
  width: 100%;
  padding: 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}
.sforum-edit-poll {
  padding: 5px;
  width: 100%;
}
.sforum-upload-erase a {
  color: #C00 !important;
  font-weight: bold;
}
#sforum-footer {
  padding-top: 5px;
  text-align: center;
  font-size: 10px;
  color: #999;
}
.sforum-buttons .btn{
  margin-right: 5px;
}
.vertical-spacer-10{
  margin-top: 10px;
}
.vertical-spacer-20{
  margin-top: 20px;
}
.vertical-spacer-30{
  margin-top: 30px;
}
.vertical-spacer-40{
  margin-top: 40px;
}
.vertical-spacer-50{
  margin-top: 50px;
}
.vertical-spacer-60{
  margin-top: 60px;
}
.header-divider{
  width: 100%;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #C5C5C5;
  float: left;
}
.post-pills > li > a {
  padding: 3px 5px !important;
  margin-top: -3px;
}
.post-pills > li > a:hover, .post-pills > li > a:focus {
    text-decoration: none;
    background-color: #2b5580 !important;
    color: white;
}

html .btn-primary {
	background-color: #0088cc;
	border-color: #0088cc #0088cc #006699;
	color: #ffffff;
}

.pagination {
  margin-bottom: 1em;
}

.pagination > li > a,
.pagination > li > span,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #0088cc;
  font-size: 14px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.pagination .page-item.active .page-link {
	background-color: #0088cc !important;
	border-color: #0088cc;
}

body.dark .pagination > li > a,
body.dark .pagination > li > span,
body.dark .pagination > li > a:hover,
body.dark .pagination > li > span:hover,
body.dark .pagination > li > a:focus,
body.dark .pagination > li > span:focus {
	color: #0088cc;
}

body.dark .pagination > .active > a,
body.dark .pagination > .active > span,
body.dark .pagination > .active > a:hover,
body.dark .pagination > .active > span:hover,
body.dark .pagination > .active > a:focus,
body.dark .pagination > .active > span:focus {
	background-color: #0088cc;
	border-color: #0088cc;
}

.pagination > .active > a,
body.dark .pagination > .active > a {
	background-color: #0088cc;
	border-color: #0088cc #0088cc #006699;
	color: #ffffff;
}

.pagination > .active > a:hover,
body.dark .pagination > .active > a:hover,
.pagination > .active > a.hover,
body.dark .pagination > .active > a.hover {
	background-color: #00a1f2;
	border-color: #00aaff #00aaff #0088cc;
	color: #ffffff;
}

.pagination > .active > a:focus,
body.dark .pagination > .active > a:focus,
.pagination > .active > a.focus,
body.dark .pagination > .active > a.focus {
	-webkit-box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.5);
	box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.5);
}

.pagination > .active > a.disabled,
body.dark .pagination > .active > a.disabled,
.pagination > .active > a:disabled,
body.dark .pagination > .active > a:disabled {
	background-color: #0088cc;
	border-color: #0088cc #0088cc #006699;
}

.pagination > .active > a:active,
body.dark .pagination > .active > a:active,
.pagination > .active > a.active,
body.dark .pagination > .active > a.active {
	background-color: #006ea6 !important;
	background-image: none !important;
	border-color: #006699 #006699 #004466 !important;
}

.sforum-post ul {
  padding-left: 40px;
  margin-bottom: 16px;
}
.sforum-post li {
  list-style: initial;
}

.sforum-post .post-pills li {
  list-style: none;
}