@charset "UTF-8";
.section-navbar {
  margin: 0 auto;
  width: 100%;
}
.section-navbar .content-pad,
.section-navbar .pl-section-pad {
  padding-top: 5px;
  padding-bottom: 5px;
}
.section-navbar .content-pad .navbar-content-pad,
.section-navbar .pl-section-pad .navbar-content-pad {
  padding: 0 15px;
}
.section-navbar.pl-area .navbar {
  border: none;
}
.section-navbar .navbar {
  color: rgba(255,255,255,0.7);
}
.section-navbar .navbar.navbar-content-width {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.section-navbar .navbar.plnav_hover .sub-menu .dropdown-menu {
  position: absolute;
  top: 0;
  left: 100%;
  margin-top: -1px;
  visibility: hidden;
}
.section-navbar .navbar.plnav_hover .dropdown-menu li:hover .sub-menu {
  visibility: visible;
  margin-top: -6px;
}
.section-navbar .navbar.plnav_hover .dropdown:hover .dropdown-menu {
  margin-top: 0;
  display: block;
}
.section-navbar .navbar .navline {
  float: left;
  position: relative;
  left: 0;
  display: block;
  margin: 0 10px 0 0;
  font-size: .9em;
}
.section-navbar .navbar .navline > .dropdown > .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0,0,0,0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
.section-navbar .navbar .navline > .dropdown > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 10px;
}
.section-navbar .navbar .navline .caret {
  border-top-color: rgba(255,255,255,0.5);
}
.section-navbar .navbar .navline.pull-right {
  float: right;
  position: relative;
}
.section-navbar .navbar .navline.pull-right > li:last-child .dropdown-menu {
  left: auto;
  right: 0;
}
.section-navbar .navbar .navline.pull-right > li:last-child .dropdown-menu:before {
  left: auto;
  right: 12px;
}
.section-navbar .navbar .navline.pull-right > li:last-child .dropdown-menu:after {
  left: auto;
  right: 13px;
}
.section-navbar .navbar .navline.pull-right > li:last-child .dropdown-menu .dropdown-submenu > a:after {
  border-width: 5px 5px 5px 0;
  border-right-color: #cccccc;
}
.section-navbar .navbar .navline.pull-right > li:last-child .dropdown-menu .dropdown-menu {
  left: -100%;
  right: auto;
  margin-left: 0;
  margin-right: -1px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.section-navbar .navbar .navline > li {
  display: block;
  float: left;
}
.section-navbar .navbar .navline > li > a {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  float: none;
  display: block;
  padding: 9px 12px;
  line-height: 19px;
  color: #fff;
  color: rgba(255,255,255,0.8);
  text-decoration: none;
}
.section-navbar .navbar .navline > li > a:hover {
  background-color: transparent;
  color: rgba(255,255,255,0.9);
  text-decoration: none;
}
.section-navbar .navbar .navline > li.dropdown.open > a {
  color: #fff;
  background: rgba(0,0,0,0.1);
}
.section-navbar .navbar .navline > li.current-menu-item > a {
  background-color: rgba(0,0,0,0.1);
  color: #ffffff;
  text-decoration: none;
}
.section-navbar .navbar .navline > li.active > a:hover {
  color: rgba(255,255,255,0.9);
  text-decoration: none;
  background-color: #222222;
}
.section-navbar .navbar .searchform {
  float: right;
  margin: 6px 0 5px;
  width: auto;
  max-width: 190px;
  -webkit-transition: margin .3s ease-in-out;
  -moz-transition: margin .3s ease-in-out;
  -ms-transition: margin .3s ease-in-out;
  transition: margin .3s ease-in-out;
}
.section-navbar .navbar .searchform.has-focus {
  color: blue;
}
.section-navbar .navbar .searchform.has-focus i {
  color: #666;
}
.section-navbar .navbar .searchform.has-focus .searchfield {
  background-color: #fff;
  color: #000;
  width: 140px;
}
.section-navbar .navbar .searchform .searchfield {
  border: none;
  background-color: rgba(255,255,255,0.1);
  width: 24px;
}
.section-navbar .navbar .plbrand {
  float: left;
  margin: 4px 2% 0 0;
  padding: 0 1%;
  line-height: 15px;
}
.section-navbar .navbar .plbrand .plbrand-text {
  font-size: 19px;
  line-height: 30px;
  margin: 0;
}
.section-navbar .navbar .plbrand img {
  max-height: 29px;
  -webkit-transition: max-height .3s ease-in-out;
  -moz-transition: max-height .3s ease-in-out;
  -ms-transition: max-height .3s ease-in-out;
  transition: max-height .3s ease-in-out;
}
.section-navbar .navbar.pl-color-black-trans {
  background: #000;
}
.section-navbar .navbar.pl-color-black-trans .navline > li:hover > a,
.section-navbar .navbar.pl-color-black-trans .navline > li.current-menu-item > a,
.section-navbar .navbar.pl-color-black-trans .navline > li.current_page_item > a,
.section-navbar .navbar.pl-color-black-trans .navline > li.dropdown.open > a {
  background: #333;
}
.section-navbar .navbar.pl-color-red {
  background: #f04831;
}
.section-navbar .navbar.pl-color-red .navline > li:hover > a,
.section-navbar .navbar.pl-color-red .navline > li.current-menu-item > a,
.section-navbar .navbar.pl-color-red .navline > li.current_page_item > a,
.section-navbar .navbar.pl-color-red .navline > li.dropdown.open > a {
  background: #de2910;
}
.section-navbar .navbar.pl-color-blue {
  background: #0b1e39;
}
.section-navbar .navbar.pl-color-blue .navline > li:hover > a,
.section-navbar .navbar.pl-color-blue .navline > li.current-menu-item > a,
.section-navbar .navbar.pl-color-blue .navline > li.current_page_item > a,
.section-navbar .navbar.pl-color-blue .navline > li.dropdown.open > a {
  background: #03080e;
}
.section-navbar .navbar.pl-color-orange {
  background: #f6653c;
}
.section-navbar .navbar.pl-color-orange .navline > li:hover > a,
.section-navbar .navbar.pl-color-orange .navline > li.current-menu-item > a,
.section-navbar .navbar.pl-color-orange .navline > li.current_page_item > a,
.section-navbar .navbar.pl-color-orange .navline > li.dropdown.open > a {
  background: #f43f0b;
}
.section-navbar .navbar.pl-color-base {
  background: #FFFFFF;
  color: #000000;
}
.section-navbar .navbar.pl-color-base .searchform .searchfield {
  background-color: #f6f6f6;
}
.section-navbar .navbar.pl-color-base .navline > li > a {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
  color: rgba(2,5,9,0.6);
  text-shadow: none;
}
.section-navbar .navbar.pl-color-base .navline > li:hover > a,
.section-navbar .navbar.pl-color-base .navline > li.current-menu-item > a,
.section-navbar .navbar.pl-color-base .navline > li.dropdown.open > a {
  color: #020509;
  background-color: #FFFFFF;
  box-shadow: inset 0 -4px 0 #0b1e39;
}
.section-navbar .navbar.pl-color-base .navline .caret {
  border-top-color: rgba(2,5,9,0.6);
}
.section-navbar .navbar.pl-color-grey {
  background: #EEE;
  color: rgba(0,0,0,0.5);
}
.section-navbar .navbar.pl-color-grey .searchform .searchfield {
  background-color: #ddd;
}
.section-navbar .navbar.pl-color-grey .navline > li:hover > a,
.section-navbar .navbar.pl-color-grey .navline > li.current-menu-item > a,
.section-navbar .navbar.pl-color-grey .navline > li.current_page_item > a,
.section-navbar .navbar.pl-color-grey .navline > li.active > a {
  background: #e1e1e1;
}
.section-navbar .navbar.pl-color-grey .navline > li > a {
  color: rgba(0,0,0,0.8);
}
.section-navbar .navbar.pl-color-grey .navline > li.active > a:hover {
  color: rgba(0,0,0,0.8);
  background-color: #ddd;
}
.section-navbar .navbar.pl-color-grey .navline > li.dropdown.open > a {
  color: #000;
  background: rgba(0,0,0,0.1);
}
.section-navbar .navbar.pl-color-grey .navline .caret {
  border-top-color: rgba(0,0,0,0.5);
}
.section-navbar .navbar.pl-color-grey .nav-btn-navbar .icon-bar {
  background: rgba(0,0,0,0.7);
  box-shadow: 0 1px 0 #fff;
}
.pldrop ul {
  display: none;
}
.hentry .btn-group ul {
  margin: 0;
}
.hentry .btn-group ul li {
  list-style: none;
}
.nav-btn-navbar {
  color: inherit;
  display: none;
  float: right;
  position: relative;
  z-index: 50;
  padding: 2px 10px;
  margin: 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: rgba(155,155,155,0.028);
  background-image: -moz-linear-gradient(top,rgba(255,255,255,0.1),rgba(0,0,0,0.08));
  background-image: -ms-linear-gradient(top,rgba(255,255,255,0.1),rgba(0,0,0,0.08));
  background-image: -webkit-linear-gradient(top,rgba(255,255,255,0.1),rgba(0,0,0,0.08));
  background-image: linear-gradient(top,rgba(255,255,255,0.1),rgba(0,0,0,0.08));
  background-repeat: repeat-x;
  border: 1px solid rgba(0,0,0,0.25);
  border-left: 1px solid rgba(0,0,0,0.17);
  border-top: 1px solid rgba(0,0,0,0.17);
  box-shadow: inset 1px 1px 0 rgba(255,255,255,0.3);
}
.nav-btn-navbar:hover,
.nav-btn-navbar:active,
.nav-btn-navbar.active,
.nav-btn-navbar.disabled,
.nav-btn-navbar[disabled] {
  color: inherit;
  opacity: .7;
}
.nav-btn-navbar:active,
.nav-btn-navbar.active {
  box-shadow: inset 1px 1px 0 rgba(0,0,0,0.3);
  background-color: rgba(0,0,0,0.1);
}
.navbar,
.navbar-inner,
.navbar-collapse {
  height: auto;
  overflow: visible;
}
.nav-collapse.collapse {
  position: relative;
  height: auto;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -ms-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.nav-collapse.collapse.in {
  height: auto;
}
@media (max-width: 400px) {
  .navbar .plbrand img {
    max-width: 210px;
  }
}
@media (max-width: 600px) {
  .navbar.navbar-content-width {
    width: 95%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  #site .navbar .brand {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 0 -5px;
  }
  #site .navbar .searchform {
    float: none;
    padding: 10px;
  }
  #site .navbar .nav-collapse {
    overflow: hidden;
    height: 0;
    clear: both;
  }
  #site .navbar .nav-btn-navbar {
    display: inline-block;
  }
}
@media (min-width: 769px) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}
.section-mediabox.no-pad .pl-section-pad {
  padding: 0;
}
.section-mediabox .mediabox-wrap {
  min-height: 50px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.section-mediabox img,
.section-mediabox iframe,
.section-mediabox object,
.section-mediabox embed {
  max-width: 100%;
  height: auto;
}
.ibox {
  text-align: center;
}
.ibox .ibox-text h4 {
  margin-bottom: 5px;
  line-height: 1.4em;
}
.ibox .ibox-desc .ibox-link {
  display: block;
  margin-top: .5em;
}
.ibox .ibox-desc .ibox-link i {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ibox .ibox-desc .ibox-link a:hover i {
  margin-left: 6px;
}
.ibox .ibox-media {
  text-align: center;
}
.ibox .ibox-media a {
  color: inherit;
}
.ibox .ibox-media .pl-counter {
  font-size: 80px;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 1em;
}
.ibox .ibox-media .ibox-icon-border {
  margin-bottom: 12px;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 500px;
  position: relative;
}
.ibox .ibox-media .ibox-icon-border .invert-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  z-index: 0;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ibox .ibox-media .ibox-icon-border .iii {
  position: relative;
  z-index: 10;
}
.ibox .ibox-media .ibox-icon-border.media-type-image {
  overflow: hidden;
  background-size: cover;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.ibox .ibox-media .ibox-icon-border.media-type-image img {
  border-radius: 500px;
}
.ibox .ibox-media .ibox-icon-border.media-type-icon i {
  font-size: 80px;
  display: inline-block;
}
.ibox.top-aligned .ibox-desc {
  max-width: 300px;
  margin: 0 auto;
}
.ibox.top-aligned .ibox-media {
  max-width: 70%;
  margin-right: auto;
  margin-left: auto;
}
.ibox.top-aligned .ibox-media.wrap-count {
  max-width: 100%;
}
.ibox.top-aligned .ibox-media .media-type-image {
  height: 0;
  padding: 50% 0;
}
.ibox.left-aligned {
  text-align: left;
}
.ibox.left-aligned .ibox-icon-border .pl-counter {
  font-size: 25px;
  line-height: 1em;
}
.ibox.left-aligned .ibox-icon-border.media-type-count {
  min-width: 100px;
  text-align: right;
}
.ibox.left-aligned .ibox-icon-border.media-type-icon {
  background: transparent;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.ibox.left-aligned .ibox-icon-border.media-type-icon i {
  font-size: 30px;
}
.ibox.left-aligned .ibox-icon-border.media-type-image {
  padding: auto;
  width: 80px;
  height: 80px;
}
.ibox.left-aligned .ibox-icon-border.media-type-image img {
  width: 80px;
}
.section-postauthor {
  margin-bottom: 2em;
  text-align: left;
}
.section-postauthor .copy-pad {
  padding: 10px 15px;
}
.section-postauthor .author-note {
  margin-right: 16px;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: rgba(0,0,0,0.3);
}
.section-postauthor .subtext {
  font-size: 86%;
  color: rgba(2,5,9,0.7);
}
.pl-new-loop .metahead-page {
  padding-left: 100px;
}
.pl-new-loop .hentry {
  position: relative;
}
.pl-new-loop .hentry.metahead-page {
  padding-left: 100px;
}
.pl-new-loop .hentry.single-post .metamedia {
  margin: 25px 0;
}
.pl-new-loop .hentry .continue_reading_link {
  margin-top: 20px;
}
.pl-new-loop .hentry .entry-title {
  margin: 0;
}
.pl-new-loop .hentry .metamedia {
  margin-bottom: 15px;
}
.pl-new-loop .hentry .metabar {
  font-size: 85%;
  line-height: 1.6em;
  opacity: .7;
  margin: 5px 0 15px;
}
.pl-new-loop .hentry .entry_content img {
  max-width: 100%;
}
.pl-new-loop .hentry .entry_content > :first-child {
  margin-top: 0;
}
.pl-new-loop .hentry .entry_content > :last-child {
  margin-bottom: 0;
}
.metahead {
  width: 70px;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 85%;
  line-height: 1.2em;
}
.metahead .metaicon {
  float: right;
  margin-top: 6px;
}
.metahead .author {
  font-weight: 600;
  border-style: solid;
  border-bottom-width: 1px;
  display: block;
  margin-bottom: 10px;
}
.metahead a {
  color: inherit;
  display: block;
  text-align: right;
  margin-bottom: 8px;
}
.metahead a .avatar {
  max-width: 50px;
}
.metahead a:last-child {
  border-bottom: none;
}
@media (max-width: 600px) {
  .pl-new-loop .hentry.post,
  .pl-new-loop .hentry.multi-post {
    padding-left: 0px;
  }
  .metahead {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
  }
  .metahead a,
  .metahead .author {
    text-align: left;
    display: inline-block;
    border: none;
    margin: 0 5px 0;
    font-size: 16px;
  }
  .metahead .pl-social-pagelines {
    text-align: right;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
  }
}
.multi-post .pl-new-loop .hentry {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.multi-post .pl-old-loop .hentry {
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.multi-post .pl-old-loop .clip_box {
  margin: 0 0 1.25em;
  border-color: #f2f2f2;
}
.multi-post .pl-old-loop .clip_box .clip {
  width: 47%;
  clear: none;
  float: left;
  margin: 0;
}
.multi-post .pl-old-loop .clip_box .clip .hentry-pad {
  padding: 0 0 0.625em;
}
.multi-post .pl-old-loop .clip_box .clip.clip-right {
  float: right;
}
.multi-post .pl-old-loop .clip_box .clip .clip-header {
  padding: 4px 0 4px 0;
  display: table-cell;
  width: 10000px;
}
.multi-post .pl-old-loop .clip_box .clip .clip-thumb a {
  float: left;
  margin-right: 10px;
}
.multi-post .pl-old-loop .clip_box .clip .clip-thumb img {
  padding: 2px;
  display: block;
  margin: 0 0 0.4em;
}
.multi-post .pl-old-loop .clip_box .clip .post-excerpt {
  font-size: 90%;
  line-height: 1.6em;
  margin-bottom: 1.5em;
}
.multi-post .pl-old-loop .clip_box .clip .entry-title,
.multi-post .pl-old-loop .clip_box .clip .metabar {
  padding: 0;
}
.pl-old-loop .entry-title {
  margin: 0;
  line-height: 1.2em;
}
.pl-old-loop .metabar {
  font-size: 85%;
  line-height: 1.6em;
  opacity: .7;
  margin: 5px 0 15px;
  font-style: normal;
}
.pl-old-loop .article-wrap.meta-mode-author .wrp {
  padding-left: 150px;
  min-height: 250px;
}
@media (max-width: 480px) {
  .pl-old-loop .article-wrap.meta-mode-author .wrp {
    padding-left: 0;
  }
}
.pl-old-loop .article-wrap .author-tag {
  position: absolute;
  float: left;
  width: 120px;
  text-align: right;
  padding-right: 30px;
  font-size: 12px;
  line-height: 1.2em;
  padding-bottom: 30px;
}
.pl-old-loop .article-wrap .author-tag .author a {
  font-size: 14px;
  color: #020509;
  font-weight: 600;
  display: block;
}
.pl-old-loop .article-wrap .author-tag img {
  max-width: 65px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.pl-old-loop .article-wrap .author-tag p {
  margin: 5px 0;
  padding: 5px 0;
}
.pl-old-loop .article-wrap .author-tag hr {
  margin: 0 0 3px;
  width: 45px;
  text-align: right;
  display: inline-block;
  border: none;
  border-bottom: 1px solid #e9e9e9;
}
.pl-old-loop .article-wrap .author-tag .tag-comments a,
.pl-old-loop .article-wrap .author-tag .tag-comments i {
  color: #020509;
  opacity: .4;
}
.pl-old-loop .article-wrap .author-tag .tag-comments a:hover,
.pl-old-loop .article-wrap .author-tag .tag-comments i:hover {
  opacity: 1;
}
@media (max-width: 480px) {
  .pl-old-loop .article-wrap .author-tag {
    position: static;
    display: block;
    width: auto;
    padding: 0;
    max-width: none;
    float: none;
  }
  .pl-old-loop .article-wrap .author-tag p {
    margin: 0 0 8px;
  }
  .pl-old-loop .article-wrap .author-tag img {
    float: left;
  }
  .pl-old-loop .article-wrap .author-tag > hr {
    display: none !important;
  }
}
.pl-old-loop .fpost .post-excerpt {
  font-size: 1.03em;
  line-height: 1.55em;
}
.pl-old-loop .tags {
  font-size: 86%;
  opacity: .7;
}
.pl-old-loop .tags .note {
  margin-right: 16px;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: rgba(0,0,0,0.3);
}
.pl-old-loop .pledit {
  opacity: .7;
}
.pl-old-loop .pledit:hover {
  opacity: 1;
}
.pl-old-loop .post-meta .c_img,
.pl-old-loop .hentry .c_img {
  display: block;
  text-align: center;
}
.pl-old-loop .post-header .post-thumb.img {
  margin: 0 10px 5px 0;
}
.pl-old-loop .post-header .post-thumb.img.alignright {
  margin: 0 0 5px 10px;
}
.pl-old-loop .fpost .post-excerpt .post-thumb.img {
  margin-right: 13px;
}
.pl-old-loop .fpost .media .post-thumb.img {
  margin-right: 20px;
}
.pl-old-loop .fpost .media .img img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.pl-old-loop .fpost .textcontent {
  margin: 20px 10px 0 0;
}
.pl-old-loop .fpost .post-excerpt {
  margin: .6em 0;
}
.pl-old-loop .fpost.post .entry {
  margin-bottom: 1em;
  padding: 1em 0;
}
.pl-old-loop .full_img {
  margin-bottom: 10px;
}
.pl-old-loop .post-meta {
  margin-bottom: 1em;
}
.pl-old-loop .post-meta.post-nocontent {
  margin-bottom: 0;
}
.pl-old-loop .post-meta .post-title-section {
  padding-bottom: 6px;
}
.section-postauthor {
  margin-bottom: 2em;
  text-align: left;
}
.section-postauthor .copy-pad {
  padding: 10px 15px;
}
.section-postauthor .author-note {
  margin-right: 16px;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: rgba(0,0,0,0.3);
}
.section-postauthor .subtext {
  font-size: 86%;
  color: rgba(2,5,9,0.7);
}
.section-textbox .pl-section-pad .textbox-wrap p:last-child {
  margin-bottom: 0;
}
.section-textbox .pl-section-pad .textbox-wrap p:first-child {
  margin-top: 0;
}
.section-testimonials {
  text-align: center;
}
.section-testimonials .pl-testimonials-container {
  position: relative;
}
.section-testimonials .the-testimonial {
  padding-left: 0px;
  text-align: center;
  background-image: none;
  width: 100%;
  margin: 0 auto;
  opacity: 0;
  position: absolute;
  left: -25px;
  z-index: -1;
}
.section-testimonials blockquote {
  padding: 0 0 13px;
  border: none;
  font-size: 34px;
  letter-spacing: -1px;
  line-height: 1.35em;
  margin: 0;
}
.section-testimonials blockquote p {
  margin: 0;
  font-style: normal;
}
.section-testimonials .cite,
.section-testimonials cite {
  font-size: 15px;
  line-height: 40px;
  display: inline-block;
}
.section-testimonials .controls ul {
  margin: 0px;
  display: block;
  text-align: center;
  width: 100%;
  z-index: 30;
  position: relative;
}
.section-testimonials .controls ul li {
  list-style: none;
  cursor: pointer;
  display: inline-block;
}
.section-testimonials .controls ul li > span {
  border-style: solid;
  border-width: 1px;
  border-radius: 10px 10px 10px 10px;
  cursor: pointer;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 4px;
  transition: background-color 0.2s linear 0s, border-color 0.2s linear 0s;
}
.section-testimonials .controls ul.nav-avatar li > span {
  border-radius: 0;
  width: 30px;
  height: 30px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  opacity: .7;
  display: inline-block;
  transition: opacity 0.2s linear 0s;
  border-width: 0;
}
.section-testimonials .controls ul.nav-avatar li:hover > span,
.section-testimonials .controls ul.nav-avatar li.active > span {
  opacity: 1;
}
.quovolve-nav:before,
.quovolve-nav:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden;
}
.quovolve-nav:after {
  clear: both;
}
.quovolve-nav {
  line-height: 30px;
  zoom: 1;
}
.quovolve-nav a {
  background: transparent;
  display: block;
  font-size: 0;
  text-align: center;
}
.quovolve-nav li.avatar-nav {
  margin: 0 7px;
}
.quovolve-nav li.avatar-nav:hover a {
  opacity: .6;
}
.quovolve-nav li.avatar-nav.active a {
  opacity: 1;
}
.quovolve-nav li.avatar-nav a {
  opacity: .7;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 50px;
  width: 50px;
}
.starbars-wrap {
  padding: 1em;
}
.starbars {
  text-align: left;
  margin: 0;
}
.starbars li {
  list-style: none !important;
}
.starbars li:last-child span {
  margin-bottom: 0px;
}
.starbars li .bar-wrap {
  margin-bottom: 13px;
  border-radius: 300px;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.12);
  position: relative;
}
.starbars li span {
  height: 15px;
  width: 0px;
  display: block;
  background-color: #0b1e39;
  border-radius: 300px;
  overflow: visible !important;
  position: relative;
}
.starbars li span strong {
  opacity: 0;
  color: #fff;
}
.starbars li span strong:after {
  right: 13px;
}
.starbars li strong {
  position: absolute;
  right: 0px;
  top: -25px;
  opacity: .2;
  padding: 4px 7px !important;
  background-color: #333;
  color: rgba(255,255,255,0.8);
  line-height: 12px !important;
  font-size: 11px !important;
  display: block;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", Arial, serif;
  border-radius: 2px;
}
.starbars li strong:after {
  border-color: #333 transparent;
  border-style: solid;
  border-width: 5px 5px 0;
  bottom: -5px;
  content: "";
  display: block;
  right: 5px;
  position: absolute;
  width: 0;
}
.starbars li strong.full:after {
  left: 15px;
}
.starbars li p {
  font-size: 1.4rem;
  margin: 0;
  padding-bottom: 2px;
}
.section-secondnav.container {
  margin: 0;
}
.section-secondnav ul {
  list-style: none;
  margin: 0;
}
.section-secondnav ul li {
  float: left;
}
.section-secondnav ul li a {
  display: block;
  padding: 3px 8px;
  border: none;
}
.section-secondnav ul li a:active {
  text-decoration: none;
}
.section-secondnav .secondnav_menu {
  margin: 0 0 0 0px;
}
.pl-sharebar-pad {
  line-height: 20px;
  text-align: center;
}
.pl-sharebar-pad .txt-wrap {
  margin: 8px 0 0;
  opacity: .5;
}
.pl-sharebar-pad .txt {
  display: inline-block;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", Arial, serif;
  font-size: 12px;
  line-height: 1.5em;
  max-width: 350px;
}
.meta-share {
  padding-top: 5px;
}
.meta-share iframe,
.meta-share object {
  width: auto;
}
.pin_wrap {
  display: inline-block;
}
.revslider-container {
  width: 100%;
  position: relative;
  padding: 0;
}
.revslider-container .pl-slider {
  opacity: 0;
}
.revslider-container .tparrows {
  background: rgba(0,0,0,0.4);
  text-align: center;
  height: 60px;
  width: 60px;
  color: #fff;
  font-size: 40px;
  border-radius: 2px;
}
.revslider-container .tparrows:hover {
  background: rgba(0,0,0,0.8);
  color: #fff;
  opacity: 1;
}
.revslider-container .tparrows i {
  margin: 9px 0 0 1px;
  display: block;
}
.revslider-container .tp-bullets.simplebullets.square .bullet {
  background: transparent;
  border: 1px solid #fff;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  border-radius: 6px;
}
.revslider-container .tp-bullets.simplebullets.square .bullet.selected,
.revslider-container .tp-bullets.simplebullets.square .bullet:hover {
  background: #fff;
}
.revslider-container .text-center {
  text-align: center;
}
.revslider-container h2.slider-text {
  font-weight: 300;
  color: #fff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-bottom: 15px;
  font-weight: inherit;
  margin: 0;
  font-size: 60px;
  line-height: 1.1em;
}
.revslider-container h2.slider-text .title {
  display: inline-block;
  margin-bottom: 5px;
}
.revslider-container h2.slider-text small {
  display: block;
  font-weight: inherit;
  font-size: 24px;
  line-height: 1.3em;
  padding: 8px 0;
}
.revslider-container.element-dark .slider-text {
  text-shadow: 0 1px 0 rgba(255,255,255,0.4);
  color: #000;
}
.revslider-container.element-dark .tparrows {
  background: rgba(255,255,255,0.4);
  color: #000;
}
.revslider-container.element-dark .tparrows:hover {
  background: rgba(255,255,255,0.8);
  color: #000;
}
.revslider-container.element-dark .tp-bullets.simplebullets.square .bullet {
  border: 1px solid #000;
}
.revslider-container.element-dark .tp-bullets.simplebullets.square .bullet.selected,
.revslider-container.element-dark .tp-bullets.simplebullets.square .bullet:hover {
  background: #000;
}
.revslider-container .slider-content {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
}
.revslider-container .slider-content.left-side,
.revslider-container .slider-content.right-side {
  text-align: left;
}
.revslider-container .slider-content.centered {
  text-align: center;
}
.revslider-container .slider-content .slider-buttons {
  padding-top: 25px;
}
.revslider-container .slider-content .slider-buttons a.slider-btn {
  margin-right: 15px;
}
.revslider-container .slider-content .slider-buttons a.slider-btn:last-child {
  margin-right: 0;
}
.revslider-container .tp-bannertimer {
  z-index: 90;
}
@media (max-width: 768px) {
  .revslider-container h2.slider-text {
    font-size: 27px;
    line-height: 1.1em;
  }
  .revslider-container h2.slider-text small {
    font-size: 14px;
  }
  .revslider-container .slider-buttons .btn.btn-large {
    padding: 4px 12px;
    font-size: 12px;
    letter-spacing: 0;
  }
}
.section-pageheader .pl-area-pad {
  box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1);
}
.pl-ph-container {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.pl-ph-container .pl-content {
  padding: 60px 0;
}
.pl-ph-container h2 {
  margin: 0;
  font-size: 40px;
  line-height: 1.3em;
  font-weight: 600;
}
.pl-ph-container .ph-sub {
  font-size: 22px;
  line-height: 1em;
  font-weight: 300;
  opacity: .7;
}
.pl-ph-container .ph-text {
  float: left;
}
.pl-ph-container .ph-meta {
  float: right;
}
.pl-ph-container .ph-meta .btn {
  margin: 0 10px;
}
.pl-ph-container.format-center {
  text-align: center;
}
.pl-ph-container.format-center .ph-text,
.pl-ph-container.format-center .ph-meta {
  float: none;
  display: block;
}
.section-quickcarousel .pl-section-pad {
  padding: 0;
}
.section-quickcarousel .pl-quickcarousel .carousel-item {
  margin: 0;
  padding: 0;
}
.section-quickcarousel .pl-quickcarousel .carousel-item img {
  max-width: 100%;
  display: block;
}
.section-rapidtabs .widget {
  margin: 0;
}
.section-rapidtabs .widget .widget-pad {
  padding: 0;
}
.section-rapidtabs .the-rapid-tabs .rapid-nav {
  border-bottom: 1px solid rgba(0,0,0,0.1);
  padding: 0 0 5px 0;
  margin-bottom: 12px;
}
.section-rapidtabs .the-rapid-tabs .rapid-nav li {
  margin-right: 12px;
  opacity: .5;
}
.section-rapidtabs .the-rapid-tabs .rapid-nav a {
  color: inherit;
}
.section-rapidtabs .the-rapid-tabs .rapid-nav .ui-state-active,
.section-rapidtabs .the-rapid-tabs .rapid-nav .ui-state-hover {
  opacity: 1;
}
.gmnoprint img {
  max-width: none !important;
}
#pl-map {
  position: relative;
  overflow: hidden;
  min-height: 200px;
  min-width: 200px;
}
.pl-map img {
  max-width: none !important;
}
.pl-dark-img .shelf-shadow,
.pl-black .shelf-shadow {
  background-color: rgba(0,0,0,-0.08);
  background-image: -moz-linear-gradient(top,transparent,rgba(0,0,0,0.2));
  background-image: -ms-linear-gradient(top,transparent,rgba(0,0,0,0.2));
  background-image: -webkit-linear-gradient(top,transparent,rgba(0,0,0,0.2));
  background-image: linear-gradient(top,transparent,rgba(0,0,0,0.2));
  background-repeat: repeat-x;
}
.popshot-wrap {
  position: relative;
  overflow: hidden;
  height: 280px;
  text-align: center;
}
.popshot-wrap .shelf-shadow {
  position: absolute;
  bottom: 0;
  height: 70px;
  background-color: rgba(0,0,0,-0.028);
  background-image: -moz-linear-gradient(top,transparent,rgba(0,0,0,0.07));
  background-image: -ms-linear-gradient(top,transparent,rgba(0,0,0,0.07));
  background-image: -webkit-linear-gradient(top,transparent,rgba(0,0,0,0.07));
  background-image: linear-gradient(top,transparent,rgba(0,0,0,0.07));
  background-repeat: repeat-x;
  width: 100%;
}
.popshot-wrap .browser-btns {
  display: none;
  position: absolute;
  top: 8px;
  left: 8px;
}
.popshot-wrap .browser-btns > span {
  height: 10px;
  width: 10px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: top;
  border-radius: 10px;
  box-shadow: inset 0 0 1px rgba(0,0,0,0.3);
}
.popshot-wrap .browser-btns > span.bbtn-green {
  background: #a3f439;
}
.popshot-wrap .browser-btns > span.bbtn-red {
  background: #ff4d3b;
}
.popshot-wrap .browser-btns > span.bbtn-orange {
  background: #ffba3b;
}
.popshot-wrap.popshot-browser .browser-btns {
  display: block;
}
.popshot-wrap.popshot-browser .popshot {
  background: #f7f7f7;
  padding: 26px 0 0;
  border-radius: 5px;
  box-shadow: inset 1px 1px 0 #fff, rgba(0,0,0,0.3) 0 0 10px 0;
}
.popshot-wrap.popshot-browser .popshot img {
  border-top: 1px solid #ccc;
}
.popshot-wrap.popshot-frame .popshot {
  background: #fff;
  padding: 4px 4px 0 4px;
  border-radius: 5px;
  border: 1px solid #BBB;
  box-shadow: rgba(0,0,0,0.3) 0 0 10px 0;
}
.popshot-wrap.popshot-shadow .popshot {
  box-shadow: rgba(0,0,0,0.3) 0 0 10px 0;
}
.popshot-wrap .popshot {
  max-width: 400px;
  max-height: 300px;
  bottom: -3px;
  position: absolute;
  z-index: 10;
  left: 50%;
}
.popshot-wrap .popshot img {
  max-width: 100%;
  border-radius: 2px;
}
.popshot-wrap .popshot.popshot-1 {
  margin-left: -575px;
  z-index: 11;
}
.popshot-wrap .popshot.popshot-2 {
  margin-left: -400px;
  height: 225px;
}
.popshot-wrap .popshot.popshot-3 {
  height: 250px;
  width: 350px;
  margin-left: -175px;
}
.popshot-wrap .popshot:after {
  position: absolute;
  content: " ";
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 20px;
  background-color: rgba(0,0,0,-0.04);
  background-image: -moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.1));
  background-image: -ms-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.1));
  background-image: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.1));
  background-image: linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.1));
  background-repeat: repeat-x;
}
.popthumbs-wrap {
  text-align: center;
}
.popthumbs-wrap .popthumb {
  width: 100%;
  max-width: 200px;
  display: inline-block;
  position: relative;
  background: #fff;
  padding: 4px;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.3);
  margin-bottom: 8px;
}
.popthumbs-wrap .popthumb .expander {
  position: absolute;
  border: 2px solid #fff;
  background: rgba(0,0,0,0.3);
  box-shadow: 0 1px 2px rgba(0,0,0,0.3);
  border-radius: 10px;
  font-size: 20px;
  padding: 10px;
  text-align: center;
  top: -17px;
  right: -17px;
  height: 17px;
  width: 17px;
  color: #fff;
  line-height: 17px;
}
.popthumbs-wrap .popthumb:hover {
  opacity: .8;
}
.popthumbs-wrap .popthumb-text {
  padding: 8px 0;
}
.popthumbs-wrap .popthumb-text .popthumb-desc {
  opacity: .75;
}
.section-icallout {
  text-align: center;
}
.section-icallout .icallout-head {
  margin-bottom: 12px;
}
.section-icallout .format-inline .icallout-head {
  font-size: 37px;
  line-height: 1em;
}
.section-icallout .format-inline .icallout-head,
.section-icallout .format-inline .icallout-action {
  display: inline-block;
  margin: 10px 15px;
  vertical-align: top;
}
.masthead {
  position: relative;
}
.masthead .inner {
  padding-top: 2.5em;
}
.masthead.with-splash .inner {
  padding-top: 1.25em;
}
.masthead h1,
.masthead p {
  text-align: center;
}
.masthead .masthead-title {
  margin: 0 0 20px;
  font-size: 75px;
  letter-spacing: -1px;
  line-height: 1;
}
.masthead .masthead-tag {
  margin: 0;
  margin-bottom: 30px;
  margin-left: 5%;
  margin-right: 5%;
  font-size: 25px;
  line-height: 1.3em;
  opacity: .7;
  font-weight: 300;
}
.masthead .masthead-tag strong {
  font-weight: 500;
}
.masthead .download-info {
  margin-bottom: 30px;
}
.masthead .download-info .btn {
  margin: 0 8px;
}
.masthead .splash {
  padding-top: 18px;
}
.masthead .splash img {
  display: block;
  margin: 0 auto;
}
.mastmeta {
  color: rgba(2,5,9,0.7);
}
.subhead {
  padding-bottom: 0;
  margin-bottom: 9px;
}
.subhead h1 {
  font-size: 54px;
}
.mastlinks {
  margin: 36px 0;
}
.quick-links {
  min-height: 30px;
  margin: 0;
  padding: 5px 20px;
  list-style: none;
  text-align: center;
  overflow: hidden;
}
.quick-links:first-child {
  min-height: 0;
}
.quick-links li {
  display: inline;
  margin: 0 8px;
}
@media screen and (max-width: 980px) {
  .masthead .masthead-title {
    font-size: 72px;
  }
}
@media screen and (max-width: 768px) {
  .masthead .inner {
    padding-top: 1.25em;
  }
  .masthead .masthead-title {
    font-size: 54px;
  }
  .masthead .masthead-tag {
    margin-right: 0;
    margin-left: 0;
  }
  .masthead .btn {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  .masthead .inner {
    padding-top: 10px;
  }
  .masthead .masthead-title {
    font-size: 45px;
    margin-right: 0;
  }
  .masthead .masthead-tag {
    margin-right: 0;
    margin-left: 0;
    font-size: 18px;
    line-height: 24px;
  }
  .masthead .btn {
    display: block;
    font-size: 18px;
    padding: 10px 14px;
    margin: 0 auto 10px;
  }
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #cccccc;
}
.mfp-preloader a:hover {
  color: white;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
  background: black;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
  background: #444444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0,0,0,0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0,0,0,0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.review-pro-popup-content,
.wufoo-popup-content {
  padding-top: 925px;
}
.mfp-iframe-holder .mfp-wufoo-width {
  max-width: 670px;
}
.mfp-iframe-holder .mfp-review-pro-width {
  max-width: 625px;
}
.section-sms-gravity-forms {
  display: none !important;
}
.drag-drop-editing .section-sms-gravity-forms {
  display: block !important;
}
.logged-in .section-sms-gravity-forms .sms-gforms {
  width: 100%;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-color: #ccc;
  color: #999;
}
.mfp-content .mfp-close {
  background: #333;
  border: solid 2px #eee;
  color: #eee;
  top: -10px;
  right: -10px;
  border-radius: 50%;
  opacity: 1;
  width: 24px;
  height: 24px;
  line-height: 22px;
  font-size: 22px;
  padding: 0;
  text-align: center;
  box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
.white-popup .gform_heading .gform_title {
  font-size: 26px;
  margin: 5px 0px 30px 0px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
.white-popup .gsection_title {
  font-size: 20px;
}
.white-popup ul {
  margin: 0px;
  padding-bottom: 10px;
  padding-left: 0;
  list-style: none;
}
.white-popup li {
  list-style: none;
  margin: 0;
  margin-bottom: 2px;
  line-height: 1.4;
  display: block;
}
.white-popup label.gfield_label {
  padding-bottom: 5px;
  padding-top: 10px;
  font-weight: bold;
}
.white-popup li label {
  display: block;
  font-size: 13px;
}
.white-popup input[type="radio"],
.white-popup input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
  margin-top: -1px;
}
.white-popup li input {
  display: inline-block;
}
.white-popup li textarea {
  display: block;
  height: 75px;
}
.white-popup li span {
  font-size: 12px;
}
.section-sms-spacer .pl-section-pad {
  padding: 0 !important;
  margin: 0 !important;
}
.section-sms-spacer {
  display: table;
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
  font-size: 1rem;
}
.drag-drop-editing  .sms-spacer {
  background: url(https://www.drgillmore.ca/wp-content/plugins/dms-sms-2.0/sections/sms-spacer/images/spacing-indicator-icon.png) no-repeat center center;
  background-size: contain;
}
.drag-drop-editing .section-sms-spacer {
  border-top: 1px dashed #35eafd;
  border-bottom: 1px dashed #35eafd;
}
.drag-drop-editing .sms-light .sms-spacer {
  box-shadow: inset 0 -18px 50px -16px rgba(0,0,0,0.1), inset 0 18px 50px -16px rgba(0,0,0,0.1);
}
.drag-drop-editing .sms-dark .sms-spacer {
  box-shadow: inset 0 -18px 50px -16px rgba(255,255,255,0.2), inset 0 18px 50px -16px rgba(255,255,255,0.2);
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-loading .slick-list {
  background: #fff url(https://www.drgillmore.ca/wp-content/plugins/dms-sms-2.0/assets/images/ajax-loader.gif) center center no-repeat;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
@font-face {
  font-family: "slick";
  src: url(https://www.drgillmore.ca/wp-content/plugins/dms-sms-2.0/assets/fonts/slick.eot);
  src: url(https://www.drgillmore.ca/wp-content/plugins/dms-sms-2.0/assets/fonts/slick.eot?#iefix) format("embedded-opentype"), url(https://www.drgillmore.ca/wp-content/plugins/dms-sms-2.0/assets/fonts/slick.woff) format("woff"), url(https://www.drgillmore.ca/wp-content/plugins/dms-sms-2.0/assets/fonts/slick.ttf) format("truetype"), url(https://www.drgillmore.ca/wp-content/plugins/dms-sms-2.0/assets/fonts/slick.svg#slick) format("svg");
  font-weight: normal;
  font-style: normal;
}
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
.section-sms-headings hgroup .sms-heading {
  margin: 0;
  padding: 0;
}
.section-sms-headings hgroup .sms-heading:first-child {
  padding-top: 0;
}
.section-sms-headings > .pl-section-pad {
  margin-top: 0;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.section-mediabox.no-pad .pl-section-pad {
  padding: 0;
}
.section-mediabox .mediabox-wrap {
  min-height: 50px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.section-mediabox img,
.section-mediabox iframe,
.section-mediabox object,
.section-mediabox embed {
  max-width: 100%;
  height: auto;
}
.pl-new-loop .metahead-page {
  padding-left: 100px;
}
.pl-new-loop .hentry {
  position: relative;
}
.pl-new-loop .hentry.metahead-page {
  padding-left: 100px;
}
.pl-new-loop .hentry.single-post .metamedia {
  margin: 25px 0;
}
.pl-new-loop .hentry .continue_reading_link {
  margin-top: 20px;
}
.pl-new-loop .hentry .entry-title {
  margin: 0;
}
.pl-new-loop .hentry .metamedia {
  margin-bottom: 15px;
}
.pl-new-loop .hentry .metabar {
  font-size: 85%;
  line-height: 1.6em;
  opacity: .7;
  margin: 5px 0 15px;
}
.pl-new-loop .hentry .entry_content img {
  max-width: 100%;
}
.pl-new-loop .hentry .entry_content > :first-child {
  margin-top: 0;
}
.pl-new-loop .hentry .entry_content > :last-child {
  margin-bottom: 0;
}
.metahead {
  width: 70px;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 85%;
  line-height: 1.2em;
}
.metahead .metaicon {
  float: right;
  margin-top: 6px;
}
.metahead .author {
  font-weight: 600;
  border-style: solid;
  border-bottom-width: 1px;
  display: block;
  margin-bottom: 10px;
}
.metahead a {
  color: inherit;
  display: block;
  text-align: right;
  margin-bottom: 8px;
}
.metahead a .avatar {
  max-width: 50px;
}
.metahead a:last-child {
  border-bottom: none;
}
@media (max-width: 600px) {
  .pl-new-loop .hentry.post,
  .pl-new-loop .hentry.multi-post {
    padding-left: 0px;
  }
  .metahead {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
  }
  .metahead a,
  .metahead .author {
    text-align: left;
    display: inline-block;
    border: none;
    margin: 0 5px 0;
    font-size: 16px;
  }
  .metahead .pl-social-pagelines {
    text-align: right;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
  }
}
.multi-post .pl-new-loop .hentry {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.multi-post .pl-old-loop .hentry {
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.multi-post .pl-old-loop .clip_box {
  margin: 0 0 1.25em;
  border-color: #f2f2f2;
}
.multi-post .pl-old-loop .clip_box .clip {
  width: 47%;
  clear: none;
  float: left;
  margin: 0;
}
.multi-post .pl-old-loop .clip_box .clip .hentry-pad {
  padding: 0 0 0.625em;
}
.multi-post .pl-old-loop .clip_box .clip.clip-right {
  float: right;
}
.multi-post .pl-old-loop .clip_box .clip .clip-header {
  padding: 4px 0 4px 0;
  display: table-cell;
  width: 10000px;
}
.multi-post .pl-old-loop .clip_box .clip .clip-thumb a {
  float: left;
  margin-right: 10px;
}
.multi-post .pl-old-loop .clip_box .clip .clip-thumb img {
  padding: 2px;
  display: block;
  margin: 0 0 0.4em;
}
.multi-post .pl-old-loop .clip_box .clip .post-excerpt {
  font-size: 90%;
  line-height: 1.6em;
  margin-bottom: 1.5em;
}
.multi-post .pl-old-loop .clip_box .clip .entry-title,
.multi-post .pl-old-loop .clip_box .clip .metabar {
  padding: 0;
}
.pl-old-loop .entry-title {
  margin: 0;
  line-height: 1.2em;
}
.pl-old-loop .metabar {
  font-size: 85%;
  line-height: 1.6em;
  opacity: .7;
  margin: 5px 0 15px;
  font-style: normal;
}
.pl-old-loop .article-wrap.meta-mode-author .wrp {
  padding-left: 150px;
  min-height: 250px;
}
@media (max-width: 480px) {
  .pl-old-loop .article-wrap.meta-mode-author .wrp {
    padding-left: 0;
  }
}
.pl-old-loop .article-wrap .author-tag {
  position: absolute;
  float: left;
  width: 120px;
  text-align: right;
  padding-right: 30px;
  font-size: 12px;
  line-height: 1.2em;
  padding-bottom: 30px;
}
.pl-old-loop .article-wrap .author-tag .author a {
  font-size: 14px;
  color: #020509;
  font-weight: 600;
  display: block;
}
.pl-old-loop .article-wrap .author-tag img {
  max-width: 65px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.pl-old-loop .article-wrap .author-tag p {
  margin: 5px 0;
  padding: 5px 0;
}
.pl-old-loop .article-wrap .author-tag hr {
  margin: 0 0 3px;
  width: 45px;
  text-align: right;
  display: inline-block;
  border: none;
  border-bottom: 1px solid #e9e9e9;
}
.pl-old-loop .article-wrap .author-tag .tag-comments a,
.pl-old-loop .article-wrap .author-tag .tag-comments i {
  color: #020509;
  opacity: .4;
}
.pl-old-loop .article-wrap .author-tag .tag-comments a:hover,
.pl-old-loop .article-wrap .author-tag .tag-comments i:hover {
  opacity: 1;
}
@media (max-width: 480px) {
  .pl-old-loop .article-wrap .author-tag {
    position: static;
    display: block;
    width: auto;
    padding: 0;
    max-width: none;
    float: none;
  }
  .pl-old-loop .article-wrap .author-tag p {
    margin: 0 0 8px;
  }
  .pl-old-loop .article-wrap .author-tag img {
    float: left;
  }
  .pl-old-loop .article-wrap .author-tag > hr {
    display: none !important;
  }
}
.pl-old-loop .fpost .post-excerpt {
  font-size: 1.03em;
  line-height: 1.55em;
}
.pl-old-loop .tags {
  font-size: 86%;
  opacity: .7;
}
.pl-old-loop .tags .note {
  margin-right: 16px;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: rgba(0,0,0,0.3);
}
.pl-old-loop .pledit {
  opacity: .7;
}
.pl-old-loop .pledit:hover {
  opacity: 1;
}
.pl-old-loop .post-meta .c_img,
.pl-old-loop .hentry .c_img {
  display: block;
  text-align: center;
}
.pl-old-loop .post-header .post-thumb.img {
  margin: 0 10px 5px 0;
}
.pl-old-loop .post-header .post-thumb.img.alignright {
  margin: 0 0 5px 10px;
}
.pl-old-loop .fpost .post-excerpt .post-thumb.img {
  margin-right: 13px;
}
.pl-old-loop .fpost .media .post-thumb.img {
  margin-right: 20px;
}
.pl-old-loop .fpost .media .img img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.pl-old-loop .fpost .textcontent {
  margin: 20px 10px 0 0;
}
.pl-old-loop .fpost .post-excerpt {
  margin: .6em 0;
}
.pl-old-loop .fpost.post .entry {
  margin-bottom: 1em;
  padding: 1em 0;
}
.pl-old-loop .full_img {
  margin-bottom: 10px;
}
.pl-old-loop .post-meta {
  margin-bottom: 1em;
}
.pl-old-loop .post-meta.post-nocontent {
  margin-bottom: 0;
}
.pl-old-loop .post-meta .post-title-section {
  padding-bottom: 6px;
}
.logged-in .section-sms-magnific-js-generator {
  display: block !important;
  width: 100%;
  text-align: center;
  background-color: #ccc;
  color: #999;
}
.section-sms-magnific-js-generator {
  display: none !important;
  font-size: 14px !important;
}
.section-sms-magnific-js-generator .mjsg {
  max-width: 300px;
  line-height: 1.6;
  text-align: left;
  margin: 0 auto;
}
.section-sms-magnific-js-generator code {
  font-size: 14px !important;
}
body .pl-area .pl-section .pl-section.section-sms-dividers > .pl-section-pad {
  margin: 0 !important;
  padding: 0 !important;
}
.divider-full-width {
  position: relative;
  width: 100%;
  bottom: -1px;
  z-index: 1;
}
.sms-blog-nav {
  border-bottom: 1px solid rgba(0,0,0,0.1);
  padding: 0 0 5px 0;
  margin-bottom: 15px !important;
  padding-bottom: 20px;
}
.sms-blog-nav li {
  margin-right: 12px !important;
  opacity: .5;
  font-size: 1.8rem;
}
.sms-blog-nav a {
  color: inherit;
}
.sms-blog-nav .ui-state-active,
.sms-blog-nav .ui-state-hover {
  opacity: 1;
}
.section-textbox .pl-section-pad .textbox-wrap p:last-child {
  margin-bottom: 0;
}
.section-textbox .pl-section-pad .textbox-wrap p:first-child {
  margin-top: 0;
}
.section-textbox .pl-section-pad.npt {
  padding-top: 0;
}
.section-textbox .pl-section-pad.npb .pl-section-pad .textbox-wrap {
  padding-bottom: 0;
}
.section-textbox .pl-section-pad.np .pl-section-pad .textbox-wrap {
  padding-top: 0;
  padding-bottom: 0;
}
.gmnoprint img {
  max-width: none !important;
}
.sms-map img {
  max-width: none !important;
}
.gm-style-iw {
  overflow: hidden;
  text-align: center;
}
.gm-style-iw p {
  margin-top: 0;
  margin-bottom: 5px;
}
.gm-style-iw p:first-child {
  margin-top: 5px;
}
.gm-style-iw>div {
  width: 100% !important;
}
.gm-style-iw + div {
  border: 2px solid rgba(255,255,255,0.6);
  padding: 2px;
  top: -9px !important;
  right: -9px !important;
  border-radius: 50%;
  background: #000 !important;
  opacity: 1 !important;
}
.gm-style-iw + div:before {
  content: "\f00d";
  font-family: PageLinesFont;
  text-align: center;
  width: 100%;
  display: block;
  color: white;
  line-height: 14px;
}
.gm-style-iw + div img {
  display: none;
}
.social-sidebar--fixed .rsmm-socialbar-wrap {
  position: fixed !important;
  padding: 7px 0 1px 0;
  right: 0;
  top: 180px;
  background: #212B33;
  display: inline-block;
  -webkit-box-shadow: -1px 1px 1px rgba(0,0,0,0.5);
  -moz-box-shadow: -1px 1px 1px rgba(0,0,0,0.5);
  box-shadow: -1px 1px 1px rgba(0,0,0,0.5);
  width: 50px !important;
  z-index: 1030;
}
.social-sidebar--fixed .rsmm-socialbar-wrap.icon-only {
  padding: 15px 0;
}
.social-sidebar--fixed .rsmm-socialbar-wrap.icon-only .sb-link {
  display: inline-block;
  padding: 6px 0;
}
.social-sidebar--fixed .rsmm-socialbar-wrap.boxed.muted i {
  background: rgba(180,167,135,0.8);
  text-shadow: none;
}
.social-sidebar--fixed .rsmm-socialbar-wrap.boxed.muted i:before {
  color: #212B33 !important;
}
@media screen and (max-width: 767px) {
  .social-sidebar--fixed {
    display: none !important;
  }
}
.pl-black .rsmm-socialbar-wrap.icon-only .sb-links a,
.pl-grey .rsmm-socialbar-wrap.icon-only .sb-links a,
.pl-dark-img .rsmm-socialbar-wrap.icon-only .sb-links a {
  color: #FFFFFF;
}
.pl-black .rsmm-socialbar-wrap.boxed.muted i,
.pl-grey .rsmm-socialbar-wrap.boxed.muted i,
.pl-dark-img .rsmm-socialbar-wrap.boxed.muted i {
  color: #000000;
  background: #FFFFFF;
}
.pl-white .rsmm-socialbar-wrap.icon-only .sb-links a,
.pl-base .rsmm-socialbar-wrap.icon-only .sb-links a,
.pl-contrast .rsmm-socialbar-wrap.icon-only .sb-links a,
.pl-light-img .rsmm-socialbar-wrap.icon-only .sb-links a {
  color: #000000;
}
.pl-white .rsmm-socialbar-wrap.boxed.muted i,
.pl-base .rsmm-socialbar-wrap.boxed.muted i,
.pl-contrast .rsmm-socialbar-wrap.boxed.muted i,
.pl-light-img .rsmm-socialbar-wrap.boxed.muted i {
  color: #FFFFFF;
  background: #000000;
}
.rsmm-socialbar-wrap .full-color .sb-links a:hover {
  opacity: .7 !important;
}
.rsmm-socialbar-wrap.muted a:hover {
  opacity: 1;
}
.rsmm-socialbar-wrap.boxed a {
  line-height: 30px;
  height: 35px;
  display: inline-block;
}
.rsmm-socialbar-wrap.boxed i {
  padding: 2px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.rsmm-socialbar-wrap.boxed i.icon-facebook {
  text-align: right;
}
.rsmm-socialbar-wrap.icon-only.muted a:hover i.icon-facebook {
  color: #547bbd;
}
.rsmm-socialbar-wrap.icon-only.muted a:hover i.icon-linkedin {
  color: #1b92bd;
}
.rsmm-socialbar-wrap.icon-only.muted a:hover i.icon-instagram {
  color: #316c95;
}
.rsmm-socialbar-wrap.icon-only.muted a:hover i.icon-twitter {
  color: #78ccf0;
}
.rsmm-socialbar-wrap.icon-only.muted a:hover i.icon-youtube {
  color: #e9644a;
}
.rsmm-socialbar-wrap.icon-only.muted a:hover i.icon-google {
  color: #d94a39;
}
.rsmm-socialbar-wrap.icon-only.muted a:hover i.icon-google-plus {
  color: #d94a39;
}
.rsmm-socialbar-wrap.icon-only.muted a:hover i.fa-google {
  color: #d94a39;
}
.rsmm-socialbar-wrap.icon-only.muted a:hover i.icon-pinterest {
  color: #ea5655;
}
.rsmm-socialbar-wrap.icon-only.muted a:hover i.icon-flickr {
  color: #346db4;
}
.rsmm-socialbar-wrap.icon-only.muted a:hover i.icon-yelp {
  color: #d41300;
}
.rsmm-socialbar-wrap.icon-only.full-color .sb-links a i.icon-facebook {
  color: #547bbd;
}
.rsmm-socialbar-wrap.icon-only.full-color .sb-links a i.icon-linkedin {
  color: #1b92bd;
}
.rsmm-socialbar-wrap.icon-only.full-color .sb-links a i.icon-instagram {
  color: #316c95;
}
.rsmm-socialbar-wrap.icon-only.full-color .sb-links a i.icon-twitter {
  color: #78ccf0;
}
.rsmm-socialbar-wrap.icon-only.full-color .sb-links a i.icon-youtube {
  color: #e9644a;
}
.rsmm-socialbar-wrap.icon-only.full-color .sb-links a i.icon-google {
  color: #d94a39;
}
.rsmm-socialbar-wrap.icon-only.full-color .sb-links a i.icon-google-plus {
  color: #d94a39;
}
.rsmm-socialbar-wrap.icon-only.full-color .sb-links a i.fa-google {
  color: #d94a39;
}
.rsmm-socialbar-wrap.icon-only.full-color .sb-links a i.icon-pinterest {
  color: #ea5655;
}
.rsmm-socialbar-wrap.icon-only.full-color .sb-links a i.icon-flickr {
  color: #346db4;
}
.rsmm-socialbar-wrap.icon-only.full-color .sb-links a i.icon-yelp {
  color: #d41300;
}
.rsmm-socialbar-wrap.boxed.muted a:hover i {
  color: #fff;
}
.rsmm-socialbar-wrap.boxed.muted a:hover i.icon-facebook {
  background: #547bbd;
}
.rsmm-socialbar-wrap.boxed.muted a:hover i.icon-linkedin {
  background: #1b92bd;
}
.rsmm-socialbar-wrap.boxed.muted a:hover i.icon-instagram {
  background: #316c95;
}
.rsmm-socialbar-wrap.boxed.muted a:hover i.icon-twitter {
  background: #78ccf0;
}
.rsmm-socialbar-wrap.boxed.muted a:hover i.icon-youtube {
  background: #e9644a;
}
.rsmm-socialbar-wrap.boxed.muted a:hover i.icon-google {
  background: #d94a39;
}
.rsmm-socialbar-wrap.boxed.muted a:hover i.icon-google-plus {
  background: #d94a39;
}
.rsmm-socialbar-wrap.boxed.muted a:hover i.fa-google {
  background: #d94a39;
}
.rsmm-socialbar-wrap.boxed.muted a:hover i.icon-pinterest {
  background: #ea5655;
}
.rsmm-socialbar-wrap.boxed.muted a:hover i.icon-flickr {
  background: #346db4;
}
.rsmm-socialbar-wrap.boxed.muted a:hover i.icon-yelp {
  background: #d41300;
}
.rsmm-socialbar-wrap.boxed.full-color i {
  color: #fff;
}
.rsmm-socialbar-wrap.boxed.full-color i.icon-facebook {
  background: #547bbd;
}
.rsmm-socialbar-wrap.boxed.full-color i.icon-linkedin {
  background: #1b92bd;
}
.rsmm-socialbar-wrap.boxed.full-color i.icon-instagram {
  background: #316c95;
}
.rsmm-socialbar-wrap.boxed.full-color i.icon-twitter {
  background: #78ccf0;
}
.rsmm-socialbar-wrap.boxed.full-color i.icon-youtube {
  background: #e9644a;
}
.rsmm-socialbar-wrap.boxed.full-color i.icon-google {
  background: #d94a39;
}
.rsmm-socialbar-wrap.boxed.full-color i.icon-google-plus {
  background: #d94a39;
}
.rsmm-socialbar-wrap.boxed.full-color i.fa-google {
  background: #d94a39;
}
.rsmm-socialbar-wrap.boxed.full-color i.icon-pinterest {
  background: #ea5655;
}
.rsmm-socialbar-wrap.boxed.full-color i.icon-flickr {
  background: #346db4;
}
.rsmm-socialbar-wrap.boxed.full-color i.icon-yelp {
  background: #d41300;
}
.rsmm-socialbar-wrap.box-rounded i {
  border-radius: 4px;
}
.rsmm-socialbar-wrap.circle i {
  border-radius: 50%;
  text-align: center !important;
}
.rsmm-socialbar-wrap .sb-links {
  float: right;
}
.rsmm-socialbar-wrap.sb-links-left .sb-links {
  float: left;
}
.rsmm-socialbar-wrap.sb-links-center {
  text-align: center;
}
.rsmm-socialbar-wrap.sb-links-center .sb-links {
  float: none;
  display: inline-block;
}
.rsmm-socialbar-wrap.sb-links-vertical .sb-links {
  float: none;
}
.rsmm-socialbar-wrap.sb-links-vertical i {
  min-width: 20px;
  text-align: center;
}
.rsmm-socialbar-wrap.sb-links-vertical a {
  display: block;
  clear: both;
  margin-bottom: 6px;
}
@media (max-width: 768px) {
  .rsmm-socialbar-wrap .sb-links {
    float: none;
    margin: 10px 0;
  }
  .rsmm-socialbar-wrap .pl-nav {
    display: block;
  }
}
.sb-link i {
  font-size: 22px;
  line-height: 22px;
  margin: 0 8px;
  color: inherit;
}
@font-face {
  font-family: 'social-icons';
  src: url(https://www.drgillmore.ca/wp-content/plugins/sms-social-bar/assets/fonts/social-icons.eot?-5565ob);
  src: url(https://www.drgillmore.ca/wp-content/plugins/sms-social-bar/assets/fonts/social-icons.eot?#iefix-5565ob) format('embedded-opentype'), url(https://www.drgillmore.ca/wp-content/plugins/sms-social-bar/assets/fonts/social-icons.woff?-5565ob) format('woff'), url(https://www.drgillmore.ca/wp-content/plugins/sms-social-bar/assets/fonts/social-icons.ttf?-5565ob) format('truetype'), url(https://www.drgillmore.ca/wp-content/plugins/sms-social-bar/assets/fonts/social-icons.svg?-5565ob#social-icons) format('svg');
  font-weight: normal;
  font-style: normal;
}
i.icon-yelp:before {
  margin-top: -3px;
  position: relative;
  line-height: 15px !important;
}
.rsmm-socialbar-wrap .icon,
.fa {
  font-family: FontAwesome;
}
.social-icon-envelope:before {
  content: "\e600";
}
.social-icon-twitter:before {
  content: "\e601";
}
.social-icon-yelp:before {
  content: "\e621";
}
.social-icon-twitter-square:before {
  content: "\e602";
}
.social-icon-twitter3:before {
  content: "\e603";
}
.social-icon-youtube4:before {
  content: "\e604";
}
.social-icon-youtube3:before {
  content: "\e605";
}
.social-icon-google:before {
  content: "\e606";
}
.social-icon-google-square:before {
  content: "\e606";
}
.social-icon-google-circle:before {
  content: "\e606";
}
.social-icon-google-plus:before {
  content: "\e607";
}
.social-icon-google-plus-square:before {
  content: "\e608";
}
.social-icon-google-plus-circle:before {
  content: "\e609";
}
.social-icon-linkedin-square:before {
  content: "\e60a";
}
.social-icon-feed:before {
  content: "\e60b";
}
.social-icon-feed-square:before {
  content: "\e60c";
}
.social-icon-mail-circle:before {
  content: "\e60d";
}
.social-icon-map-pin-stroke:before {
  content: "\e60e";
}
.social-icon-map-pin2:before {
  content: "\e60f";
}
.social-icon-pinterest:before {
  content: "\e610";
}
.social-icon-youtube:before {
  content: "\e611";
}
.social-icon-instagram:before {
  content: "\e612";
}
.social-icon-facebook:before {
  content: "\e613";
}
.social-icon-flickr:before {
  content: "\e614";
}
.social-icon-flickr-square:before {
  content: "\e615";
}
.social-icon-flickr-circle:before {
  content: "\e616";
}
.social-icon-linkedin:before {
  content: "\e617";
}
.social-icon-mail:before {
  content: "\e618";
}
.social-icon-gmail:before {
  content: "\e619";
}
.social-icon-feed-circle:before {
  content: "\e61a";
}
.social-icon-wordpress:before {
  content: "\e61b";
}
.social-icon-wordpress-square:before {
  content: "\e61c";
}
.social-icon-facebook-circle:before {
  content: "\e61d";
}
.social-icon-pinterest-circle:before {
  content: "\e61e";
}
.social-icon-pinterest-square:before {
  content: "\e61f";
}
.social-icon-youtube2:before {
  content: "\e620";
}
.social-icon-instagram-alt:before {
  content: "\e622";
}
.social-icon-facebook-square:before {
  content: "\e623";
}
.section-sms-spacer .pl-section-pad {
  padding: 0 !important;
  margin: 0 !important;
}
.section-sms-spacer {
  display: table;
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
  font-size: 1rem;
}
