@charset "UTF-8";
/*
Theme Name: Hallmark
Author: Andy Perdue
Version: 1.0
Author URI: http://www.emfluence.com
*/
/*colors*/
/*
* layout based on Skeleton V2.0.4
*/
/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0;
  }
}
@media (min-width: 1360px) {
  .row-pad-60 {
    padding: 60px 0px;
  }
  .row-pad-40 {
    padding: 40px 0px;
  }
  .row-pad-20 {
    padding: 20px 0px;
  }
}
@media (max-width: 1359px) {
  .row-pad-60 {
    padding: 60px 0px;
  }
  .row-pad-40 {
    padding: 40px 30px;
  }
  .row-pad-20 {
    padding: 20px 20px;
  }
}
@media (max-width: 1300px) {
  .row-pad-40, .row-pad-20 {
    padding: 30px;
  }
}
@media (max-width: 769px) {
  .row-pad-40, .row-pad-20 {
    padding: 15px;
  }
}
/* For devices larger than 550px */
@media (min-width: 769px) {
  .container {
    width: 80%;
  }
  .column,
  .columns {
    margin-left: 4%;
  }
  .column:first-child,
  .columns:first-child {
    margin-left: 0;
  }
  .one.column,
  .one.columns {
    width: 4.6666666667%;
  }
  .two.columns {
    width: 13.3333333333%;
  }
  .three.columns {
    width: 22%;
  }
  .four.columns {
    width: 30.6666666667%;
  }
  .five.columns {
    width: 39.3333333333%;
  }
  .six.columns {
    width: 48%;
  }
  .seven.columns {
    width: 56.6666666667%;
  }
  .eight.columns {
    width: 65.3333333333%;
  }
  .nine.columns {
    width: 74%;
  }
  .ten.columns {
    width: 82.6666666667%;
  }
  .eleven.columns {
    width: 91.3333333333%;
  }
  .twelve.columns {
    width: 100%;
    margin-left: 0;
  }
  .one-third.column {
    width: 30.6666666667%;
  }
  .two-thirds.column {
    width: 65.3333333333%;
  }
  .one-half.column {
    width: 48%;
  }
  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.6666666667%;
  }
  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.3333333333%;
  }
  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%;
  }
  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.6666666667%;
  }
  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.3333333333%;
  }
  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%;
  }
  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.6666666667%;
  }
  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.3333333333%;
  }
  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78%;
  }
  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.6666666667%;
  }
  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.3333333333%;
  }
  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.6666666667%;
  }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.3333333333%;
  }
  .offset-by-one-half.column,
  .offset-by-one-half.columns {
    margin-left: 52%;
  }
}
.right-col {
  margin-top: 30px;
}
.right-col a {
  display: inline-block;
  padding-bottom: 15px;
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type=submit],
input[type=reset],
input[type=button], .nav-links a {
  display: inline-block;
  padding: 12px 15px 11px 15px;
  background-color: #543D82;
  color: #FFF;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 2px;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
  border: 0px none;
  text-transform: uppercase;
}

.button:hover,
.button.button-primary,
button.button-primary,
input[type=submit].button-primary,
input[type=reset].button-primary,
input[type=button].button-primary, .nav-links a:hover {
  color: #FFF;
  background-color: #543D82;
}

.button.button-primary:hover,
button.button-primary:hover,
input[type=submit].button-primary:hover,
input[type=submit]:hover,
input[type=reset].button-primary:hover,
input[type=button].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type=submit].button-primary:focus,
input[type=reset].button-primary:focus,
input[type=button].button-primary:focus, .nav-links a:hover {
  color: #FFF;
  background-color: #543D82;
}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type=email],
input[type=number],
input[type=search],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
select, textarea {
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  box-shadow: none;
  box-sizing: border-box;
  font-family: "Montserrat";
  background-color: #e7e9e8;
  color: #a5a5a5;
  font-size: 15px;
  padding: 10px;
  border: 0px none;
  float: none;
}

/* Removes awkward default styles on some inputs for iOS */
input[type=email],
input[type=number],
input[type=search],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}

input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=text]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0;
}

label,
legend {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

fieldset {
  padding: 0;
  border-width: 0;
}

input[type=checkbox],
input[type=radio] {
  display: inline;
}

label > .label-body {
  display: inline-block;
  margin-left: 0.5rem;
  font-weight: normal;
}

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: disc inside;
}

ol {
  list-style: decimal inside;
}

ol, ul {
  padding-left: 0;
  margin-top: 0;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}

li {
  margin-bottom: 1rem;
}

/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: 0.2rem 0.5rem;
  margin: 0 0.2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
}

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1;
}

th:first-child,
td:first-child {
  padding-left: 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem;
}

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem;
}

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem;
}

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box;
}

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box;
}

.u-pull-right {
  float: right;
}

.u-pull-left {
  float: left;
}

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Self Clearing Goodness */
.container:after,
.row:after,
.row-pad-20:after,
.row-pad-40:after,
.u-cf,
.news-listing:after {
  content: "";
  display: table;
  clear: both;
}

/**styles for the home page**/
/*brand logos*/
.brands-home {
  background: #FFF;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
}

@media (max-width: 641px) {
  .brands-container {
    display: none;
  }
}
.brands-home .two.columns {
  text-align: center;
  width: 13.3333333333%;
  margin-left: 4%;
}

.brands-home .two.columns:nth-child(1) {
  margin-left: 0;
}

.brands-home .two.columns:nth-child(6) {
  padding-right: 0;
}

.brands-home img { /**display grayscale**/
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.7;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.brands-home img:hover {
  -webkit-filter: none; /**Show color on hover**/
  filter: none;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/**HOME PAGE PROMOTED SECTION**/
/**alternate**/
.promoted-section:nth-child(2) .left {
  float: right;
}

.promoted-section:nth-child(2) .six.columns.right {
  float: left;
  margin-left: 0;
}

.promoted-sections .promoted-video {
  position: relative;
}

.promoted-sections video {
  position: relative;
  width: 100%;
}

.video-play {
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  margin: auto;
  background: url(/wp-content/themes/Hallmark/images/video-play-hover.png) center no-repeat;
  background-size: 80px 80px;
}
.video-play:hover {
  background: url(/wp-content/themes/Hallmark/images/video-play.png) center no-repeat;
  background-size: 80px 80px;
}

@media (max-width: 769px) {
  .content.promoted-sections {
    position: relative;
    padding: 0px;
    border-top: 2px solid #FFF;
  }
  .promoted-section {
    overflow: hidden;
    padding: 0;
    background-size: cover;
    background-position: center;
    border-bottom: 1px solid #FFF;
  }
  .promoted-section .six.columns.image, .promoted-content .subheading, .promoted-content .intro-text, .promoted-content .more-link {
    display: none;
  }
  .six.columns.promoted-content {
    width: 100%;
    margin-left: 0;
    z-index: 2;
    position: relative;
    text-align: center;
    background: rgba(70, 70, 70, 0.4);
  }
  .promoted-content h3 {
    display: inline-block;
    padding: 20px;
    background: #FFF;
    margin: 80px auto;
    color: #000;
    font-size: 13px;
    text-transform: uppercase;
    width: 50%;
    letter-spacing: 2px;
    text-align: center;
  }
}
@media (min-width: 769px) {
  .promoted-section {
    background: none !important;
  }
}
.quotes {
  background: #543D82;
  margin: 0 auto;
  line-height: 1.3;
  text-align: center;
  font-size: 32px;
  color: #FFF;
  text-align: center;
  font-weight: 300;
  position: relative;
}

.quotes .quote-icon {
  font-family: Georgia, Times, "Times New Roman";
  font-size: 65px;
  font-weight: 900;
  color: #ab9b66;
  line-height: 45px;
  vertical-align: bottom;
}

.quotes .citation {
  font-weight: 400;
  color: #ab9b66;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 18px;
}

.quotes-section {
  background: #543D82;
}

@media (max-width: 769px) {
  .quotes {
    width: auto;
    font-size: 26px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .quotes .quote-icon {
    font-size: 60px;
  }
  .quotes div {
    width: auto;
    margin: 0;
  }
  .quotes .citation {
    font-size: 12px;
    letter-spacing: 1px;
  }
}
.social-section .section-intro {
  margin-bottom: 0;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
## Navigation
--------------------------------------------------------------*/
.main-navigation ul ul ul { /**no third level nav**/
  display: none !important;
  left: 100%;
  top: 0;
}

.main-navigation ul ul a {
  width: 200px;
  text-align: center;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
  /**remove default hover subnav functionality for click to show
   visibility: visible;**/
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  /**remove default hover subnav functionality for click to show
  visibility: visible;**/
  left: 100%;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.main-navigation {
  padding: 0 52px;
  font-family: "Montserrat", Helvetica, Arial;
  font-weight: 700;
  font-size: 14px;
}

@media (min-width: 1025px) {
  .main-navigation .current_page_item > a,
  .main-navigation .current-menu-item > a,
  .main-navigation .current-page-ancestor > a,
  .main-navigation .current-menu-ancestor > a {
    color: #000;
    border-bottom: 4px solid #ab9b66;
  }
  .main-navigation li a:hover,
  .main-navigation li:hover > a,
  .main-navigation li a:active {
    color: #ab9b66;
    border-bottom: 4px solid #ab9b66;
    cursor: pointer;
    padding-bottom: 0;
    transition: background-color 0.3s ease;
  }
  .sub-menu a:hover {
    border-bottom: 0px none;
    color: #ab9b66;
  }
  .sub-menu {
    padding: 15px 0;
  }
  .sub-menu .current-menu-item > a, .sub-menu .current-menu-item > a:hover {
    border-bottom: 0px none;
    color: #000;
    cursor: auto;
  }
  .sub-menu .current-page-ancestor a {
    border-bottom: 0px none;
    color: #727172;
  }
}
/* Small menu. */
.menu-toggle {
  background-color: transparent;
}

.menu-toggle button {
  background: none;
  color: #727172;
}

.green-gradient .menu-toggle button, .blue-gradient .menu-toggle button, .tall .menu-toggle button {
  color: #FFF;
}

@media (max-width: 1025px) {
  .main-navigation {
    float: none;
    padding: 0;
  }
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation li {
  float: left;
  position: relative;
  text-align: left;
  margin: 0;
}

.main-navigation a {
  display: block;
  text-decoration: none;
  color: #000000;
}

.main-navigation li a {
  display: inline-block;
  text-transform: uppercase;
  padding: 0;
  cursor: pointer;
  color: #727172;
  margin: 55px 13px 52px 14px;
  letter-spacing: 2px;
  padding-bottom: 0;
}

@media (min-width: 1024px) {
  .main-navigation li.social-responsibility > a {
    max-width: 150px;
    white-space: normal;
    text-align: center;
    vertical-align: middle;
    margin-top: 44px;
    margin-bottom: 40px;
  }
}

@media (min-width: 1025px) {
  .main-navigation li:first-child a {
    margin-left: 0;
  }
  .main-navigation li:last-child a {
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .main-navigation li a {
    border-bottom: 4px solid rgba(255, 255, 255, 0);
  }
  .main-navigation li a:hover {
    color: #ab9b66;
    border-bottom: 4px solid #ab9b66;
  }
  .main-navigation li ul li a {
    border-bottom: 0px none;
    color: #FFF;
  }
}
@media (min-width: 1025px) {
  .main-navigation ul ul {
    float: left;
    position: absolute;
    display: none; /**toggling in js**/
    z-index: 99999;
    background: rgba(255, 255, 255, 0.9);
  }
}
/**Splitting primary nav**/
.main-navigation li.logo {
  width: 200px;
  height: 110px;
  background: url("/wp-content/themes/Hallmark/images/logo.png") no-repeat -1px 22px;
  background-size: 200px 85px;
}

.main-navigation li.logo a, header.site-header.sticky .main-navigation #primary-menu > li.logo > a {
  color: rgba(255, 255, 255, 0);
}

@media (max-width: 1024px) {
  .main-navigation li.logo {
    display: none;
  }
}
.main-navigation li.logo a, .main-navigation li.logo a:hover {
  border-bottom: 0px none;
  margin: 0;
  padding: 40px 71px;
}

/*subnav*/
.main-navigation ul ul li a {
  padding: 10px 10px;
  font-weight: normal;
  margin: 0;
  color: #727172;
  border-bottom: 0px none;
}

.main-navigation ul ul li a:hover {
  border-bottom: 0px none;
  padding: 10px;
}
@media (min-width: 1024px) {
  .main-navigation ul ul li a:hover {
    background: #FFF;
  }
}

@media screen and (max-width: 782px) {
  #wpadminbar {
    margin-top: -46px;
  }
}
@media (min-width: 1025px) { /**only change desktop sticky header**/
  /**sticky nav**/
  header.site-header.sticky {
    position: fixed;
    left: 0;
  }
  .admin-bar header.site-header.sticky {
    margin-top: 32px !important;
  }
  header.site-header.sticky .main-navigation #primary-menu > li > a {
    margin-top: 15px;
    margin-bottom: 15px;
    color: #FFF;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  header.site-header.sticky .main-navigation li.logo {
    height: auto;
    background: url("/wp-content/themes/Hallmark/images/crown.png") no-repeat;
    background-size: 60px 43px;
    background-position: 50%;
  }
  header.site-header.sticky .main-navigation li.logo a, header.site-header.sticky .main-navigation li.logo a:hover {
    padding: 5px 0;
    width: 100%;
  }
}
/*MOBILE NAV***/
@media (max-width: 1024px) {
  header #primary-menu {
    position: absolute;
    width: 100%;
    padding: 40px 15px 30px 15px;
    z-index: 998;
    border-bottom: 3px solid #ab9b66;
    box-shadow: 0 8px 10px #DDD;
  }
  .main-navigation {
    font-size: 15px;
    top: 0px;
  }
  /**Menu toggled on mobile**/
  .main-navigation.toggled #primary-menu {
    background-color: rgba(255, 255, 255, 0.93);
  }
  .main-navigation .close-menu {
    display: none;
  }
  /**SWAP ICONS**/
  .main-navigation.toggled .close-menu {
    display: block;
  }
  .main-navigation.toggled .open-menu {
    display: none;
  }
  .main-navigation ul li a {
    color: #464646;
    font-size: 18px;
    margin: 15px 14px 15px 14px;
  }
  /**no subnav on mobile**/
  .main-navigation.toggled ul ul {
    display: none;
  }
  .main-navigation.toggled ul {
    display: block;
    clear: both;
  }
  .main-navigation {
    float: none;
  }
  .main-navigation li {
    float: none;
    text-align: center;
  }
  .main-navigation li a {
    height: auto;
    padding: 10px 10px 0 10px;
    border-bottom: 0px none;
  }
  .main-navigation li a:hover {
    color: #543D82;
    border-bottom: 0px none;
  }
}
/* Small menu. */
.menu-toggle {
  display: block;
  float: left;
  padding: 15px 0;
  width: 66px;
  height: 66px;
  position: relative;
  z-index: 999;
}

.menu-toggle .fa {
  font-size: 25px;
}

@media screen and (min-width: 1025px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
    white-space: nowrap;
    text-align: center;
  }
  .main-navigation .menu > li {
    float: none;
    display: inline-block;
  }
  .main-navigation ul ul {
    white-space: normal;
  }
}
.logo-header {
  margin: 0 auto;
  text-align: center;
}
.logo-header img {
  width: 225px;
  height: auto;
}

.modal-outer {
  display: none;
  background: rgba(0, 0, 0, 0.46);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.modal-outer.generated {
  font-size: 0;
  line-height: 0;
}

.modal-content {
  background: white;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal-closer {
  position: absolute;
  top: 38px;
  right: 33px;
  font-family: Montserrat, sans-serif;
  font-weight: 200;
  transform: scaleX(1.3);
  font-size: 40px;
  line-height: 30px;
  color: #989898;
  text-decoration: none;
}
.modal-closer:hover {
  color: #989898;
}

body.freeze {
  overflow: hidden;
}

.video-mod {
  width: 90%;
  max-width: 800px;
}

.video-mod a {
  text-decoration: none;
}

#generated-modal {
  font-size: 0;
}

.ov-box .left {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media (max-width: 1024px) {
  .ov-box .left {
    margin-bottom: 40px;
  }
}
.ov-box .left .wysiwyg :last-child {
  margin-bottom: 0;
}
.ov-box .right {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
}
@media (max-width: 599px) {
  .ov-box .right {
    margin: 0 -32px;
    display: block;
  }
  .ov-box .right .featured {
    width: 100%;
  }
  .ov-box .right img {
    width: 100%;
  }
}
@media (min-width: 770px) {
  .ov-box .right {
    margin: 0;
  }
}
.ov-box .featured {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}
@media (min-width: 600px) {
  .ov-box .featured {
    width: 100%;
    margin-right: 10px;
  }
}
@media (min-width: 770px) {
  .ov-box .featured {
    width: 420px;
  }
}
.ov-box .carousel {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}
@media (max-width: 599px) {
  .ov-box .carousel {
    white-space: nowrap;
    max-width: 100%;
    overflow-x: scroll;
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media (min-width: 600px) {
  .ov-box .carousel {
    width: 95px;
    max-height: 363px;
  }
}
.ov-box .carousel img {
  width: 95px;
  height: 95px;
  cursor: pointer;
  margin: 0 0 10px;
  border: 0;
}
@media (max-width: 599px) {
  .ov-box .carousel img {
    width: 50px;
    height: 50px;
    margin: 10px 5px;
  }
}
.ov-box .carousel .slick-list {
  margin: -5px 0;
}
.ov-box .carousel .slick-list img {
  margin: 5px 0;
}
.ov-box .carousel .slick-arrow {
  display: block;
  font-size: 31px;
  height: 30px;
  background: #543D82;
  color: white;
  text-align: center;
  cursor: pointer;
}
.ov-box .carousel .slick-arrow.slick-disabled {
  opacity: 0.5;
  cursor: default;
}
.ov-box .carousel .slick-arrow i {
  margin-top: -2px;
}
.ov-box .download {
  margin-top: 15px;
}
.ov-box .download a {
  font-size: 14px;
  color: #543D82;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: solid 3px #ab9b66;
}
@media (max-width: 767px) {
  .ov-box .download {
    text-align: center;
    padding-bottom: 40px;
  }
}

@media (min-width: 600px) {
  .ov-box.has-thumb .left {
    width: 490px;
  }
}
@media (min-width: 770px) {
  .ov-box.has-thumb .left {
    width: 339px;
    padding-right: 30px;
    margin-right: 15px;
  }
}
@media (min-width: 800px) {
  .ov-box.has-thumb .left {
    width: 370px;
  }
}
@media (min-width: 850px) {
  .ov-box.has-thumb .left {
    width: 420px;
  }
}
@media (min-width: 900px) {
  .ov-box.has-thumb .left {
    width: 470px;
  }
}
@media (min-width: 950px) {
  .ov-box.has-thumb .left {
    width: 520px;
  }
}
@media (min-width: 1000px) {
  .ov-box.has-thumb .left {
    width: 570px;
  }
}
@media (min-width: 1024px) {
  .ov-box.has-thumb .left {
    width: 475px;
  }
}
@media (min-width: 770px) and (max-width: 1024px) {
  .ov-box.has-thumb .featured {
    width: 300px;
  }
}
@media (min-width: 600px) {
  .ov-box.has-carousel .left {
    width: 100%;
  }
}
@media (min-width: 769px) and (max-width: 872px) {
  .ov-box.has-carousel .left {
    padding: 0;
    margin: 0;
  }
}
@media (min-width: 873px) {
  .ov-box.has-carousel .left {
    width: 285px;
  }
}
@media (min-width: 920px) {
  .ov-box.has-carousel .left {
    width: 325px;
  }
}
@media (min-width: 950px) {
  .ov-box.has-carousel .left {
    width: 360px;
  }
}
@media (min-width: 990px) {
  .ov-box.has-carousel .left {
    width: 400px;
  }
}
@media (min-width: 1024px) {
  .ov-box.has-carousel .left {
    width: 435px;
  }
}
@media (min-width: 600px) {
  .ov-box.has-carousel .featured {
    width: 363px;
  }
}

@media (max-width: 950px) {
  .ov-mod-outer {
    overflow: scroll;
  }
}

.ov-mod {
  background: white;
  width: 90%;
}
@media (max-width: 950px) {
  .ov-mod {
    transform: translateX(-50%);
    top: 0;
    position: absolute;
    margin: 5% 0;
  }
}
@media (min-width: 950px) {
  .ov-mod {
    width: 900px;
  }
}
.ov-mod h3 {
  padding: 42px 72px 35px 42px;
  margin: 0;
  font-size: 19px;
}
.ov-mod h4 {
  font-size: 16px;
  padding: 0;
  margin: 0 0 14px;
}
.ov-mod a {
  text-decoration: none;
}
.ov-mod .down i {
  color: #ab9b66;
}
@media (min-width: 950px) {
  .ov-mod .cols {
    display: table-row;
  }
}
.ov-mod .col {
  background: #f8f8f8;
  border-bottom: solid 7px white;
  box-sizing: border-box;
  padding: 20px 20px 20px 25px;
  font-size: 0;
}
@media (min-width: 950px) {
  .ov-mod .col {
    display: table-cell;
    width: 300px;
    border: 0;
    border-right: solid 7px white;
  }
}
.ov-mod .col.documents {
  border-bottom: 0;
  border-right: 0;
}
.ov-mod .col .thumb-container {
  max-height: 350px;
  overflow-y: auto;
}
@media (min-width: 950px) {
  .ov-mod .images {
    width: 345px;
  }
}
.ov-mod .images .item {
  width: 72px;
  margin: 0 20px 11px 0;
  display: inline-block;
  vertical-align: top;
}
.ov-mod .images img {
  width: 72px;
  height: 72px;
}
.ov-mod .images .down {
  font-size: 12px;
  display: inline-block;
  width: 50%;
  padding: 1px 2px;
}
.ov-mod .images .down:last-of-type {
  text-align: right;
}
.ov-mod .videos {
  padding-bottom: 0;
}
.ov-mod .vid {
  font-size: 13px;
  padding-top: 5px;
}
.ov-mod .vid:after {
  content: "";
  font-size: 0;
  display: block;
  clear: both;
}
.ov-mod .vid .perm {
  display: inline-block;
  float: left;
  margin: -5px 15px 35px 0;
}
.ov-mod .vid .perm i {
  font-size: 72px;
  line-height: 54px;
  vertical-align: top;
}
@media (min-width: 950px) {
  .ov-mod .vid .perm i {
    font-size: 98px;
    line-height: 72px;
  }
}
.ov-mod .vid .down {
  padding-top: 5px;
}
@media (min-width: 950px) {
  .ov-mod .documents {
    width: 255px;
  }
}
.ov-mod .documents .doc {
  font-size: 13px;
  padding-bottom: 10px;
}
.ov-mod .empty {
  font-size: 13px;
  margin-bottom: 10px;
}

.ov-mod .email-capture {
  background: #f8f8f8;
  border-bottom: solid 7px white;
  box-sizing: border-box;
  padding: 20px 20px 20px 42px;
}
.ov-mod .email-capture input {
  width: 300px;
  max-width: 100%;
  background: white;
  border: solid 1px white;
}

/**social sharing with custom icons for addThis**/
.ov-box .hall-custom-addthis {
  margin: 0 0 10px;
}
@media (min-width: 769px) {
  .ov-box .hall-custom-addthis {
    margin: -10px 0 10px;
  }
}

.hall-custom-addthis .fa {
  font-size: 20px;
  margin-right: 10px;
  color: #c3b7bd;
}
.hall-custom-addthis .fa:hover {
  color: #543D82;
}

.hall-custom-addthis .pin_it_iframe_widget {
  display: none !important; /*pesky button*/
}

.tabbed-content .tabs {
  display: none;
}
.tabbed-content .tabs > ul {
  margin-bottom: 0;
}
.tabbed-content .item {
  min-height: 2em;
}
.tabbed-content .item::before {
  content: attr(data-title);
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  padding: 23px;
  background: #ebe5e6;
  color: #585858;
  font-weight: bold;
  display: block;
  margin-top: 4px;
}
.tabbed-content .item.active::before {
  background: white;
  margin-bottom: 0;
  border-bottom: solid 4px #ab9b66;
}
.tabbed-content .item.active .item-content {
  opacity: 1;
  visibility: visible;
  max-height: 9999px;
  background: white;
  position: relative;
}
@media (min-width: 410px) {
  .tabbed-content .item.active .item-content {
    display: table;
    width: 100%;
  }
}
@media (min-width: 950px) {
  .tabbed-content .item.active .item-content {
    height: auto;
  }
}
.tabbed-content .item-content {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
}
@media (min-width: 950px) {
  .tabbed-content .item-content {
    height: 0;
  }
}
@media (min-width: 410px) {
  .tabbed-content .item-content > .inner {
    display: table-row;
  }
}
.tabbed-content .thumb {
  font-size: 0;
}
@media (min-width: 410px) {
  .tabbed-content .thumb {
    width: 310px;
    display: table-cell;
  }
}
@media (min-width: 410px) and (max-width: 620px) {
  .tabbed-content .thumb {
    width: 50%;
  }
}
@media (min-width: 950px) {
  .tabbed-content .thumb {
    width: 315px;
    border-right: solid 5px #ab9b66;
  }
}
.tabbed-content .wysiwyg {
  padding: 45px 30px;
}
@media (min-width: 410px) {
  .tabbed-content .wysiwyg {
    display: table-cell;
    vertical-align: top;
  }
}
.tabbed-content .edit {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (min-width: 950px) {
  .tabbed-content .tabs {
    display: block;
  }
  .tabbed-content .tabs li {
    display: inline-block;
    margin-bottom: 0;
  }
  .tabbed-content .tabs a {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    padding: 23px;
    background: #ebe5e6;
  }
  .tabbed-content .tabs a.active {
    background: white;
    color: #543D82;
    padding: 23px 37px;
  }
  .tabbed-content .tabs a:hover {
    background: #543D82;
    color: white;
  }
  .tabbed-content .item {
    min-height: 0;
  }
  .tabbed-content .item::before {
    display: none;
  }
}
/**News**/
@media (max-width: 769px) {
  .featured-article-hero {
    display: flex;
    flex-flow: column wrap;
  }
  .featured-article-hero .seven.columns {
    order: 2;
  }
  .featured-article-hero .five.columns {
    order: 1;
    margin: -48px;
    width: auto;
    margin-bottom: 48px;
  }
}
@media (min-width: 768px) {
  .news-listings {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.news-listings:after {
  content: "";
  width: calc(33% - 20px);
}

.news-listings .news-listing {
  margin-bottom: 10px;
  background: #f3eff0;
}
@media (min-width: 768px) {
  .news-listings .news-listing {
    width: calc(33% - 20px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 40px;
  }
}
.news-listings .news-listing__image {
  max-height: 275px;
  overflow: hidden;
  border-bottom: 4px solid #ab9b66;
  line-height: 0;
}
.news-listings .news-listing__image img {
  width: auto;
}
.news-listings .news-listing .news-content {
  padding: 18px;
}

.gray-bg .news-listings .news-listing {
  background: #FFF;
}

.white-bg .news-listings .news-listing {
  background: #f3eff0;
}

/**NEWS ARTICLE BLOCKS**/
.featured-news ul li {
  list-style-type: none;
  float: left;
}

.news-tile {
  background: #FFF;
}

@media (min-width: 769px) {
  .news-tile.vertical {
    float: left;
    width: 353px;
  }
}

@media (min-width: 769px) {
  .news-tile.horizontal {
    float: right;
    width: 545px;
  }
}

.news-tile.horizontal {
  margin-bottom: 30px;
}

.news-tile img {
  width: 100%;
  height: auto;
}

.news-tile.horizontal img {
  float: left;
  border-right: 3px solid #ab9b66;
  width: 43.5%;
  clear: both;
}

.news-tile.vertical img {
  border-bottom: 3px solid #ab9b66;
}

.news-tile .news-content {
  padding: 35px;
}

@media (min-width: 769px) {
  .news-tile.horizontal .news-content {
    width: 55%;
    float: right;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .featured-news ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .news-tile.vertical, .news-tile.horizontal {
    width: calc(33% - 20px);
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 0;
  }
  .news-tile.vertical img, .news-tile.horizontal img {
    float: none;
    width: auto;
    border-right: 0px none;
    border-bottom: 4px solid #ab9b66;
  }
  .news-tile.vertical .news-content, .news-tile.horizontal .news-content {
    float: none;
    width: auto;
  }
}
@media (max-width: 768px) {
  .featured-news, .news-recent {
    margin: 0 -32px;
  }
  .news-tile, .news-recent .news-listing {
    width: 200px;
    margin: 0 12px;
  }
  .news-tile img, .news-recent .news-listing img {
    max-height: 200px;
  }
  .news-tile.horizontal img {
    float: none;
    width: 100%;
    border-right: 0px none;
    border-bottom: 3px solid #ab9b66;
  }
  .news-tile .news-content, .news-recent .news-listing .news-content {
    float: none;
    width: auto;
    padding: 18px 12px 18px 18px;
    height: 185px;
    line-height: 1.5;
    font-size: 14px;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .news-listings.news-all {
    margin: 0 -32px;
  }
  .news-listings.news-all .news-listing {
    line-height: 1.4;
    font-size: 12px;
  }
  .news-listings.news-all .news-listing__image {
    width: 42%;
    float: left;
    border-bottom: 0px none;
  }
  .news-listings.news-all .news-listing__image img {
    border-right: 4px solid #ab9b66;
  }
  .news-listings.news-all .news-listing .news-content {
    width: 54%;
    float: left;
    height: 119px;
    overflow: hidden;
  }
}
@media (max-width: 1024px) {
  .news-article .hero-section {
    padding: 40px 32px 0 32px;
  }
}
.newsroom-promoted .promoted-column {
  width: calc(33% - 12px);
  float: left;
}
@media (min-width: 600px) {
  .newsroom-promoted .promoted-column:nth-of-type(2) {
    margin: 0 20px;
  }
}
@media (max-width: 600px) {
  .newsroom-promoted .promoted-column {
    width: 100%;
    margin-bottom: 32px;
  }
}

@media (max-width: 769px) {
  .content.month-callouts {
    padding: 30px 0 0 0;
  }
  .content.month-callouts .section-intro {
    display: none;
  }
}
.content.month-callouts .four.columns {
  text-align: center;
  line-height: 1;
}
.content.month-callouts .four.columns h4 {
  margin: 0;
  padding: 0;
}
@media (min-width: 769px) {
  .content.month-callouts .four.columns img {
    margin-bottom: 20px;
  }
}
@media (max-width: 769px) {
  .content.month-callouts .four.columns {
    width: 50%;
    margin-left: 0;
    line-height: 0;
  }
  .content.month-callouts .four.columns .subheading, .content.month-callouts .four.columns h4 {
    display: none;
  }
  .content.month-callouts .four.columns:nth-of-type(1) {
    width: 100%;
  }
}

/**
**Styles for page templates
**/
/**Full width hero**/
.hero-interior {
  max-height: 350px;
  overflow: hidden;
}

.hero-interior img {
  width: 100%;
  height: auto;
}

/**Related links section**/
.related-links ul {
  list-style-type: none;
}

.related-links ul li a {
  padding-top: 5px;
}

.related-links .sub-menu {
  display: none;
}

.prod-car {
  text-align: center;
  padding: 30px 0 20px;
}
@media (max-width: 600px) {
  .prod-car {
    margin: 0 -32px;
  }
}
.prod-car ul {
  margin: 24px 0;
}
@media (min-width: 600px) {
  .prod-car ul {
    margin: 24px 60px;
  }
}
.prod-car li {
  position: relative;
  text-align: center;
  width: 250px;
  padding: 0 7px;
  margin: 0;
}
@media (min-width: 600px) {
  .prod-car li {
    text-align: left;
    width: 270px;
    padding: 0 20px 0 0;
  }
}
.prod-car h4 {
  background: white;
  max-width: 250px;
  margin: 0;
  padding: 0 5px;
  text-align: center;
  height: 65px;
}
.prod-car h4 span {
  position: relative;
  top: 32px;
  transform: translateY(-50%);
  display: inline-block;
}
.prod-car .shop {
  position: absolute;
  top: 0;
  left: 7px;
  right: 7px;
  height: 100%;
  font-size: 0;
  color: transparent;
}
@media (min-width: 600px) {
  .prod-car .shop {
    left: 0;
    right: 20px;
  }
}
.prod-car .coming-soon::after {
  content: "Coming soon";
  display: block;
  position: absolute;
  top: 0;
  left: 7px;
  right: 7px;
  height: 100%;
  background: white;
  padding-top: 40%;
  opacity: 0;
  transition: 0.3s opacity;
  text-align: center;
}
@media (min-width: 600px) {
  .prod-car .coming-soon::after {
    left: 0;
    right: 20px;
  }
}
.prod-car .coming-soon:hover::after {
  opacity: 0.8;
}
.prod-car .slick-arrow {
  position: absolute;
  top: 50%;
  color: white;
  background: #543D82;
  line-height: 95px;
  width: 30px;
  transform: translateY(-50%);
  font-size: 30px;
  cursor: pointer;
}
.prod-car .prev {
  left: -50px;
}
.prod-car .next {
  right: -30px;
}
.prod-car .slick-disabled {
  background: #ebe5e6;
  color: #ab9b66;
}
.prod-car .edit {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

@media (min-width: 600px) {
  .hall-columns {
    font-size: 0;
    line-height: 0;
  }
  .hall-columns > p {
    margin: 0;
    padding: 0;
    display: none;
  }
}

@media (min-width: 600px) {
  .hall-column {
    display: inline-block;
    vertical-align: top;
    margin-right: 3.2%;
    font-size: 16px;
    line-height: 1.7;
    width: 46.8%;
  }
}
.hall-column:last-of-type {
  margin-right: 0;
}
@media (min-width: 800px) {
  .hall-column[data-span="1"] {
    width: 16.1333333333%;
  }
  .hall-column[data-span="2"] {
    width: 32.2666666667%;
  }
  .hall-column[data-span="3"] {
    width: 48.4%;
  }
  .hall-column[data-span="4"] {
    width: 64.5333333333%;
  }
  .hall-column[data-span="5"] {
    width: 80.6666666667%;
  }
}

.hall-white-box {
  background: white;
  margin-bottom: 25px;
  padding: 20px 26px 30px;
}
@media (min-width: 600px) {
  .hall-white-box {
    margin-bottom: 35px;
    padding: 20px 36px;
  }
}

html {
  box-sizing: border-box;
  font-family: "Montserrat", "Helvetica", Arial, sans-serif;
  font-weight: 300;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: #464646;
  -webkit-font-smoothing: antialiased;
  background-color: #FFF;
}

body {
  margin: 0;
  font-size: 16px;
  position: relative;
}

.slick-track, .slick-list {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}

#primary-menu * {
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -ms-transition: all 0s ease;
  -o-transition: all 0s ease;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  line-height: 1.7;
}

.uppercase {
  text-transform: uppercase;
}

p {
  margin: 0.8em 0;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

abbr,
acronym {
  border-bottom: 1px dotted #464646;
  cursor: help;
}

mark,
ins {
  background: #FFF9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
*,
*:before,
*:after {
  box-sizing: inherit;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

hr {
  background-color: rgba(0, 0, 0, 0.1);
  border: 0;
  height: 2px;
  margin: 30px 0;
  border-radius: 4px;
}

@media (max-width: 769px) {
  hr {
    margin: 18px 0;
  }
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f3eff0;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
  clip: auto !important;
  color: #543D82;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

.ui-button:focus {
  outline: auto;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0;
}

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: block;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
  padding: 0;
}
@media (min-width: 769px) {
  .gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.gallery img {
  width: 100%;
}

.gallery figure {
  margin: 0 0 40px 0;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  background: #FFF;
  margin-bottom: 40px;
}

.white-bg .gallery-item {
  background: #f3eff0;
}

.gray-bg .gallery-item {
  background: #FFF;
}

@media (min-width: 769px) {
  .gallery-columns-1 {
    display: inline;
    float: right;
    margin-left: 20px;
  }
}
.gallery-columns-1 .gallery-caption {
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: 1px;
}
.gallery-columns-1 .gallery-caption h3, .gallery-columns-1 .gallery-caption h4, .gallery-columns-1 .gallery-caption h5 {
  letter-spacing: normal;
  text-transform: none;
}

@media (min-width: 769px) {
  .gallery-columns-1 .gallery-item {
    width: 205px;
  }
}
.gallery-columns-2 .gallery-item {
  width: calc(50% - 20px);
}
@media (min-width: 769px) {
  .gallery-columns-2 .gallery-item {
    flex-direction: column;
    justify-content: space-between;
  }
}
.gallery-columns-2 .gallery-item:after {
  content: "";
  width: calc(50% - 20px);
}
@media (min-width: 769px) and (max-width: 1024px) {
  .gallery-columns-2 .gallery-item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 769px) {
  .gallery-columns-2 .gallery-item {
    width: 100%;
  }
}

.gallery-columns-3:after {
  content: "";
  width: calc(33% - 20px);
}

.gallery-columns-3 .gallery-item {
  width: calc(33% - 20px);
}
@media (min-width: 769px) {
  .gallery-columns-3 .gallery-item {
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .gallery-columns-3 .gallery-item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 769px) {
  .gallery-columns-3 .gallery-item {
    width: 100%;
  }
}

@media (max-width: 769px) {
  .gallery.hall-slick {
    margin: 0 -32px;
  }
  .gallery.hall-slick.gallery-columns-3 .gallery-item {
    width: 200px;
    margin: 0 12px;
  }
  .hall-two-col.gallery-columns-3, .hall-two-col.gallery-columns-4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -32px;
  }
  .hall-two-col.gallery-columns-3 .gallery-item, .hall-two-col.gallery-columns-4 .gallery-item {
    width: calc(50% - 1px);
    flex-direction: column;
    justify-content: space-between;
    margin: 0;
  }
  .hall-two-col.gallery-columns-3 .gallery-item .gallery-caption, .hall-two-col.gallery-columns-4 .gallery-item .gallery-caption {
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1.3;
    letter-spacing: 1px;
  }
  .hall-two-col.gallery-columns-3 .gallery-item .gallery-icon img, .hall-two-col.gallery-columns-4 .gallery-item .gallery-icon img {
    border-bottom: 2px solid #ab9b66;
  }
}
.gallery-columns-4:after {
  content: "";
  width: calc(25% - 15px);
}

.gallery-columns-4 .gallery-item {
  width: calc(25% - 15px);
}
@media (min-width: 769px) and (max-width: 1024px) {
  .gallery-columns-4 .gallery-item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 769px) {
  .gallery-columns-4 .gallery-item {
    width: 100%;
  }
}
.gallery-columns-4 .gallery-item .gallery-caption {
  font-weight: bold;
  font-size: 14px;
  color: #727172;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: 1px;
}
@media (max-width: 769px) {
  .gallery-columns-4 .gallery-item .gallery-caption {
    font-size: 12px;
  }
}
.gallery-columns-4 .gallery-item .gallery-icon img {
  border-bottom: 4px solid #ab9b66;
}
@media (max-width: 769px) {
  .gallery-columns-4 .gallery-item .gallery-icon img {
    border-bottom: 2px solid #ab9b66;
  }
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-icon {
  line-height: 0;
}

.gallery-caption {
  display: block;
  padding: 20px;
}

.wp-caption .wp-caption-text {
  background: #f3eff0;
  margin: 0;
  padding: 0.8075em 0;
}

/****GENERAL STYLES****/
.mobile-only {
  display: none;
}

.tablet-only {
  display: none;
}

.desktop-only {
  display: block;
}

.tablet-and-up {
  display: none;
}

.sr-only {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.display-mobile {
  display: block;
}

@media (max-width: 769px) {
  .mobile-only {
    display: block;
  }
  .tablet-only {
    display: none;
  }
  .desktop-only {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .tablet-only {
    display: block;
  }
  .desktop-only {
    display: none !important;
  }
}
@media (min-width: 770px) {
  .tablet-and-up {
    display: block;
  }
}
.clearfix {
  overflow: auto;
}

.clear {
  clear: both;
}

.padded {
  padding: 0 20px 20px 20px;
}

.center {
  margin: 0 auto;
  text-align: center;
}

.left {
  text-align: left;
}

.block {
  display: block;
}

.bold {
  font-weight: bold;
}

.hide {
  display: none;
}

.show {
  display: block;
}

/******LINKS*****/
a {
  color: #ab9b66;
  text-decoration: underline;
}

a:hover,
a:focus,
a:active {
  color: #ab9b66;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

div[data-rel=ajax-load-more] {
  text-align: center;
}

a.more-link, .related-links a, button.news-load-more__button {
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
  color: #727172;
  border-bottom: 4px solid #ab9b66;
  letter-spacing: 2px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 20px;
}

button.news-load-more__button {
  background-color: transparent;
}

a.more-link:hover, .related-links a:hover {
  color: #ab9b66;
}

.related-links li {
  list-style-type: none;
}

a img:hover {
  opacity: 0.85;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}

@media (max-width: 769px) {
  .related-links li, .related-links h4 {
    text-align: center;
  }
}

.more-link.left {
  margin-right: 30px;
}

.more-link.right {
  margin-left: 30px;
}

a.article-title {
  text-decoration: none;
  font-weight: bold;
  color: #464646;
  cursor: pointer;
}

a.article-title:after {
  font-family: FontAwesome;
  content: "\f054";
  font-size: 10px;
  color: #ab9b66;
  vertical-align: middle;
}

a.article-title:hover {
  color: #ab9b66;
}

/***HEADERS***/
h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", Helvetica, Arial;
  clear: both;
  color: #543D82;
  font-weight: 500;
}

h1 {
  font-size: 40px;
  line-height: normal;
  margin: 15px 0;
  padding: 0 0 10px 0;
}
@media (max-width: 769px) {
  h1 {
    font-size: 25px;
    margin: 0;
    padding: 0;
  }
}

h2 {
  font-size: 37px;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  line-height: 1.2;
}
@media (max-width: 769px) {
  h2 {
    font-size: 22px;
  }
}

h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  line-height: 1.2;
}
@media (max-width: 769px) {
  h3 {
    font-size: 23px;
  }
}

h4 {
  font-size: 21px;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  line-height: 1.2;
}
@media (max-width: 769px) {
  h4 {
    font-size: 23px;
  }
}

h5 {
  font-size: 17px;
  margin: 0 0 10px 0;
  line-height: 1.2;
}
@media (max-width: 769px) {
  h5 {
    font-size: 15px;
  }
}

h1 a, h2 a, h3 a, h4 a, h5 a {
  color: #543D82;
  text-decoration: none;
}

.subheading {
  font-size: 14px;
  color: #727172;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0;
}

.intro-text {
  font-size: 20px;
  line-height: 1.4;
}

.section-intro {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 65px;
}
@media (max-width: 769px) {
  .section-intro {
    margin-bottom: 30px;
  }
}

.uppercase {
  text-transform: uppercase;
}

/**BRAND COLORS**/
.purple {
  color: #543D82;
}

.gold {
  color: #ab9b66;
}

.neutralLight {
  color: #f6f3f3;
}

.neutralDark {
  color: #c3b7bd;
}

.lightGray {
  color: #727172;
}

.darkGray {
  color: #464646;
}

/**COLOR BACKGROUNDS**/
.white-bg {
  background-color: #FFF;
}

.gray-bg {
  background-color: #f3eff0;
}

.purple-bg {
  background-color: #543D82;
}

.gold-bg {
  background-color: #ab9b66;
}

.neutralLight-bg {
  background-color: #f6f3f3;
}

.neutralDark-bg {
  background-color: #c3b7bd;
}

.charcoal-bg {
  background-color: #464646;
}

/**BRUSH STROKE BG**/
.brush-stroke-bg {
  background: #f3eff0 url("/wp-content/themes/Hallmark/images/brush-stroke.png") bottom center no-repeat;
  background-size: 100%;
}

/**BREADCRUMBS**/
#breadcrumbs {
  font-size: 20px; /*font size for separator, see actual text size below**/
  line-height: 15px;
  text-transform: uppercase;
  color: #ab9b66;
  background: #f8f8f8;
  letter-spacing: 0.5px;
}

#breadcrumbs a span {
  font-size: 11px;
  text-decoration: none;
  color: #727172;
}

#breadcrumbs span {
  display: inline-block;
  padding: 0 3px;
  color: #543D82;
  font-size: 11px;
  vertical-align: middle;
}

#breadcrumbs a:hover span {
  color: #ab9b66;
}

#breadcrumbs .content {
  padding: 10px 45px;
}

/**no breadcrumbs on sticky nav**/
.sticky #breadcrumbs {
  display: none;
}

/***********************LAYOUT***************************/
header.site-header {
  background: #FFF;
  width: 100%;
  z-index: 1001;
  position: absolute;
  z-index: 999;
  top: 0;
}

@media (max-width: 1024px) {
  header.site-header {
    min-height: 72px;
  }
  header .constrain {
    padding: 0px;
  }
}
.social-bar {
  background: #543D82;
  padding: 5px 10px;
  color: #FFF;
  font-size: 15px;
  /**for transition**/
  opacity: 1;
  height: 35px;
  overflow: hidden;
}

.social-bar .constrain {
  padding: 0 50px;
}

.social-bar a {
  color: #FFF;
  padding: 0 7px;
}

.social-bar a:hover, .social-bar .fa:hover {
  color: #ab9b66;
}

.social-bar a:first-child {
  padding: 0;
}

.social-bar .fa-search {
  float: right;
  padding-top: 4px;
  cursor: pointer;
}

.social-bar .return-to-main-site {
  float: right;
  text-decoration: none;
}

.fa.fa-search.tablet-only {
  display: none !important;
}

@media (min-width: 1025px) { /**only change desktop sticky header**/
  /**Sticky header**/
  header.site-header.sticky {
    background-color: #543D82;
  }
  header.site-header.sticky .social-bar {
    display: none;
  }
  /**sticky search box**/
  header.site-header.sticky .search-box {
    top: 0;
  }
}
.constrain {
  width: 1025px;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .constrain, .constrain-narrow, .page-head, .gallery {
    width: auto;
  }
}
/**LOGO**/
@media (max-width: 1024px) {
  #logo img {
    max-height: 50px !important;
  }
}
#logo {
  padding: 20px 25px 6px 20px;
  width: 110px;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  #logo {
    padding: 15px 0 0 0;
  }
  #logo img {
    max-width: 100%;
    height: auto;
    width: auto;
  }
}
@media (max-width: 769px) {
  #logo img {
    height: auto;
  }
}
/**MOBILE SEARCH TOGGLE**/
@media (max-width: 1024px) {
  header .fa-search {
    float: right;
    color: #727172;
    font-size: 20px;
    padding: 25px 15px;
  }
}
/**mobile to-top**/
.to-top {
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
  position: fixed;
  right: 15px;
  bottom: 15px;
  background: rgba(195, 183, 189, 0.5);
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 2px;
  font-size: 13px;
  padding: 10px;
  text-align: center;
}

/**button triggered on scroll**/
.to-top.show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/**trigger for showing to-top button on mobile**/
.to-top-trigger {
  position: absolute;
  top: 500px;
  width: 5px;
  height: 5px;
}

/*********
HOME PAGE
********/
.hero {
  width: 100%;
  z-index: 1;
  margin: 0;
  padding: 0;
  background-size: cover;
  background-color: #543D82;
  background-repeat: no-repeat;
  overflow: hidden;
  background-position: center;
  min-height: 355px;
}

.hero img {
  display: block;
  width: 100%;
  height: auto;
}

.hero-content {
  z-index: 2;
  color: #FFF;
  line-height: 1.4;
  font-size: 32px;
  text-align: center;
  width: 600px;
  margin: 90px auto;
}

.hero-content h1 {
  text-align: center;
  font-size: 40px;
  line-height: 1.5;
  color: #FFF;
}

.button.white.hero-btn {
  font-size: 18px;
  letter-spacing: 5px;
  padding: 16px 35px;
  line-height: normal;
}

@media (max-width: 769px) {
  .hero {
    background-attachment: inherit;
    background-size: cover;
    background-position: center;
  }
  .hero h1 {
    font-size: 28px;
    line-height: 1.2;
  }
  .hero-content {
    width: auto;
    margin: 80px 35px;
  }
  .button.white.hero-btn {
    border: 2px solid #FFF;
    padding: 10px 20px;
    font-size: 13px;
  }
}
.tall {
  min-height: 100vh;
}

/**SOCIAL SECTION ACROSS SITE**/
.social-section .fa {
  color: #ab9b66;
  padding: 5px;
  font-size: 24px;
  padding: 5px 10px;
}

.posts-navigation .nav-links .nav-previous {
  text-align: left;
}

.posts-navigation .nav-links .nav-next {
  text-align: right;
}

.sidebar .pod {
  margin: 21px 0;
  padding-bottom: 21px;
  line-height: 1.5;
  border-bottom: 4px solid #f6f3f3;
}

.sidebar .pod:last-child {
  border-bottom: 0px none;
}

.sidebar .pod a {
  color: #543D82;
}

.sidebar .pod hr {
  display: none;
}

.sidebar .pod h2 {
  font-size: 18px;
  margin: 0;
  padding: 0;
}

.sidebar .pod .pod-content {
  font-size: 13px;
}

.sidebar .post-thumbnail {
  min-height: inherit;
  height: auto;
  margin-bottom: 10px;
}

*:focus {
  outline: 0;
} /**chrome blue fuzzy**/
.content {
  padding: 90px 50px;
}
.content.hero-section {
  padding: 65px 50px;
}

.main {
  position: relative;
  top: 205px;
  margin-bottom: 205px;
}

.page-template-text-hero .main, .page-template-template-hero .main {
  top: 205px;
  margin-bottom: 205px;
}

.home .main {
  top: 168px;
  margin-bottom: 168px;
}
@media (max-width: 1024px) {
  .home .main {
    top: 70px;
    margin-bottom: 70px;
  }
}

/**PADDING FOR SMALLER CONTENT AREAS**/
.pad-20 {
  padding: 20px;
}

.pad-40 {
  padding: 40px;
}

.content.hero-section {
  padding: 40px 50px;
}

@media (max-width: 1024px) {
  .main, .page-template-text-hero .main, .page-template-template-hero .main {
    top: 70px;
    margin-bottom: 70px;
  }
}
@media (max-width: 769px) {
  .content {
    padding: 40px 32px;
  }
  .content.hero-section {
    padding: 40px 32px 0 32px;
  }
}
@media (max-width: 769px) and (width: 769px) {
  .content.hero-section {
    padding: 40px 32px;
  }
}
@media (max-width: 769px) {
  .content.hero-section.text-hero {
    padding: 40px 32px;
  }
}
/**********
**BUTTONS**
**********/
.button {
  font-weight: 700;
  background: none;
  cursor: pointer;
}

.button.white {
  color: #FFF;
  border: 4px solid #FFF;
  font-size: 13px;
}

.button.white:hover {
  color: #543D82;
  background: #FFF;
}

.button.purple {
  border: 4px solid #543D82;
  color: #543D82;
}

.button.purple:hover {
  background: #543D82;
  color: #FFF;
}

.button.purple {
  font-size: 13px;
  padding: 13px 15px 12px 15px;
  letter-spacing: 1px;
}

/******
FOOTER
******/
footer.site-footer {
  padding: 0;
  background: #543D82;
  color: #FFF;
  font-size: 12px;
  text-align: left;
}

footer.site-footer a {
  color: #FFF;
  text-decoration: none;
}

footer.site-footer a:hover {
  color: #ab9b66;
}

footer .constrain {
  padding: 40px 50px;
}
@media (max-width: 769px) {
  footer .constrain {
    padding: 32px;
  }
}

@media (max-width: 1024px) {
  footer .three.columns {
    width: 48%;
    margin-left: 0;
    margin-top: 15px;
  }
}
@media (max-width: 769px) {
  footer .three.columns {
    width: 100%;
  }
}

/**social icons in footer**/
.social-icons .fa {
  padding: 8px;
  color: #ab9b66;
  border: 2px solid #ab9b66;
  font-size: 18px;
  border-radius: 100%;
  line-height: 20px;
  width: 40px;
  height: 40px;
  margin-right: 12px;
  text-align: center;
}

.social-icons .fa:hover {
  background: #ab9b66;
  border: 2px solid #ab9b66;
  color: #543D82;
}

.left-footer {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

/**FOOTER NAV**/
.footer-nav {
  text-align: center;
}

.footer-navigation {
  margin: 0 auto;
}

.footer-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: block;
}

.footer-navigation li {
  position: relative;
  text-align: left;
  margin: 0;
}

/**Footer nav title**/
.footer-navigation li:first-child a {
  text-transform: uppercase;
  font-size: 13px;
  border-bottom: 2px solid #ab9b66;
  font-weight: bold;
  letter-spacing: 1px;
}
.footer-navigation li:first-child a:hover {
  color: #FFF;
}

.footer-navigation li a {
  display: inline-block;
  color: #FFF;
  font-size: 12px;
  margin: 5px 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
}

.footer-navigation li a:hover {
  color: #ab9b66;
  border-bottom: 2px solid #ab9b66;
}

.footer-navigation ul ul {
  position: absolute;
  left: 0;
  margin: 0;
  padding: 0;
}

.footer-navigation .sub-menu .current-menu-item > a {
  padding-bottom: inherit;
}

/** No 3rd level nav in footer **/
.footer-navigation ul ul ul {
  display: none;
}

.footer-navigation ul ul li a {
  padding: 3px 3px 3px 0;
  border-bottom: 0px;
  color: #f6f3f3;
  opacity: 0.5;
  text-transform: inherit;
  font-size: 11px;
  margin: 0;
}

.footer-navigation ul ul li a:hover {
  color: #727172;
  opacity: 1;
  border-bottom: 0;
}

/**Mobile footer**/
@media (max-width: 1024px) {
  footer {
    padding: 5px 15px;
  }
  footer.entry-footer {
    padding: 5px 0;
  }
  footer.site-footer .footer-logo {
    width: 75px;
    display: block;
    float: none;
    margin: 0 auto;
  }
  .social-icons {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .footer-navigation li a {
    margin: 0 8px;
  }
  footer.site-footer .domino-light {
    padding: 20px;
  }
  footer .content {
    padding: 0;
  }
  .left-footer {
    border: 0px none;
    text-align: center;
  }
}
.footer-to-top {
  color: #ab9b66;
  font-weight: bold;
  letter-spacing: 2px;
  cursor: pointer;
  width: 200px;
  margin: 0 auto;
}

.footer-to-top:hover, .footer-to-top:focus {
  color: #FFF;
}

footer .copyright {
  background: #d0d0cf;
  color: #543D82;
  padding: 8px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
  font-size: 11px;
}

footer .copyright .constrain {
  padding: 0;
}

footer .copyright a {
  color: #464646;
}

/**legal nav in footer copyright section**/
.legal-nav {
  float: right;
}
@media (min-width: 1024px) {
  .legal-nav {
    margin-right: 50px;
  }
}

.legal-nav ul {
  list-style-type: none;
  display: inline-block;
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .legal-nav ul {
    float: right;
  }
}

.legal-nav ul li {
  float: left;
  margin-right: 30px;
  font-weight: bold;
  margin-bottom: 0;
}
@media (max-width: 769px) {
  .legal-nav ul li {
    margin-right: 12px;
  }
}

.legal-nav ul li:last-child {
  margin-right: 0;
}

/**SIDEBAR**/
#secondary h2.widget-title {
  text-transform: uppercase;
  font-family: "Montserrat";
  letter-spacing: 2px;
  font-size: 22px;
  margin: 0;
}

#secondary ul {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #999;
  font-weight: bold;
}

#secondary ul li {
  margin: 5px 0;
}

#secondary ul li a {
  font-weight: bold;
}

#secondary ul li a:hover {
  color: #ab9b66;
  border-bottom: 4px solid #ab9b66;
}

#secondary .search-field, textarea {
  font-family: "Montserrat";
  letter-spacing: 1px;
  background-color: #e7e9e8;
  color: #a5a5a5;
  font-size: 15px;
  padding: 7px 10px;
  text-transform: uppercase;
  border: 0px none;
  width: 85%;
  float: left;
  margin-bottom: 20px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

#secondary section {
  margin: 15px 0;
}

#secondary .search-submit {
  background: #e7e9e8;
  font-weight: bold;
  font-size: 30px;
  padding: 7px 13px 13px 10px;
  font-family: "Montserrat";
  font-weight: 200;
  color: #464646;
  display: inline-block;
  width: 15%;
  float: right;
  line-height: 19px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

#secondary .search-submit:hover {
  background: #ab9b66;
  color: #FFF;
}

/**BLOG**/
article {
  text-align: justify;
}

article h2 {
  margin: 20px 0 0 0;
  padding: 0;
  color: #429899;
  font-weight: 200;
  font-size: 38px;
  text-align: left;
  font-weight: 700;
}

article li {
  margin-left: 20px;
}

@media (max-width: 769px) {
  article {
    font-size: 16px;
    text-align: left;
  }
  article h2 {
    font-size: 28px;
  }
}
.entry-meta {
  text-transform: uppercase;
  font-family: "Montserrat";
  color: #464646;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.1;
  text-align: left;
}

.byline {
  padding: 5px 0 10px 0;
}

.entry-date {
  color: #464646;
  font-size: 16px;
  font-weight: normal;
}

.single .entry-date {
  color: #FFF;
  font-size: 16px;
  font-weight: normal;
}

.single .entry-meta {
  text-align: left;
  color: rgba(255, 255, 255, 0.6);
}

.single .entry-meta a {
  color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 769px) {
  .byline {
    padding: 0;
  }
}
article.blog-post .entry-content h2 {
  font-size: 20px;
}

.read-more {
  text-align: left;
  margin-top: 10px;
}

.read-more a {
  font-weight: bold;
  text-transform: uppercase;
  color: #543D82;
  position: relative;
  left: 0;
  font-size: 14px;
}

.read-more a:hover {
  color: #ab9b66;
}

.title-label:hover, .title-label:focus {
  color: #FFF;
}

@media (max-width: 769px) {
  .title-label {
    display: none;
  }
}
/**BLOG COMMENTS**/
.entry-footer {
  padding-top: 10px;
}

.entry-footer .categories {
  font-weight: bold;
  color: #727172;
  font-family: Montserrat;
  margin-bottom: 20px;
}

.entry-footer .categories a {
  display: inline-block;
  border: 2px solid #727172;
  color: #727172;
  padding: 1px 5px;
  border-radius: 4px;
  font-weight: bold;
  margin-right: 4px;
  margin-bottom: 3px;
  vertical-align: text-bottom;
  font-size: 11px;
}

.entry-footer .categories a:hover {
  background: #727172;
  color: #FFF;
}

::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

:-moz-placeholder { /* Firefox 18- */
  color: rgba(0, 0, 0, 0.3);
}

::-moz-placeholder { /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.3);
}

:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

input[type=text]:hover, input[type=email]:hover, input[type=tel]:hover, textarea:hover, input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, textarea:focus {
  border-color: #543D82;
}

/**BACKGROUNDS**/
.charcoal-bg {
  background: #464646;
  color: #FFF;
}

.lightest-gray-bg {
  background: #f6f3f3;
  color: #464646;
}

/**licensing pages**/
.single-licensing header.site-header {
  position: inherit;
}
.single-licensing #logo, .single-licensing .fa-search, .single-licensing .menu-toggle {
  display: none;
}
.single-licensing .main {
  top: 0;
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .single-licensing .logo-header {
    padding-top: 20px;
  }
}

.lic-primary {
  position: relative;
}

.lic-media {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
  margin: 0;
}

.lic-media-container {
  max-width: 100%;
  max-height: 250px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 769px) {
  .lic-media-container {
    flex: 1;
    padding-right: 25px;
  }
}
.lic-media-container:last-of-type {
  padding-right: 0px;
}
.lic-media-container img {
  max-width: 100%;
  height: auto;
}

.lic-modal-video {
  width: 100%;
  max-width: 700px;
}

ul.lic-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
}

.lic-logo-container {
  border: 1px solid #DDDDDD;
  max-width: 225px;
  overflow: hidden;
  flex-basis: auto;
  margin: 12px;
  padding: 10px;
}
@media (min-width: 769px) {
  .lic-logo-container {
    flex: 1;
  }
}
.lic-logo-container:last-of-type {
  padding-right: 0;
}
.lic-logo-container img {
  width: 100%;
  height: auto;
}

@media (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    padding: 1.5em 8%;
  }
  .wp-block-media-text.is-stacked-on-mobile .has-large-font-size {
    margin: 0;
  }
  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__media {
    grid-row: 1;
  }
  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
    grid-row: 2;
  }
}

@media (min-width: 1025px) {
  .gallery.layout-3-2-2 :nth-of-type(4),
  .gallery.layout-3-2-2 :nth-of-type(6) {
    margin-left: calc(16.5% + 5px);
  }
  .gallery.layout-3-2-2 :nth-of-type(5),
  .gallery.layout-3-2-2 :nth-of-type(7) {
    margin-right: calc(16.5% + 5px);
  }
}

/****************************PLUGINS**************************/
/**ADDTHIS**/
.addthis_toolbox {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}
@media (max-width: 769px) {
  .addthis_toolbox {
    padding-top: 10px;
  }
}

/**masonry**/
.grid-item {
  width: 33.33333333%;
  margin-right: 0;
  float: left;
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .grid-item {
    width: 42%;
  }
}
@media (max-width: 769px) {
  .grid-item {
    width: 100%;
    margin: 0;
  }
}
.grid-item {
  border-radius: 3px;
  overflow: hidden;
}

/**JUICER**/
.social-section .juicer-feed h1.referral {
  display: none !important;
}

.social-section .juicer-feed ul.j-filters li, .social-section .juicer-feed ul.j-filters li.all {
  font-size: 0;
  background-color: transparent;
  color: #666;
  cursor: pointer;
  width: 60px;
  border-bottom: 0 solid #FFF;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  text-align: center;
  color: #c3b7bd;
}

.social-section .juicer-feed ul.j-filters li:before {
  font-size: 30px;
}

.social-section .juicer-feed ul.j-filters li.all:before {
  content: "ALL";
  font-family: "Montserrat";
  text-transform: uppercase;
  font-size: 18px;
  line-height: 42px;
  font-weight: bold;
}

@media (max-width: 481px) {
  .social-section .juicer-feed ul.j-filters li, .social-section .juicer-feed ul.j-filters li.all {
    width: 20%;
  }
  .social-section .juicer-feed ul.j-filters li:before {
    font-size: 26px;
  }
  .social-section .juicer-feed ul.j-filters li.all:before {
    font-size: 14px;
    line-height: 32px;
  }
}
.social-section .juicer-feed ul.j-filters li.highlight, .social-section .juicer-feed ul.j-filters li:hover {
  color: #543D82;
}

.social-section .juicer-feed ul.j-filters li:hover:after, .social-section .juicer-feed ul.j-filters li.selected:after, .social-section .juicer-feed ul.j-filters li.highlight:after {
  height: 0px;
}

.social-section .j-post-overlay.juicer-feed a.juicer-button {
  border: 3px solid #543D82;
  color: #543D82;
  font-family: "Montserrat";
  text-transform: uppercase;
}

.social-section .juicer-feed * {
  font-family: "Montserrat";
}

.social-section .j-post-overlay.juicer-feed a.juicer-button:hover {
  background: #543D82;
  color: #FFF !important;
}

.social-section .juicer-feed .j-meta a:hover {
  color: #543D82;
}

.j-overlay .j-close {
  transition: none;
}

.social-square {
  padding: 30px;
  background: #543D82;
  color: #FFF;
  font-weight: bold;
}

.social-section .juicer-feed .j-paginate {
  color: #543D82 !important;
  border: 3px solid #543D82 !important;
  font-family: "Montserrat" !important;
  border-radius: 0px !important;
}

.social-section .juicer-feed .j-paginate:hover {
  background: #543D82 !important;
  color: #f6f3f3 !important;
  cursor: pointer;
}

.social-section .juicer-feed .j-loading {
  border: 4px solid #543D82;
}

a.edit {
  display: inline-block;
  padding: 2px 4px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  text-decoration: none;
}

/** Gravity Forms **/
.gform_wrapper {
  font-size: 13px;
}
.gform_wrapper input,
.gform_wrapper textarea,
.gform_wrapper select {
  background: white;
  border: solid 1px #c3b7bd;
  text-transform: none;
}
.gform_wrapper label, .gform_wrapper label.gfield_label, .gform_wrapper .gfield_description {
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 0;
}
.gform_wrapper ul li.gfield,
.gform_wrapper textarea {
  margin-bottom: 35px;
}
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit] {
  color: #543D82;
  text-transform: uppercase;
  font-size: 10px;
  border: solid 2px #543D82;
  padding: 15px 50px;
}
.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type=submit]:hover,
.gform_wrapper .gform_page_footer input.button:hover,
.gform_wrapper .gform_page_footer input[type=submit]:hover {
  color: white;
}
.gform_wrapper select:not([multiple]) {
  -webkit-appearance: button;
  -webkit-border-radius: 0;
  -webkit-padding-end: 20px;
  -webkit-padding-start: 2px;
  -webkit-user-select: none;
  background-image: url(/wp-content/themes/Hallmark/images/form-sprite.svg);
  background-position: right 2px top;
  background-repeat: no-repeat;
  background-size: 29px;
  font-size: inherit;
  overflow: hidden;
  padding: 7px 10px 6px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (max-width: 641px) {
  .gform_wrapper select:not([multiple]) {
    padding: 10px 10px 8px;
    background-position: right 2px top 2px;
  }
}
.gform_wrapper input.datepicker {
  background-image: url(/wp-content/themes/Hallmark/images/form-sprite.svg);
  background-position: right 5px center;
  background-repeat: no-repeat;
  background-size: 29px;
}
.gform_wrapper .gfield_checkbox li label,
.gform_wrapper .gfield_radio li label {
  font-size: inherit;
}
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
  margin-top: 0;
}
@media only screen and (min-width: 641px) {
  .gform_wrapper textarea.medium {
    width: calc(50% - 8px);
  }
}
.gform_wrapper .gsection {
  border-bottom: 0;
  padding-bottom: 0;
}

.ui-datepicker select {
  background: transparent;
}

.search h1 {
  font-size: 28px;
  padding: 0;
  margin: 5px 0 -2px;
}
.search .count {
  font-size: 14px;
}
.search h2 {
  font-size: 22px;
  margin: 0 0 20px 0;
}
.search .results {
  list-style: none;
}
.search .result {
  margin-bottom: 32px;
}
.search .result .left {
  display: inline-block;
  vertical-align: top;
  padding-right: 25px;
  font-size: 0;
  line-height: 0;
}
.search .result .right {
  display: inline-block;
  vertical-align: top;
}
.search .result a {
  text-decoration: none;
  color: #464646;
}
.search .result h3 {
  color: #464646;
  font-size: 13px;
  display: inline-block;
}
.search .result h3:after {
  content: "›";
  color: #ab9b66;
  font-size: 25px;
  font-weight: 300;
  position: relative;
  top: 2px;
  line-height: 0;
  left: 2px;
}
.search .placeholder {
  background: #d0d0cf;
  padding: 10px 2px;
}
.search .more {
  border-width: 2px;
  font-weight: normal;
  padding: 8px 35px;
  font-size: 10px;
}
.search .more:after {
  content: "▾";
  display: block;
  line-height: 4px;
}

.search-results {
  padding-bottom: 90px;
}
.search-results .summary {
  padding-bottom: 0;
}
.search-results section.content {
  padding-top: 45px;
  padding-bottom: 0;
}
.search-results section.content:last-of-type {
  padding-bottom: 0;
}
.search-results section.content:not(:last-of-type):after {
  content: "";
  display: block;
  padding-top: 25px;
  border-bottom: solid 2px #d0d0cf;
}

.news.result .date {
  font-size: 12px;
  text-transform: uppercase;
  color: #727172;
}
.media.results {
  font-size: 0;
  line-height: 0;
}

.media.result {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 426px) and (max-width: 623px) {
  .media.result {
    width: 50%;
  }
  .media.result:nth-of-type(2n) {
    text-align: right;
  }
}
@media (min-width: 623px) and (max-width: 820px) {
  .media.result {
    width: 33%;
  }
  .media.result:nth-of-type(3n-1) {
    text-align: center;
  }
  .media.result:nth-of-type(3n) {
    text-align: right;
  }
}
@media (min-width: 820px) {
  .media.result {
    text-align: right;
    width: calc((100% - 160px) / 3);
  }
  .media.result:nth-of-type(4n-3) {
    width: 160px;
    text-align: left;
  }
}
.media.result a {
  display: inline-block;
  width: 160px;
  min-height: 250px;
  text-decoration: none;
  text-align: left;
  overflow: hidden;
}
.media.result .icon {
  font-size: 100px;
  line-height: 100px;
  margin-top: 60px;
}
.media.result h3 {
  margin-top: 15px;
  line-height: 1.5em;
  margin-bottom: 0;
  padding-bottom: 0;
}

.search-form {
  position: relative;
  margin: 0;
}
.search-form .search-field {
  background: #f3eff0;
  border: 1px solid rgba(0, 0, 0, 0.05);
  color: #464646;
  width: 100%;
  font-size: 20px;
  font-weight: 200;
  padding-right: 70px; /**space for submit button**/
  padding-left: 20px;
}
@media (max-width: 1024px) {
  .search-form .search-field {
    font-size: 16px;
    padding: 16px 70px 15px 16px;
    border-radius: 0;
    -webkit-appearance: none;
  }
}
.search-form .search-field:hover {
  border: 1px solid #543D82;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.search-form .search-submit {
  content: "›";
  color: white;
  background: #543D82;
  display: block;
  width: 56px;
  height: 56px;
  font-size: 50px;
  line-height: 23px;
  padding: 0 15px 12px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 400;
  letter-spacing: 2px;
  box-sizing: border-box;
  border-radius: 0px;
}
@media (max-width: 1024px) {
  .search-form .search-submit {
    width: 60px;
    height: 60px;
  }
}
.search-form .search-submit:hover {
  background: #ab9b66;
}

.search-box {
  position: absolute;
  top: 35px;
  left: 0;
  z-index: 999;
  background: #FFF;
  opacity: 0;
  height: 0;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 1024px) {
  .search-box {
    top: 63px;
  }
}
.search-box .constrain {
  padding: 0 50px;
}
@media (max-width: 1024px) {
  .search-box .constrain {
    padding: 0;
  }
}
.search-box .fa-close {
  cursor: pointer;
}
.search-box .close-search {
  margin-top: 10px;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .search-results .search-form {
    margin-top: 5px;
  }
}
.search-results .search-field {
  background: white;
  border: 1px solid #c3b7bd;
}

/**Search box toggle transition*/
.fade-in {
  height: auto;
  padding: 32px;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .fade-in {
    padding: 15px;
  }
}

@media (min-width: 800px) {
  body.attachment .left {
    display: inline-block;
    vertical-align: top;
    margin-right: 24px;
  }
  body.attachment .left .icon.fa {
    font-size: 90px;
  }
  body.attachment .right {
    display: inline-block;
    vertical-align: top;
  }
}
body.attachment .email-capture h4 {
  font-size: 15px;
  font-weight: 300;
  color: initial;
  margin: 10px 0 0;
  max-width: 220px;
}
body.attachment .email-capture input {
  width: 220px;
  max-width: 100%;
  margin-bottom: 10px;
  background: white;
}
body.attachment .email-capture input:not(:focus) {
  border: solid 1px transparent;
}
body.attachment .tags span {
  display: inline-block;
  color: white;
  background: #543D82;
  padding: 3px 8px;
  margin: 3px 8px 3px 0;
  border-radius: 4px;
  font-size: 12px;
}

.sec-teas {
  font-size: 0;
  line-height: 0;
  margin: 32px -32px 0;
}
@media (min-width: 526px) {
  .sec-teas {
    margin: 32px -32px 0 0;
  }
}
.sec-teas li {
  display: inline-block;
  vertical-align: top;
  width: calc(25% - 32px);
  margin: 0 32px 32px 0;
  text-align: center;
}
@media (min-width: 526px) and (max-width: 773px) {
  .sec-teas li {
    width: calc(33% - 32px);
  }
}
@media (max-width: 526px) {
  .sec-teas li {
    width: 50%;
    max-width: 215px;
    margin: 0 0 4px;
    padding: 0 2px 0 0;
  }
  .sec-teas li:nth-of-type(2n) {
    padding: 0 0 0 2px;
  }
}
@media (min-width: 773px) {
  .sec-teas.max-columns-3 {
    max-width: calc(75% + 32px);
    margin: 32px auto 0;
  }
}
@media (min-width: 773px) {
  .sec-teas.max-columns-3 li {
    width: calc(33% - 32px);
  }
}
.sec-teas .placeholder-outer {
  background: #f6f3f3;
  padding: 20% 10% 22%;
}
.sec-teas a {
  text-decoration: none;
}
.sec-teas h3 {
  display: block;
  height: 60px;
  padding: 0;
  margin: 0;
  background: #f6f3f3;
  border-top: solid 4px #ab9b66;
}
.sec-teas span {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  color: #727172;
  transform: translateY(-50%);
  position: relative;
  top: 50%;
  padding: 0 15px;
}
@media (min-width: 649.5px) and (max-width: 773px) {
  .sec-teas span {
    font-size: 14px;
  }
}
@media (min-width: 896.5px) {
  .sec-teas span {
    font-size: 14px;
  }
}

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