.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.element-invisible,
.visuallyhidden {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}
.element-invisible.focusable,
.visuallyhidden.focusable {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}
.element-invisible.focusable:active,
.element-invisible.focusable:focus,
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    position: static !important;
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto;
}
.element-visible {
    position: static !important;
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto;
}
.hide {
    display: none;
}
.show {
    display: block;
}
.invisible {
    visibility: hidden;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}
.clear,
.system-messages {
    clear: both;
}
.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.muted {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    display: inline-block;
}
.element-inline-block {
    display: inline-block;
}
.columns-2 {
    margin-top: 0;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    list-style-type: none;
}
.columns-3 {
    margin-top: 0;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    list-style-type: none;
}
@keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
a {
    background: transparent;
}
a:focus {
    outline: thin dotted;
}
a:active,
a:hover {
    outline: 0;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
mark {
    background: #ff0;
    color: #000;
}
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}
pre {
    white-space: pre-wrap;
}
q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}
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: 0;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}
button,
input {
    line-height: normal;
}
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;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.input_tiny {
    width: 50px;
}
.input_small {
    width: 100px;
}
.input_medium {
    width: 150px;
}
.input_large {
    width: 200px;
}
.input_xlarge {
    width: 250px;
}
.input_xxlarge {
    width: 300px;
}
input[type="search"]::-webkit-search-decoration {
    display: none;
}
input:invalid,
button:invalid,
a.button:invalid,
.entity-content-box a.form-submit:invalid,
select:invalid,
textarea:invalid {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
input:focus,
button:focus,
a.button:focus,
.entity-content-box a.form-submit:focus,
select:focus,
textarea:focus {
    -moz-box-shadow: #0066ff 0 0 5px 0;
    -webkit-box-shadow: #0066ff 0 0 5px 0;
    box-shadow: #0066ff 0 0 5px 0;
    z-index: 1;
}
input[type="file"]:focus,
input[type="file"]:active,
input[type="radio"]:focus,
input[type="radio"]:active,
input[type="checkbox"]:focus,
input[type="checkbox"]:active {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
button,
a.button,
.entity-content-box a.form-submit,
input[type="reset"],
input[type="submit"],
input[type="button"] {
    -webkit-appearance: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -moz-linear-gradient(#ffffff, #dddddd);
    background-image: -webkit-linear-gradient(#ffffff, #dddddd);
    background-image: linear-gradient(#ffffff, #dddddd);
    border: 1px solid;
    border-color: #ddd #bbb #999;
    cursor: pointer;
    color: #333;
    display: inline-block;
    outline: 0;
    overflow: visible;
    margin: 0;
    padding: 3px 10px;
    text-shadow: white 0 1px 1px;
    text-decoration: none;
    vertical-align: top;
    width: auto;
    font: bold 12px/1.3 "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif;
    background: #dddddd url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAAAAADhgtq/AAAAHElEQVQoz2P8z4ADsOCW+UeGnsFs2nDzz5AMHQA+JRlAyyOraAAAAABJRU5ErkJggg==) repeat-x;
}
button:hover,
a.button:hover,
.entity-content-box a.form-submit:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMXB4IiBzdG9wLWNvbG9yPSIjZWVlZWVlIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjY2NjY2NjIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -moz-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
    background-image: -webkit-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
    background-image: linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
    text-decoration: none;
}
button:active,
a.button:active,
.entity-content-box a.form-submit:active,
input[type="reset"]:active,
input[type="submit"]:active,
input[type="button"]:active {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -moz-linear-gradient(#dddddd, #eeeeee);
    background-image: -webkit-linear-gradient(#dddddd, #eeeeee);
    background-image: linear-gradient(#dddddd, #eeeeee);
    -moz-box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
    -webkit-box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
    box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
    border-color: #999 #bbb #ddd;
}
button::-moz-focus-inner,
a.button::-moz-focus-inner,
.entity-content-box a.form-submit::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    background-color: white;
    border: 1px solid;
    border-color: #848484 #c1c1c1 #e1e1e1;
    color: black;
    outline: 0;
    margin: 0;
    padding: 2px 3px;
    text-align: left;
    font-size: 13px;
    height: 1.8em;
    vertical-align: top;
    font-family: Arial, "Liberation Sans", FreeSans, sans-serif;
}
textarea[disabled],
select[disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="email"][disabled],
input[type="month"][disabled],
input[type="number"][disabled],
input[type="password"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="text"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
input[type="week"][disabled] {
    background-color: #eee;
}
button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled],
a.button_disabled {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    color: #888;
    cursor: default;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #888;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #888;
}
input.placeholder_text,
textarea.placeholder_text {
    color: #888;
}
textarea,
select[size],
select[multiple] {
    height: auto;
}
select[size="0"],
select[size="1"] {
    height: 1.8em;
}
@media (-webkit-min-device-pixel-ratio: 0) {
    select[size],
    select[multiple],
    select[multiple][size] {
        background-image: none;
        padding-right: 3px;
    }
    select,
    select[size="0"],
    select[size="1"] {
        background-image: url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);
        background-repeat: no-repeat;
        background-position: right center;
        padding-right: 20px;
    }
    ::-webkit-validation-bubble-message {
        -webkit-box-shadow: none;
        box-shadow: none;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666666), color-stop(1, black));
        border: 0;
        color: white;
        font: 13px/17px "Lucida Grande", Arial, "Liberation Sans", FreeSans, sans-serif;
        overflow: hidden;
        padding: 15px 15px 17px;
        text-shadow: black 0 0 1px;
        min-height: 16px;
    }
    ::-webkit-validation-bubble-arrow,
    ::-webkit-validation-bubble-top-outer-arrow,
    ::-webkit-validation-bubble-top-inner-arrow {
        -webkit-box-shadow: none;
        box-shadow: none;
        background: #666;
        border-color: #666;
    }
}
textarea {
    min-height: 40px;
    overflow: auto;
    resize: vertical;
    width: 100%;
}
optgroup {
    color: black;
    font-style: normal;
    font-weight: normal;
    font-family: Arial, "Liberation Sans", FreeSans, sans-serif;
}
optgroup::-moz-focus-inner {
    border: 0;
    padding: 0;
}
@font-face {
    font-family: "snd-icon";
    src: url(/sites/all/themes/custom/sandler_theme/icons/icon-sandler.eot?66491184);
    src: url(/sites/all/themes/custom/sandler_theme/icons/icon-sandler.eot?66491184#iefix) format("embedded-opentype"), url(/sites/all/themes/custom/sandler_theme/icons/icon-sandler.woff?66491184) format("woff"), url(/sites/all/themes/custom/sandler_theme/icons/icon-sandler.ttf?66491184) format("truetype"), url(/sites/all/themes/custom/sandler_theme/icons/icon-sandler.svg?66491184#snd-icon) format("svg");
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"]:before,
.site-header--prefix .block-search .form-actions:before,
.storelocator-panel .storelocator-filter .location-search .form-item:before,
.storelocator-panel .storelocator-filter .feature-filter label:before,
.read-more:before,
.read-more-small:before,
.node-sandler-franchise-location .view-details > a:before,
.blog-teaser__read-more:before,
.field.field-name-node-link a:before,
.arrow-left:before,
.arrow-right:before,
.pager.pager-load-more a:before,
[class*=" icon-"]:before {
    font-family: "snd-icon";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
}
[class^="icon-"]:hover,
.site-header--prefix .block-search .form-actions:hover,
.storelocator-panel .storelocator-filter .location-search .form-item:hover,
.storelocator-panel .storelocator-filter .feature-filter label:hover,
.read-more:hover,
.read-more-small:hover,
.node-sandler-franchise-location .view-details > a:hover,
.blog-teaser__read-more:hover,
.field.field-name-node-link a:hover,
.arrow-left:hover,
.arrow-right:hover,
.pager.pager-load-more a:hover,
[class^="icon-"]:active,
.site-header--prefix .block-search .form-actions:active,
.storelocator-panel .storelocator-filter .location-search .form-item:active,
.storelocator-panel .storelocator-filter .feature-filter label:active,
.read-more:active,
.read-more-small:active,
.node-sandler-franchise-location .view-details > a:active,
.blog-teaser__read-more:active,
.field.field-name-node-link a:active,
.arrow-left:active,
.arrow-right:active,
.pager.pager-load-more a:active {
    color: #2e3191;
    text-decoration: none;
    border-bottom: 0;
}
.icon-ok:before {
    content: "\e800";
}
.icon-right-open:before,
.read-more:before,
.read-more-small:before,
.node-sandler-franchise-location .view-details > a:before,
.blog-teaser__read-more:before,
.field.field-name-node-link a:before,
.arrow-right:before {
    content: "\e801";
}
.icon-up-open:before {
    content: "\e802";
}
.icon-left-open:before,
.arrow-left:before {
    content: "\e803";
}
.icon-down-open:before {
    content: "\e804";
}
.icon-youtube:before {
    content: "\e805";
}
.icon-wordpress:before {
    content: "\e806";
}
.icon-skype:before {
    content: "\e807";
}
.icon-twitter:before {
    content: "\e808";
}
.icon-gplus:before {
    content: "\e809";
}
.icon-linkedin:before {
    content: "\e80a";
}
.icon-facebook:before {
    content: "\e80b";
}
.icon-menu:before {
    content: "\e80c";
}
.icon-spin5:before {
    content: "\e80d";
}
.icon-heart-empty:before {
    content: "\e80e";
}
.icon-heart:before {
    content: "\e80f";
}
.icon-star-empty:before {
    content: "\e810";
}
.icon-star:before {
    content: "\e811";
}
.icon-star-half:before {
    content: "\e812";
}
.icon-star-half-alt:before {
    content: "\e813";
}
.icon-block:before {
    content: "\e814";
}
.icon-cancel:before {
    content: "\e815";
}
.icon-mail:before {
    content: "\e816";
}
.icon-cog:before {
    content: "\e817";
}
.icon-rss:before {
    content: "\e818";
}
.icon-phone:before {
    content: "\e819";
}
.icon-arrows-cw:before,
.pager.pager-load-more a:before {
    content: "\e81a";
}
.icon-share:before {
    content: "\e81b";
}
.icon-location:before {
    content: "\e81c";
}
.icon-spin3:before {
    content: "\e81d";
}
.icon-angle-left:before {
    content: "\e81e";
}
.icon-angle-right:before {
    content: "\e81f";
}
.icon-angle-up:before {
    content: "\e820";
}
.icon-angle-down:before {
    content: "\e821";
}
.icon-award:before,
.storelocator-panel .storelocator-filter .feature-filter label:before {
    content: "\e822";
}
.icon-search:before,
.storelocator-panel .storelocator-filter .location-search .form-item:before {
    content: "\e823";
}
.icon-instagram:before {
    content: "\e824";
}
.icon-pinterest-circled:before {
    content: "\e825";
}
.icon-basket:before {
    content: "\e826";
}
.icon-cw:before {
    content: "\e827";
}
.icon-ccw:before {
    content: "\e828";
}
html {
    box-sizing: border-box;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}
html {
    overflow-y: scroll;
}
body {
    padding: 0;
    margin: 0;
    background: white;
}
table.borderless {
    border: 0;
}
table.borderless tbody,
table.borderless td {
    border: 0;
}
.cke_editable table.borderless {
    border: 1px silver dashed;
}
.cke_editable table.borderless td {
    border: 1px silver dashed;
}
button,
a.button,
.entity-content-box a.form-submit,
input[type="reset"],
input[type="submit"],
input[type="button"] {
    padding: 11px 16px 10px 16px;
    border-color: #c8a44c;
    background: #f1c351;
    color: #333333;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZTRhZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YxYzM1MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -moz-linear-gradient(top, #f9e4af, #f1c351);
    background: -webkit-linear-gradient(top, #f9e4af, #f1c351);
    background: linear-gradient(to bottom, #f9e4af, #f1c351);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f9e4af', endColorstr='#f1c351', GradientType=$ie-direction);
    background-color: #f9e4af;
    font-size: 14px;
    line-height: 12px;
    text-shadow: none;
}
button:hover,
button:focus,
a.button:hover,
.entity-content-box a.form-submit:hover,
a.button:focus,
.entity-content-box a.form-submit:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="button"]:focus {
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxYzM1MSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y5ZTRhZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -moz-linear-gradient(top, #f1c351, #f9e4af);
    background: -webkit-linear-gradient(top, #f1c351, #f9e4af);
    background: linear-gradient(to bottom, #f1c351, #f9e4af);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f1c351', endColorstr='#f9e4af', GradientType=$ie-direction);
    background-color: #f1c351;
    border-color: #c8a44c;
    color: #333333;
}
button:active,
a.button:active,
.entity-content-box a.form-submit:active,
input[type="reset"]:active,
input[type="submit"]:active,
input[type="button"]:active {
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxYzM1MSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y5ZTRhZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -moz-linear-gradient(top, #f1c351, #f9e4af);
    background: -webkit-linear-gradient(top, #f1c351, #f9e4af);
    background: linear-gradient(to bottom, #f1c351, #f9e4af);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f1c351', endColorstr='#f9e4af', GradientType=$ie-direction);
    background-color: #f1c351;
}
a.button:active,
.entity-content-box a.form-submit:active {
    color: #333333;
}
a.button:active,
.entity-content-box a.form-submit:active,
a.button:focus,
.entity-content-box a.form-submit:focus {
    text-decoration: none;
}
#edit-preview {
    background: none;
    border: none;
    text-decoration: underline;
}
textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
    height: auto;
    max-width: 100%;
    padding: 5px 16px 5px 5px;
    border: 1px solid;
    border-color: #cccccc;
    font-size: inherit;
    color: black;
    font-family: inherit;
    line-height: 17px;
    border-radius: 4px;
}
img,
video {
    display: block;
    height: auto;
    max-width: 100%;
    -ms-interpolation-mode: bicubic;
}
.ie8 img,
.ie8 video {
    width: auto;
}
figure > img {
    display: block;
}
.circle img {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
a {
    color: #0050ab;
    text-decoration: none;
    -moz-transition: color 0.3s, background 0.3s, padding 0.3s;
    -webkit-transition: color 0.3s, background 0.3s, padding 0.3s;
    transition: color 0.3s, background 0.3s, padding 0.3s;
}
a:hover,
a:active,
a:focus {
    color: #2e3191;
    text-decoration: underline;
}
a:hover.icon,
a:active.icon,
a:focus.icon {
    text-decoration: none;
}
a:focus {
    outline: none;
}
a:visited {
    color: #2e3191;
}
.current > a,
.active > a {
    text-decoration: underline;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}
h1 a:hover,
h1 a:active,
h1 a:focus,
h2 a:hover,
h2 a:active,
h2 a:focus,
h3 a:hover,
h3 a:active,
h3 a:focus,
h4 a:hover,
h4 a:active,
h4 a:focus,
h5 a:hover,
h5 a:active,
h5 a:focus,
h6 a:hover,
h6 a:active,
h6 a:focus {
    color: #2e3191;
}
html,
button,
input,
select,
textarea {
    color: #333333;
    font-family: "Helvetica Neue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
textarea {
    color: inherit;
}
html {
    font-size: 1em;
    line-height: 1.4666666667em;
    font-size: 15px;
}
h1 {
    font-size: 3em;
    line-height: 0.9777777778em;
    margin-bottom: 0.7910222222em;
}
h2 {
    font-size: 2em;
    line-height: 1.3566666667em;
    margin-bottom: 0.7910222222em;
}
h3 {
    font-size: 1.146em;
    line-height: 2.3676556137em;
    margin-bottom: 0.7910222222em;
}
h3.kicker,
.blog-teaser--featured__higlight,
.entity-content-box h3.kicker,
.block-menu-block .block-title {
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 14px;
    font-weight: bold;
    color: #f1c351;
    text-transform: uppercase;
}
h4 {
    font-size: 1em;
    line-height: 2.7133333333em;
    margin-bottom: 0.7910222222em;
}
h5 {
    font-size: 1em;
    line-height: 2.7133333333em;
    margin-bottom: 0.7910222222em;
}
h6 {
    font-size: 1em;
    line-height: 2.7133333333em;
    margin-bottom: 0.7910222222em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: normal;
    color: black;
    margin-top: 0;
}
hgroup h1,
hgroup h2,
hgroup h3,
hgroup h4,
hgroup h5,
hgroup h6 {
    margin-bottom: 0;
}
h1 b,
h1 strong,
h2 b,
h2 strong,
h3 b,
h3 strong,
h4 b,
h4 strong,
h5 b,
h5 strong,
h6 b,
h6 strong {
    font-weight: normal;
}
h1,
h2 {
    font-family: "Helvetica Neue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: inherit;
}
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: normal;
    color: black;
}
h4 {
    font-weight: bold;
}
hgroup {
    margin-bottom: 0.55em;
}
.micro {
    font-size: 0.5em;
    line-height: 2.9333333333em;
}
.small {
    font-size: 0.7em;
    line-height: 2.0952380952em;
}
.huge {
    font-size: 3em;
    line-height: 1.4666666667em;
}
.mega {
    font-size: 4.5em;
    line-height: 1.3037037037em;
}
.giga {
    font-size: 6em;
    line-height: 1.2222222222em;
}
p,
pre {
    margin: 0;
}
p.normal,
pre.normal {
    margin: 1em 0;
}
p + p,
p + pre,
pre + p,
pre + pre,
p + h2,
p + h3,
p + h4,
p + h5,
p + h6 {
    margin: 1.125em 0 0.4411764706em;
}
.lead,
h1 + p,
h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p {
    margin-bottom: 0;
}
blockquote {
    margin-left: 0;
}
blockquote p {
    margin-bottom: 0;
    font-weight: 300;
    line-height: 27.5px;
}
blockquote footer,
blockquote small {
    display: block;
    line-height: 22px;
    color: silver;
}
ul,
ol,
dl,
menu {
    margin: 0.7333333333em 0;
    padding: 0;
}
.node ul,
.node ol,
.node dl,
.cke_editable ul,
.cke_editable ol,
.cke_editable dl {
    list-style-position: outside;
    margin-left: 1em;
}
ul ul,
ul ol,
ol ol,
ol ul {
    margin-bottom: 0;
}
li {
    padding-bottom: 2em;
    line-height: 22px;
}
.main-content li {
    padding-bottom: 0.5em;
}
dl {
    padding: 0;
}
dd {
    margin: 0 0 0 1.125em;
}
ul.unstyled,
ol.unstyled,
nav ul,
nav ol {
    margin-left: 0;
    list-style: none;
    list-style-image: none;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid silver;
    margin: 0 0 1.125em;
    padding: 0;
}
address {
    display: block;
    margin-bottom: 1.125em;
    font-style: normal;
    line-height: 22px;
}
::-moz-selection {
    background: #78b7ff;
    text-shadow: none;
}
::selection {
    background: #78b7ff;
    text-shadow: none;
}
.caps {
    text-transform: uppercase;
}
#autocomplete {
    border: 1px solid;
    overflow: hidden;
    position: absolute;
    z-index: 100;
}
#autocomplete ul {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}
#autocomplete li {
    background: #fff;
    color: #000;
    cursor: default;
    white-space: pre;
    zoom: 1;
}
html.js input.form-autocomplete {
    background-image: url(/sites/all/themes/custom/sandler_theme/images/throbber-inactive.gif);
    background-position: 98% 50%;
    background-repeat: no-repeat;
}
html.js input.throbbing {
    background-image: url(/sites/all/themes/custom/sandler_theme/images/throbber-active.gif);
}
html.js fieldset.collapsed {
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    height: 1em;
}
html.js fieldset.collapsed .fieldset-wrapper {
    display: none;
}
fieldset.collapsible {
    position: relative;
}
fieldset.collapsible .fieldset-legend {
    display: block;
}
.form-textarea-wrapper textarea {
    display: block;
    margin: 0;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.resizable-textarea .grippie {
    background: #eeeeee url(/sites/all/themes/custom/sandler_theme/images/drupal/grippie.png) no-repeat center 2px;
    border: 1px solid #ddd;
    border-top-width: 0;
    cursor: s-resize;
    height: 9px;
    overflow: hidden;
}
body.drag {
    cursor: move;
}
.draggable a.tabledrag-handle {
    cursor: move;
    float: left;
    height: 1.7em;
    margin-left: -1em;
    overflow: hidden;
    text-decoration: none;
}
a.tabledrag-handle:hover {
    text-decoration: none;
}
a.tabledrag-handle .handle {
    background: url(/sites/all/themes/custom/misc/draggable.png) no-repeat 6px 9px;
    height: 13px;
    margin: -0.4em 0.5em;
    padding: 0.42em 0.5em;
    width: 13px;
}
a.tabledrag-handle-hover .handle {
    background-position: 6px -11px;
}
div.indentation {
    float: left;
    height: 1.7em;
    margin: -0.4em 0.2em -0.4em -0.4em;
    padding: 0.42em 0 0.42em 0.6em;
    width: 20px;
}
div.tree-child {
    background: url(/sites/all/themes/custom/misc/tree.png) no-repeat 11px center;
}
div.tree-child-last {
    background: url(/sites/all/themes/custom/misc/tree-bottom.png) no-repeat 11px center;
}
div.tree-child-horizontal {
    background: url(/sites/all/themes/custom/misc/tree.png) no-repeat -11px center;
}
.tabledrag-toggle-weight-wrapper {
    text-align: right;
}
table.sticky-header {
    background-color: #fff;
    margin-top: 0;
}
html body.logged-in.admin-menu {
    margin-top: 41px !important;
}
.progress .bar {
    background-color: #fff;
    border: 1px solid;
}
.progress .filled {
    background-color: #000;
    height: 1.5em;
    width: 5px;
}
.progress .percentage {
    float: right;
}
.ajax-progress {
    display: inline-block;
}
.ajax-progress .throbber {
    background: transparent url(/sites/all/themes/custom/misc/throbber.gif) no-repeat 0px -18px;
    float: left;
    height: 15px;
    margin: 2px;
    width: 15px;
}
.ajax-progress .message {
    padding-left: 20px;
}
tr .ajax-progress .throbber {
    margin: 0 2px;
}
.ajax-progress-bar {
    width: 16em;
}
.container-inline div,
.container-inline label {
    display: inline;
}
.container-inline .fieldset-wrapper {
    display: block;
}
.nowrap {
    white-space: nowrap;
}
html.js .js-hide {
    display: none;
}
.element-hidden {
    display: none;
}
.element-invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
}
.element-invisible.element-focusable:active,
.element-invisible.element-focusable:focus {
    position: static !important;
    clip: auto;
    overflow: visible;
    height: auto;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
* html .clearfix {
    height: 1%;
}
*:first-child + html .clearfix {
    min-height: 1%;
}
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
    border-width: 1px;
}
ul.menu {
    border: none;
    list-style: none;
    text-align: left;
}
ul.menu li {
    list-style: none;
}
li.expanded,
li.collapsed,
li.leaf {
    padding: 0.2em 0.5em 0 0;
    margin: 0;
}
li a.active {
    color: #000;
}
td.menu-disabled {
    background: #ccc;
}
ul.inline,
ul.links.inline {
    display: inline;
    padding-left: 0;
    margin-left: 0;
}
ul.inline li {
    display: inline;
    list-style-type: none;
}
ul.inline li + li {
    padding: 0 0 0 0.5em;
}
.breadcrumb {
    padding-bottom: 0.5em;
}
ul.tabs {
    white-space: nowrap;
    list-style: none;
}
ul.tabs.primary {
    border-bottom: 1px solid darkgray;
    border-collapse: collapse;
    height: auto;
    line-height: normal;
    padding: 0 0 0 1em;
}
ul.tabs.primary li {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    padding: 0;
}
ul.tabs.primary li + li {
    margin: 0;
}
ul.tabs.primary li a {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    background-color: gainsboro;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    height: auto;
    margin-right: 0.5em;
    padding: 0.5em 1em;
    text-decoration: none;
    color: black;
}
ul.tabs.primary li.active a {
    background-color: darkgray;
    color: white;
}
ul.tabs.primary li a:hover {
    background-color: silver;
    color: black;
}
ul.tabs.secondary {
    padding-left: 0;
}
ul.tabs.secondary li {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}
ul.tabs.secondary li a {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    background-color: gainsboro;
    color: black;
    font-weight: bold;
    margin: 0 0.2em 0.2em 0;
    padding: 0.3em 0.75em;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
ul.tabs.secondary li.active a {
    background-color: darkgray;
    color: white;
}
ul.tabs.secondary li a:hover {
    background-color: silver;
    color: black;
}
.messages {
    background-position: 8px 8px;
    background-repeat: no-repeat;
    border: 1px solid;
    margin: 0.3em 0;
    padding: 0.7em 0.7em 0.7em 50px;
}
.messages ul {
    margin: 0 0 0 1em;
    padding: 0;
}
.messages ul li {
    list-style-image: none;
    padding-bottom: 0;
}
.messages .placeholder {
    word-break: break-word;
}
.status {
    background-image: url(/misc/message-24-ok.png);
    border-color: #bbee77;
    color: #234600;
}
.ok {
    color: #234600;
}
.status,
table tr.ok {
    background-color: #f8fff0;
}
.warning {
    background-image: url(/misc/message-24-warning.png);
    border-color: #eedd55;
    color: #884400;
}
.warning {
    color: #884400;
}
div.warning,
table tr.warning {
    background-color: #fffce5;
}
div.error {
    background-image: url(/misc/message-24-error.png);
    border-color: #ed541d;
    color: #8c2e0b;
}
.error {
    color: #8c2e0b;
}
div.error,
table tr.error {
    background-color: #fef5f1;
}
div.error p.error {
    color: #333333;
}
.node > .grid-3 div.messages {
    background-image: none;
    padding: .7em;
}
.node > .grid-3 div.messages > ul {
    list-style-type: none;
    margin: 0;
}
.node > .grid-3 div.messages > ul > li {
    margin-top: .5em;
}
.node > .grid-3 div.messages > ul > li:first-child {
    margin-top: 0;
}
.comments-wrapper {
    margin-top: 1em;
}
.indented {
    margin-left: 2em;
}
.comment-unpublished {
    background-color: #fff4f4;
}
.comment-preview {
    background-color: #ffffea;
}
.node-unpublished {
    background-color: #fff4f4;
}
.preview .node {
    background-color: #ffffea;
}
td.revision-current {
    background: #ffffcc;
}
.panel-pane .admin-links {
    font-size: xx-small;
    margin-right: 1em;
}
.panel-pane .admin-links li a {
    color: #ccc;
}
.panel-pane .admin-links li {
    padding-bottom: 2px;
    background: white;
    z-index: 201;
}
.panel-pane .admin-links:hover a,
.panel-pane .admin-links-hover a {
    color: #000;
}
.panel-pane .admin-links a:before {
    content: "[";
}
.panel-pane .admin-links a:after {
    content: "]";
}
.panel-pane .panel-hide {
    display: none;
}
.panel-pane .panel-hide-hover,
.panel-pane:hover .panel-hide {
    display: block;
    position: absolute;
    z-index: 200;
    margin-top: -1.5em;
}
.panel-2cols-stacked > div {
    margin-top: 50px;
}
.panel-2cols-stacked > div:first-child {
    margin-top: 0;
}
.panel-2cols-stacked .right {
    float: right;
    text-align: right;
}
.field-type-addressfield {
    font-size: 16px;
    line-height: 24px;
}
footer .field-type-addressfield {
    color: #999999;
    width: auto;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
}
.field-type-addressfield .name-block:first-child {
    font-weight: bold;
}
.field-type-addressfield .street-block {
    margin-top: 0.5em;
}
.field-name-field-s-config-b-telephone,
.field-name-field-s-config-b-email {
    font-size: 16px;
    margin-top: 0.5em;
}
footer .field-name-field-s-config-b-telephone,
footer .field-name-field-s-config-b-email {
    font-size: 14px;
    color: #999999;
}
footer .field-name-field-s-config-b-telephone a,
footer .field-name-field-s-config-b-email a {
    color: #999999;
}
.field-name-sandler-sitelet-contact-page-business-address fieldset {
    width: 400px;
    margin-bottom: 30px;
    padding: 10px 15px;
}
.field-name-sandler-sitelet-contact-page-business-address legend {
    margin-left: -10px;
    padding: 5px 10px;
    font-size: 14px;
    text-transform: uppercase;
}
.field-name-sandler-sitelet-contact-page-business-address .fieldset-wrapper {
    margin-top: -10px;
}
.ui-helper-hidden {
    display: none;
}
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}
.ui-helper-clearfix:after {
    clear: both;
}
.ui-helper-clearfix {
    min-height: 0;
}
.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}
.ui-front {
    z-index: 100;
}
.ui-state-disabled {
    cursor: default !important;
}
.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ui-tabs {
    position: relative;
    padding: 0;
}
.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0;
}
.ui-tabs .ui-tabs-nav li {
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
    padding: 0 1em;
    text-decoration: none;
    cursor: pointer;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
    cursor: text;
}
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
    cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
    cursor: pointer;
}
.ui-icon {
    width: 16px;
    height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url(/sites/all/themes/custom/sandler_theme/css/images/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
    background-image: url(/sites/all/themes/custom/sandler_theme/css/images/ui-icons_222222_256x240.png);
}
.ui-state-default .ui-icon {
    background-image: url(/sites/all/themes/custom/sandler_theme/css/images/ui-icons_888888_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
    background-image: url(/sites/all/themes/custom/sandler_theme/css/images/ui-icons_454545_256x240.png);
}
.ui-state-active .ui-icon {
    background-image: url(/sites/all/themes/custom/sandler_theme/css/images/ui-icons_454545_256x240.png);
}
.ui-state-highlight .ui-icon {
    background-image: url(/sites/all/themes/custom/sandler_theme/css/images/ui-icons_2e83ff_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url(/sites/all/themes/custom/sandler_theme/css/images/ui-icons_cd0a0a_256x240.png);
}
.ui-icon-blank {
    background-position: 16px 16px;
}
.ui-icon-carat-1-n {
    background-position: 0 0;
}
.ui-icon-carat-1-ne {
    background-position: -16px 0;
}
.ui-icon-carat-1-e {
    background-position: -32px 0;
}
.ui-icon-carat-1-se {
    background-position: -48px 0;
}
.ui-icon-carat-1-s {
    background-position: -64px 0;
}
.ui-icon-carat-1-sw {
    background-position: -80px 0;
}
.ui-icon-carat-1-w {
    background-position: -96px 0;
}
.ui-icon-carat-1-nw {
    background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}
.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}
.ui-icon-arrow-4 {
    background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}
.ui-icon-extlink {
    background-position: -32px -80px;
}
.ui-icon-newwin {
    background-position: -48px -80px;
}
.ui-icon-refresh {
    background-position: -64px -80px;
}
.ui-icon-shuffle {
    background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}
.ui-icon-folder-open {
    background-position: -16px -96px;
}
.ui-icon-document {
    background-position: -32px -96px;
}
.ui-icon-document-b {
    background-position: -48px -96px;
}
.ui-icon-note {
    background-position: -64px -96px;
}
.ui-icon-mail-closed {
    background-position: -80px -96px;
}
.ui-icon-mail-open {
    background-position: -96px -96px;
}
.ui-icon-suitcase {
    background-position: -112px -96px;
}
.ui-icon-comment {
    background-position: -128px -96px;
}
.ui-icon-person {
    background-position: -144px -96px;
}
.ui-icon-print {
    background-position: -160px -96px;
}
.ui-icon-trash {
    background-position: -176px -96px;
}
.ui-icon-locked {
    background-position: -192px -96px;
}
.ui-icon-unlocked {
    background-position: -208px -96px;
}
.ui-icon-bookmark {
    background-position: -224px -96px;
}
.ui-icon-tag {
    background-position: -240px -96px;
}
.ui-icon-home {
    background-position: 0 -112px;
}
.ui-icon-flag {
    background-position: -16px -112px;
}
.ui-icon-calendar {
    background-position: -32px -112px;
}
.ui-icon-cart {
    background-position: -48px -112px;
}
.ui-icon-pencil {
    background-position: -64px -112px;
}
.ui-icon-clock {
    background-position: -80px -112px;
}
.ui-icon-disk {
    background-position: -96px -112px;
}
.ui-icon-calculator {
    background-position: -112px -112px;
}
.ui-icon-zoomin {
    background-position: -128px -112px;
}
.ui-icon-zoomout {
    background-position: -144px -112px;
}
.ui-icon-search {
    background-position: -160px -112px;
}
.ui-icon-wrench {
    background-position: -176px -112px;
}
.ui-icon-gear {
    background-position: -192px -112px;
}
.ui-icon-heart {
    background-position: -208px -112px;
}
.ui-icon-star {
    background-position: -224px -112px;
}
.ui-icon-link {
    background-position: -240px -112px;
}
.ui-icon-cancel {
    background-position: 0 -128px;
}
.ui-icon-plus {
    background-position: -16px -128px;
}
.ui-icon-plusthick {
    background-position: -32px -128px;
}
.ui-icon-minus {
    background-position: -48px -128px;
}
.ui-icon-minusthick {
    background-position: -64px -128px;
}
.ui-icon-close {
    background-position: -80px -128px;
}
.ui-icon-closethick {
    background-position: -96px -128px;
}
.ui-icon-key {
    background-position: -112px -128px;
}
.ui-icon-lightbulb {
    background-position: -128px -128px;
}
.ui-icon-scissors {
    background-position: -144px -128px;
}
.ui-icon-clipboard {
    background-position: -160px -128px;
}
.ui-icon-copy {
    background-position: -176px -128px;
}
.ui-icon-contact {
    background-position: -192px -128px;
}
.ui-icon-image {
    background-position: -208px -128px;
}
.ui-icon-video {
    background-position: -224px -128px;
}
.ui-icon-script {
    background-position: -240px -128px;
}
.ui-icon-alert {
    background-position: 0 -144px;
}
.ui-icon-info {
    background-position: -16px -144px;
}
.ui-icon-notice {
    background-position: -32px -144px;
}
.ui-icon-help {
    background-position: -48px -144px;
}
.ui-icon-check {
    background-position: -64px -144px;
}
.ui-icon-bullet {
    background-position: -80px -144px;
}
.ui-icon-radio-on {
    background-position: -96px -144px;
}
.ui-icon-radio-off {
    background-position: -112px -144px;
}
.ui-icon-pin-w {
    background-position: -128px -144px;
}
.ui-icon-pin-s {
    background-position: -144px -144px;
}
.ui-icon-play {
    background-position: 0 -160px;
}
.ui-icon-pause {
    background-position: -16px -160px;
}
.ui-icon-seek-next {
    background-position: -32px -160px;
}
.ui-icon-seek-prev {
    background-position: -48px -160px;
}
.ui-icon-seek-end {
    background-position: -64px -160px;
}
.ui-icon-seek-start {
    background-position: -80px -160px;
}
.ui-icon-seek-first {
    background-position: -80px -160px;
}
.ui-icon-stop {
    background-position: -96px -160px;
}
.ui-icon-eject {
    background-position: -112px -160px;
}
.ui-icon-volume-off {
    background-position: -128px -160px;
}
.ui-icon-volume-on {
    background-position: -144px -160px;
}
.ui-icon-power {
    background-position: 0 -176px;
}
.ui-icon-signal-diag {
    background-position: -16px -176px;
}
.ui-icon-signal {
    background-position: -32px -176px;
}
.ui-icon-battery-0 {
    background-position: -48px -176px;
}
.ui-icon-battery-1 {
    background-position: -64px -176px;
}
.ui-icon-battery-2 {
    background-position: -80px -176px;
}
.ui-icon-battery-3 {
    background-position: -96px -176px;
}
.ui-icon-circle-plus {
    background-position: 0 -192px;
}
.ui-icon-circle-minus {
    background-position: -16px -192px;
}
.ui-icon-circle-close {
    background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}
.ui-icon-circle-check {
    background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}
.ui-widget-overlay {
    background: #aaaaaa url(/sites/all/themes/custom/sandler_theme/css/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: 0.3;
    filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaaaaa url(/sites/all/themes/custom/sandler_theme/css/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: 0.3;
    filter: Alpha(Opacity=30);
    border-radius: 8px;
}
.container {
    width: 100%;
}
.container--full {
    width: 100%;
    margin: 0 auto;
}
.container:after {
    content: "";
    display: table;
    width: 100%;
}
.grid-item {
    float: left;
    display: inline;
    margin-left: 4%;
    margin-right: 4%;
    min-height: 1px;
}
.alpha {
    margin-left: 0;
}
.omega {
    margin-right: 0;
}
.alpha.omega {
    width: 100%;
}
.grid-1,
.grid-2,
.grid-3,
.grid-4,
.grid-5,
.grid-6,
.grid-7,
.grid-8,
.grid-9,
.grid-10,
.grid-11,
.grid-12 {
    width: 92.0%;
}
[class*="pull-"],
[class*="push-"] {
    position: relative;
}
.push-top-45 {
    margin-top: 46px;
}
.border-top {
    border-top: 1px solid #dbdbdb;
}
.grid-linebreak {
    clear: left;
}
.main-content {
    margin-bottom: 2em;
    margin-bottom: 0;
}
.main-content:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}
.main-content .panel-2col .panel-col-first {
    width: 48.3870967742%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
}
.main-content .panel-2col .panel-col-last {
    margin-top: 1em;
    margin-top: 0;
    width: 48.3870967742%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
}
aside .block + .block {
    margin-top: 2em;
}
.bg-color--blue {
    background: #0050ab;
}
.bg-color--blue h2,
.bg-color--blue h3,
.bg-color--blue h4,
.bg-color--blue h5,
.bg-color--blue h6,
.bg-color--blue p {
    color: inherit;
    border-color: inherit;
}
.bg-color--blue a,
.bg-color--blue a:hover,
.bg-color--blue a:visited,
.bg-color--blue a:focus,
.bg-color--blue a.active {
    color: white;
    border-color: inherit;
}
.bg-color--lightgray {
    background: #f4efe8;
}
.bg-color--darkgray {
    background: #3b3c3e;
    color: white;
}
.bg-color--darkgray h2,
.bg-color--darkgray h3,
.bg-color--darkgray h4,
.bg-color--darkgray h5,
.bg-color--darkgray h6,
.bg-color--darkgray p,
.bg-color--darkgray a,
.bg-color--darkgray a:hover,
.bg-color--darkgray a:visited {
    color: inherit;
    border-color: inherit;
}
.bg-color--darkgray a {
    color: #cccccc;
}
.bg-color--darkgray a:hover,
.bg-color--darkgray a:focus {
    color: white;
}
.site-header--prefix {
    display: none;
}
.show-mobile-nav .site-header--prefix {
    display: block;
}
.show-mobile-nav .site-header--prefix .support-menu {
    margin: 3% 1%;
    width: 100%;
}
.show-mobile-nav .site-header--prefix .support-menu li {
    float: none;
    padding-bottom: 6px;
    font-size: 14px;
}
.show-mobile-nav .site-header--prefix .support-menu li a {
    padding-left: 0;
}
.show-mobile-nav .site-header--prefix .support-menu li a:before {
    display: none;
}
.show-mobile-nav .site-header--prefix .support-menu .block-search {
    display: none;
}
.show-mobile-search .site-header--prefix {
    display: block;
    background: #f4efe8;
}
.show-mobile-search .site-header--prefix nav {
    display: none;
}
.show-mobile-search .site-header--prefix .block-search {
    margin: 0 0 15px;
}
.site-header--prefix .menu {
    font-size: 13px;
}
.site-header--prefix .menu li {
    position: relative;
    padding-left: 8px;
    padding-right: 12px;
}
.site-header--prefix .menu li:after {
    content: "";
    position: absolute;
    top: 8px;
    right: 0;
    display: block;
    height: 11px;
    width: 1px;
    background: white;
}
.site-header--prefix .menu li.first {
    padding-right: 0;
}
.site-header--prefix .menu li.first:after {
    content: none;
}
.site-header--prefix .menu a {
    padding-left: 4px;
    font-size: inherit;
}
.site-header--prefix .menu [class*="icon-"] {
    padding-left: 0;
}
.site-header--prefix .menu [class*="icon-"]:before {
    margin-left: 0;
    margin-right: 7px;
}
.site-header--prefix .block-search {
    position: relative;
    margin-top: 15px;
    margin-left: 20px;
    width: 100%;
}
.site-header--prefix .block-search input {
    border-radius: 0;
    background: white;
    width: 100%;
}
.site-header--prefix .block-search input[type="submit"] {
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    color: transparent;
    opacity: 0;
}
.site-header--prefix .block-search .form-actions {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 29px;
    height: 100%;
    padding: 4px;
    border: 0;
    background: #0050ab;
    color: white;
    overflow: hidden;
    zoom: 1;
}
.site-header--prefix .block-search .form-actions:before {
    content: "\e823";
    zoom: 1;
}
.site-header--prefix .block-search .form-actions:hover {
    background: #267cd0;
}
.site-header--prefix .block-search .form-actions:hover:before {
    color: white;
}
.show-mobile-search .bg-color--blue {
    background: #f4efe8;
}
.site-header {
    padding-top: 15px;
    padding-bottom: 14px;
}
.site-header .logo img {
    max-width: 200px;
    max-height: 57px;
}
.site-header .header--left > * {
    display: inline-block;
    vertical-align: middle;
}
.site-header #block-sandler-sitelet-feature-sitelet-franchise-cert-info {
    position: relative;
    margin-left: 18px;
    font-size: 0;
}
.site-header #block-sandler-sitelet-feature-sitelet-franchise-cert-info:before,
.site-header #block-sandler-sitelet-feature-sitelet-franchise-cert-info img {
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem;
}
.site-header #block-sandler-sitelet-feature-sitelet-franchise-cert-info img {
    width: 60px;
    height: auto;
}
.site-header #block-sandler-sitelet-feature-sitelet-franchise-brand-info .sitelet-franchise-branding-information {
    font-size: 14px;
    line-height: 28px;
}
.site-header #block-sandler-sitelet-feature-sitelet-franchise-brand-info .sitelet-franchise-branding-information > * {
    margin-bottom: 0;
    font-size: 1em;
    line-height: 1.5em;
}
.site-header #block-sandler-sitelet-feature-sitelet-franchise-brand-info .sitelet-franchise-branding-information .slogan {
    font-weight: bold;
}
.site-header #block-sandler-sitelet-feature-sitelet-franchise-brand-info .sitelet-franchise-branding-information .company {
    margin-top: 1em;
    margin-bottom: -1em;
    font-weight: bold;
    font-style: italic;
}
.show-mobile-nav .site-header #block-sandler-sitelet-feature-sitelet-franchise-brand-info .sitelet-franchise-branding-information .company {
    margin-bottom: 0;
}
.site-header #block-sandler-sitelet-feature-sitelet-franchise-brand-info .sitelet-franchise-branding-information .tagline {
    margin-top: 1em;
    color: #0050ab;
    font-size: 11px;
    text-transform: uppercase;
}
.site-header #block-sandler-sitelet-feature-sitelet-franchise-brand-info .sitelet-franchise-branding-information .slogan,
.site-header #block-sandler-sitelet-feature-sitelet-franchise-brand-info .sitelet-franchise-branding-information .tagline {
    display: none;
}
.site-header .header--bottom {
    margin-top: 18px;
}
.site-header .block-menu {
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
    padding-top: 0;
    border-bottom-width: 0;
}
.site-header .block-menu li {
    position: relative;
    padding: 7px;
}
.site-header .block-menu li:after {
    position: absolute;
    font-family: "snd-icon";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
}
.site-header .block-menu li li a.active {
    color: #e7a817;
}
.site-header .block-menu a {
    font-size: inherit;
    font-weight: bold;
    color: black;
}
.site-header #block-sandler-sitelet-menu-block-sitelet-main-menu li.last ul.menu {
    left: 0;
}
.site-header .ui-mobile {
    position: absolute;
    top: 0;
    right: 2%;
    display: block;
    width: 35px;
    height: 35px;
    padding: 0;
    background: none;
    overflow: hidden;
    border-radius: 0;
    border: 0;
    font-size: 1.1em;
}
.site-header .ui-mobile span {
    display: none;
}
.site-header .ui-mobile.icon-menu {
    right: 2%;
    background: none;
    font-size: 1.3em;
}
.site-header .ui-mobile:focus,
.site-header .ui-mobile:active {
    outline: 0;
    box-shadow: none;
}
@media screen and (max-width: 639px) {
    .site-header .header--left {
        max-height: 200px;
    }
    .site-header .block-menu,
    .site-header .block-search {
        position: absolute;
        top: 0;
        left: 0;
        max-height: 0;
        overflow: hidden;
        z-index: -20;
    }
    .site-header .ui-mobile,
    .site-header .container {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    .show-mobile-search .site-header,
    .show-mobile-nav .site-header {
        padding-bottom: 0;
    }
    .show-mobile-search .site-header .header--bottom,
    .show-mobile-nav .site-header .header--bottom {
        width: 100%;
        margin: 15px 0;
        padding: 0 4%;
        border-top: 1px solid #fff;
    }
    .show-mobile-nav .site-header .header--bottom {
        padding: 0;
        margin-bottom: 0;
    }
    .show-mobile-nav .site-header .icon-menu {
        z-index: 20;
    }
    .show-mobile-nav .site-header .icon-menu:before {
        content: "\e815";
    }
    .show-mobile-nav .site-header .icon-menu span {
        display: block;
        float: left;
        margin-left: 4%;
        line-height: 17px;
    }
    .show-mobile-nav .site-header .block-menu {
        margin-top: 0;
        position: static;
        max-height: 100%;
        z-index: 1;
    }
    .show-mobile-nav .site-header .block-menu ul {
        margin: 0;
    }
    .show-mobile-nav .site-header .block-menu li {
        margin-top: 1px;
        padding: 0;
    }
    .show-mobile-nav .site-header .block-menu li:first-child {
        margin-top: 0;
    }
    .show-mobile-nav .site-header .block-menu li a {
        position: relative;
        display: block;
        font-size: 16px;
        padding: 15px;
        background: #e4ddd3;
    }
    .show-mobile-nav .site-header .block-menu li a:hover,
    .show-mobile-nav .site-header .block-menu li a:focus,
    .show-mobile-nav .site-header .block-menu li a:active {
        text-decoration: none;
    }
    .show-mobile-nav .site-header .block-menu li ul {
        margin-top: 0;
    }
    .show-mobile-nav .site-header .block-menu li ul li {
        margin-top: 0;
        padding-left: 0;
    }
    .show-mobile-nav .site-header .block-menu li ul li a {
        padding: 8px 15px;
        background: #f5f0e8;
        font-size: 14px;
        line-height: 18px;
        font-weight: normal;
    }
    .show-mobile-nav .site-header .block-menu li ul li a.active-trail,
    .show-mobile-nav .site-header .block-menu li ul li a.active {
        color: #000;
        text-decoration: none;
    }
    .icon-search,
    .storelocator-panel .storelocator-filter .location-search .form-item {
        top: -20px;
    }
}
.show-mobile-search .site-header .block-search {
    position: relative;
    top: 15px;
    right: 0;
    margin-bottom: 15px;
    max-height: 100%;
    z-index: 1;
}
.show-mobile-search .site-header .icon-search,
.show-mobile-search .site-header .storelocator-panel .storelocator-filter .location-search .form-item,
.storelocator-panel .storelocator-filter .location-search .show-mobile-search .site-header .form-item {
    z-index: 30;
}
.show-mobile-search .site-header .icon-search:before,
.show-mobile-search .site-header .storelocator-panel .storelocator-filter .location-search .form-item:before,
.storelocator-panel .storelocator-filter .location-search .show-mobile-search .site-header .form-item:before {
    content: "\e815";
    outline: 0;
}
.show-mobile-search .site-header .icon-menu {
    top: -120px;
    z-index: -1;
}
.site-navigation h1 {
    font-size: 32px;
    line-height: normal;
    color: #0050ab;
    margin-bottom: .52em;
}
.page-title-underlined .site-navigation h1 {
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.ie8 .site-header .block-search input[type="submit"] {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.highlighted {
    padding-top: 40px;
    padding-bottom: 45px;
}
footer.container--full {
    margin-top: 60px;
}
.footer {
    padding-top: 28px;
}
.footer .menu .active > a {
    text-decoration: none;
}
.footer .item-list ul {
    margin-bottom: 0;
}
.footer .item-list .first {
    margin-left: 0;
}
.footer--suffix {
    padding-top: 4px;
    padding-bottom: 30px;
    color: #999999;
}
.footer--suffix h2,
.footer--suffix h3,
.footer--suffix h4,
.footer--suffix h5,
.footer--suffix h6,
.footer--suffix p,
.footer--suffix a {
    color: inherit;
    font-size: 12px;
    line-height: 18px;
}
.google-store-locator-map {
    height: 500px;
    width: 630px;
}
.google-store-locator-panel {
    float: left;
    min-height: 500px;
    max-height: 500px;
    margin-right: 10px;
    width: 300px;
}
.google-store-locator-map img {
    max-width: none !important;
}
.storelocator-panel .feature-filter {
    overflow: visible;
}
.storelocator-panel .store-list {
    clear: both;
}
#google-store-locator-map-container .directions-to {
    display: none;
}
.storelocator-panel {
    border: 1px solid #ccc;
    overflow: auto;
}
.storelocator-panel .store-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.storelocator-panel .directions-panel {
    font-size: 0.8em;
}
.storelocator-panel .directions {
    display: none;
}
.storelocator-panel .location-search {
    padding: 5px;
}
.storelocator-panel .store-list .no-stores {
    color: grey;
}
.storelocator-panel .store .features {
    display: none;
}
.storelocator-panel .feature-filter {
    overflow: hidden;
}
.storelocator-panel .feature-filter label {
    display: block;
    font-size: 0.8em;
    margin: 0 0.4em;
    float: left;
}
.store .title {
    font-weight: bold;
}
.store .address,
.store .phone,
.store .web,
.store .misc {
    font-size: 80%;
    margin-top: 0.2em;
    margin-bottom: 0.5em;
    display: block;
}
.store .features {
    overflow: hidden;
    color: grey;
    margin: 0;
    padding: 0;
    font-size: 70%;
    max-width: 250px;
}
.store .features li {
    display: inline;
    float: left;
    padding-right: 0.8em;
}
.store .web a {
    color: green;
}
.store .action {
    font-size: 0.8em;
    color: green;
    margin-right: 0.5em;
}
.storelocator-panel .directions-panel {
    padding: 10px;
}
.storelocator-panel .directions-panel a.close-directions {
    margin-left: 10px;
    line-height: 36px;
}
.storelocator-panel .storelocator-filter {
    padding: 10px;
}
.storelocator-panel .storelocator-filter .location-search {
    padding: 0;
}
.storelocator-panel .storelocator-filter .location-search .form-item {
    position: relative;
    margin-bottom: 0;
}
.storelocator-panel .storelocator-filter .location-search .form-item:before {
    content: "\e823";
    zoom: 1;
    position: absolute;
    right: 5px;
    top: 8px;
    opacity: 0.4;
}
.storelocator-panel .storelocator-filter .location-search input {
    width: 100%;
    padding: 5px 30px 5px 5px;
}
.storelocator-panel .storelocator-filter h4 {
    margin: 0;
    font-size: 1.2em;
    line-height: 1.4em;
}
.storelocator-panel .storelocator-filter .feature-filter {
    margin-top: 10px;
}
.storelocator-panel .storelocator-filter .feature-filter .form-item {
    margin: 0;
}
.storelocator-panel .storelocator-filter .feature-filter label {
    display: inline-block;
    font-weight: normal;
    margin: 0 0 0 15px;
    float: none;
    position: relative;
    padding-left: 28px;
}
.storelocator-panel .storelocator-filter .feature-filter label:before {
    position: absolute;
    left: 0;
    content: "\e822";
    zoom: 1;
    color: #f1c351;
    font-size: 20px;
}
.storelocator-panel .storelocator-filter .feature-filter label:first-child {
    margin-left: 0;
}
.storelocator-panel .storelocator-filter .feature-filter label:hover {
    color: #333333;
}
.storelocator-panel .storelocator-filter input {
    display: inline-block;
}
.storelocator-panel .store-list li {
    line-height: 18px;
    padding: 0;
}
.storelocator-panel .store-list li.no-stores {
    padding: 10px;
}
.storelocator-panel .store-list li > .store {
    cursor: pointer;
    padding: 10px 10px 10px 45px;
    background: url(/sites/all/themes/custom/sandler_theme/images/map/pin_blue.png) no-repeat 4px 15px;
}
.storelocator-panel .store-list li.certified > .store {
    background-image: url(/sites/all/themes/custom/sandler_theme/images/map/pin_yellow.png);
}
.storelocator-panel .store-list li .title > a {
    color: black;
}
.storelocator-panel .store-list li.highlighted,
.storelocator-panel .store-list li.highlighted:hover {
    background-color: #f3f1ee;
}
.google-store-locator-map-container .store .address {
    line-height: 21px;
    font-size: 13px;
}
.google-store-locator-map-container .store p {
    margin-top: 5px;
}
.google-store-locator-map-container .adp,
.google-store-locator-map-container .adp table,
.google-store-locator-map-container .gm-style {
    font-family: "Helvetica Neue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
}
.google-store-locator-map-container .gm-style-iw {
    font-size: 14px;
    font-weight: normal;
    white-space: nowrap;
}
.google-store-locator-map-container .gm-style-iw .features {
    display: none;
}
.google-store-locator-map-container .gm-style-iw .address {
    margin-top: 10px;
}
.google-store-locator-map-container .google-store-locator-map {
    position: relative;
}
.google-store-locator-map-container .google-store-locator-map .gm-style > div:first-child:before {
    border: 1px solid #ccc;
    content: "";
    display: block;
    background: white url(/sites/all/themes/custom/sandler_theme/images/loading.gif) no-repeat center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.google-store-locator-map-container.geo-loading-done .google-store-locator-map .gm-style > div:first-child:before {
    display: none;
}
.google-store-locator-map-container.loading-done .google-store-locator-panel .store-list {
    min-height: 0;
    background: transparent;
}
.google-store-locator-map-container .google-store-locator-panel .store-list {
    min-height: 100px;
    background: url(/sites/all/themes/custom/sandler_theme/images/loading.gif) no-repeat center center;
}
.google-store-locator-map-container .google-store-locator-panel .store > .title {
    text-transform: uppercase;
}
#training-center-locator .right {
    margin-top: 70px;
}
.read-more,
.read-more-small,
.node-sandler-franchise-location .view-details > a {
    position: relative;
    padding-right: 1em;
}
.read-more:before,
.read-more-small:before,
.node-sandler-franchise-location .view-details > a:before {
    position: absolute;
    top: 2px;
    right: -11px;
}
.read-more:hover,
.read-more-small:hover,
.node-sandler-franchise-location .view-details > a:hover {
    text-decoration: underline;
}
.read-more:hover:before,
.read-more-small:hover:before,
.node-sandler-franchise-location .view-details > a:hover:before {
    text-decoration: none;
}
.read-more-small:before {
    top: 4px;
    right: -2px;
    font-size: 10px;
}
.ds-search-highlight {
    background-color: transparent;
    font-weight: bold;
}
#training-centers-overview li {
    padding-bottom: .2em;
}
#training-centers-overview .row-1 > .right {
    margin-top: 55px;
    text-align: right;
}
.view-f-locations-by-country .views-view-grid > div {
    margin-bottom: 55px;
}
.view-f-locations-by-country .views-view-grid > div.last {
    margin-bottom: 0;
}
.view-f-locations-by-country h2 {
    margin-top: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dbdbdb;
}
.view-f-locations-by-country .grid-item {
    font-size: 14px;
}
.view-f-locations-by-country .field-name-fl-title a {
    text-transform: uppercase;
    color: black;
}
.ctools-jump-menu-hide {
    display: none !important;
}
.icon-award:before,
.storelocator-panel .storelocator-filter .feature-filter label:before {
    color: #f1c351;
}
.panel-2cols-stacked .first-row h3 {
    font-size: 22px;
}
.view-f-aoo-top-level .form-item-jump select {
    padding: 6px;
    font-size: 18px;
    line-height: 24px;
    padding-right: 20px;
}
.blog-teaser {
    padding: 50px 0;
    border-top: 1px solid #dbdbdb;
}
.blog-teaser .submitted-by,
.blog-teaser .field-name-bp-submitted-by .field-item {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 13px;
    color: #999999;
}
.blog-teaser .field-name-field-bp-abstract {
    margin-bottom: 23px;
}
.view-content > .blog-teaser:first-child {
    border-top: 0;
}
.dynamic-content .blog-teaser:first-child {
    padding-top: 0;
}
.entity-content-box .blog-teaser {
    padding-top: 0;
    border-top: 0;
}
.blog-teaser__title,
.user-profile h2 {
    margin: .8em 0 .5em 0;
    font-size: 26px;
    line-height: 32px;
}
.blog-teaser--featured {
    padding: 0;
    border-top: none;
}
.blog-teaser--featured .submitted-by,
.blog-teaser--featured .field-name-bp-submitted-by .field-item {
    color: inherit;
}
.blog-teaser--featured h2 {
    margin-top: 0;
}
.blog-teaser--featured__higlight {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.blog-teaser__read-more,
.field.field-name-node-link a {
    position: relative;
    padding-right: 1em;
}
.blog-teaser__read-more:before,
.field.field-name-node-link a:before {
    position: absolute;
    bottom: 2px;
    right: -11px;
}
.blog-teaser__read-more:hover,
.field.field-name-node-link a:hover {
    text-decoration: underline;
}
.blog-teaser__read-more:hover:before,
.field.field-name-node-link a:hover:before {
    text-decoration: none;
}
.highlighted .blog-teaser a,
.highlighted .blog-teaser a:hover,
.highlighted .blog-teaser a:active,
.highlighted .blog-teaser a:focus {
    color: white;
}
.highlighted .blog-teaser .field-name-bp-submitted-by a {
    color: #999999;
}
.node-sandler-blogpost .left {
    margin-left: 0;
}
.node-sandler-blogpost .right {
    margin-right: 0;
}
.blog-content {
    margin-bottom: 40px;
}
.blog-content .left {
    margin-left: 0;
}
.blog-content .right {
    margin-right: 0;
}
.blog-content .field-name-bp-submitted-by {
    display: inline-block;
    margin-bottom: 24px;
    color: #999999;
}
.blog-content .field-name-field-bp-image-full {
    margin-bottom: 26px;
}
.blog-content .field-name-field-bp-image-full.floated {
    float: left;
    max-width: 40%;
    margin-right: 26px;
}
.blog-content .field-name-field-bp-abstract {
    margin-bottom: 26px;
}
.blog-content .field-name-field-bp-abstract p {
    font-weight: bold;
}
.blog-content > .right .field-name-field-share {
    display: none;
}
.blog-content .field-name-bp-addthis-additional-share-box {
    margin-top: 2em;
}
.blog-content .field-name-bp-addthis-additional-share-box .field-type-addthis {
    min-height: 0;
}
.node-sandler-blogpost.view-mode-blog_extended_teaser {
    padding-bottom: 0;
}
.blog-content--related-posts {
    margin-top: 46px;
}
.blog-content--related-posts .view-header {
    padding: 10px;
    margin-bottom: 30px;
    color: white;
    background: #3b3c3e;
    font-weight: bold;
}
.blog-content--related-posts img {
    margin-bottom: 20px;
}
.blog-content--related-posts .views-row {
    float: left;
    display: inline-block;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
.blog-content--related-posts .views-row.views-row-first {
    margin-left: 0;
}
.blog-content--related-posts .views-row.views-row-last {
    margin-right: 0;
}
.blog-content--related-posts .views-row .bp-title-link {
    color: #0050ab;
    font-size: 16px;
    line-height: 22px;
}
.comment-wrapper {
    margin-top: 50px;
}
.comment-wrapper .title {
    font-size: 1em;
    font-weight: bold;
    line-height: normal;
}
.comment {
    padding: 1em 1em 1em 0;
    border-top: 1px solid #dfdfdf;
}
.comment.comment-unpublished {
    padding-left: 1em;
}
.comment.first {
    border-top: 0;
}
.comment.last {
    margin-bottom: 1em;
}
.comment .submitted {
    margin-bottom: 8px;
    color: #999999;
    font-size: .85em;
}
.indented .comment {
    border-top: 0;
}
.filter-guidelines .tips li {
    padding-bottom: 0;
}
.view-user {
    margin-top: 50px;
    padding: 26px 14px;
    background: #f3f1ee;
}
.page-user .view-user {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0 0 0;
    background: transparent;
}
.page-user .view-user img {
    width: auto;
}
.page-search .site-navigation h1 {
    margin-bottom: .2em;
}
.page-search .main-content > h2 {
    visibility: hidden;
    position: absolute;
    z-index: -3;
}
.page-search .main-content > ul {
    width: 92.0%;
}
.page-search .main-content > ul li {
    padding-bottom: 0;
    margin-left: 16px;
}
.page-search .search-form {
    width: 92.0%;
    margin-bottom: 1em;
}
.page-search .search-form label {
    visibility: collapse;
    position: absolute;
    top: 0;
    z-index: -300;
}
.page-search .search-form input[type="text"] {
    padding: 8px 16px 8px 9px;
}
.page-search .ds-search-extra {
    width: 92.0%;
    margin-bottom: 1.6em;
    color: #999999;
    font-size: 1.5em;
}
.page-search .blog-teaser {
    padding: 40px 0;
}
.page-search .blog-teaser h2 {
    font-size: 1.5em;
}
.page-search .blog-teaser .field-name-bp-submitted-by .field-item {
    margin-bottom: 10px;
}
.page-search .blog-teaser .field-name-field-bp-abstract {
    margin-bottom: 5px;
}
.node-sandler-franchise-location .back {
    margin-bottom: 35px;
}
.node-sandler-franchise-location.view-mode-full .address {
    margin: 20px 0;
}
.node-sandler-franchise-location.view-mode-teaser .address {
    margin-top: 4px;
    margin-bottom: 6px;
}
.node-sandler-franchise-location.view-mode-fl_overview .country {
    display: none;
}
.node-sandler-franchise-location .features {
    margin: 10px 0;
}
.node-sandler-franchise-location .features .certification-badge {
    font-size: 12px;
}
.node-sandler-franchise-location .view-details {
    margin-top: 5px;
}
.node-sandler-franchise-location .additional-locations {
    margin-top: 35px;
    padding-top: 10px;
    border-top: 1px solid #dbdbdb;
}
.node-sandler-franchise-location .contact h4 {
    line-height: 1em;
    margin-bottom: 0;
}
.master-franchisee-indicator {
    color: #f1c351;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
}
.arrow-left {
    position: relative;
    padding-left: 24px;
}
.arrow-left:before {
    position: absolute;
    top: 2px;
    left: -5px;
}
.arrow-left:hover {
    text-decoration: underline;
}
.arrow-left:hover:before {
    text-decoration: none;
}
.arrow-right {
    position: relative;
    padding-right: 24px;
}
.arrow-right:before {
    position: absolute;
    top: 2px;
    right: -5px;
}
.arrow-right:hover {
    text-decoration: underline;
}
.arrow-right:hover:before {
    text-decoration: none;
}
.node .icon-award,
.node .storelocator-panel .storelocator-filter .feature-filter label,
.storelocator-panel .storelocator-filter .feature-filter .node label {
    font-size: 20px;
}
.certification-badge > .icon-award,
.storelocator-panel .storelocator-filter .feature-filter .certification-badge > label {
    position: relative;
    font-size: 20px;
    padding-left: 22px;
}
.certification-badge > .icon-award:before,
.storelocator-panel .storelocator-filter .feature-filter .certification-badge > label:before {
    position: absolute;
    margin: 0;
    left: -4px;
    top: 3px;
}
.view-fl-related-franchisees-locations .views-row {
    margin-bottom: 30px;
}
.sandler-content-box-wrapper #page-title {
    display: none;
}
.sandler-content-box-wrapper .system-messages {
    display: block;
    float: none;
    margin: 0 auto;
    max-width: 960px;
}
.sandler-content-box-wrapper .main {
    max-width: 100%;
}
.sandler-content-box-wrapper .main #content-author-navigation {
    max-width: 960px;
    margin: 0 auto;
}
.sandler-content-box-wrapper .main .main-content {
    position: relative;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}
.sandler-content-box-wrapper .main .main-content .breadcrumb-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.6);
    box-shadow: inset 0 20px 10px -20px #515151;
}
.sandler-content-box-wrapper .main .main-content .breadcrumb-wrapper .breadcrumb {
    margin-top: 10px;
    margin-bottom: 10px;
}
.sandler-content-box-wrapper .main .main-content .breadcrumb-wrapper .breadcrumb li {
    padding-bottom: 0;
}
.sandler-content-box-wrapper footer.container--full {
    margin-top: 0;
}
.entity-content-box {
    padding: 40px 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.entity-content-box.slim {
    padding: 22px 0;
}
.entity-content-box.slim .dynamic-content .blog-teaser--featured__higlight,
.entity-content-box.slim .dynamic-content h3.kicker,
.entity-content-box.slim .dynamic-content .block-menu-block .block-title,
.block-menu-block .entity-content-box.slim .dynamic-content .block-title {
    margin-top: 0;
    margin-bottom: 1em;
}
.entity-content-box .marker,
.entity-content-box .form-required {
    color: inherit;
}
.entity-content-box > .container > .text {
    color: #666;
    font-size: 20px;
    line-height: 30px;
}
.entity-content-box > .container > .text:before {
    background-color: #ffc600;
}
.entity-content-box h3 {
    color: inherit;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2em;
}
.entity-content-box.light {
    background-color: #F7F5F3;
}
.entity-content-box.gold {
    background-color: #E9AA00;
    color: #fff;
}
.entity-content-box.gold a {
    text-decoration: underline;
}
.entity-content-box.gold a.read-more,
.entity-content-box.gold a.read-more-small,
.entity-content-box.gold .node-sandler-franchise-location .view-details > a,
.node-sandler-franchise-location .entity-content-box.gold .view-details > a,
.entity-content-box.gold a.button,
.entity-content-box.gold a.form-submit {
    text-decoration: none;
}
.entity-content-box.gold a:not(.button) {
    color: inherit;
}
.entity-content-box.gold h2 a,
.entity-content-box.gold h3 a {
    text-decoration: none;
}
.entity-content-box.gold .button,
.entity-content-box.gold button,
.entity-content-box.gold .form-submit {
    border-color: #CCA439;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U3ZTZlMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -moz-linear-gradient(top, #f9f9f9, #e7e6e2);
    background: -webkit-linear-gradient(top, #f9f9f9, #e7e6e2);
    background: linear-gradient(to bottom, #f9f9f9, #e7e6e2);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e7e6e2', GradientType=$ie-direction);
    background-color: #f9f9f9;
}
.entity-content-box.gold .button:hover,
.entity-content-box.gold button:hover,
.entity-content-box.gold .form-submit:hover {
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U3ZTZlMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -moz-linear-gradient(top, #e7e6e2, #f9f9f9);
    background: -webkit-linear-gradient(top, #e7e6e2, #f9f9f9);
    background: linear-gradient(to bottom, #e7e6e2, #f9f9f9);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e7e6e2', endColorstr='#f9f9f9', GradientType=$ie-direction);
    background-color: #e7e6e2;
}
.entity-content-box.gold .blog-teaser--featured__higlight,
.entity-content-box.gold h3.kicker,
.entity-content-box.gold .block-menu-block .block-title,
.block-menu-block .entity-content-box.gold .block-title {
    color: #000;
}
.entity-content-box.dark,
.entity-content-box.dark-blue {
    background-color: #3B3C3E;
    color: #fff;
}
.entity-content-box.dark a,
.entity-content-box.dark-blue a {
    text-decoration: underline;
}
.entity-content-box.dark a.read-more,
.entity-content-box.dark-blue a.read-more,
.entity-content-box.dark a.read-more-small,
.entity-content-box.dark-blue a.read-more-small,
.entity-content-box.dark .node-sandler-franchise-location .view-details > a,
.node-sandler-franchise-location .entity-content-box.dark .view-details > a,
.entity-content-box.dark-blue .node-sandler-franchise-location .view-details > a,
.node-sandler-franchise-location .entity-content-box.dark-blue .view-details > a,
.entity-content-box.dark a.button,
.entity-content-box.dark-blue a.button,
.entity-content-box.dark a.form-submit,
.entity-content-box.dark-blue a.form-submit {
    text-decoration: none;
}
.entity-content-box.dark a:not(.button),
.entity-content-box.dark-blue a:not(.button) {
    color: inherit;
}
.entity-content-box.dark h2 a,
.entity-content-box.dark-blue h2 a,
.entity-content-box.dark h3 a,
.entity-content-box.dark-blue h3 a {
    text-decoration: none;
}
.entity-content-box.dark > .container > .text,
.entity-content-box.dark-blue > .container > .text {
    color: #fff;
}
.entity-content-box.dark > .container > .text:before,
.entity-content-box.dark-blue > .container > .text:before {
    background-color: #ffc600;
}
.entity-content-box.dark-blue {
    background-color: #203751;
}
.entity-content-box.darker {
    background-color: #3B3C3E;
    color: #fff;
}
.entity-content-box.darker > .container > .text {
    color: #fff;
}
.entity-content-box.darker > .container > .text:before {
    background-color: #dbdbdb;
}
.entity-content-box.grid-item {
    margin-top: 0;
}
.entity-content-box.grid-item:nth-child(3n + 1) {
    clear: left;
}
.entity-content-box.ds-2col .grid-item:first-child {
    margin-bottom: 40px;
}
.media-youtube-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 75%;
}
.media-youtube-video > iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}
div.contextual-links-wrapper {
    font-size: 1rem;
}
div.contextual-links-wrapper a.contextual-links-trigger {
    -moz-transition: all 0;
    -webkit-transition: all 0;
    transition: all 0;
}
div.contextual-links-wrapper .contextual-links a {
    text-decoration: none;
}
.content-box-2-column-box .left {
    padding-right: 20px;
}
.content-box-2-column-box .right {
    padding-left: 20px;
}
.content-box-3-column-box.wrapped .grid-item {
    border-top: 5px solid #ffc600;
}
.content-box-3-column-box h2 {
    font-size: 22px;
    line-height: 26px;
    margin-top: 10px;
    margin-bottom: 35px;
}
.content-box-3-column-box .image img {
    width: 100%;
}
.content-box-3-column-box .image + h2 {
    margin-top: 30px;
}
.content-box-3-column-box .text {
    margin-bottom: 1em;
}
.content-box-3-column-box .grid-item .link {
    margin-top: 0;
}
.content-box-campaign-form-block .ajax-progress {
    display: none;
}
.content-box-campaign-form-block.view-mode-layout_beta .right {
    text-align: right;
}
.content-box-campaign-form-block.view-mode-layout_beta .right img {
    display: inline;
}
.content-box-campaign-form-block.view-mode-layout_gamma {
    padding: 0;
}
.content-box-campaign-form-block.view-mode-layout_gamma h2 {
    margin-top: 0;
    font-size: 18px;
    line-height: 22px;
}
.content-box-campaign-form-block.view-mode-layout_gamma small {
    padding: 0 2px;
    font-size: 12px;
    line-height: 13px;
}
.content-box-campaign-form-block.view-mode-layout_gamma .form-submit,
.content-box-campaign-form-block.view-mode-layout_gamma a.button,
.content-box-campaign-form-block.view-mode-layout_gamma .entity-content-box a.form-submit,
.entity-content-box .content-box-campaign-form-block.view-mode-layout_gamma a.form-submit {
    width: 100%;
}
.content-box-campaign-form-block.view-mode-layout_gamma .form-item {
    margin-top: 10px;
    margin-bottom: 5px;
}
.content-box-campaign-form-block.view-mode-layout_gamma .form-actions {
    margin-bottom: 2px;
}
.content-box-campaign-form-block.view-mode-layout_gamma .form-text {
    font-size: 14px;
    line-height: 16px;
}
.content-box-campaign-form-block > .container > .grid-item {
    float: none;
    vertical-align: middle;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.content-box-dynamic-content {
    font-size: 22px;
    line-height: 32px;
}
.content-box-dynamic-content .dynamic-content {
    font-size: 15px;
    line-height: 22px;
}
.content-box-dynamic-content .dynamic-content > .kicker {
    margin-bottom: 35px;
}
.content-box-dynamic-content .dynamic-content ul.menu {
    margin-bottom: 0;
}
.content-box-faq > .inner > h2,
.content-box-faq > .inner > .text {
    text-align: center;
}
.content-box-faq .items {
    text-align: left;
}
.content-box-faq .items > div {
    padding: 22px 0;
}
.content-box-faq .items > div:first-child {
    padding-top: 60px;
}
.content-box-faq h3 {
    line-height: 1em;
    font-weight: bold;
}
.content-box-header {
    color: #fff;
    text-align: center;
    padding-top: 110px;
    box-shadow: inset 0 20px 10px -20px #515151;
}
.content-box-header.entity-content-box {
    background-color: #0050ab;
}
.content-box-header.entity-content-box.view-mode-header_headline {
    background-color: transparent;
    box-shadow: none;
}
.content-box-header.entity-content-box > .container > .text {
    color: inherit;
    font-size: 20px;
    line-height: 28px;
    padding: 0 20px;
}
.content-box-header.entity-content-box > .container > .text:before {
    width: 100%;
    display: inline-block;
    content: '';
    height: 5px;
    padding: 0 20px;
    margin-bottom: 20px;
}
.content-box-header.entity-content-box .button,
.content-box-header.entity-content-box button,
.content-box-header.entity-content-box .form-submit {
    margin-top: 35px;
}
.content-box-header.entity-content-box.none .button,
.content-box-header.entity-content-box.none button,
.content-box-header.entity-content-box.none .form-submit {
    border-color: #BABABA;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzZjBlNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ViZWFlNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -moz-linear-gradient(top, #f3f0e4, #ebeae6);
    background: -webkit-linear-gradient(top, #f3f0e4, #ebeae6);
    background: linear-gradient(to bottom, #f3f0e4, #ebeae6);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f3f0e4', endColorstr='#ebeae6', GradientType=$ie-direction);
    background-color: #f3f0e4;
}
.content-box-header.view-mode-header_headline {
    padding: 0;
    color: #333333;
    text-align: left;
}
.content-box-header.view-mode-header_headline h2 {
    font-size: 1.5em;
}
.content-box-header.view-mode-header_headline .subline {
    font-size: 13px;
    color: #999;
    margin-bottom: 10px;
}
.content-box-header.view-mode-header_headline .subline a {
    color: inherit;
}
.content-box-header.view-mode-header_headline .subline a:hover {
    text-decoration: none;
}
.content-box-header.view-mode-header_headline .field-name-node-link {
    margin-top: 5px;
}
.content-box-header h1 {
    color: inherit;
    font-size: 35px;
    text-transform: uppercase;
}
.content-box-header.dark,
.content-box-header.entity-content-box.dark-blue,
.content-box-header.darker {
    color: #3B3C3E;
}
.content-box-infusionsoft-form-block {
    margin-top: -25px;
}
.content-box-inpage-navigation {
    text-align: center;
}
.content-box-placeholder {
    position: relative;
    padding: 0;
}
.content-box-placeholder.customizable {
    border: 3px dashed #333333;
}
.content-box-placeholder.customizable:before {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    content: 'Customize';
    padding: 12px 15px 12px 45px;
    border: 2px solid #e4e4e4;
    border-radius: 4px;
    background: url(/sites/all/themes/custom/sandler_theme/images/content-boxes/gear.png) no-repeat 15px center white;
    background-size: 22px;
    color: #000;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    text-transform: uppercase;
}
.content-box-placeholder.customizable.contextual-links-region-active {
    outline: 0;
}
.content-box-placeholder.customizable.contextual-links-region-active > .contextual-links-wrapper > .contextual-links {
    border-color: #efeeee;
}
.content-box-placeholder.customizable.contextual-links-region-active:before {
    border-color: #efeeee;
}
.content-box-placeholder.customizable.empty {
    padding-bottom: 76px;
}
.content-box-placeholder.customizable.empty:before {
    top: 15px;
}
.content-box-placeholder.customizable.empty > .contextual-links-wrapper {
    top: 15px;
}
.content-box-placeholder.customizable > .contextual-links-wrapper {
    width: 172px;
    height: 47px;
    right: auto;
    left: 10px;
    top: 10px;
}
.content-box-placeholder.customizable > .contextual-links-wrapper .contextual-links-trigger {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    opacity: 0;
}
.content-box-placeholder.customizable > .contextual-links-wrapper .contextual-links {
    width: 172px;
    top: 42px;
    right: auto;
    left: 0;
    padding: 0;
    border: 2px solid #e4e4e4;
    border-top-width: 0;
    border-radius: 0 0 4px 4px;
}
.content-box-placeholder.customizable > .contextual-links-wrapper .contextual-links li a {
    margin: 0;
    padding: 10px;
}
.content-box-placeholder.customizable > .contextual-links-wrapper .contextual-links li a:hover {
    background-color: #ececec;
}
.content-box-quote {
    background: #f3f1ee;
    font-size: 18px;
    line-height: 30px;
}
.content-box-quote blockquote {
    padding-top: 150px;
    background: url(/sites/all/themes/custom/sandler_theme/images/content-boxes/quote.png) no-repeat 18px 45px;
}
.content-box-quote footer {
    font-size: 16px;
    line-height: 16px;
    margin-top: 50px;
    text-align: left;
}
.content-box-quote footer > .image + .grid-item {
    padding-top: 1%;
}
.content-box-quote footer small {
    font-size: 16px;
    color: #000;
}
.content-box-quote footer .subline {
    color: #666666;
    margin-top: 5px;
}
.content-box-text-box {
    font-size: 22px;
    text-align: center;
    line-height: 32px;
}
.content-box-text-box .container .text {
    padding: 0 1em;
}
.content-box-text-box .container .text + a {
    display: inline-block;
    margin-top: 15px;
}
.content-box-text-box h1 {
    font-size: 35px;
    margin-bottom: 35px;
}
.content-box-text-box.small .container {
    max-width: 780px;
    padding: 0 4%;
}
.content-box-text-box.small h1 {
    font-size: 30px;
    margin-bottom: 30px;
}
.content-box-text-box.small .text {
    padding: 0;
    font-size: 15px;
    line-height: 25px;
    text-align: left;
}
.content-box-text-box.small .text li {
    padding-bottom: 0.2em;
}
.inline-navigation {
    margin-top: 30px;
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
    padding-top: 5px;
    font-size: 16px;
}
.inline-navigation ul {
    list-style-type: none;
    margin-left: 0;
    margin-bottom: 5px;
}
.inline-navigation ul li {
    display: inline-block;
    margin-bottom: 0;
}
.inline-navigation ul li:first-child {
    margin-left: 0;
}
.inline-navigation ul li a {
    color: #0050ab;
}
.content-box-box {
    padding: 0;
}
.content-box-box .text {
    line-height: 24px;
}
.content-box-box .link {
    margin-top: 40px;
}
.content-box-list {
    font-size: 1.2em;
    text-align: center;
}
.content-box-list.gold .items > ul > li:before {
    color: inherit;
}
.content-box-list .items {
    border-top: 1px dashed #e4e4e4;
    margin-top: 30px;
    padding-top: 60px;
}
.content-box-list .items > ul {
    margin: 0;
    padding: 0 130px;
}
.content-box-list .items > ul > li.grid-item {
    position: relative;
    display: inline-block;
    width: 50%;
    font-size: 1.2rem;
    text-align: left;
    padding: 0 0 0 25px;
    margin: 20px 0 0;
}
.content-box-list .items > ul > li.grid-item:hover {
    text-decoration: none;
    color: inherit;
}
.content-box-list .items > ul > li.grid-item:before {
    right: auto;
    left: 0;
    color: #e9aa00;
}
.content-box-list .items .text {
    margin-top: 10px;
    font-size: 15px;
}
.entity-content-box.content-box-list-item {
    display: inline-block;
    float: none;
    margin-top: 60px;
    padding: 0;
    vertical-align: top;
    text-align: left;
    font-size: 15px;
}
.entity-content-box.content-box-list-item h3 {
    font-weight: bold;
    margin-bottom: 0;
    line-height: 24px;
    margin-top: 30px;
}
.content-box-list-item > img {
    margin: 0 auto;
}
.content-box-list.view-mode-list_icon .items {
    font-size: 0;
}
.content-box-list.view-mode-list_extended ul {
    counter-reset: items;
    text-align: left;
}
.content-box-list.view-mode-list_extended li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    counter-increment: items;
    width: 50%;
    margin-top: 30px;
}
.content-box-list.view-mode-list_extended li:nth-child(2n+1) {
    padding-right: 50px;
}
.content-box-list.view-mode-list_extended li:before {
    display: inline-block;
    content: counter(items);
    width: 40px;
    height: 40px;
    float: left;
    border-radius: 50%;
    background: #e9aa00;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 1.2em;
}
.content-box-list.view-mode-list_extended li h2 {
    padding-left: 50px;
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
}
.content-box-list.view-mode-list_extended li .text {
    margin-top: 10px;
    font-size: 15px;
}
.main-content ul.pager {
    margin-top: 0;
    padding-top: 50px;
    border-top: 1px solid #dbdbdb;
}
.pager.pager-load-more {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    clear: both;
    text-align: center;
}
.pager.pager-load-more .pager-next {
    display: inline-block;
    padding: 0;
    margin: 0;
}
.pager.pager-load-more .pager-next:empty {
    visibility: collapse;
}
.pager.pager-load-more .pager-next a {
    display: block;
    font-size: 18px;
    font-weight: bold;
}
.pager.pager-load-more .ajax-progress {
    display: none;
}
.pager.pager-load-more a {
    position: relative;
}
.pager.pager-load-more a:before {
    margin-right: .85em;
}
.pager.pager-load-more a.progress-disabled:before {
    -webkit-animation: rotating .75s linear infinite;
    animation: rotating .75s linear infinite;
}
.field-type-addthis {
    min-height: 80px;
    margin-top: 20px;
}
.field-type-addthis .field-label {
    margin-bottom: 16px;
}
.field-type-addthis .addthis_toolbox {
    height: 42px;
    overflow: hidden;
}
.field-type-addthis .addthis_toolbox a {
    padding: 0 10px 10px 0;
    color: transparent;
}
ul.pager {
    margin-top: 50px;
    margin-bottom: 0;
}
.breadcrumb {
    margin-top: 20px;
    margin-bottom: 22px;
    padding: 0;
    font-size: 13px;
    overflow: hidden;
}
.breadcrumb a {
    font-size: inherit;
    color: #0050ab;
}
.breadcrumb-item {
    float: left;
    display: inline-block;
    margin: 0;
    padding: 0;
}
.breadcrumb-item a {
    text-transform: capitalize;
}
.iframe-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.iframe-wrapper iframe,
.iframe-wrapper object,
.iframe-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.menu-sandler-top-navigation .menu {
    margin: 0;
}
.menu-sandler-top-navigation li {
    float: right;
}
.menu-block-wrapper .menu {
    margin-top: 0;
    margin-bottom: 24px;
    overflow: hidden;
}
.node .menu-block-wrapper .menu {
    margin-left: 0;
}
.menu-block-wrapper .leaf {
    display: inline-block;
    margin-right: 10px;
}
.menu-block-wrapper a {
    color: #666666;
}
.menu-block-wrapper a.active {
    color: #f1c351;
    border-color: #f1c351;
}
.menu-block-wrapper a.active:hover {
    cursor: default;
}
.block-menu-block {
    padding-top: 15px;
    border-bottom: 1px solid #dbdbdb;
}
.block-menu-block .block-title {
    margin-bottom: 0;
}
.support-menu {
    text-align: right;
}
.support-menu .icon-location:before {
    margin-top: -2px;
}
.ui-menu,
button.ui-menu {
    margin-right: 1%;
    border: 0;
    background: transparent;
    color: #666666;
}
.ui-menu:hover,
.ui-menu:active,
.ui-menu:focus,
button.ui-menu:hover,
button.ui-menu:active,
button.ui-menu:focus {
    outline: 0;
    background: transparent;
}
h1.title {
    color: #0050ab;
}
.page-node h1.title {
    color: #000;
}
footer .block-menu-block {
    padding-top: 0;
    border-bottom: 0;
}
footer .block-menu-block .menu {
    margin-bottom: 11px;
}
footer ul.menu {
    overflow: hidden;
}
footer ul.menu li {
    display: inline-block;
    float: left;
    color: #999999;
}
footer ul.menu li a {
    color: inherit;
}
footer ul.menu li a:hover {
    color: white;
}
.menu-name-menu-sandler-footer-small ul.menu .leaf {
    margin-bottom: 0;
}
.footer--left .menu-block-sitelet-footer-menu li {
    float: none;
    display: block;
}
.menu-name-menu-sandler-footer-social [class^="icon-"],
.menu-name-menu-sandler-footer-social .site-header--prefix .block-search .form-actions,
.site-header--prefix .block-search .menu-name-menu-sandler-footer-social .form-actions,
.menu-name-menu-sandler-footer-social .storelocator-panel .storelocator-filter .location-search .form-item,
.storelocator-panel .storelocator-filter .location-search .menu-name-menu-sandler-footer-social .form-item,
.menu-name-menu-sandler-footer-social .storelocator-panel .storelocator-filter .feature-filter label,
.storelocator-panel .storelocator-filter .feature-filter .menu-name-menu-sandler-footer-social label,
.menu-name-menu-sandler-footer-social .read-more,
.menu-name-menu-sandler-footer-social .read-more-small,
.menu-name-menu-sandler-footer-social .node-sandler-franchise-location .view-details > a,
.node-sandler-franchise-location .menu-name-menu-sandler-footer-social .view-details > a,
.menu-name-menu-sandler-footer-social .blog-teaser__read-more,
.menu-name-menu-sandler-footer-social .field.field-name-node-link a,
.field.field-name-node-link .menu-name-menu-sandler-footer-social a,
.menu-name-menu-sandler-footer-social .arrow-left,
.menu-name-menu-sandler-footer-social .arrow-right,
.menu-name-menu-sandler-footer-social .pager.pager-load-more a,
.pager.pager-load-more .menu-name-menu-sandler-footer-social a {
    display: inline-block;
    width: 20px;
    height: 20px;
    overflow: hidden;
}
footer .icon-location:before {
    margin-top: -2px;
    margin-left: -3px;
}
footer .icon-location:hover {
    text-decoration: underline;
}
footer .icon-location:hover:before {
    text-decoration: none;
}
.infusionsoft-form-wrapper tbody,
.field-name-field-bp-infusionsoft-form tbody {
    border: 0;
}
.infusionsoft-form-wrapper input,
.infusionsoft-form-wrapper div > .infusion-field-container,
.field-name-field-bp-infusionsoft-form input,
.field-name-field-bp-infusionsoft-form div > .infusion-field-container {
    width: 100%;
}
.infusionsoft-form-wrapper .infusion-field-container,
.field-name-field-bp-infusionsoft-form .infusion-field-container {
    margin-bottom: 20px;
}
.infusionsoft-form-wrapper input,
.field-name-field-bp-infusionsoft-form input {
    margin-top: 5px;
}
.infusionsoft-form-wrapper .infusion-radio,
.field-name-field-bp-infusionsoft-form .infusion-radio {
    overflow: hidden;
}
.infusionsoft-form-wrapper .infusion-radio .infusion-option,
.field-name-field-bp-infusionsoft-form .infusion-radio .infusion-option {
    width: 100%;
    float: left;
}
.infusionsoft-form-wrapper .infusion-radio .infusion-option label,
.infusionsoft-form-wrapper .infusion-radio .infusion-option input,
.field-name-field-bp-infusionsoft-form .infusion-radio .infusion-option label,
.field-name-field-bp-infusionsoft-form .infusion-radio .infusion-option input {
    float: left;
    display: inline;
}
.infusionsoft-form-wrapper .infusion-radio .infusion-option input,
.field-name-field-bp-infusionsoft-form .infusion-radio .infusion-option input {
    width: 28px;
}
.infusionsoft-form-wrapper .infusion-radio .infusion-option label,
.field-name-field-bp-infusionsoft-form .infusion-radio .infusion-option label {
    font-weight: normal;
}
.infusionsoft-form-wrapper textarea,
.field-name-field-bp-infusionsoft-form textarea {
    min-height: 150px;
}
.infusionsoft-form-wrapper .text .text,
.field-name-field-bp-infusionsoft-form .text .text {
    padding: 10px 0;
}
.infusionsoft-form-wrapper .infusion-submit,
.field-name-field-bp-infusionsoft-form .infusion-submit {
    margin: 20px 0;
}
.field-name-field-bp-ref-campaign-form {
    margin-top: 20px;
    padding: 3%;
    border-top: 3px solid #0050ab;
    background: #f4efe8;
}
.field-name-field-bp-ref-campaign-form h2 {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 1.5em;
    color: #0050ab;
}
.field-name-field-bp-ref-campaign-form .field-name-field-cb-headline {
    margin-top: 1em;
    margin-bottom: .3em;
}
.field-name-field-bp-ref-campaign-form .field-name-field-cb-headline .button,
.field-name-field-bp-ref-campaign-form .field-name-field-cb-headline .entity-content-box button,
.entity-content-box .field-name-field-bp-ref-campaign-form .field-name-field-cb-headline button,
.field-name-field-bp-ref-campaign-form .field-name-field-cb-headline .entity-content-box .form-submit,
.entity-content-box .field-name-field-bp-ref-campaign-form .field-name-field-cb-headline .form-submit {
    width: 100%;
    text-align: center;
}
.field-name-field-bp-ref-campaign-form .field-name-field-cb-image {
    margin-bottom: 1em;
}