@charset "UTF-8";
/**
 * @file
 * SCSS file to generate CSS.
 *
 * Layout SCSS.
 */
/* Import of variables created for site */
/**
 * @file
 * SCSS file for variables.
 *
 * All variables used in SCSS are defined in this file.
 */
/**
 * Font face
 */
/* Color code */
/*$grey:      #EEECCB;*/
/* Font size */
/**
 * Media query ( for responsive design )
 */
/* End */
/**
 * @file
 * SCSS file for Mixins.
 *
 * All mixins used in SCSS are defined in this file.
 */
/**
 * Gradient 
 * 
 * background-vertical = Top to Bottom
 * background-horizontal = Left to Right
 * background-diagonal-tl-br = Top-Left to Bottom-Right
 * background-diagonal-bl-tr = Bottom-Left to Top-Right
 */
/**
 * @file
 * SCSS file to generate CSS.
 *
 * All fonts used in SCSS are defined in this file.
 */
/* Roboto font */
/*@import url('https://fonts.googleapis.com/css?family=Roboto');*/
@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i");
/*font-family: 'Roboto', sans-serif;*/
/**
 * @file
 * SCSS file to generate CSS.
 *
 * Base css of site
 */
* {
  line-height: normal;
  vertical-align: top; }

body {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  color: #414141; }

a {
  /*font-size: 16px;*/
  text-decoration: none; }
  a:hover, a:focus {
    outline: none; }

/*p {
  font-size: 16px;
}*/
img {
  height: auto;
  max-width: 100%; }

video {
  height: auto;
  width: 100%; }

ul {
  padding-left: 0; }
  ul li {
    list-style: none; }

.table {
  margin-bottom: 0px; }

/**
 * @file
 * SCSS file to generate CSS.
 *
 * Design of Typography.
 */
.text-center {
  text-align: center; }

/**
 * @file
 * SCSS file to generate CSS.
 *
 * Form SCSS
 */
input[type='text'],
input[type='email'],
input[type='password'],
input[type='number'],
input[type='tel'],
textarea,
select,
.form-control {
  padding: 5px 10px;
  border: 1px solid #8D817B;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }

input[type='text']:focus,
input[type='email']:focus,
input[type='password']:focus,
input[type='number']:focus,
input[type='tel']:focus,
textarea:focus,
select:focus,
.form-control:focus {
  border-color: #000;
  outline: none; }

input[type='text'],
input[type='email'],
input[type='password'],
input[type='number'],
input[type='tel'],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none; }

.btn, .contact-form .userform .action {
  height: 40px;
  min-width: 150px;
  padding: 8px 10px;
  border: none;
  color: #FFF;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center; }
  .btn:hover, .contact-form .userform .action:hover {
    color: #FFF;
    opacity: .9; }

.form-inner .field {
  margin-bottom: 10px; }
  .form-inner .field input[type='text'],
  .form-inner .field input[type='email'],
  .form-inner .field input[type='password'],
  .form-inner .field input[type='number'],
  .form-inner .field input[type='tel'],
  .form-inner .field textarea,
  .form-inner .field select,
  .form-inner .field .form-control {
    max-width: 330px;
    width: 100%;
    height: 40px; }
  .form-inner .field.requiredField .left::after, .form-inner .field.requiredField .contact-form .userform .checkboxset label::after, .contact-form .userform .checkboxset .form-inner .field.requiredField label::after {
    display: inline-block;
    color: red;
    font-size: 16px;
    content: '*'; }
  .form-inner .field .error.message {
    display: inline-block;
    width: 100%;
    color: red;
    font-size: 16px; }
.form-inner input[type="checkbox"]:not(:checked),
.form-inner input[type="checkbox"]:checked {
  position: absolute;
  left: -9999px; }
.form-inner input[type="checkbox"]:not(:checked) + label,
.form-inner input[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 30px;
  cursor: pointer; }
.form-inner input[type="checkbox"]:not(:checked) + label:before,
.form-inner input[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  border: 1px solid #8D817B;
  background: #FFF;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }
.form-inner input[type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: 0;
  left: 2px;
  font-size: 21px;
  color: #414141;
  transition: all .2s; }

/**
 * @file
 * SCSS file to generate CSS.
 *
 * Grid SCSS.
 */
.grid {
  display: inline-block;
  width: 100%; }
  .grid .col {
    float: left; }
  .grid.grid-2 .col {
    width: 50%; }
    .grid.grid-2 .col.width-full {
      min-height: auto;
      width: 100%; }
    @media (max-width: 767px) {
      .grid.grid-2 .col {
        min-height: 0;
        width: 100%;
        min-height: 435px; } }
  .grid.grid-3 .col {
    width: 33.33%; }
    @media (max-width: 767px) {
      .grid.grid-3 .col {
        width: 100%;
        margin: 0 0 20px; } }
  .grid.grid-4 .col {
    margin-right: 30px;
    width: -webkit-calc(25% - 22.5px);
    width: -moz-calc(25% - 22.5px);
    width: calc(25% - 22.5px);
    /*width: 25%;*/ }
    .grid.grid-4 .col:last-child {
      margin-right: 0; }
    @media (max-width: 767px) {
      .grid.grid-4 .col {
        width: 100%;
        margin: 0 0 20px; } }

/*
 * @file
 * SCSS file to generate CSS.
 *
 * Components design.
 */
.bg-black {
  background-color: #000; }

.bg-sky {
  background-color: #BDD1EC; }

.bg-blue, .bg-light-sky .btn, .table.paraplanning-tab tbody tr td:last-child .btn, .table.paraplanning-tab tbody tr td:last-child .contact-form .userform .action, .contact-form .userform .table.paraplanning-tab tbody tr td:last-child .action, .contact-form .userform .action, .table.paraplanning-tab thead td:last-child {
  background-color: #7BA4D9; }

.bg-grey-50 {
  background-color: #C6C0BD; }

.bg-sky h2 {
  color: #7BA4D9; }
.bg-sky .btn, .bg-sky .contact-form .userform .action, .contact-form .userform .bg-sky .action {
  background-color: #7BA4D9; }

.bg-dark-grey, .bg-grey .btn, .table.paraplanning-tab tbody tr td:nth-last-child(2) .btn, .bg-grey .contact-form .userform .action, .contact-form .userform .bg-grey .action, .table.paraplanning-tab tbody tr td:nth-last-child(2) .contact-form .userform .action, .contact-form .userform .table.paraplanning-tab tbody tr td:nth-last-child(2) .action, .table.paraplanning-tab thead td:nth-last-child(2) {
  background-color: #8D817B; }

.bg-grey, .table.paraplanning-tab tbody tr td:nth-last-child(2) {
  background-color: #EEECEB; }

.bg-light-sky, .table.paraplanning-tab tbody tr td:last-child {
  background-color: #DEE8F5; }

.bg-white, .bg-grey-50 .btn, .bg-grey-50 .contact-form .userform .action, .contact-form .userform .bg-grey-50 .action {
  background-color: #FFF; }

.bg-eb {
  background-color: #EEECEB; }

.bg-white, .bg-grey-50 .btn, .bg-grey-50 .contact-form .userform .action, .contact-form .userform .bg-grey-50 .action {
  background-color: #FFF; }

.text-dark-grey, .bg-grey h2, .table.paraplanning-tab tbody tr td:nth-last-child(2) h2, .bg-grey-50 .btn, .bg-grey-50 .contact-form .userform .action, .contact-form .userform .bg-grey-50 .action {
  color: #8D817B; }

.text-blue, .bg-light-sky h2, .table.paraplanning-tab tbody tr td:last-child h2, .contact-form .userform .FormHeading, .static-pages h2 {
  color: #7BA4D9; }

.text-black-33, .bg-grey-50 h2 {
  color: #333; }

.text-white, .table.paraplanning-tab thead td:last-child, .table.paraplanning-tab thead td:nth-last-child(2) {
  color: #FFF; }
  .text-white a, .table.paraplanning-tab thead td:last-child a, .table.paraplanning-tab thead td:nth-last-child(2) a {
    color: #FFF; }
    .text-white a:hover, .table.paraplanning-tab thead td:last-child a:hover, .table.paraplanning-tab thead td:nth-last-child(2) a:hover {
      color: #FFF;
      text-decoration: none;
      opacity: .9; }

.bg-grey-50 .bg-white, .bg-grey-50 .btn, .bg-grey-50 .contact-form .userform .action, .contact-form .userform .bg-grey-50 .action {
  color: #8D817B; }
.bg-grey-50 h2 {
  color: #FFF; }

/*Borders*/
.border-tl {
  border-top: 1px solid #EEECEB;
  border-left: 1px solid #EEECEB; }
  @media (max-width: 767px) {
    .border-tl {
      border: none; } }

.border-dark-grey, .table-responsive, .table-responsive .table-bordered, .table-responsive .table-bordered thead td,
.table-responsive .table-bordered tbody td {
  border-color: #8D817B; }

/*End*/
.padding-0 {
  padding: 0 !important; }

.padding-h-60 {
  padding: 60px 30px; }
  @media (max-width: 767px) {
    .padding-h-60 {
      padding: 30px 15px; } }

.padding-30 {
  padding: 30px 30px; }
  @media (max-width: 767px) {
    .padding-30 {
      padding: 30px 15px; } }

.padding-40 {
  padding: 40px; }

.padding-60-imp {
  padding: 40px 60px !important; }

.padding-h-30 {
  padding: 0 30px; }
  @media (max-width: 767px) {
    .padding-h-30 {
      padding: 0; } }

.padding-v-30 {
  padding: 30px 0; }
  @media (max-width: 767px) {
    .padding-v-30 {
      padding: 15px 0; } }

.padding-b-60 {
  padding-bottom: 60px; }
  @media (max-width: 767px) {
    .padding-b-60 {
      padding-bottom: 30px; } }

.padding-75, .blog-wrap .padding-30.padding-75 {
  padding: 75px 75px 30px 75px; }
  @media (max-width: 767px) {
    .padding-75, .blog-wrap .padding-30.padding-75 {
      padding: 30px 15px; } }

.padding-b-0, .blog-wrap .padding-30.padding-b-0 {
  padding-bottom: 0; }

@media (min-width: 767px) {
  .padding-t-10 {
    padding-top: 10px; } }
@media (max-width: 767px) {
  .padding-xs-0 {
    padding-right: 0;
    padding-left: 0; } }
/* Text center */
.title-center h2 {
  text-align: center; }
.title-center .btn, .title-center .contact-form .userform .action, .contact-form .userform .title-center .action {
  display: inline-block; }

/* End */
/* Button center */
.btn-center .btn, .btn-center .contact-form .userform .action, .contact-form .userform .btn-center .action {
  text-align: center; }

/* End */
/* content center */
.center-content {
  text-align: center;
  font-size: 21px;
  font-weight: 300; }
  .center-content img {
    margin-bottom: 20px; }
  .center-content h3 {
    margin: 0 0 5px;
    font-size: 24px;
    font-weight: 300;
    text-transform: capitalize; }

/* End */
/* Icon design */
.icon {
  vertical-align: middle; }
  .icon::before {
    display: inline-block;
    height: 26px;
    width: 26px;
    margin-right: 5px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    color: #FFF;
    font-size: 15px;
    vertical-align: middle;
    content: ''; }

.icon-right-arrow::before {
  margin-right: 0;
  line-height: 24px;
  content: '>'; }

.icon-clock::before {
  background-image: url("../images/clock.svg"); }

.icon-tag::before {
  background-image: url("../images/tag.svg"); }

.icon-email {
  word-wrap: break-word;
  padding-right: 30px; }
  .icon-email::before {
    background-image: url("../images/email.svg"); }

.icon-phone::before {
  background-image: url("../images/call.svg"); }

.icon-address::before {
  background-image: url("../images/location.svg"); }

/* End Icon design*/
/* Social media icons design */
.social-icon li {
  display: inline-block;
  padding-right: 30px; }
  .social-icon li a {
    display: inline-block;
    height: 32px;
    width: 32px;
    background-image: url("../images/linked-in.svg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0; }
  .social-icon li .icon-fb {
    background-image: url("../images/fb.svg"); }
  .social-icon li .icon-twitter {
    background-image: url("../images/twitter.svg"); }

/* End */
/*Image design for grid full width*/
.cover-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (max-width: 767px) {
    .cover-img {
      background-position: center top; } }
  .cover-img img {
    opacity: 0; }

/* End */
/* Error message */
.message.required {
  color: red; }

/* End */
/**
 * @file
 * SCSS file to generate CSS.
 *
 * Header SCSS.
 */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  display: inline-block;
  min-height: 140px;
  width: 100%;
  margin-bottom: 0;
  background-color: #FFF; }
  @media (max-width: 767px) {
    .header {
      min-height: 60px; } }
  .header .main-header {
    padding: 25px 0; }
    @media (max-width: 767px) {
      .header .main-header {
        padding: 15px 5px; } }
  .header .navbar-default {
    float: right;
    width: -webkit-calc(100% - 210px);
    width: -moz-calc(100% - 210px);
    width: calc(100% - 210px);
    margin-bottom: 0;
    border: none;
    background-color: transparent; }
    @media (max-width: 1024px) {
      .header .navbar-default {
        position: absolute;
        z-index: 9;
        /*top: 98px;*/
        top: 140px;
        left: 0;
        width: 100%;
        background-color: #FFF; } }
    @media (max-width: 767px) {
      .header .navbar-default {
        top: 60px; } }
  .header .navbar-collapse {
    padding: 0; }
  .header ul.navbar-nav {
    float: right; }
    .header ul.navbar-nav li {
      padding: 15px 20px; }
      .header ul.navbar-nav li a {
        padding: 0;
        color: #252525;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase; }
        .header ul.navbar-nav li a:hover, .header ul.navbar-nav li a:focus, .header ul.navbar-nav li a:active, .header ul.navbar-nav li a:focus:active, .header ul.navbar-nav li a.current {
          color: #7BA4D9; }
      .header ul.navbar-nav li:last-child {
        padding-right: 0; }
    @media (max-width: 1024px) {
      .header ul.navbar-nav {
        width: 100%;
        margin-right: 0;
        margin-left: 0; }
        .header ul.navbar-nav li {
          width: 100%; } }
  .header .navbar-visible-mobile {
    display: none; }
    @media (max-width: 767px) {
      .header .navbar-visible-mobile {
        display: inline-block; } }

/* Horizontal Menu */
.horizontal-menu li {
  display: inline-block; }
  .horizontal-menu li a {
    color: #8D817B;
    font-size: 16px; }
    .horizontal-menu li a:hover, .horizontal-menu li a:focus, .horizontal-menu li a:active, .horizontal-menu li a:focus:active {
      color: #000; }

/* Top header section */
.top-header {
  display: inline-block;
  width: 100%; }
  @media (max-width: 767px) {
    .top-header {
      display: none; } }
  .top-header ul {
    margin-bottom: 0; }
    .top-header ul li {
      padding: 5px 16px; }
      .top-header ul li:last-child {
        padding-right: 0; }
      .top-header ul li a:hover {
        text-decoration: none; }
  .top-header .btn.btn-uppertop-link.pronounced:hover, .top-header .contact-form .userform .btn-uppertop-link.pronounced.action:hover, .contact-form .userform .top-header .btn-uppertop-link.pronounced.action:hover {
    background-color: #7BA4D9;
    color: #FFF; }
  .top-header .btn.btn-uppertop-link.pronounced, .top-header .contact-form .userform .btn-uppertop-link.pronounced.action, .contact-form .userform .top-header .btn-uppertop-link.pronounced.action {
    font-size: 16px;
    padding: 5px;
    height: auto;
    background: white;
    min-width: 150px; }
  .top-header .btn.btn-uppertop-link, .top-header .contact-form .userform .btn-uppertop-link.action, .contact-form .userform .top-header .btn-uppertop-link.action {
    background: none;
    min-width: 0; }

.brand-name {
  display: inline-block;
  display: inline-block; }
  .brand-name img {
    max-width: 210px; }
    @media (max-width: 767px) {
      .brand-name img {
        max-width: 130px; } }

.navbar {
  display: inline-block;
  min-height: 0; }

.navbar-toggle {
  margin: 11px 0 0;
  padding: 4px 6px; }
  @media (max-width: 767px) {
    .navbar-toggle {
      margin-top: 0; } }
  .navbar-toggle .icon-bar {
    width: 25px;
    height: 4px;
    background-color: #7BA4D9; }

/* Sticky header design */
/*.sticky-header {
  header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
  }
}*/
/* End Sticky header design */
/* Added margin for sticky header */
.content-container {
  margin-top: 140px; }
  @media (max-width: 767px) {
    .content-container {
      margin-top: 60px; } }

@media (max-width: 1024px) {
  /* .navbar-collapse.collapse { display: none !important; }
   .navbar-collapse.collapse.in { display: block !important; }
   .navbar-header .collapse,
   .navbar-toggle { display:block !important; }
   .navbar-header { float:none; }*/
  .navbar-collapse {
    border-top: 1px solid #EEECEB; }
    .navbar-collapse.collapse {
      display: none !important; }
      .navbar-collapse.collapse.in {
        display: block !important; }

  .navbar-toggle {
    display: block !important; } }
/**
 * @file
 * SCSS file to generate CSS.
 *
 * Footer SCSS.
 */
footer {
  font-size: 15px; }
  footer h3 {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold; }

.footer-menu ul li {
  line-height: 35px; }
  .footer-menu ul li a {
    font-size: 15px;
    text-transform: capitalize; }
.footer-menu .icon::before {
  width: 15px; }

.footer-blog .blog-detail {
  padding: 10px 0;
  border-bottom: 1px solid #FFF; }
  .footer-blog .blog-detail span {
    margin-right: 20px; }
  .footer-blog .blog-detail:last-child {
    border-bottom: none; }

.footer-address ul li {
  margin-bottom: 25px; }
.footer-address .adress li {
  position: relative;
  padding-left: 30px; }
  .footer-address .adress li::before {
    position: absolute;
    top: 0;
    left: 0; }
.footer-address .social-icon li {
  margin-bottom: 0; }
  .footer-address .social-icon li a {
    background-position: left -5px center; }
.footer-address .icon-address::before {
  background-position: left -7px center; }
.footer-address .icon-phone::before {
  background-position: left -5px center; }
.footer-address .icon-email::before {
  background-position: left -3px center; }
.footer-address .icon-clock::before {
  background-position: left -4px center; }

.copyright {
  padding: 20px 15px 60px;
  text-align: center; }
  .copyright p {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 700; }

/**
 * @file
 * SCSS file to generate CSS.
 *
 * Sidebar content SCSS
 */
/**
 * @file
 * SCSS file to generate CSS.
 *
 * Home page SCSS
 */
.banner-wrap {
  position: relative;
  overflow: hidden; }
  .banner-wrap .item {
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat; }
    .banner-wrap .item img {
      opacity: 0; }
  .banner-wrap .owl-item img {
    height: 400px;
    /*min-height: 400px;*/
    width: 100%; }
    @media (max-width: 767px) {
      .banner-wrap .owl-item img {
        height: 400px;
        max-width: initial;
        width: initial; } }
  @media (max-width: 1200px) {
    .banner-wrap .owl-item .banner-title {
      margin-left: -15px; } }
  .banner-wrap .banner-caption {
    position: absolute;
    top: auto;
    bottom: 0;
    /*max-width: 977px;*/
    /*width: 100%;*/
    margin-bottom: 70px;
    /*padding: 20px 0 20px 30px;*/
    padding: 20px 30px;
    background-color: rgba(123, 164, 217, 0.6);
    font-size: 50px;
    font-weight: 700;
    color: #FFF; }
    @media (max-width: 1200px) {
      .banner-wrap .banner-caption {
        min-width: 100%; } }
    @media (max-width: 767px) {
      .banner-wrap .banner-caption {
        margin-bottom: 50px;
        padding: 20px;
        font-size: 40px; } }

.dashboard-home-blog .icon-img {
  padding: 25px 0; }
  @media (max-width: 767px) {
    .dashboard-home-blog .icon-img {
      padding: 20px 0; } }
  .dashboard-home-blog .icon-img img {
    height: 100px;
    width: 100px; }
.dashboard-home-blog .text-wrap {
  max-width: 270px;
  margin: 0 auto 25px;
  font-size: 21px;
  color: #414141; }
  .dashboard-home-blog .text-wrap p,
  .dashboard-home-blog .text-wrap span {
    font-size: 18px; }

.testimonial-wrap .icon-img {
  margin-bottom: 20px; }
  .testimonial-wrap .icon-img img {
    display: inline-block;
    width: auto;
    height: 90px;
    /*background-color: #EBEBEB;*/
    outline: none;
    border: none;
    /*@include border-radius(100%);*/ }
.testimonial-wrap .text-wrap * {
  color: rgba(123, 164, 217, 0.6); }
.testimonial-wrap .text-wrap p,
.testimonial-wrap .text-wrap span {
  font-size: 18px; }
.testimonial-wrap .text-wrap .company-name {
  font-weight: 700; }
.testimonial-wrap .col:hover .text-wrap * {
  color: #7BA4D9; }
.testimonial-wrap .owl-item.active + .active .text-wrap * {
  color: #7BA4D9; }
.testimonial-wrap .owl-item.active + .active + .active .text-wrap * {
  color: rgba(123, 164, 217, 0.6); }
.testimonial-wrap .owl-item.active + .active + .active .col:hover .text-wrap * {
  color: #7BA4D9; }

.blog-wrap {
  /* small content design */
  /* End */ }
  @media (min-width: 768px) {
    .blog-wrap {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flex;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .blog-wrap .padding-30 {
    padding: 40px 30px; }
    @media (max-width: 767px) {
      .blog-wrap .padding-30 {
        padding: 30px 15px; } }
  @media (max-width: 767px) {
    .blog-wrap .padding-h-30 {
      padding: 0 15px; } }
  .blog-wrap h2 {
    display: inline-block;
    width: 100%;
    margin: 0 0 18px;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase; }
  .blog-wrap p {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    color: #414141;
    font-size: 18px;
    line-height: 26px;
    font-weight: 300; }
    @media (max-width: 767px) {
      .blog-wrap p:last-child {
        margin-bottom: 0; } }
  .blog-wrap p:last-child {
    margin-bottom: 0px; }
  .blog-wrap .btn, .blog-wrap .contact-form .userform .action, .contact-form .userform .blog-wrap .action {
    margin-right: 50px; }
    @media (max-width: 640px) {
      .blog-wrap .btn, .blog-wrap .contact-form .userform .action, .contact-form .userform .blog-wrap .action {
        margin-right: 0; } }
  .blog-wrap .small-content {
    margin-top: 24px; }
  .blog-wrap .image {
    margin-bottom: 26px; }
    .blog-wrap .image img {
      max-width: 140px; }
  .blog-wrap .title-small h2 {
    margin: 0;
    color: #414141;
    text-transform: initial;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px; }
  .blog-wrap .title-small h2:empty {
    display: none; }
  .blog-wrap .cover-box {
    background-size: cover;
    background-position: 20% 20%; }

/* Blog design changes */
/* End */
/**
 * @file
 * SCSS file to generate CSS.
 *
 * paraplanning page SCSS
 */
/* paraplanning page */
.upper-table-title {
  margin-bottom: 25px;
  color: #8D817B;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center; }

.upper-table-content {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 300; }
  .upper-table-content p {
    font-size: 18px; }

.btn-200 .btn, .contact-form .userform .btn, .contact-form .userform .action {
  min-width: 200px; }
  .btn-200 .btn:first-child, .contact-form .userform .btn:first-child, .contact-form .userform .action:first-child {
    margin-right: 50px; }
  @media (max-width: 640px) {
    .btn-200 .btn, .contact-form .userform .btn, .contact-form .userform .action {
      margin: 0 0 10px; }
      .btn-200 .btn:first-child, .contact-form .userform .btn:first-child, .contact-form .userform .action:first-child {
        margin-right: 0; } }

.below-table-btn {
  margin-top: 40px;
  /*@extend .btn-200;*/ }
  .below-table-btn .btn, .below-table-btn .contact-form .userform .action, .contact-form .userform .below-table-btn .action {
    margin-bottom: 10px; }
  .below-table-btn .btn-mw-150 {
    min-width: 150px; }

.btn-mw-150 {
  min-width: 150px; }

/* End*/
/*Contact page design*/
.content-left {
  float: left;
  width: 50%; }
  @media (max-width: 767px) {
    .content-left {
      width: 100%; } }
  .content-left.grid.grid-2 .col {
    width: 100%; }

.contact-form {
  float: left;
  display: inline-block;
  width: 50%;
  /*.lastUnit {*/
  /*}*/ }
  @media (max-width: 767px) {
    .contact-form {
      width: 100%; } }
  .contact-form .userform .FormHeading {
    margin: 0 0 18px;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase; }
  .contact-form .userform .left, .contact-form .userform .checkboxset label {
    margin-bottom: 3px;
    border: none;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px; }
  .contact-form .userform .checkboxset legend {
    line-height: normal; }
  .contact-form .userform .checkboxset .checkbox {
    display: inline-block; }
  .contact-form .userform .action {
    margin-top: 20px; }

/* Static pages design */
.static-pages .blog-wrap h1 {
  margin-top: 0;
  font-size: 50px;
  font-weight: 700;
  text-align: left; }
.static-pages h2 {
  margin: 0 0 5px;
  font-size: 21px; }
.static-pages .title-center h1 {
  display: inline-block;
  width: 100%; }
.static-pages .title-center h2 {
  text-align: left; }
.static-pages ol,
.static-pages ul {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 300; }
  .static-pages ol li,
  .static-pages ul li {
    line-height: 26px;
    /*margin-bottom: 5px;*/ }
.static-pages a {
  color: #414141;
  line-height: 26px;
  vertical-align: middle; }

/* End */
/*table designs*/
/* Table-design */
.table-responsive .table-bordered thead td,
.table-responsive .table-bordered tbody td {
  font-size: 18px;
  font-weight: 300;
  vertical-align: middle; }

/* paraplanning table design*/
.table.paraplanning-tab {
  /*Table-header design*/
  /*End*/
  /*Table body design*/
  /* End */ }
  .table.paraplanning-tab thead td {
    padding: 15px;
    text-align: center;
    border-bottom: none;
    font-size: 18px;
    font-weight: bold; }
    .table.paraplanning-tab thead td:last-child {
      padding: 15px 40px; }
    .table.paraplanning-tab thead td:nth-last-child(2) {
      padding: 15px 40px; }
  .table.paraplanning-tab tbody tr td {
    padding: 12px 10px; }
    .table.paraplanning-tab tbody tr td h3,
    .table.paraplanning-tab tbody tr td p {
      font-size: 18px;
      font-weight: 300; }
    .table.paraplanning-tab tbody tr td h3 {
      margin: 0;
      font-weight: 700; }
    .table.paraplanning-tab tbody tr td:first-child {
      min-width: 100px;
      text-align: center; }
      .table.paraplanning-tab tbody tr td:first-child img {
        height: 60px;
        max-width: 60px; }
    .table.paraplanning-tab tbody tr td:nth-last-child(2), .table.paraplanning-tab tbody tr td:last-child {
      text-align: center; }
      .table.paraplanning-tab tbody tr td:nth-last-child(2) img, .table.paraplanning-tab tbody tr td:last-child img {
        height: 30px; }

/* End */
/*Transition service table*/
.table.transition-table tbody td {
  padding: 10px 20px; }
  .table.transition-table tbody td:first-child {
    min-width: 100px;
    text-align: center;
    font-size: 50px;
    font-weight: bold; }
  .table.transition-table tbody td:nth-last-child(2) {
    max-width: 230px;
    text-align: center;
    font-weight: bold; }

/* End */
/* Transition Management */
.transition-management .table-responsive {
  border: none; }
  .transition-management .table-responsive h3,
  .transition-management .table-responsive p {
    color: #414141; }
  .transition-management .table-responsive h3 {
    margin: 15px 0 8px;
    font-size: 24px; }
  .transition-management .table-responsive p {
    font-size: 18px;
    line-height: 18px;
    font-weight: 300; }
.transition-management .transition-table th, .transition-management td {
  padding: 10px; }

.pronounced-content {
  width: 85%;
  margin: 0 auto;
  padding: 30px 40px;
  border: 1px solid #7BA4D9;
  background-color: #DEE8F5; }
  @media (max-width: 767px) {
    .pronounced-content {
      width: 100%; } }
  .pronounced-content h3 {
    color: #7BA4D9 !important; }
  .pronounced-content p:last-child {
    margin-bottom: 0px; }

/* End */
.accent-orange .header ul.navbar-nav li a.current {
  color: #F29400; }
.accent-orange .banner-wrap .banner-caption {
  background-color: rgba(242, 148, 0, 0.6); }
.accent-orange .bg-sky {
  background-color: #FCECDB; }
.accent-orange .top-header .btn.btn-uppertop-link.pronounced:hover, .accent-orange .top-header .contact-form .userform .btn-uppertop-link.pronounced.action:hover, .contact-form .userform .accent-orange .top-header .btn-uppertop-link.pronounced.action:hover {
  background-color: #F29400; }

/*# sourceMappingURL=custom.css.map */
