
/******************************************************************************************
PIXEL TO REM CONVERSION TABLE - Root Size: 16px
-------------------------------------------------------------------------------------------
PX   REM     |  PX   REM     |  PX   REM     |  PX   REM     |  PX   REM     |  PX   REM
-------------------------------------------------------------------------------------------
10 = 0.625   |  20 = 1.25    |  30 = 1.875   |  40 = 2.5     |  50 = 3.125   |  60 = 3.75
11 = 0.6875  |  21 = 1.3125  |  31 = 1.9375  |  41 = 2.5625  |  51 = 3.1875  |  61 = 3.8125
12 = 0.75    |  22 = 1.375   |  32 = 2       |  42 = 2.625   |  52 = 3.25    |  62 = 3.875
13 = 0.8125  |  23 = 1.4375  |  33 = 2.0625  |  43 = 2.6875  |  53 = 3.3125  |  63 = 3.9375
14 = 0.875   |  24 = 1.5     |  34 = 2.125   |  44 = 2.75    |  54 = 3.375   |  64 = 4
15 = 0.9375  |  25 = 1.5625  |  35 = 2.1875  |  45 = 2.8125  |  55 = 3.4375
16 = 1       |  26 = 1.625   |  36 = 2.25    |  46 = 2.875   |  56 = 3.5
17 = 1.0625  |  27 = 1.6875  |  37 = 2.3125  |  47 = 2.9375  |  57 = 3.5625
18 = 1.125   |  28 = 1.75    |  38 = 2.375   |  48 = 3       |  58 = 3.625
19 = 1.1875  |  29 = 1.8125  |  39 = 2.4375  |  49 = 3.0625  |  59 = 3.6875
-------------------------------------------------------------------------------------------
******************************************************************************************/

/*Glogal resets*/
body {
  min-height: 75rem;
}
.user-test {
  position: absolute;
  left: -99999px;
}
html {
  scroll-behavior: smooth;
}
h1,h2,h3,h4,h5,h6 {
  font-family: 'Roboto Slab', serif;
}
h1,h2 {
  font-weight: 300;
  color: #423C4F;
}
h3 {
  font-weight: 700;
  color: #423C4F;
}
.quote-card footer.blockquote-footer::before {
    content: none !important;
}
p, table {
  color: #423C4F;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
}
table {
  line-height: 140%;
}
.btn {
  border-radius: 120px;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  text-transform: uppercase;
  font-size: .7rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  line-height: 100%;
}
.btn-primary {
  background-color: #224B91;
  border-color: #224B91;
}
.btn:focus,.btn:active:focus,.btn.active:focus, .btn.focus,.btn:active.focus,.btn.active.focus {
    outline: none;
    box-shadow:none;
}
.media a.media-icon:hover {
  text-decoration: none !important;
}
.media-body hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
/*Navbar*/
.navbar-dark .navbar-toggler {
	outline: none;
  box-shadow:none;
  border-color: transparent;
}
 .navbar-dark a.navbar-brand {
  background-image: url(../images/logo/future-perfect-logo-white.svg);
  background-repeat: no-repeat !important;
  background-position: 10px 8px !important;
  display: block;
  height: 60px;
  width: 260px;
}
.navbar-dark.scrolled a.navbar-brand {
  background-image: url(../images/logo/future-perfect-logo.svg);
}
.navbar-dark {
  border-top: 30px solid transparent;
  transition:500ms ease;
  background:transparent;
}
.navbar-dark.scrolled {
  border-top: 0 solid transparent;
  background:#FFFFFF;
  box-shadow: 0 4px 18px 0px rgba(0, 0, 0, 0.12), 0 7px 10px -5px rgba(0, 0, 0, 0.15);
}

.navbar-dark.scrolled .navbar-collapse a {
  color: #7D9CD6;
}
.navbar-dark.scrolled .navbar-collapse li.active a {
  color: #224B91;
}
.navbar-dark.scrolled .navbar-collapse a:hover {
  color: #224B91;
}
.navbar-dark.scrolled .navbar-toggler .animated-icon2 span {
  background-color: #204D91;
}
.navbar-nav {
  font-family: 'Roboto Slab', serif;
  text-transform: lowercase;
  font-weight: 500;
  font-size: 0.875rem;
}


/* Icon 1 */

.animated-icon1, .animated-icon2, .animated-icon3 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  display: block;
}

.animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
display: block;
position: absolute;
height: 2px;
width: 100%;
border-radius: 9px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}

.animated-icon1 span {
background: #e65100;
}

.animated-icon2 span {
background: #e3f2fd;
}

.animated-icon3 span {
background: #f3e5f5;
}

.animated-icon1 span:nth-child(1) {
top: 0px;
}

.animated-icon1 span:nth-child(2) {
top: 10px;
}

.animated-icon1 span:nth-child(3) {
top: 20px;
}

.animated-icon1.open span:nth-child(1) {
top: 11px;
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-o-transform: rotate(135deg);
transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
opacity: 0;
left: -60px;
}

.animated-icon1.open span:nth-child(3) {
top: 11px;
-webkit-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
-o-transform: rotate(-135deg);
transform: rotate(-135deg);
}

/* Icon 3*/

.animated-icon2 span:nth-child(1) {
top: 1px;
}

.animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {
top: 10px;
}

.animated-icon2 span:nth-child(4) {
top: 19px;
}

.animated-icon2.open span:nth-child(1) {
top: 11px;
width: 0%;
left: 50%;
}

.animated-icon2.open span:nth-child(2) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}

.animated-icon2.open span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}

.animated-icon2.open span:nth-child(4) {
top: 11px;
width: 0%;
left: 50%;
}

/* Icon 4 */

.animated-icon3 span:nth-child(1) {
top: 0px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}

.animated-icon3 span:nth-child(2) {
top: 10px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}

.animated-icon3 span:nth-child(3) {
top: 20px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}

.animated-icon3.open span:nth-child(1) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
top: 0px;
left: 8px;
}

.animated-icon3.open span:nth-child(2) {
width: 0%;
opacity: 0;
}

.animated-icon3.open span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
top: 21px;
left: 8px;
}






/*Header*/
.header-block {
  position: relative;
  width: 100%;
  overflow: hidden;
  min-height: 25rem;
}
.header-block video, .header-block img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  filter: saturate(60%);
}
.header-block .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #0C2855;
  opacity: 0.80;
  z-index: 1;
}
.header-block .container {
  z-index: 2;
  position: relative;
  height: 60vh;
}
.header-block .header-text {
  text-align: center;
  margin-bottom: 3.5rem;
}
.header-block .header-text hr {
  border-color: rgba(255,255,255, 0.5);
  margin-right: 30%;
  margin-left: 30%;
}

.header-block .header-text h1 {
  font-size: 4rem;
  color: #FFFFFF;
  font-weight: 200;
  line-height: 110%;
  padding-bottom: .7rem;
}
.header-block .header-text h1 span {
  white-space: nowrap;
}
.header-block .header-text h1 em {
  font-style: normal;
  white-space: nowrap;
}
.header-block .header-text h2 {
  font-size: 1.3rem;
  font-weight: 400;
  color: #FFFFFF;
  text-transform: uppercase;
}




/*










/*Hero unit*/
div#hero-unit {
  background-color: #F09A40;
  text-align: center;
  padding-top: 3.5rem;
  padding-bottom: 3rem;
}
div#hero-unit h2 {
  font-size: 2.8rem;
  line-height: 100%;
  padding-bottom: .4rem;
}
div#hero-unit p {
  line-height: 130%;
  font-size: 1.3rem;
}
div#hero-unit #features {
  padding-top: 2.4rem;
}
div#hero-unit #features i {
  color: #FEEA95;
  font-size: 3.8rem;
}
div#hero-unit #features hr {
  border-color: rgba(250,209,151,0.8);
  border-top-width: 2px;
  width: 80%;
  margin-top: 2.7rem;
}
div#hero-unit #features h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-top: 2.3rem;
}
div#hero-unit #features p {
  line-height: 155%;
  font-size: 1em;
}
div#hero-unit #stat-quote {
  margin-top: 3rem;
}
div#hero-unit #stat-quote blockquote p {
  font-family: 'Roboto Slab', serif;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 150%;
}
div#hero-unit #stat-quote blockquote footer {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: .9rem;
}
div#hero-unit #stat-quote blockquote footer cite {
  font-style: normal;
}


div#review {
  background-color: #FDD388;
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: center;
}
div#review h3 {
  font-size: 1.3rem;
}
div#review p {
  margin-bottom: 2rem;
}
div#tips {
  text-align: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url(../images/backgrounds/tips-background.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
div#tips h3, div#tips p {
  color: #FFFFFF;
}
div#tips h3 {
  font-size: 1.3rem;
}
div#tips p {
  margin-bottom: 2rem;
}
div#tips i {
  color: #FEEDCF;
  font-size: 2.2rem;
}
div#tips a+h3 {
  margin-top: .9rem;
}
div#tips .col-md-6.item-1 {
  border-right: 1px solid rgba(252,223,173,0.5);
  border-bottom: 1px solid rgba(252,223,173,0.5);
}
div#tips .col-md-6.item-2 {
  border-bottom: 1px solid rgba(252,223,173,0.5);
}
div#tips .col-md-6.item-3 {
  border-right: 1px solid rgba(252,223,173,0.5);
}
div#tips .tip-inner {
  padding: 2.5rem 2rem;
}
div#tips h3 a {
  color: #FFFFFF;
}
div#tips h3 a:hover {
  text-decoration: none;
}

div#clients {
  background-color: #FEEDCF;
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: center;
}
div#clients hr {
  width: 180px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
div#clients h3 {
  font-size: 1.5rem;
}
div#clients ul li {
  height: 50px;
  margin-top: .35rem;
  margin-bottom: .35rem;
}
div#clients .list-inline-item:not(:last-child) {
    margin-right: 1.5rem;
}
div#info-footer {
  background-color: #686868;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
div#info-footer ul {
  text-align: right;
}
div#info-footer p {
  color: #FFFFFF;
}
div#info-footer a {
  color: #FFFFFF;
}
div#info-footer ul {
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
}
div#info-footer ul li {
  padding-bottom: .5rem;
  font-size: .95rem;
}
div#footer-nav {
  background-color: #3B3A39;
  color:#FFFFFF;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: .75rem;
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
}
div#footer-nav a {
  color: #FFFFFF;
}
div#footer-nav ul {
  margin-bottom: 0;
}
div#footer-nav #top-link {
  text-align: right;
}

/*Inner page structure*/
div.main-content a {
  color: #E07607;
  font-weight: 700;
}
div.main-content a.btn {
  color: #FFFFFF;
  font-weight: 400;
}
div.main-content {
  background-color: #EBE6E1;
  padding-top: 5rem;
  padding-bottom: 3rem;
}
div.main-content .main-content-header {
  text-align: center;
  padding-bottom: 4rem;
}
div.main-content .main-content-header h2 {
  font-size: 2.8rem;
  line-height: 100%;
  color: #423C4F;
  padding-bottom: .5rem;
}
div.main-content .main-content-header h2 small {
  font-weight: 300;
}
div.main-content .main-content-header p {
  line-height: 140%;
  font-size: 1.1rem;
  color: #423C4F;
}
div.main-content .main-content-inner h4 {
  font-size: 1.3rem;
}
div.main-content .main-content-inner {
  padding-bottom: 3rem;
}
div.main-content .main-content-inner p {
  line-height: 180%;
  color: #666569;
}
div.main-content .main-content-inner blockquote p {
  margin-left: 2rem;
  margin-bottom: 0;
}
div.main-content .main-content-inner blockquote footer {
  margin-left: 2rem;
  line-height: 180%;
  color: #666569;
  font-size: .8rem;
  padding-top: 0;
}
div.main-content .main-content-inner p strong, div.main-content .main-content-inner ul strong {
  font-weight: 700;
}
div.main-content .main-content-inner ul, div.main-content .main-content-inner ol {
  line-height: 160%;
  color: #666569;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
  padding-left: 1rem;
}
div.main-content .main-content-inner ul li {
  margin-top: .15rem;
  margin-bottom: .15rem;
  list-style-type: square;
}
div.main-content .main-content-inner ul ol {
  margin-top: .15rem;
  margin-bottom: .15rem;
}
div.main-content .main-content-inner ul.tips-menu li {
  line-height: 130%;
  margin-top: .25rem;
  margin-bottom: .25rem;
}
div.main-content .main-content-inner .media i {
  font-size: 3rem;
  display: block;
  margin-right: 1rem;
}
div.main-content .main-content-inner h3 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
body.tip div.main-content .main-content-inner h4 {
  font-size: 1rem;
  color: #625D6C;
  margin-bottom: 1rem;
}
div.main-content .main-content-inner span.tip-highlight {
  color: #6A9CB5;
  white-space: nowrap;
}
div.main-content .main-content-inner span.tip-highlight em {
  font-weight: 700;
  font-style: normal;
  font-size: .75rem;
}

div.main-content .main-content-sidebar {
  padding-bottom: 4rem;
}
div.main-content .main-content-sidebar h4 {
  font-size: 1.3rem;
}

div.main-content .main-content-sidebar p {
  color: #666569;
  line-height: 180%;
}
div.main-content .main-content-sidebar nav {
  padding-bottom: 3rem;
  font-size: .9rem;
}
div.main-content .main-content-sidebar nav.legal p {
  line-height: 120%;
}
div.main-content .main-content-sidebar ul {
  color: #666569;
  font-size: 1.1rem;
  list-style-type: square;
  padding-left: 1rem;
}
div.main-content .main-content-sidebar div.profile-box {
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0px 0px 11px 4px rgba(0,0,0,0.18);
  padding: 2rem;
  text-align: center;
  position: relative;
}
div.main-content .main-content-sidebar div.profile-box img {
  margin-top: -5.5rem;
  box-shadow: 0px 0px 11px 4px rgba(0,0,0,0.12);
}
.large-profile {
  box-shadow: 0px 0px 11px 4px rgba(0,0,0,0.25);
  margin-top: .25rem;
  margin-bottom: 3rem;
}
div.main-content .main-content-sidebar div.profile-box h3 {
  font-size: 1.3rem;
  margin-top: 2rem;
}
div.main-content .main-content-sidebar div.profile-box h4 {
  font-family: 'Roboto', sans-serif;
  font-size: .85rem;
  text-transform: uppercase;
  color: #AEAEAE;
  margin-bottom: 1.5rem;
}
div.main-content .main-content-sidebar div.brochure-box {
  text-align: center;
  padding-top: 1.4rem;
  padding-bottom: 3rem;
}
div.main-content .main-content-sidebar div.brochure-box h3 {
  font-size: 1.3rem;
  margin-top: 2rem;
}
div.main-content .main-content-sidebar .btn-circle { 
  width: 40px; 
  height: 40px; 
  padding: 11px; 
  border-radius: 25px;  
  text-align: center; 
  background-color: #005983;
  border-color: #005983;
  font-size: 1.1rem;
} 
.quote-card {
  margin-bottom: 1.5rem;
  box-shadow: 0px 0px 11px 4px rgba(0,0,0,0.12);
}
.quote-card .card-header {
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  color: #423C4F;
}
.quote-card footer.blockquote-footer {
  font-size: .8rem;
  margin-left: 0 !important;
}
.quote-card .card-body blockquote p {
  margin-bottom: .5rem;
  text-indent: -.25rem;
  margin-left: 0 !important;
}
.quote-card footer.blockquote-footer cite {
  font-style: normal;
  font-weight: 300;
}
.quote-card footer.blockquote-footer::before {
    content: "\2013\00A0";
}
.table {
  width: 100%;
}
.table caption {
  caption-side: top;
  text-transform: uppercase;
  font-family: 'Roboto Slab', serif;
  font-size: .8rem;
  padding-bottom: 0;
  padding-left: 5px;
}
.table th {
    font-family: 'Roboto Slab', serif;
    border-top: none;
    color: #625D6C !important;
}
.table td {
  display: table-cell;
  max-width: 0px;
}
.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
  background-color: #EBE6E1;
  color: #666569;
  padding: 8px 12px 8px 5px;
  border-color: #D5C9BD;
}
.table-striped>tbody>tr:nth-child(even)>td,
.table-striped>tbody>tr:nth-child(even)>th {
  background-color: #EBE6E1;
  color: #666569;
  padding: 8px 12px 8px 5px;
  border-color: #D5C9BD;
}
form label {
  margin-bottom: .15rem;
  color: #423C4F;
  padding-left: .2rem;
  font-size: .9rem;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
}
form label span {
  text-transform: uppercase;
  color: red;
  font-size: .75rem;
  padding-left: 1rem;
}
.form-control-feedback {
  color: red;
}
.fv-form-bootstrap4 .has-warning .fv-control-feedback, .fv-form-bootstrap4 .has-warning label {
    color: red !important;
}
div.main-content-sidebar.contact-sidebar h3 {
  font-size: 1.3rem !important;
}
div.main-content-sidebar.contact-sidebar p strong {
  font-weight: 700;
}
div.main-content-sidebar.contact-sidebar ul {
  list-style-type: none;
  padding-left: 0;
}
div.main-content .main-content-inner p.legal-link {
  line-height: 120% !important;
  margin-top: 1rem;
}
div.main-content .main-content-inner p.file-upload-label {
    margin-bottom: .15rem;
    color: #423C4F;
    padding-left: .2rem;
    line-height: 1.5;
}


// Extra small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap

// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

@media (max-width: 767px) { 
  .navbar-dark .navbar-collapse {
  text-align: center;
  background-color: #112E5D;
  margin-top: .5rem;
  border: 1px solid rgba(255,255,255, 0.2);
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.navbar-dark.scrolled .navbar-collapse {
  text-align: center;
  background-color: #FFFFFF;
  margin-top: .5rem;
}
div#tips .col-md-6.item-1 {
  border-right: none;
  border-bottom: 1px solid rgba(252,223,173,0.5);
  border-top: 1px solid rgba(252,223,173,0.5);
  margin-top: 1rem;
  border: none;
}
div#tips .col-md-6.item-2 {
  border-bottom: 1px solid rgba(252,223,173,0.5);
  border: none;
}
div#tips .col-md-6.item-3 {
  border-right: none;
  border-bottom: 1px solid rgba(252,223,173,0.5);
  border: none;

}
div#tips .tip-inner {
  padding: 2.5rem 0;
}
div#tips hr {
  border-top: 1px solid rgba(252,223,173,0.5);
  width: 80%;
}

div#info-footer {
  text-align: center;
}
div#info-footer ul {
  text-align: center;
}
div#footer-nav {
  text-align: center;
}
div#footer-nav li {
  display: block;
}
div#footer-nav #top-link {
  text-align: center;
}
div.main-content .main-content-sidebar div.profile-box {
  margin-top: 4rem;
}












// Large devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

