/* ==========================================================================================
-
-   Custom styles for Nicholes Law
-
-   Author: Digital Tonic
-   Note: Edit via SCSS file
-
============================================================================================ */
/* =========================================================================================

            ^^^^^       ^       ^^^^^      ^  ^^^^^^^^^^^     ^       ^
            ^    ^      ^      ^     ^     ^       ^         ^ ^      ^
            ^     ^     ^     ^       ^    ^       ^        ^   ^     ^
            ^      ^    ^    ^             ^       ^       ^     ^    ^
            ^      ^    ^    ^             ^       ^      ^       ^   ^
            ^      ^    ^    ^     ^^^^^   ^       ^      ^^^^^^^^^   ^
            ^     ^     ^     ^       ^    ^       ^      ^       ^   ^
            ^    ^      ^      ^     ^     ^       ^      ^       ^   ^
            ^^^^        ^       ^^^^^      ^       ^      ^       ^   ^^^^^^^^

                ^^^^^^^^^^^    ^^^^^     ^^        ^    ^      ^^^^^
                     ^        ^     ^    ^ ^       ^    ^     ^     ^
                     ^       ^       ^   ^  ^      ^    ^    ^       ^
                     ^      ^         ^  ^   ^     ^    ^   ^
                     ^      ^         ^  ^    ^    ^    ^   ^
                     ^      ^         ^  ^     ^   ^    ^   ^
                     ^       ^       ^   ^      ^  ^    ^    ^       ^
                     ^        ^     ^    ^       ^ ^    ^     ^     ^
                     ^         ^^^^^     ^        ^^    ^      ^^^^^

============================================================================================ */
/* line 42, ../scss/nicholes-custom.scss */
html, body {
  height: 100%;
}

/* line 43, ../scss/nicholes-custom.scss */
body {
  background-color: #fff;
  color: #000100;
}

/*---------------------------------------------------------------------------
[ Links ]
*/
/*--- [ Generic ] ---*/
/* line 49, ../scss/nicholes-custom.scss */
a:link {
  color: #e56d7b;
  text-decoration: none;
}

/* line 50, ../scss/nicholes-custom.scss */
a:visited {
  color: #e56d7b;
  text-decoration: none;
}

/* line 51, ../scss/nicholes-custom.scss */
a:hover {
  color: #e56d7b;
  text-decoration: none;
}

/* line 52, ../scss/nicholes-custom.scss */
a:active {
  color: #e56d7b;
  text-decoration: none;
}

/*--- [ Underlined ] ---*/
/* line 55, ../scss/nicholes-custom.scss */
.people p a:hover,
.single-staff .entry-header a:hover,
.single-staff .entry-content a:hover {
  border-bottom: 1px solid #E56D7B;
}

/*---------------------------------------------------------------------------
[ Common ]
*/
/* line 64, ../scss/nicholes-custom.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}

/* line 65, ../scss/nicholes-custom.scss */
.clearfix:after {
  clear: both;
}

/* line 66, ../scss/nicholes-custom.scss */
.clearfix {
  clear: both;
}

/* line 67, ../scss/nicholes-custom.scss */
.row {
  max-width: 995px;
}

/* line 68, ../scss/nicholes-custom.scss */
ul {
  margin-left: 0;
  line-height: 1.2em;
}

/* line 69, ../scss/nicholes-custom.scss */
ul li ul {
  margin-left: 0;
}

/* line 71, ../scss/nicholes-custom.scss */
h1 {
  color: #E66D7B;
  margin-top: 10px;
  margin-bottom: 38px;
}

/* line 72, ../scss/nicholes-custom.scss */
h2 {
  color: #E66D7B;
  margin-bottom: 23px;
}

/* line 73, ../scss/nicholes-custom.scss */
h3 {
  color: #000100;
  margin-bottom: 11px;
}

/* line 74, ../scss/nicholes-custom.scss */
h4 {
  color: #E66D7B;
  margin-bottom: 11px;
}

/* line 75, ../scss/nicholes-custom.scss */
p {
  margin-bottom: 11px;
}

/* line 76, ../scss/nicholes-custom.scss */
hr {
  background: url("../img/horizontal-rule.png") center center no-repeat;
  width: 100%;
  height: 30px;
  border: none;
  margin-top: 44px;
  margin-bottom: 30px;
  background-size: 100% auto;
}

/* line 78, ../scss/nicholes-custom.scss */
.italic {
  font-style: italic;
}

/* line 79, ../scss/nicholes-custom.scss */
.uppercase {
  text-transform: uppercase;
}

/* line 80, ../scss/nicholes-custom.scss */
.hide {
  display: none;
}

/* line 81, ../scss/nicholes-custom.scss */
.show {
  display: block;
}

/* line 82, ../scss/nicholes-custom.scss */
.black {
  color: #000100;
  font-weight: bold;
}

/* line 83, ../scss/nicholes-custom.scss */
.add-margin {
  margin-top: 50px;
}

/* line 84, ../scss/nicholes-custom.scss */
.content-area {
  margin-bottom: 24px;
}

/* line 85, ../scss/nicholes-custom.scss */
.home.page .content-area {
  margin-bottom: 45px;
}

/* line 86, ../scss/nicholes-custom.scss */
.entry-content {
  margin-top: 30px;
  margin-bottom: 0;
}

/* line 87, ../scss/nicholes-custom.scss */
.entry-content ul {
  margin-left: 20px;
  margin-bottom: 11px;
}

/* line 92, ../scss/nicholes-custom.scss */
.entry-content ul ul {
  margin-bottom: 0;
  margin-left: 13px;
}

/* line 93, ../scss/nicholes-custom.scss */
.entry-content ul ul li {
  list-style-type: none;
}

/* line 94, ../scss/nicholes-custom.scss */
.entry-content ul ul li:before {
  content: "-";
  left: 35px;
  position: absolute;
}

/* line 95, ../scss/nicholes-custom.scss */
.entry-content a, .navigation a {
  margin-bottom: 11px;
}

/* line 96, ../scss/nicholes-custom.scss */
/*.entry-content a:hover,*/
/*.navigation a:hover {*/
/*  border-bottom: 1px solid #e56d7b;*/
/*}*/

/* line 101, ../scss/nicholes-custom.scss */
.site-main {
  margin-top: 30px;
}

/**
 * [Blog] [Category] [Resource] [Custom PostType]
 */
/* line 107, ../scss/nicholes-custom.scss */
.blog .entry-title,
.single-post .entry-title,
body.category .entry-title,
.single-resource .entry-title {
  margin-bottom: 23px;
  margin-top: 0.2rem;
  color: #000100;
}

/* line 117, ../scss/nicholes-custom.scss */
.blog .entry-title a,
body.category .entry-title a {
  color: #000100;
}

/* line 122, ../scss/nicholes-custom.scss */
/*.blog .entry-title a:hover,*/
/*body.category .entry-title a:hover {*/
/*  border-bottom: 1px solid #000100;*/
/*}*/

/* line 127, ../scss/nicholes-custom.scss */
.blog .posted-on time,
body.category .posted-on time,
.single-post .posted-on time {
  color: #E66D7B;
}

/* line 134, ../scss/nicholes-custom.scss */
.blog .entry-meta
body.category .entry-meta {
  margin-bottom: 20px;
  margin-top: 0.2rem;
}

/* line 140, ../scss/nicholes-custom.scss */
.blog .entry-content,
body.category .entry-content,
.single-resource .entry-content {
  margin-top: 0;
}

/* line 146, ../scss/nicholes-custom.scss */
.blog .site-main {
  margin-top: 30px;
  margin-bottom: 43px;
}

/* line 150, ../scss/nicholes-custom.scss */
.blog .entry-footer p, .single-post .entry-footer p {
}

/*---------------------------------------------------------------------------
[ Swatches ]
*/
/* line 155, ../scss/nicholes-custom.scss */
.black {
  color: #000100;
}

/* line 156, ../scss/nicholes-custom.scss */
.pink {
  color: #e56d7b;
}

/* line 157, ../scss/nicholes-custom.scss */
.white {
  color: #ffffff;
}

/* line 158, ../scss/nicholes-custom.scss */
.beige {
  color: #ebdacf;
}

/*---------------------------------------------------------------------------
[ Header ]
*/
/*--- [ Navigation ] ---*/
/* line 164, ../scss/nicholes-custom.scss */
.menu-wrapper {
  position: relative;
}

/* line 165, ../scss/nicholes-custom.scss */
.left-off-canvas-menu {
  background: none repeat scroll 0 0 #ffffff;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  position: relative;
  top: 0;
  transform: none;
  -webkit-transform: none;
  -ms-transform: none;
  z-index: 1;
  padding-left: 0;
  padding-right: 0;
}

/* line 179, ../scss/nicholes-custom.scss */
.move-right > .inner-wrap {
  transform: none;
  -webkit-transform: none;
  -ms-transform: none;
}

/* line 184, ../scss/nicholes-custom.scss */
.move-right .exit-off-canvas {
  background: none;
}

/* line 185, ../scss/nicholes-custom.scss */
.move-right .exit-off-canvas:hover {
  background: none;
}

/* line 186, ../scss/nicholes-custom.scss */
.menu-main-menu-container ul {
  list-style: none;
  margin-bottom: 0;
}

/* line 187, ../scss/nicholes-custom.scss */
.menu-main-menu-container ul > li a {
  color: #000100;
  display: block;
  padding: 18px 8px;
}

/* line 188, ../scss/nicholes-custom.scss */
.menu-main-menu-container ul > li {
  float: left;
  font-size: 15px;
}

/* line 189, ../scss/nicholes-custom.scss */
.menu-main-menu-container ul > li:hover,
.menu-main-menu-container ul > li:hover > a {
  background: #e56d7b;
  color: #ffffff;
  cursor: pointer;
}

/* line 195, ../scss/nicholes-custom.scss */
.menu-main-menu-container ul > li > ul > li {
  font-size: 16px;
}

/*--- [ Logo ] ---*/
/* line 199, ../scss/nicholes-custom.scss */
header .logo {
  position: absolute;
  right: 15px;
  z-index: 10;
  min-height: 164px;
  min-width: 105px;
  width: 16.5%;
  background: url(../img/logo.svg) no-repeat;
  text-indent: -999em;
  background-size: 100% auto;
}

/* line 200, ../scss/nicholes-custom.scss */
header .logo img {
  float: right;
  height: auto;
  width: 100%;
  max-width: 164px;
}

/*---------------------------------------------------------------------------
[ Hero Banner ]
*/
/* line 205, ../scss/nicholes-custom.scss */
.banner-wrapper {
  background: url("../img/banner-bg.png") no-repeat scroll center top #f1e5e6;
  width: 100%;
}

/* line 206, ../scss/nicholes-custom.scss */
.slim-banner-wrapper {
  background: url("../img/banner-bg-inner.jpg") no-repeat scroll center top #f1e5e6;
}

/* line 207, ../scss/nicholes-custom.scss */
.banner {
  overflow: hidden;
  position: relative;
}

/* .banner .profile{position:absolute; bottom:0; left:0;}*/
/* line 209, ../scss/nicholes-custom.scss */
.banner .profile img {
  min-width: 470px;
}

/* line 210, ../scss/nicholes-custom.scss */
.banner blockquote {
  color: #e56d7b;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  border-left: none;
  margin-bottom: 5px;
}

/* line 219, ../scss/nicholes-custom.scss */
.banner blockquote:before {
  content: " ";
  background: url("../img/icons-quotation-open.svg") no-repeat;
  display: block;
  margin-bottom: 10px;
  width: 100%;
  height: 35px;
}

/* line 220, ../scss/nicholes-custom.scss */
.banner blockquote:after {
  content: " ";
  background: url("../img/icons-quotation-close.svg") no-repeat;
  display: block;
  margin-top: 15px;
  width: 100%;
  height: 35px;
}

/* line 221, ../scss/nicholes-custom.scss */
.banner blockquote.right {
  text-align: right;
  float: left;
}

/* line 222, ../scss/nicholes-custom.scss */
.banner blockquote.right:before, .banner blockquote.right:after {
  background-position: right;
}

/* line 223, ../scss/nicholes-custom.scss */
.banner .profile.left img {
  float: right;
}

/* line 224, ../scss/nicholes-custom.scss */
.banner .profile.right img {
  float: left;
}

/* line 226, ../scss/nicholes-custom.scss */
.banner.slim blockquote {
  margin-top: 0;
  font-size: 17px;
  line-height: 20px;
}

/* line 227, ../scss/nicholes-custom.scss */
.banner.slim .profile {
  height: 199px;
}

/* line 228, ../scss/nicholes-custom.scss */
.banner.slim .profile img {
  height: 100%;
  margin-top: 0;
  width: auto;
  min-width: inherit;
}

/*---------------------------------------------------------------------------
[ Homepage Content ]
*/
/* line 232, ../scss/nicholes-custom.scss */
.home .quote-section {
  margin: 0;
}

/* line 236, ../scss/nicholes-custom.scss */
.home .quote-section li {
  padding-left: 0;
}

/* line 239, ../scss/nicholes-custom.scss */
.statement {
  background: #f3f1f1;
  min-height: 80px;
}

/* line 240, ../scss/nicholes-custom.scss */
.statement.bottom {
  background: none;
}

/* line 241, ../scss/nicholes-custom.scss */
.statement h1 {
  font-size: 26px;
  font-weight: 300;
  margin: 30px 0;
  color: #000100;
}

/* line 242, ../scss/nicholes-custom.scss */
.statement.bottom h1 {
  line-height: 42px;
}

/* line 243, ../scss/nicholes-custom.scss */
.statement span {
  line-height: 80px;
  font-size: 14px;
}

/* line 245, ../scss/nicholes-custom.scss */
.blog-summary article {
  margin-bottom: 35px;
}

/* line 248, ../scss/nicholes-custom.scss */
blockquote {
  border-left: 0;
  padding-left: 0;
  margin: 0;
}

/* line 249, ../scss/nicholes-custom.scss */
blockquote:before {
  content: url("../img/icons-quotation-open-pink.svg");
  display: block;
  width: 43px;
}

/* line 250, ../scss/nicholes-custom.scss */
blockquote:after {
  content: url("../img/icons-quotation-close-pink.svg");
  display: block;
  width: 43px;
  margin-top: 14px;
}

/* line 251, ../scss/nicholes-custom.scss */
blockquote h3 {
  color: #E66D7B;
  margin-top: 15px;
}

/* line 252, ../scss/nicholes-custom.scss */
blockquote h3:nth-of-type(2),
blockquote h3:nth-of-type(3),
blockquote h3:nth-of-type(4),
blockquote h3:nth-of-type(5) {
  margin-top: 30px;
}

/* line 258, ../scss/nicholes-custom.scss */
blockquote p {
  margin-bottom: 11px;
  color: #000100;
}

/* line 259, ../scss/nicholes-custom.scss */
blockquote a {
  margin-bottom: 11px;
}

/* line 263, ../scss/nicholes-custom.scss */
.home .entry-content blockquote p {
  color: #000100;
}

/*---- [ Side bar menu ] ---*/
/* line 266, ../scss/nicholes-custom.scss */
.sidebar blockquote {
  margin-top: 60px;
}

/* line 268, ../scss/nicholes-custom.scss */
.sidebar blockquote a:hover {
  border-bottom: 1px solid #E66D7B;
}

/* line 272, ../scss/nicholes-custom.scss */
.sidemenu {
  background: #EBDAD0;
  padding: 21px 16px;
  margin: 0 -0.9375rem 0 -0.9375rem;
  box-shadow: 4px 4px 0px rgba(179, 178, 179, 0.2);
  -moz-box-shadow: 4px 4px 0px rgba(179, 178, 179, 0.2);
  -webkit-box-shadow: 4px 4px 0px rgba(179, 178, 179, 0.2);
}

/* line 280, ../scss/nicholes-custom.scss */
.sidemenu h2 {
  margin-right: 10px;
  margin-left: 10px;
}

/* line 281, ../scss/nicholes-custom.scss */
.sidemenu ul {
  list-style: none;
  margin-bottom: 0;
}

/* line 282, ../scss/nicholes-custom.scss */
.sidemenu li:after, .sub-menu li:after {
  width: 65px;
  border-bottom: 1px solid #fff;
  content: "";
  margin-left: 10px;
  margin-top: 1px;
  display: block;
}

/* line 283, ../scss/nicholes-custom.scss */
.sidemenu a {
  padding: 8px 10px;
  display: block;
  color: #000100;
}

/* line 284, ../scss/nicholes-custom.scss */
.sidemenu .sel:after, .sidemenu li:last-child:after, .sub-menu li:last-child:after {
  display: none;
}

/* line 285, ../scss/nicholes-custom.scss */
.sidemenu .sel a, .sidemenu a:hover, .sub-menu a:hover {
  background: #E66D7B;
  color: #fff;
}

/* line 287, ../scss/nicholes-custom.scss */
.sidemenu form {
  margin: 0 0 0;
}

/* line 289, ../scss/nicholes-custom.scss */
.sidemenu .gfield_label {
  display: none;
}

/* line 293, ../scss/nicholes-custom.scss */
.sidemenu .gform_wrapper li:after {
  border-bottom: none;
}

/* line 297, ../scss/nicholes-custom.scss */
.sidemenu .gform_wrapper .validation_error {
  color: red;
  margin-bottom: 20px;
}

/* line 302, ../scss/nicholes-custom.scss */
.sidemenu .gform_wrapper .gform_anchor {
  display: none;
}

/* line 306, ../scss/nicholes-custom.scss */
.sidemenu .current-menu-item a {
  background: #E66D7B;
  color: #fff;
}

/* line 311, ../scss/nicholes-custom.scss */
.sidebar .gform_wrapper .gform_footer {
  text-align: right;
}

/* line 314, ../scss/nicholes-custom.scss */
.sidebar button, .sidebar .button {
  margin: 0;
}

/* line 315, ../scss/nicholes-custom.scss */
.sidebar textarea#input_1_4 {
  margin-bottom: 17px;
}

/**
 * [ Blog Sidebar]
 */
/* line 320, ../scss/nicholes-custom.scss */
.sidebar h1 {
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 23px;
}

/*---- [ Our People  ] ---*/
/* line 328, ../scss/nicholes-custom.scss */
.people {
  margin-bottom: 20px;
  height: 100px;
}

/* line 329, ../scss/nicholes-custom.scss */
.people a.staff-thumbnail {
  position: relative;
  float: left;
  margin-right: 13px;
}

/* line 330, ../scss/nicholes-custom.scss */
.people a.staff-thumbnail:hover .staff-thumbnail-hover {
  position: absolute;
  background: #e56d7b;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  opacity: 0.4;
  filter: alpha(opacity=40);
  /* For IE8 and earlier */
}

/* line 341, ../scss/nicholes-custom.scss */
.people a.staff-thumbnail:hover {
  border-bottom: none;
}

/* line 345, ../scss/nicholes-custom.scss */
.people h3 a {
  color: #000100;
  margin-bottom: 11px;
}

/* line 346, ../scss/nicholes-custom.scss */
.people h3 a:hover {
  border-bottom: 1px solid #000100;
}

/* line 347, ../scss/nicholes-custom.scss */

/* line 348, ../scss/nicholes-custom.scss */
.page-id-10 .people h3, .page-id-10 .people p {
  margin-left: 90px;
  margin-bottom: 1px;
}

#post-2214 figure {
  margin: -15px 0 35px;
}

article.podcasts iframe {
  margin-bottom: 25px;
  height: 150px;
}

/* line 349, ../scss/nicholes-custom.scss */
.people p {
  color: #e56d7b;
}

/* line 350, ../scss/nicholes-custom.scss */
.people .title {
  color: #E66D7B;
}

/* line 352, ../scss/nicholes-custom.scss */
.person h2.black {
  margin-bottom: 0;
}

/* line 353, ../scss/nicholes-custom.scss */
.person h2 {
  margin-top: 40px;
}

/*---- [ Resources page ] ---*/
/* line 357, ../scss/nicholes-custom.scss */
.resources h3 {
  margin-bottom: 0;
}

/*---- [ Footer ] ---*/

.site-footer .button {
  color: #fff;
}

.site-footer .button:hover {
  border-bottom: 0;
}

/* line 361, ../scss/nicholes-custom.scss */
.site-footer {
  background: url("../img/footer-shadow.png") no-repeat center top #e5e5e5;
  padding: 30px 0;
}

/* line 362, ../scss/nicholes-custom.scss */
.site-footer p {
  line-height: 1.9em;
  margin-bottom: 45px;
}

/* line 363, ../scss/nicholes-custom.scss */
.site-footer a:hover {
  border-bottom: 1px solid #000100;
}

/* line 364, ../scss/nicholes-custom.scss */
.site-footer #menu-footer-menu {
  list-style: none;
  margin: 0;
  overflow: hidden;
}

/* line 370, ../scss/nicholes-custom.scss */
.site-footer #menu-footer-menu li {
  float: left;
  margin-right: 5px;
  font-size: 15px;
}

/* line 376, ../scss/nicholes-custom.scss */
.site-footer #menu-footer-menu li::after {
  content: "/";
  margin-left: 5px;
  margin-right: 5px;
  font-size: 15px;
}

/* line 383, ../scss/nicholes-custom.scss */
.site-footer #menu-footer-menu li:last-child:after {
  content: "";
  margin-right: 0;
  margin-left: 0;
}

/* line 389, ../scss/nicholes-custom.scss */
.site-footer a {
  color: #000100;
}

/* line 393, ../scss/nicholes-custom.scss */
.site-footer #menu-footer-menu a {
  /*color:#E66D7B;*/
}

/**
 * [ Single Blog ]
 */
/* line 400, ../scss/nicholes-custom.scss */
.single-post .entry-content {
  margin-bottom: 0;
}

/**
 * [ Single Staff ]
 */
/* line 407, ../scss/nicholes-custom.scss */
.single-staff .site-main {
  margin-top: 30px;
}

/* line 411, ../scss/nicholes-custom.scss */
.single-staff .entry-header h1 {
  margin-bottom: 0;
  color: #000100;
}

/* line 417, ../scss/nicholes-custom.scss */
.single-staff .entry-header p {
  color: #e56d7b;
}

/* line 419, ../scss/nicholes-custom.scss */
.single-staff .entry-header a {
  color: #e56d7b;
  text-decoration: none;
  margin-bottom: 11px;
}

/* line 426, ../scss/nicholes-custom.scss */
.single-staff .entry-content {
  margin-top: 40px;
}

/* line 430, ../scss/nicholes-custom.scss */
.single-staff .entry-content h3 {
  margin-top: 40px;
  margin-bottom: 20px;
  color: #E66D7B;
}

/**
 * [ Breadcrumb ]
 */
/* line 441, ../scss/nicholes-custom.scss */
#breadcrumbs {
  list-style: none;
  overflow: hidden;
  line-height: 1.1em;
  margin: 33px 0;
}

/* line 448, ../scss/nicholes-custom.scss */
#breadcrumbs li {
  float: left;
  margin-right: 5px;
  font-size: 14px;
}

/* line 455, ../scss/nicholes-custom.scss */
#breadcrumbs li a {
  color: #000100;
}

/* line 459, ../scss/nicholes-custom.scss */
#breadcrumbs .separator {
  /*    font-weight:700;
      font-size:20px;
      color:#999;*/
}

/**
 * [Resource Listing]
 */
/* line 468, ../scss/nicholes-custom.scss */
.entry-content .resource-list ul {
  margin: 0;
  padding-right: 0.9375rem;
}

/* line 473, ../scss/nicholes-custom.scss */
.entry-content .resource-list ul li {
  padding-left: 0;
}

/* line 477, ../scss/nicholes-custom.scss */
.entry-content .resource-list article.resource h1 {
  margin: 0;
}

/* line 481, ../scss/nicholes-custom.scss */
.entry-content .resource-list article.resource h1 a {
  color: #000;
  font-weight: bold;
}

/* line 486, ../scss/nicholes-custom.scss */
.entry-content .resource-list h1 {
  margin: 0;
}

/* line 490, ../scss/nicholes-custom.scss */
.entry-content .resource-list ul h1 {
  color: #E66D7B;
  margin-bottom: 23px;
}

/* line 496, ../scss/nicholes-custom.scss */
.entry-content .resource-list ul article h1 {
  color: #000100;
  margin-bottom: 11px;
}

/* line 502, ../scss/nicholes-custom.scss */
.entry-content .resource-list ul h2 {
  color: #E66D7B;
  margin-bottom: 11px;
}

/* line 508, ../scss/nicholes-custom.scss */
.entry-content .resource-list article.resource {
  padding-bottom: 0;
}

/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
/* line 517, ../scss/nicholes-custom.scss */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

/* line 522, ../scss/nicholes-custom.scss */
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}

/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/
/* line 546, ../scss/nicholes-custom.scss */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  clear: right;
}

/* line 552, ../scss/nicholes-custom.scss */
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  clear: left;
}

/* line 558, ../scss/nicholes-custom.scss */
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

/*-----------
 * Cloud Tag
 *------------*/
/* line 567, ../scss/nicholes-custom.scss */
.tagcloud a {
  font-size: 16px !important;
}

/* line 571, ../scss/nicholes-custom.scss */
.tagcloud a:after {
  width: 65px;
  border-bottom: 1px solid #fff;
  content: "";
  margin-top: 1px;
  display: block;
}

/* line 579, ../scss/nicholes-custom.scss */
.gravity-form-title {
  margin-top: 20px;
}

/**
 * Clamp text hack
 */
/* line 587, ../scss/nicholes-custom.scss */
.clamp-text {
  /*
      this method is not supported with firefox
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      -webkit-line-clamp: 3;*/
  /*    height:3.6em;
      overflow:hidden;*/
}

/* line 600, ../scss/nicholes-custom.scss */
.clamp-text p {
  /*margin-bottom:1.2em;*/
}

/** [ gf honeypot ] **/
/* line 605, ../scss/nicholes-custom.scss */
.gform_validation_container,
.gform_wrapper .gform_validation_container,
.gform_wrapper li.gform_validation_container,
.gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
.gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px;
}

/*--------------------------------------------------------------
 ## Import Partials
--------------------------------------------------------------*/
/* Footer */
/* line 2, ../scss/partials/_footer.scss */
.footer-left-block {
  padding-right: 50px;
}

/* line 5, ../scss/partials/_footer.scss */
.footer-right-block {
  margin: 40px 0 0 0;
}

@media only screen and (min-width: 40em) {
  /* line 11, ../scss/partials/_footer.scss */
  .footer-right-block {
    padding-left: 0px;
    margin: 0px;
  }
}
@media only screen and (min-width: 995px) {
  /* line 19, ../scss/partials/_footer.scss */
  .footer-right-block {
    margin: 0 0.9375rem 0 -0.9375rem;
  }
}
/* Reusables */
/* line 4, ../scss/partials/_reusables.scss */
.menu-sidebar-social-menu-container ul.menu li a,
.menu-footer-social-menu-container ul.menu li a {
  -moz-transition: background 0.8s ease;
  -o-transition: background 0.8s ease;
  -webkit-transition: background 0.8s ease;
  transition: background 0.8s ease;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: none;
  text-align: left;
  outline: none;
  display: block;
  text-indent: -999em;
  height: 37px;
  width: 37px;
  position: relative;
  padding-bottom: 0px !important;
}
/* line 18, ../scss/partials/_reusables.scss */
.menu-sidebar-social-menu-container ul.menu li a:before,
.menu-footer-social-menu-container ul.menu li a:before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
  text-indent: 0;
  text-align: center;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
}

/* line 40, ../scss/partials/_reusables.scss */
.menu-sidebar-social-menu-container ul.menu li a[href*="twitter.com"]:before,
.menu-footer-social-menu-container ul.menu li a[href*="twitter.com"]:before {
  background-image: url(../img/social-media/i-twitter.svg);
}
/* line 46, ../scss/partials/_reusables.scss */
.menu-sidebar-social-menu-container ul.menu li a[href*="linkedin.com"]:before,
.menu-footer-social-menu-container ul.menu li a[href*="linkedin.com"]:before {
  background-image: url(../img/social-media/i-linked-in.svg);
  top: -1px;
  left: 1px;
}
/* line 40, ../scss/partials/_reusables.scss */
.menu-sidebar-social-menu-container ul.menu li a[href*="instagram.com"]:before,
.menu-footer-social-menu-container ul.menu li a[href*="instagram.com"]:before {
  background-image: url(../img/social-media/i-instagram.svg);
}

.menu-sidebar-social-menu-container ul.menu li a[href*="youtube.com"]:before,
.menu-footer-social-menu-container ul.menu li a[href*="youtube.com"]:before {
  background-image: url(../img/social-media/youtube.svg);
}

.menu-footer-social-menu-container ul.menu li a[href*="spotify.com"]:before {
  background-image: url(../img/social-media/spotify.svg);
}

/* line 46, ../scss/partials/_reusables.scss */
.menu-sidebar-social-menu-container ul.menu li a[href*="facebook.com"]:before,
.menu-footer-social-menu-container ul.menu li a[href*="facebook.com"]:before {
  background-image: url(../img/social-media/i-facebook-f.svg);
  top: -1px;
  left: 1px;
}
/* line 52, ../scss/partials/_reusables.scss */
.menu-footer-social-menu-container ul.menu li:last-of-type {
  margin-right: 0px;
}

.menu-sidebar-social-menu-container ul.menu {
    margin-left: -10px;
}

/* Social menu */
/* line 59, ../scss/partials/_reusables.scss */
.menu-sidebar-social-menu-container ul.menu,
.menu-footer-social-menu-container ul.menu {
  list-style: none;
}
/* line 61, ../scss/partials/_reusables.scss */
.menu-footer-social-menu-container ul.menu li,
.menu-sidebar-social-menu-container ul.menu li {
  position: relative;
  display: inline-block;
  margin: 0 10px 5px 0;
}

/* Twitter feed */
/* line 72, ../scss/partials/_reusables.scss */
.tweets {
  margin-bottom: 10px;
}
/* line 75, ../scss/partials/_reusables.scss */
.tweets .tweet {
  padding: 16px 0px;
}
/* line 77, ../scss/partials/_reusables.scss */
.tweets .tweet .tweet_content {
  padding-left: 0px;
}
/* line 82, ../scss/partials/_reusables.scss */
.tweets .tweet_profile_img {
  width: 40px;
  height: 40px;
  margin: 0px;
}
/* line 88, ../scss/partials/_reusables.scss */
.tweets .tweet_primary_meta {
  padding: 0 50px 10px;
}
/* line 90, ../scss/partials/_reusables.scss */
.tweets .tweet_primary_meta .tweet_user {
  color: #000100;
  line-height: 1.4;
}
/* line 95, ../scss/partials/_reusables.scss */
.tweets .tweet_primary_meta .tweet_screen_name {
  display: block;
}
/* line 100, ../scss/partials/_reusables.scss */
.tweets .tweet_secondary_meta .tweet_date {
  display: none;
}
/* line 105, ../scss/partials/_reusables.scss */
.tweets a:hover {
  border-bottom: none;
}

/* line 110, ../scss/partials/_reusables.scss */
.twitter-feed {
  margin-top: 60px;
}
/* line 113, ../scss/partials/_reusables.scss */
.twitter-feed h5 {
  color: #E66D7B;
}

/* line 123, ../scss/partials/_reusables.scss */
.site-main .tweets .tweet:last-of-type {
  padding: 16px 0px 0px;
}
/* line 129, ../scss/partials/_reusables.scss */
.site-main .tweets .tweet_primary_meta .tweet_screen_name {
  display: inline-block;
}
/* line 133, ../scss/partials/_reusables.scss */
.site-main .tweets .tweet_primary_meta,
.site-main .tweets .tweet_text,
.site-main .tweets .tweet_secondary_meta {
  padding: 0 50px 5px;
  margin: 0px;
}
/* line 139, ../scss/partials/_reusables.scss */
.site-main .tweets .tweet_secondary_meta {
  padding-bottom: 0px;
  margin-bottom: -11px;
}

/* Blog */
/* Single post */
/* line 5, ../scss/partials/_blog.scss */
.single-post .tags {
  margin: 25px 0;
}

/*---------------------------------------------------------------------------
[ Medium Up ]
*/
@media only screen and (min-width: 40em) {
  /* line 627, ../scss/nicholes-custom.scss */
  .statement {
    min-height: 87px;
  }

  /* line 628, ../scss/nicholes-custom.scss */
  .statement span {
    line-height: 87px;
  }

  /* line 629, ../scss/nicholes-custom.scss */
  .single-staff .entry-header img {
    float: right;
    margin: 0 0 15px 15px;
  }

  /* line 630, ../scss/nicholes-custom.scss */
  .sidebar blockquote:first-child {
    margin-top: 110px;
  }

  /* line 631, ../scss/nicholes-custom.scss */
  .sidemenu {
    margin-top: -66px;
    margin-bottom: 0;
  }

  /* line 632, ../scss/nicholes-custom.scss */
  .statement h1 {
    font-size: 33px;
  }
}
/*---------------------------------------------------------------------------
[ Large Screens Only]
*/
@media only screen and (min-width: 995px) {
  /* line 639, ../scss/nicholes-custom.scss */
  .single-staff .entry-header img {
    float: right;
    margin: -24px 0 15px 15px;
  }

  /* line 640, ../scss/nicholes-custom.scss */
  .banner {
    height: 335px;
  }

  /* line 641, ../scss/nicholes-custom.scss */
  .banner.slim {
    height: 199px;
  }

  /* line 642, ../scss/nicholes-custom.scss */
  .banner blockquote {
    margin-top: 120px;
  }

  /* line 643, ../scss/nicholes-custom.scss */
  .sidebar {
    width: 329px;
    margin-right: 1rem;
    margin-bottom: 0;
  }

  /* line 644, ../scss/nicholes-custom.scss */
  .site-main {
    max-width: 600px;
  }

  /* line 646, ../scss/nicholes-custom.scss */
  .menu li {
    position: relative;
  }

  /* line 647, ../scss/nicholes-custom.scss */
  .sub-menu {
    position: absolute;
    display: none;
    background: #EBDAD0;
    top: 55px;
    left: 0;
    width: 293px;
    box-shadow: 4px 4px 0px rgba(179, 178, 179, 0.2);
    -moz-box-shadow: 4px 4px 0px rgba(179, 178, 179, 0.2);
    -webkit-box-shadow: 4px 4px 0px rgba(179, 178, 179, 0.2);
  }

  /* line 658, ../scss/nicholes-custom.scss */
  .menu .sub-menu {
  }

  /* line 659, ../scss/nicholes-custom.scss */
  .sub-menu:before {
    content: "";
    display: block;
    position: absolute;
    top: -20px;
    left: 0;
    width: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #EBDAD0;
  }

  /* line 663, ../scss/nicholes-custom.scss */
  ul.sub-menu li {
    display: block;
    float: none;
    padding: 0;
  }

  /* line 664, ../scss/nicholes-custom.scss */
  ul.sub-menu li a {
    padding: 8px 10px;
    display: block;
    font-weight: normal;
  }

  /* line 666, ../scss/nicholes-custom.scss */
  .menu li:hover .sub-menu {
    display: block;
  }

  /* line 667, ../scss/nicholes-custom.scss */
  .left-off-canvas-menu {
    overflow: visible;
  }

  /* line 670, ../scss/nicholes-custom.scss */
  .site-footer {
    padding: 56px 0;
  }
}
/*---------------------------------------------------------------------------
[ Medium Screens Only]
*/
@media only screen and (min-width: 40em) and (max-width: 64em) {
  /* line 678, ../scss/nicholes-custom.scss */
  .banner {
    height: 335px;
  }

  /* line 679, ../scss/nicholes-custom.scss */
  .banner.slim {
    height: 199px;
  }
}
/*---------------------------------------------------------------------------
[ Small & Medium Screens ]
*/
@media only screen and (max-width: 64.063em) {
  /* line 687, ../scss/nicholes-custom.scss */
  #menu-main-menu .sub-menu {
    display: none;
  }

  /* line 691, ../scss/nicholes-custom.scss */
  #menu-main-menu .current-menu-item .sub-menu {
    display: block;
  }

  /* line 694, ../scss/nicholes-custom.scss */
  .sub-menu li:after {
    border-bottom: none;
  }

  /*--- [ Header ] ---*/
  /* line 696, ../scss/nicholes-custom.scss */
  .banner blockquote {
    margin-top: 10%;
  }

  /*--- [ Navigation ] ---*/
  /* line 699, ../scss/nicholes-custom.scss */
  .nav-toggle {
    padding: 15px 0 15px 15px;
    text-indent: -999em;
    background: url(../img/icons-nav.svg) no-repeat;
    height: 26px;
    margin: 10px;
  }

  /*--- [ Navigation ] ---*/
  /* line 703, ../scss/nicholes-custom.scss */
  .left-off-canvas-menu {
    background: none repeat scroll 0 0 #ebdacf;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    position: absolute;
    top: 0;
    transform: translate3d(-100%, 0px, 0px);
    -webkit-transform: translate3d(-100%, 0px, 0px);
    -ms-transform: translate3d(-100%, 0px, 0px);
    width: 15.625rem;
    z-index: 1001;
    padding: 0;
    min-height: 5000px;
  }

  /* line 718, ../scss/nicholes-custom.scss */
  .move-right > .inner-wrap {
    transform: translate3d(15.625rem, 0px, 0px);
    -webkit-transform: translate3d(15.625rem, 0px, 0px);
    -ms-transform: translate3d(15.625rem, 0px, 0px);
  }

  /* line 723, ../scss/nicholes-custom.scss */
  .move-right .exit-off-canvas {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
  }

  /* line 724, ../scss/nicholes-custom.scss */
  .move-right .exit-off-canvas:hover {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.05);
  }

  /* line 725, ../scss/nicholes-custom.scss */
  .menu-main-menu-container ul {
    list-style: none;
  }

  /* line 726, ../scss/nicholes-custom.scss */
  .menu-main-menu-container ul > li {
    display: block;
    float: none;
    padding: 5px 20px;
  }

  /* line 727, ../scss/nicholes-custom.scss */
  .menu-main-menu-container ul > li:hover,
  .menu-main-menu-container ul > li:hover > a,
  .menu-main-menu-container ul.sub-menu > li:hover {
    background: #e56d7b;
    color: #ffffff;
    cursor: pointer;
  }

  /* line 734, ../scss/nicholes-custom.scss */
  .menu-main-menu-container ul.sub-menu {
    background: #ffffff;
    margin: 5px -20px -5px;
    list-style: none;
    display: block;
  }

  /* line 735, ../scss/nicholes-custom.scss */
  .menu-main-menu-container ul.sub-menu li {
    font-weight: 400;
    background: #ffffff;
  }

  /*--- [ Logo ] ---*/
  /* line 738, ../scss/nicholes-custom.scss */
  header .logo {
    padding: 0;
  }

  /*IE9 Off-canvas fix*/
  /* line 740, ../scss/nicholes-custom.scss */
  .lt-ie10 .left-off-canvas-menu {
    left: -300px;
    width: 300px;
  }

  /* line 741, ../scss/nicholes-custom.scss */
  .lt-ie10 .move-right > .inner-wrap {
    left: 300px;
    /* width of your menu */
  }
}
/* IE8 Fixes */
/* line 746, ../scss/nicholes-custom.scss */
.no-svg header .logo {
  background-image: url(../img/logo.png);
}

/* line 747, ../scss/nicholes-custom.scss */
.no-svg .banner blockquote:before {
  content: "";
  background-image: url("../img/icons-quotation-open.png");
}

/* line 748, ../scss/nicholes-custom.scss */
.no-svg .banner blockquote:after {
  content: "";
  background-image: url("../img/icons-quotation-close.png");
}

/* line 750, ../scss/nicholes-custom.scss */
.no-svg blockquote:before {
  content: url("../img/icons-quotation-open-pink.png");
}

/* line 751, ../scss/nicholes-custom.scss */
.no-svg blockquote:after {
  content: url("../img/icons-quotation-close-pink.png");
}

/* line 753, ../scss/nicholes-custom.scss */
.no-svg .nav-toggle {
  background-image: url(../img/icons-nav.png);
}

/* line 755, ../scss/nicholes-custom.scss */
.lt-ie9 .entry-content {
  margin-right: 50px;
}

/* main nav fix */
/* line 759, ../scss/nicholes-custom.scss */
.lt-ie9 .left-off-canvas-menu {
  width: auto;
}

/* line 763, ../scss/nicholes-custom.scss */
.no-csstransforms .left-off-canvas-menu {
  left: 0 !important;
}

/* line 767, ../scss/nicholes-custom.scss */
.lt-ie9 .menu-main-menu-container ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  display: none;
  float: left;
  left: -20px;
  position: absolute;
  top: 55px;
  z-index: 99999;
}

/* line 777, ../scss/nicholes-custom.scss */
.lt-ie9 .sidebar .sidemenu {
  /*position:absolute;*/
  margin-top: -66px;
  /*width:385px;*/
}

/* line 783, ../scss/nicholes-custom.scss */
.lt-ie9 .sidebar ul {
  margin-left: 0;
}
