/** Overall Page Styling **/
.container.pfs {
    width: 100%;
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Muli', Tahoma, sans-serif;
    font-size: 16px;
}

.wrapper > div#content {
    float: left;
    width: 100%;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Rock Salt', Times New Roman, Georgia,  serif;
}

.col-sm-12 p {
  padding: 0 15px 0 0;
}

q {
  font-size: 1.5em;
}

.no-margin {
    margin: 0;
}

.no-padding {
    padding: 0;
}

.clearfix {
    clear: both;
}

.extra-vmargin-sm {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.col-sm-9 h2 {
  line-height: 1.75em;
}

ul, ol {
    padding: 0 0 0 20px;
}

.container.pfs hr {
  border-color: #999 -moz-use-text-color -moz-use-text-color;
}

/** Header **/
.header-background {
  background-color: #252525;
  box-sizing: border-box;
  height: 130px;
  padding-top: 10px;
  position: relative;
  z-index: 20;
  overflow: hidden;
}

.header-background .img-responsive {
  margin-top: -3px;
  max-width: 400px;
}

.contact-info {
  float: right;
  margin-right: 15px;
  transition: 1s ease;
}

.contact-button {
  background-color: #e37a39;
  color: #2e2e2e;
  font-family: "Muli",serif;
  font-size: 18pt;
  margin: 25px auto 0;
}

.topnav-background {
  background-color: rgba(37, 37, 37, 0.75);
  height: 40px;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 20;
}

.contact-info .list-unstyled.pull-right > li a {
	color: #E37A39;
	cursor: pointer;
	font-size: .75em;
}

.contact-info .list-unstyled.pull-right > li {
  color: #E37A39;
  font-size: 1.3em;
  text-align: center;
}

a.social-icon {
    margin: 0 7px;
}

a.social-icon::last-child {
    margin-right: 0px;
}

.pfs-button {
  background-color: #444444;
  color: #E37A39;
  padding: 3px 16px;
  width: 100%;
}
.pfs-button-alt {
    background-color: #444444;
    color: #252525;
    padding: 3px 16px;
}
.main-banner-height {
    height: 154px;
}

.topnav-background .navbar-default {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  box-shadow: none;
}

#main-navbar-collapse-1 .nav.navbar-nav {
  text-align: center;
}

.navbar-nav > li {
  display: inline-block;
  float: none;
}

.nav.navbar-nav li a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  color: #e37a39;
  margin: 0 1.85em 0 0;
  padding: 10px 0 15px;
  text-shadow: 0 0 2px #000;
  transition: all 0.5s ease 0s;
}

.nav.navbar-nav .list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background: none;
    border: 0;
    color: #fff;
}

.nav.navbar-nav li:last-child a {
    margin-right: 0;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  background-color: transparent;
  color: #fff;
  transition: all 0.5s ease 0s;
}

#mobile-menu ul.nav.navbar-nav {
  display: none;
}

#broker-check-img{
    width: 135px;
}
.pointer{
    cursor:pointer;
}

/* Navbar - Bootstrap Styling */
.navbar-collapse {
    border-top: none;
}

.slogan {
  color: #fff;
  float: left;
  font-family: "Rock Salt",serif;
  font-size: 14px;
  margin-left: 78px;
  margin-top: 5px;
}

.slogan > sup {
  font-size: 0.75em;
}

.side-widget-button {
  background: transparent url("/application/themes/pfs/images/401k-side-widget-button.png") no-repeat scroll 0 0;
  display: block;
  height: 190px;
  position: fixed;
  right: 0;
  top: 45%;
  width: 43px;
  z-index: 999;
}

.side-widget-button.fixed {
  top: 5%;
  position: fixed;
}

/** Dropdown Navigation **/
nav ul li {
    display:inline-block;
    position:relative;
}

nav li ul {
  background-color: rgba(37, 37, 37, 0.5);
  left: 0;
  position: absolute;
  top: 40px;
  width: 200px;
}
nav li li {
  background-color: rgba(37, 37, 37, 0.8);
  display: block;
  margin: 0;
  padding: 4px 5px 0 6px;
  position: relative;
}
nav li li:first-child {
  padding-top: 3px;
}
nav li li:last-child {
  padding-bottom: 3px;
}
nav li li ul {
    position:absolute;
    top:0;
    left:200px; /* make this equal to the width of the sub nav above */
    margin:0;
}

/* style sub level links */
.nav.navbar-nav li li a {
  background: transparent url("/application/themes/pfs/images/menu-bullet-triangle.png") no-repeat scroll 0 6px;
  padding: 0 0 0 10px;
  transition: all 0.5s ease 0s;
  display: block;
}
.nav.navbar-nav li li a:hover {
    color: #fff;
    transition: all 0.5s ease 0s;
    text-decoration: none;
}
nav li li:last-child a {
    border-bottom:none;
}

/* hide sub menu links */
ul.sub-menu {
  display: none;
  margin: 14px 0 0;
  padding: 10px;
  text-align: left;
  z-index:999;
}

.menu-pointer {
  background: transparent url("/application/themes/pfs/images/menu-pointer.png") no-repeat scroll left top;
  height: 15px;
  margin-bottom: 10px;
  margin-top: -25px;
}

/**Home Page - Hero Banner Section**/
.default-hero-banner {
    align-items: center;
    background-position: center center;
    background-size: cover;
    box-shadow: 0 0 12px #000;
    float: left;
    margin: -45px 0 20px;
    height: 500px;
    min-height: 675px;
    /*padding-top: 150px;
    padding: 220px 0 0 0; */
    display: flex;
    position: relative;
    width: 100%;
    z-index: 10;
}

.default-hero-banner h3 {
  animation: 3s ease 0s normal none 1 running classymove;
  -webkit-animation: 3s ease 0s normal none 1 running classymove;
  color: #fff;
  flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  font-family: "Rock Salt",serif;
  font-size: 2em;
  letter-spacing: 4px;
  text-align: center;
  text-shadow: 1px 1px 1px #000;
  vertical-align: middle;
  width: 100%;
  word-spacing: 5px;
}

.custom-hero-banner.home-page-banner,
.custom-hero-video-banner {
    text-align: left;
    padding-left: 5%;
}

p a.btn.white-btn {
    font-size: 1em;
}

.trademark {
  display: inline-block;
  font-size: 0.4em;
  top: -2em;
}

@keyframes classymove {
    0%   {opacity: 0;}
    40%  {opacity: 0;}
    100% {opacity: 1;}
}

@-webkit-keyframes classymove {
    0%   {opacity: 0;}
    40%  {opacity: 0;}
    100% {opacity: 1;}
}

.custom-hero-banner,
.custom-hero-video-banner {
    align-items: baseline;
    box-shadow: 0 0 12px #000;
    color: #fff;
    float: left;
    font-family: "Rock Salt",serif;
    height: 675px;
    justify-content: center;
    line-height: 1.5em;
    overflow: hidden;
    padding-top: 150px;
    position: relative;
    margin-top: -45px;
    text-align: center;
    text-shadow: 1px 1px 3px #000;
    width: 100%;
}

.custom-hero-banner > h2,
.custom-hero-video-banner > h2 {
  box-sizing: border-box;
  float: left;
  font-size: 2.5em;
  line-height: 1.75em;
  /*padding: 0 15%;*/
  width: 50%;
  position: relative;
  margin-left:10px;
}

.custom-hero-banner > p,
.custom-hero-video-banner > p {
  box-sizing: border-box;
  font-size: 1.75em;
  padding: 15px;
  position: relative;
  width: 50%;
}

.custom-hero-banner > div.alt-header {
    width: 50%;
}

.custom-hero-banner > div.alt-header > div.wrapper {
    margin: 0 auto;
    max-width: 567px;
}

.custom-hero-banner > div.alt-header h2 {
    box-sizing: border-box;
    font-size: 2em;
    line-height: 1.75em;
    margin-left:10px;
    position: relative;
    text-align: left;
}

.custom-hero-banner > div.alt-header p {
    box-sizing: border-box;
    font-size: 1.75em;
    padding: 15px;
    position: relative;
    text-align: right;
}

.custom-hero-banner > div.sub-text {
    color: orange;
    font-size: 30px;
    position: absolute;
    right: 0;
    top: calc(50% - (150px / 2));
    width: 50%;
}

.custom-hero-banner > div.sub-text > p {
    line-height: 50px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    max-width: 600px;
}

.custom-hero-video-banner > div:first-child {
  align-items: center;
  background: #000;
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.custom-hero-video-banner video {
  flex: 1;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
}

.white-btn {
  background: #fff none repeat scroll 0 0;
  color: #000;
  font-family: "Muli";
  font-size: 1.75em;
  margin: 15px;
  padding: 10px 20px;
  text-shadow: none;
  transition: all .5s ease 0s;
  -webkit-transition: all .5s ease 0s;
}

.white-btn:hover {
  background: #999;
  transition: all .5s ease 0s;
  -webkit-transition: all .5s ease 0s;
}

#video-modal .modal-dialog, #legacyVideo .modal-dialog {
  width: 60%;
}

h4.modal-title {
  color: #000;
  text-shadow: none;
}

/**Home Page - Stories Section**/
.wood-background {
  background: #fff url("/images/wood-bg.jpg") no-repeat scroll center top / cover ;
  /*float: left;*/
  clear: both;
  padding-top: 1em;
  padding-bottom: 30px;
  width: 100%;
}

.stories {
  display: block;
  position: relative;
}

.stories h2,
.stories h3 {
  font-family: "Rock Salt",serif;
  line-height: 1.50em;
  text-align: center;
}

.stories h3 {
  color: orange;
  font-size: 26px;
  margin-top: 0;
  padding-bottom: 0.5em;
}

.stories > p {
  clear: both;
  color: #000;
  font-size: 1.5em;
  text-align: center;
  width: 100%;
}

.stories .row > p {
  display: block;
  text-align: center;
}

.story-container {
  border-radius: 5px;
  /*box-shadow: 1px 1px 8px #000;*/
  float: left;
  height: auto;
  text-align: center;
  width: 32%;
  margin-bottom: 1.25em;
  max-width: 350px;
}

.story-photo-container {
  border-radius: 5px 5px 0 0;
  max-height: 165px;
  overflow: hidden;
}

.story-photo-container > img {
    width: 100%;
}

.story-name-container {
  background: #333 none repeat scroll 0 0;
  box-sizing: border-box;
  color: #eee;
  font-family: "Rock Salt",serif;
  height: 110px;
  overflow: hidden;
  padding-top: 15px;
}

.story-name-container h3 {
  color: #fff;
  font-size: 1.2em;
  margin: 0 0 12px;
}

.story-name-container > p {
  color: #e37a39;
  font-size: 0.9em;
}

.story-desc-container {
  background: #0089d7 none repeat scroll 0 0;
  border-radius: 0 0 5px 5px;
  box-sizing: border-box;
  color: #fff;
  display: table-cell;
  height: 150px;
  padding: 10px;
  vertical-align: middle;
  position: relative;
}

.story-action-button {
  background: #fff none repeat scroll 0 0;
  border-radius: 0 0 5px 5px;
  box-sizing: border-box;
  font-family: "Rock Salt",serif;
  height: 60px;
  padding: 10px;
}

.story-action-button > a {
  color: #000;
  font-size: 1.1em;
  text-decoration: none;
  transition: all 0.5s ease 0s;
}

.story-action-button > a:hover {
  color: #0089d7;
  transition: all 0.5s ease 0s;
}

.story-desc-container > a {
  color: #fff;
  text-decoration: none;
  position: relative;
  z-index: 100;
}

.story-name-container h3 a {
  color: #fff;
  text-decoration: none;
}

.story-name-container p a {
  color: #e37a39;
  text-decoration: none;
}

/* Story Icon Sprite */
.grandkids {
  background: transparent url("/application/themes/pfs/images/pfs-sprite7.png") no-repeat scroll -341px 0;
  height: 112px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 121px;
  z-index: 10;
}

.shop {
  background: transparent url("/application/themes/pfs/images/pfs-sprite7.png") no-repeat scroll -471px 0;
  height: 105px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 121px;
  z-index: 10;
}

.graduation {
  background: transparent url("/application/themes/pfs/images/pfs-sprite7.png") no-repeat scroll -601px 0;
  height: 103px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 121px;
  z-index: 10;
}

.sailboat {
  background: transparent url("/application/themes/pfs/images/pfs-sprite7.png") no-repeat scroll -518px -114px;
  height: 114px;
  left: 0;
  margin: -7px auto 0;
  position: absolute;
  right: 0;
  width: 121px;
  z-index: 10;
}

.saw {
  background: transparent url("/application/themes/pfs/images/pfs-sprite7.png") no-repeat scroll -341px -114px;
  height: 113px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 175px;
  z-index: 10;
}

.mountain {
  background: transparent url("/application/themes/pfs/images/pfs-sprite7.png") no-repeat scroll -341px -237px;
  height: 100px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 162px;
  z-index: 10;
}


/** Home Page - Informational Cards **/
.row.no-gutter > [class*='col-'] {
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}


.informational-container {
  clear: both;
  min-height: 150px;
  margin: 0;
  z-index: -1;
}

.informational-card {
    height: 100%;
}

.informational-card-bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  min-height: 400px;
  width: 100%;
}
.informational-content {
    font-family: 'Muli', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    height: 78%;
    display: flex;
    -ms-flex: 0 1 auto;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    align-content: flex-start;
}
.informational-headline {
    margin: 0 21% 0 21%;
    flex-grow: 0.05;
}
    .informational-headline h3 {
        text-align: center;
    }
.informational-body {
    margin: 0 10% 0 10%;
    flex-grow: 1;
}
    .informational-body p {
        text-align: center;
        font-size: 1.1em;
    }
a.fancy-button {
  background-color: white;
  border-radius: 4px;
  bottom: 100px;
  color: black;
  display: block;
  left: 15%;
  padding: 0.5em 1em;
  position: absolute;
  text-decoration: none;
  transition: background-color 0.5s ease 0s;
  width: 70%;
}
a.fancy-button:hover {
    background-color: #999;
    color: #222;
    transition: color 0.5s ease;
    transition: background-color 0.5s ease;
}

/** Legacy Section **/
.legacy-container {
  background: rgba(0, 0, 0, 0) url("/images/legacy-ny-fantozzi.jpg") no-repeat scroll center top / cover;
  height: 635px;
}

.legacy {
  color: #fff;
  float: right;
  margin-top: 150px;
  text-align: center;
  width: 50%;
}

.legacy > h2 {
  font-size: 3em;
  line-height: 1.75em;
  margin-bottom: 50px;
  text-shadow: 1px 1px 3px #000;
}

a.btn.blue-btn, button.btn.blue-btn {
  background: #0089d7 none repeat scroll 0 0;
  color: #fff;
  font-size: 2em;
  padding: 5px 40px;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

a.btn.blue-btn:hover, button.btn.blue-btn:hover {
  background: #297fb0 none repeat scroll 0 0;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

/** Hard Work Section - Home Page **/
.default-hero-banner.hard-work {
  background: rgba(0, 0, 0, 0) url("/images/cyclist-405748_1920_pixabay-crop.jpg") repeat scroll center bottom / cover;
  display: block;
  margin: 0;
  text-align: center;
  height: auto;
}

.default-hero-banner.hard-work > h3 {
  margin-bottom: 50px;
  margin-top: 50px;
}

.default-hero-banner.hard-work p {
  color: #222;
  font-size: 1.5em;
  margin-bottom: 50px;
  text-shadow: 0 0 2px #fff;
}

/** Blue User Interaction Section - Contact Form, Awards and News **/
.blue-user-section {
  background: #0089d7 none repeat scroll 0 0;
  box-sizing: border-box;
  float: left;
  height: 465px;
  margin: 0;
  overflow: visible;
  padding: 0 15px;
  width: 100%;
  display: flex;
  -ms-display: flex;
}

.blue-user-section h4 {
  color: #fff;
  font-family: "Muli",sans-serif;
  font-size: 2.25em;
  text-align: center;
}

.contact-form {
  float: left;
  width: 32%;
}

.contact-form input {
  border: 0 none;
  border-radius: 5px;
  font-family: "Muli",sans-serif;
  font-size: 1.5em;
  line-height: 2em;
  margin-bottom: 10px;
  padding: 5px;
}

textarea#comments {
  font-size: 1.25em;
}

/* IE Styling Bug */
input[type=text]:-ms-input-placeholder {
    color: #999;
    padding-bottom: 14px;
}

.select-index-form {
    margin: 10px 0;
    border: 0 none;
    border-radius: 5px;
    font-family: "Muli",sans-serif;
    font-size: 1.5em;
    line-height: 2em;
    margin-bottom: 10px;
    height: 52px;
}

input#name {
  width: 100%;
}

input#phone {
  width: 49%;
  margin-right: 4px;
}

input#email {
  width: 49%;
  float: right;
}

input#service {
  width: 100%;
}

textarea#form-message {
  border: medium none;
  border-radius: 5px;
  width: 100%;
}

.gray-button {
  background: #696161 none repeat scroll 0 0;
  border: medium none;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-family: "Muli",sans-serif;
  font-size: 1.5em;
  margin: 7px 0;
  padding: 6px 0;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.gray-button:hover {
    text-decoration: none;
    color: #fff;
}

.awards {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 0 20px #000;
  box-sizing: border-box;
  height: 720px;
  margin: -62px auto 0;
  padding: 8px;
  position: relative;
  width: 33%;
  z-index: 100;
}

.awards h4 {
  color: #222;
  font-family: "Rock Salt",sans-serif;
  font-size: 1.5em;
  line-height: 1.5em;
}

.awards-icons-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  -ms-display: flex;
  -ms-flex-wrap: wrap;
  -ms-justify-content: space-around;
  margin: 0 auto;
  width: 100%;
}

.awards-icon {
  background: #eee none repeat scroll 0 0;
  height: 111px;
  margin: 4px 2%;
  overflow: hidden;
}

/** Awards Sprite **/
.awards-icon.forbes {
  background: #ededed url("/application/themes/pfs/images/forbes_award.png") no-repeat center center;
  background-size: contain;
}

.awards-icon.rpg {
  background: transparent url("/application/themes/pfs/images/pfs-sprite7.png") no-repeat scroll 0 0;
}

.awards-icon.anniversary {
  /*background: transparent url("/application/themes/pfs/images/pfs-sprite7.png") no-repeat scroll -114px 0;*/
  background: url("/application/themes/pfs/images/30yrs_logo.png") no-repeat 0 0;
}

.awards-icon.wealth-head {
  background: transparent url("/application/themes/pfs/images/pfs-sprite7.png") no-repeat scroll -227px 0;
}

.awards-icon.cose {
  background: transparent url("/application/themes/pfs/images/pfs-sprite7.png") no-repeat scroll 0 -113px;
}

.awards-icon.neo {
  background: transparent url("/application/themes/pfs/images/pfs-sprite7.png") no-repeat scroll -114px -113px;
}

.awards-icon.eo {
  background: transparent url("/application/themes/pfs/images/pfs-sprite7.png") no-repeat scroll -227px -113px;
}

.awards-icon.five-star {
  background: transparent url("/application/themes/pfs/images/pfs-sprite7.png") no-repeat scroll 0 -226px;
}

.awards-icon.bbb {
  background: transparent url("/application/themes/pfs/images/pfs-sprite7.png") no-repeat scroll -114px -226px;
}

.awards-icon.fi360 {
  background: transparent url("/application/themes/pfs/images/pfs-sprite7.png") no-repeat scroll -227px -226px;
}

.awards-icon.fox {
  background: transparent url("/application/themes/pfs/images/pfs-sprite7.png") no-repeat scroll 0px -339px;
}

.awards-icon.wall-street {
  background: transparent url("/application/themes/pfs/images/pfs-sprite7.png") no-repeat scroll -114px -339px;
}

.awards-icon.usa {
  background: transparent url("/application/themes/pfs/images/pfs-sprite7.png") no-repeat scroll -227px -339px;
}

.awards-icon.dmsa {
  background: transparent url("/application/themes/pfs/images/pfs-sprite7.png") no-repeat scroll -518px -339px;
}

.resources {
  float: right;
  width: 32%;
}

.resource-snip-container {
  margin-bottom: 10px;
}

.resource-snip-date {
  background: #fff none repeat scroll 0 0;
  color: #696161;
  padding-left: 5px;
  text-transform: uppercase;
}

.resource-snip-date > a {
  color: #696161;
}

.resource-snip-title {
  background: #696161 none repeat scroll 0 0;
  color: #fff;
  padding: 7px;
}

.resource-snip-title a {
  color: #fff;
  text-decoration: none;
}

.resource-snip-title p {
  margin: 0;
  padding: 0;
}

.resources h5 {
  color: #fff;
  font-family: "Muli",sans-serif;
  font-size: 1.66em;
  text-align: center;
}

.resources .event-summary-list .media .date-badge {
    font-weight: bold;
    color: white;
}

.resources .event-summary-list .media-body a {
    color: white;
    font-size: 1.1em;
}

.resources .event-summary-list .media-body time {
    color: #d1ddeb;
}


/** Content Page Styling **/
.mountain-menu {
  margin: 10px 0 15px;
}

.mountain-menu h3 {
  background: #251c16 url("/application/themes/pfs/images/mountain-menu-h3.jpg") no-repeat scroll center bottom / contain ;
  color: #fff;
  font-family: "Muli",sans-serif;
  line-height: 1.5em;
  margin-bottom: 0;
  padding: 10px 0 20px;
  text-align: center;
}

.mountain-menu > ul {
  background: #433423 url("/application/themes/pfs/images/mountain-menu-bg.png") no-repeat scroll center bottom;
  color: #fff;
  font-size: 1.25em;
  line-height: 1em;
  min-height: 350px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.list-group.sidebar-menu.mountain-menu li {
  margin-left: 15px;
}

.mountain-menu a.list-group-item {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  padding: 10px 0;
  text-shadow: 1px 1px 3px #000;
  transition: all 0.5s ease 0s;
}

.mountain-menu a.list-group-item.active {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #f6b65d;
  text-shadow: 0px 0px 2px #000;
  transition: all 0.5s ease 0s;
}

.mountain-menu-bottom {
  background: rgba(0, 0, 0, 0) url("/application/themes/pfs/images/mountain-menu-bottom.png") no-repeat scroll center bottom / cover ;
  height: 38px;
  margin-top: -29px;
}

.spacer {
  height: 110px;
  float: left;
  width: 100%;
}

.spacer-small {
  float: left;
  height: 20px;
  width: 100%;
}

/** Left Column Goodness **/
.blue-container {
  background: #0089d7 none repeat scroll 0 0;
  border-radius: 5px;
  color: #fff;
  display: table-cell;
  font-size: 2em;
  height: 150px;
  margin: 10px;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}

.blue-container a {
    color: #fff;
}

.blog-item {
    margin: 40px 0;
}

/** Footer Styling **/
footer, #footer {
  float: left;
}

.contact-us {
    width: 7em;
}

.legal-text {
  color: #fff;
  font-family: "Muli",serif;
  font-size: 12pt;
  text-align: center;
}

.contact-number-margin-top {
    margin-top: 25px;
}

.social-margin {
    margin: 35px;
}

.footer-contact-info {
    font-family: "Muli", serif;
    font-size: 13pt;
    color: #fff;
    line-height: 24px;
}

.logo-footer {
    /*width: 31%;*/
    padding-bottom: 40px;
}

.img-responsive.center-block.logo-footer {
  max-width: 400px;
  width: 100%;
}

.footer {
    background-color: #242424;
    padding: 220px 0px 0;
    overflow: auto;
}

/** Staff Page Styling **/
.directory-description {
  margin: 0 0 30px;
  text-align: center;
}

.directory-description h2 {
  margin-bottom: 1.25em;
}

.employee {
  background-position: center top !important;
  background-size: cover !important;
  color: #fff;
  height: 432px;
  padding: 0;
  text-align: center;
  text-shadow: 1px 1px 4px #000;
}

.employee h3 {
  bottom: 83px;
  font-family: "Muli",sans-serif;
  font-size: 2.75em;
  margin: 0;
  position: absolute;
  width: 100%;
}

.employee > h4 {
  font-family: "Muli",sans-serif;
  font-size: 1.75em;
  margin: 0;
  position: absolute;
  top: 357px;
  width: 100%;
}

.employee a {
  color: #fff;
}

.employee a:hover {
  text-decoration: none;
}

.col-md-4.employee.career > h4 {
  font-size: 1.5em;
}

.bio-text {
    overflow: hidden;
}

.col-md-4.employee.career {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: #333;
  background-image: url("/your-team/person-icon-small.png");
  background-origin: padding-box;
  background-position: center 69px !important;
  background-repeat: no-repeat;
  background-size: initial !important;
}

.top-bio {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.portrait-container {
  height: 670px;
  overflow: hidden;
}

.personal-photo {
  height: 670px;
  margin-top: -656px;
  position: relative;
  right: 100%;
}

.pro-me-activator {
    display: none;
}

.professional-bio {
  opacity: 1;
  position: absolute;
  width: 100%;
}

.personal-bio {
  opacity: 1;
  position: absolute;
  width: 100%;
  left: 100%;
}

.professional-bio > h2, .personal-bio > h2 {
  padding: 0 15px;
}

.personal-bio > p, .professional-bio p {
  font-size: 1.25em;
  padding-left: 15px;
}

.professional-photo {
    position: relative;
}

 .staff-title {
      bottom: 50px;
      position: absolute;
      right: 50px;
      text-align: right;
}

.staff-title .staff-award {
    max-height: 110px;
}

.staff-title h2 {
      font-size: 4em;
}
    
.staff-title > h3 {
  float: right;
  font-family: "Muli",sans-serif;
  font-size: 2em;
  max-width: 100%;
}
    
.contact-information {
      background: #6B5F61 none repeat scroll 0 0;
      color: #fff;
      margin: 15px 0;
      padding: 10px;
}
    
.professional-photo {
      height: 670px;
}
    
.contact-information .white-btn {
      font-size: 1.5em;
      margin: 0;
      width: 100%;
}
    
.real-me-activator, .pro-me-activator {
      background: #e37a39 none repeat scroll 0 0;
      border-radius: 5px;
      color: #fff;
      cursor: pointer;
      font-size: 1.5em;
      margin: 20px auto;
      padding: 10px;
      text-align: center;
      width: 100%;
      box-shadow: 1px 1px 10px #000;
      text-shadow: 1px 1px 3px #000;
}

.real-me-activator:active, .pro-me-activator:active {
  box-shadow: 0 0 0 #000;
  text-shadow: 0 0 0 #000;
}

.modal-body input {
  margin: 10px 0;
}

.modal-body select {
  margin: 10px 0;
}

.modal-body select {
  background: #999 none repeat scroll 0 0;
  color: #fff;
  margin: 10px 0;
}

.btn.btn-default.btn-full {
  background: #6b5f61 none repeat scroll 0 0;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.3em;
  margin: 0;
  text-align: center;
  width: 100%;
}

/** Events Page **/
.events-container {
    margin: 1em;
}

.events-container h2 {
    line-height: 1.8;
}

.events-container [class*='col-'] {
    padding-right: 2em;
}

.events-container hr {
    margin-top: 2em;
    margin-bottom: 2em;
}

.events-ongoing h4 {
    margin-bottom: 1em;
}

.events-container .events-calendar {
    margin: 1.5em 2em 0 0;
}

.events {
  padding: 0 15px;
}

.events h2 {
  margin-bottom: 1em;
  margin-left: 19px;
}

.events ul {
  list-style: outside none none;
}

.events .well > h4 {
  font-family: "Muli",sans-serif;
  font-size: 1.5em;
  margin: 0.75em 0;
}

.event-detail h1 {
  font-size: 2em;
}

.event-detail h2, .event-detail h3 {
  font-family: "Muli",sans-serif;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('/application/themes/quest/_bower_components/font-awesome/fonts/fontawesome-webfont.eot?v=4.1.0');
    src: url('/application/themes/quest/_bower_components/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'),url('/application/themes/quest/_bower_components/font-awesome/fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'),url('/application/themes/quest/_bower_components/font-awesome/fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'),url('/application/themes/quest/_bower_components/font-awesome/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.events-calendar .header-nav {
    background-color: #3a71bd;
}

.header-nav th  {
    text-align: center;
}

.events-calendar .header-nav a {
    color: #fff;
    text-decoration: none
}
.events-calendar {
    background-color: #e8ebed
}

.events-calendar thead>tr>th,.events-calendar tbody>tr>td {
    border: none;
    padding: 5px 3px;
    text-align: center

}

.events-calendar tbody>tr>td {
    padding: 0
}

.events-calendar tbody>tr>td a {
    -webkit-transition: background .2s ease-out;
    transition: background .2s ease-out;
    background-color: #fff;
    display: block;
    padding: 8px;
    margin: 1px
}

.events-calendar tbody>tr>td a:hover {
    background-color: #c5283c;
    color: #fff;
    text-decoration: none
}

.events-calendar .header-days {
    text-transform: uppercase;
    font-size: 12px
}

/** Infographic Styling **/
.infographic {
  clear: both;
  float: left;
  margin-bottom: 30px;
  opacity: 0;
  padding: 0 2%;
  width: 100%;
}

img.infographic-left {
  float: left;
  margin: 0 15px 0 0;
  position: relative;
  z-index: 1;
}

img.infographic-right {
  float: right;
  margin: 0 0 0 15px;
  position: relative;
  z-index: 1;
}

.infographic img {
  -webkit-transition: 2s ease;
  transition: 1.5s ease;
  transform: rotate(-45deg);
}

.infographic > h3 {
  font-family: "Muli",sans-serif;
}

.infographic h3, .infographic p, .infographic ul {
    position: relative;
    z-index: 10;
    display: block;
}

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

.infographic.center .col-md-3 ul {
  font-size: 1.25em;
  margin-left: 0;
  padding: 0 0 0 11px;
  text-align: left;
}

.infographic li {
  text-align: left;
}

.mountain-menu > ul.services-sublist li {
  font-size: .8em;
  margin-left: 10px;
}

img.infographic-center {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

ul.end-in-mind, ul.protecting-what-matters {
  margin: 0;
  padding: 0 0 0 15px;
}

.end-in-mind > li {
  margin-left: 15px;
}

.protecting-what-matters > li {
  margin-left: 15px;
}

.infographic > p, .infographic ul {
  font-size: 1.25em;
}

.infographic.center .col-md-3 h3 {
  font-size: 1.5em;
  text-align: left;
}

.heavy-lifting ul {
    padding: 0 0 0 16px;
}

.heavy-lifting {
    margin-left: 0px;
    float: left;
}

.infographic-left.heavy-lift-img {
  max-width: 38%;
}

.infographic-content {
  float: left;
  width: 60%;
}

.services-block {
  background: #242424 url("/images/foggy-tree-services-bg.jpg") no-repeat scroll center top;
  color: #fff;
  font-size: 1.5em;
}

.services-block ul {
  padding: 0 0 0 20px;
}

.services-block a {
  color: #fff;
  cursor: pointer;
}

.services-sublist > li {
  font-size: .75em;
}

.login-container {
  background: #333 none repeat scroll 0 0;
  border: 10px solid #222;
  box-shadow: 1px 1px 10px #111;
  height: 92px;
  padding: 10px;
  position: absolute;
  right: -300px;
  width: 300px;
  transition: 1s ease-in;
}

.login-container.active {
  right: 15px;
  transition: 1s ease-in;
}

.btn.btn-slim {
  margin-bottom: 8px;
  padding: 0;
  width: 100%;
  background: #fff;
}

.btn.btn-slim a {
  text-decoration: none;
}

.btn.btn-slim:hover {
  background: #44599f none repeat scroll 0 0;
  color: #fff;
}

.btn.btn-slim:hover a {
  color: #fff;
}

/*** Resources ***/
.resources-links li {
  margin-bottom: 10px;
}

h3.resource-title {
  font-size: 2em;
  line-height: 1.75em;
}

.article-body > h3 {
  font-family: Muli,sans-serif;
}

h4.resource-title {
  font-size: 1.35em;
}

.article-details {
  color: #999;
  font-style: italic;
  margin: 15px 0;
}

.blog-listing-image {
    width: 100%;
    height: auto;
}

.blog-main-image {
    max-width: 30%;
    margin: 15px;
}

/** Basic Content Page Styling **/
.main-content {
  padding: 0 35px 35px;
}

.col-sm-8 .main-content {
  padding: 0 35px 0 0;
}

.main-content h2 {
  line-height: 1.5em;
}

h2 sup {
  font-size: 0.5em;
  margin: 5px;
}

.main-content h3 {
  margin-bottom: 0.25em;
  line-height: 1.25em;
}

.article-body {
  padding-right: 30px;
}

.main-content.brown {
  background: #251c16 none repeat scroll 0 0;
  color: #fff;
  padding: 10px 20px;
}

.main-content.slate {
  background: #222 none repeat scroll 0 0;
  color: #fff;
  padding: 10px 20px;
}

.main-content.blue {
  background: #0089D7 none repeat scroll 0 0;
  color: #fff;
  padding: 10px 20px;
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/** Sidebar Styles **/

h4.sidebar-title {
  display: none;
}

.sidebar-content.essence-of-pfs-sidebar {
  background: #241e16 none repeat scroll 0 0;
  color: #fff;
  font-size: 0.9em;
  padding: 10px;
}

.sidebar-content .main-content > h3 {
  font-size: 20px;
  line-height: 1.75em;
  margin: 10px 0 5px;
  text-align: center;
}

.sidebar-content {
  background: #241e16 none repeat scroll 0 0;
  color: #fff;
  font-size: 0.9em;
  margin: 0 auto;
  padding: 10px;
  width: 93%;
}

.sidebar.cta {
  background: #222 none repeat scroll 0 0;
  border-radius: 5px;
  color: #fff;
  font-size: 1.5em;
  margin: 20px auto;
  padding: 10px;
  text-align: center;
  width: 100%;
}

.sidebar.cta > a {
  color: #fff;
  text-decoration: none;
}

.sidebar.cta.blue {
  background: #0089d7 none repeat scroll 0 0;
}

.cta > a.btn.btn-default {
  color: #000;
  margin: 10px 0;
  width: 100%;
}

.article.details.legal-copy {
  background: #eee none repeat scroll 0 0;
  font-size: 0.8em;
  font-style: italic;
  padding: 15px;
}

/** Email Subscription Styling **/
.newsletter-choices .checkbox input[type="checkbox"], .newsletter-choices .checkbox-inline input[type="checkbox"] {
  margin: 5px 0 0 0;
}

/**Location Styling**/

.location-text {
  bottom: 380px;
  color: white;
  font-size: 100px;
  position: relative;
  text-shadow: 1px 1px 3px #000;
}

/**Video Styling**/
#PLWgP6s384iO4br3pSyHZe8LvVydS9EWuv {
  display: none;
}

#PLWgP6s384iO4ZsVnyVr-Q6mm4v7CmA0it {
  display: none;
}

li.parsley-required {
    color: red;
}
.text-center{
    text-align:center;   
}

#business-owner-services h3 {
    margin-bottom: 1em;
}
#business-owner-services > div,
#buy-sell-agreements-funding > div {
    display: flex;
    flex-wrap: wrap-reverse;
    gap: 10px;
}
#business-owner-services > div > div:first-child,
#buy-sell-agreements-funding > div > div:first-child {
    flex: 1 1 400px;
}
#business-owner-services > div > div:last-child,
#buy-sell-agreements-funding > div > div:last-child {
    align-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#business-owner-services > div img,
#buy-sell-agreements-funding > div img {
    max-width: 400px;
    width: 100%;
}
#buy-sell-agreements-funding h2 {
    margin-bottom: 1em;
}