@font-face {
    font-family: 'Montserrat-Light';
    src: url('../fonts/Montserrat-Light.eot');
    src: local('☺'),
         url('../fonts/Montserrat-Light.woff') format('woff'),
         url('../fonts/Montserrat-Light.ttf') format('truetype'),
         url('../fonts/Montserrat-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../fonts/Montserrat-Regular.eot');
    src: local('☺'),
         url('../fonts/Montserrat-Regular.woff') format('woff'),
         url('../fonts/Montserrat-Regular.ttf') format('truetype'),
         url('../fonts/Montserrat-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url('../fonts/Montserrat-SemiBold.eot');
    src: local('☺'), url('../fonts/Montserrat-SemiBold.woff') format('woff'),
                     url('../fonts/Montserrat-SemiBold.ttf') format('truetype'),
                     url('../fonts/Montserrat-SemiBold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat-Medium';
    src: url('../fonts/Montserrat-Medium.eot');
    src: local('☺'),
         url('../fonts/Montserrat-Medium.woff') format('woff'),
         url('../fonts/Montserrat-Medium.ttf') format('truetype'),
         url('../fonts/Montserrat-Medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ArnoPro-LightDisplay';
    src: url('../fonts/ArnoPro-LightDisplay.eot');
    src: local('☺'),
         url('../fonts/ArnoPro-LightDisplay.woff') format('woff'),
         url('../fonts/ArnoPro-LightDisplay.ttf') format('truetype'),
         url('../fonts/ArnoPro-LightDisplay.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ArnoPro-Regular';
    src: url('../fonts/ArnoPro-Regular.eot');
    src: local('☺'),
         url('../fonts/ArnoPro-Regular.woff') format('woff'),
         url('../fonts/ArnoPro-Regular.ttf') format('truetype'),
         url('../fonts/ArnoPro-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ArnoPro-SmbdSubhead';
    src: url('../fonts/ArnoPro-SmbdSubhead.eot');
    src: local('☺'),
         url('../fonts/ArnoPro-SmbdSubhead.woff') format('woff'),
         url('../fonts/ArnoPro-SmbdSubhead.ttf') format('truetype'),
         url('../fonts/ArnoPro-SmbdSubhead.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ArnoPro-ItalicCaption';
    src: url('../fonts/ArnoPro-ItalicCaption.eot');
    src: local('☺'),
         url('../fonts/ArnoPro-ItalicCaption.woff') format('woff'),
         url('../fonts/ArnoPro-ItalicCaption.ttf') format('truetype'),
         url('../fonts/ArnoPro-ItalicCaption.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ArnoPro-SmbdItalicCaption';
    src: url('../fonts/ArnoPro-SmbdItalicCaption.eot');
    src: local('☺'),
         url('../fonts/ArnoPro-SmbdItalicCaption.woff') format('woff'),
         url('../fonts/ArnoPro-SmbdItalicCaption.ttf') format('truetype'),
         url('../fonts/ArnoPro-SmbdItalicCaption.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Master layout */

/************************************************************
Global styles */

/* Partial CSS Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html, body {
    height: 100%;
    width: 100%;
    -webkit-text-size-adjust: 100%;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, select, input, option {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    display: block;
}
audio, canvas, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

:focus {
    outline: none;
}

table {
    border: 0 none;
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
td {
    vertical-align: top;
}
/* End Reset */

body {
    line-height: normal;
    font: 18px 'Montserrat-Light';
    color: #2f2635;
}

/* Links */
a,
input[type=submit] {
    display: inline-block;
    color: inherit;
    outline: none;
	transition: all 0.3s ease 0s;
}
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    outline: none;
}
a[href^="tel:"] {
    color: inherit;
}
a img {
    border: none;
    transition: all 0.5s ease 0s;
}
img {
    max-width: 100%;
    height: auto;
}

/* Form elements */
input[type]:-webkit-autofill,
input[type]:-webkit-autofill:hover,
input[type]:-webkit-autofill:focus,
input[type]:-webkit-autofill:active { /* Fix input background with autocomplete */
    transition: background-color 5000s ease-in-out 0s;
}
input[type="search"] {
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
input[type="submit"] {
    cursor: pointer;
}
input[type="submit"]::-moz-focus-inner { /* Fix extra button padding in Firefox */
    padding: 0;
    border: none;
    line-height: 1;
}
textarea {
    resize: none;
}

/* Default Placeholder styles */
::-webkit-input-placeholder {
/* WebKit browsers */
    color: #2f2635;
}
:-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
    color: #2f2635;
    opacity: 1;
}
::-moz-placeholder {
/* Mozilla Firefox 19+ */
    color: #2f2635;
    opacity: 1;
}
:-ms-input-placeholder {
/* Internet Explorer 10+ */
    color: #2f2635;
    opacity: 1;
}

/* Headings */
h1 {
    display: block;
    margin-bottom: 30px;
    padding: 0;
    font: 34px 'Montserrat-Regular';
}
.top-content h1,
.inner-box h1 {
	padding: 0 45px 0 45px;
}
h1 span {
    display: block;
    margin-top: 5px;
    text-align: center;
    text-indent: 75px;
    font: 30px 'ArnoPro-Regular';
    color: #e18120;
}
h2 {
    font: 53px/50px 'ArnoPro-LightDisplay';
}
h3 {
    font: 25px 'ArnoPro-SmbdSubhead';
    color: #e18120;
}
h4 {
    margin-bottom: 8px;
    font: 19px/26px 'Montserrat-SemiBold';
}
h5 {
    margin-bottom: 8px;
    font: 20px/26px 'ArnoPro-SmbdSubhead';
}
h6 {
    margin-bottom: 4px;
    font: 15px/26px 'Montserrat-Medium';
    color: #e18120;
}

/*
h1,
h2,
*/
h3 {
	margin: 20px auto 10px;
}
/*
h1:first-child,
h2:first-child,
*/
h3:first-child {
	margin-top: 0;
}

/* Block-level */
address {
    font-style: inherit;
}
p {
    margin-bottom: 20px;
    line-height: 1.7;
}
p a {
    color: #e18120;
}
p a:hover {
    color: inherit;
}
ul {
    list-style-type: none;
}
.rte-content > ul:not([class]) {
	margin: 20px auto;
}
.rte-content > ul:not([class]) > li {
	position: relative;
	padding-left: 20px;
}
.rte-content > ul:not([class]) > li:before {
	content: "";
	display: inline-block;
	height: 8px;
	width: 8px;
	background-color: #2f2635;
	border-radius: 50%;
	position: absolute;
	top: 8px;
	left: 0;
}
.rte-content > ul:not([class]) > li + li {
	margin-top: 10px;
}
strong {
    font-weight: normal;
    font-family: 'Montserrat-SemiBold';
}
sup {
    font-size: 11px;
}

/************************************************************
Generic Site Styles */
.table {
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
    float: none !important;
}
.table.page,
.container {
    max-width: 1130px;
    margin: 0 auto;
}
.container {
    padding: 0 15px;
}
main .table.page,
.table.auto-height {
    height: auto;
}

.table.auto-width {
    width: auto;
}
.table.auto-all {
    height: auto;
    width: auto;
}
.row {
    display: table-row;
}
.cell {
    display: table-cell;
    vertical-align: top;
    height: 100%;
    float: none !important;
}

.no-space {
	font-size: 0;
}
.no-space > * {
	font-size: 16px;
}

.padding {
    padding: 0px 15px;
}
.padding-left {
    padding-left: 15px;
}
.padding-right {
    padding-right: 15px;
}
.middle {
    vertical-align: middle;
}
.bottom {
    vertical-align: bottom;
}
.table-header-group {
    display: table-header-group;
}
.table-footer-group {
    display: table-footer-group;
}

/* Text alignment */
.align-left {
    text-align: left !important;
}
.align-center {
    text-align: center !important;
}
.align-right {
    text-align: right !important;
}

/* Container class to make iFrames responsive */
.frame-box,
.frame-contain {
    position: relative;
    max-width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%; /* 16:9 */
}
.frame-box.mid,
.frame-contain.mid {
	padding-bottom: 62.5%;
}
.frame-box.tall,
.frame-contain.tall {
	padding-bottom: 75%;
	/* 75% = 4:3 */
}
.frame-contain iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/************************************************************
Miscellaneous */
.clearfix:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.relative {
    position: relative;
}
.full-size {
    width: 100%;
    height: 100%;
}
.full-bg {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.full-overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

.on-top {
    position: relative;
    z-index: 1;
}

.hide {
    display: none !important;
}

.no-scroll {
    overflow: hidden;
}

a:not([class*="fa-"]):before,
a:after,
[class*="fa-"],
.sub-ctrl,
.img-box:after,
.img-box .text-box,
.video-box:after,
.icon:before,
.icon:after,
.slick-arrow:after {
	transition: all 0.3s ease 0s;
}
.sub-menu {
	transition: all 0.5s ease 0s;
}

.overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(76,49,41,.38);
    z-index: 1;
}
.bg-box {
    padding: 45px 0 30px;
    background-color: #e8e6dc;
}
.bg-box.dark {
    color: #fff;
    background-color: #2f2635;
}
.img-box,
.video-box {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.img-box:after,
.video-box:after,
.video-section .video-box a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    border-radius: inherit;
    background: rgba(47,46,46,.8);
    opacity: 0;
    visibility: hidden;
}
.img-box .relative {
    z-index: 1;
}

.btn {
    position: relative;
    min-width: 268px;
    padding: 16px 30px 14px;
    border: 2px solid #2f2635;
    text-transform: uppercase;
    text-align: center;
    font: 16px 'Montserrat-Regular';
    color: #2f2635;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.btn:hover {
    color: #e18120;
    background-color: #2f2635;
}
.btn.aw {
	min-width: 0;
}
.btn.white {
    min-width: 246px;
    border-color: #fff;
    text-transform: none;
    line-height: 15px;
    font-size: 19px;
    color: #fff;
}
.btn.white:hover {
    color: #2f2635;
    border-color: #e18120;
    background-color: #e18120;
}
.more-link {
    padding-top: 6px;
    text-transform: uppercase;
    font: 22px 'Montserrat-Regular';
}
.more-link:after {
    content: "";
    display: inline-block;
    width: 60px;
    height: 60px;
    margin: -6px 0 0 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    vertical-align: middle;
    background: url(/images/layout/arr-right.png) no-repeat center center #80739e;
}
.more-link:hover:after {
    background: url(/images/layout/arr-right.png) no-repeat center center #e18120;
}

.icon {
    position: relative;
    width: 28px;
    height: 28px;
}
.icon:before,
.icon:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.icon:hover:before,
.icon:after {
    opacity: 0;
    visibility: hidden;
}
.icon:hover:after {
    opacity: 1;
    visibility: visible;
}
.icon-facebook:before {
    background-image: url(/images/icons/facebook.png);
}
.icon-facebook:after {
    background-image: url(/images/icons/facebook-hov.png);
}
.icon-twitter:before {
    background-image: url(/images/icons/twitter.png);
}
.icon-twitter:after {
    background-image: url(/images/icons/twitter-hov.png);
}
.icon-linkedin:before {
    background-image: url(/images/icons/linkedin.png);
}
.icon-linkedin:after {
    background-image: url(/images/icons/linkedin-hov.png);
}
.icon-youtube:before {
    background-image: url(/images/icons/youtube.png);
}
.icon-youtube:after {
    background-image: url(/images/icons/youtube-hov.png);
}
.icon-map {
    width: 146px;
    height: 146px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 4px solid #2f2635;
    background-color: #80739e;
}
.icon-map:hover {
    background-color: #2f2635;
}
.icon-map:before,
.icon-map:after {
    background-size: inherit;
}
.icon-map:before {
    background-image: url(/images/icons/map-marker.png);
}
.icon-map:after {
    background-image: url(/images/icons/map-marker-hov.png);
}

.flexbox {
	display: block;
	display: -webkit-flex;
	display: flex;
}

.flexbox.wrap {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.responsive-table {
	width: 100% !important;
	height: auto;
}

/************************************************************
Slick Slider main styles */
.slick-initialized .slick-slide {
    z-index: 7 !important;
}
.slick-initialized .slick-slide.slick-active {
    z-index: 8 !important;
}
.slick-vertical .slick-slide {
    position: relative;
    border: none;
}
.slick-slide img {
    margin: 0 auto 20px;
}
.slider-control {
    position: absolute;
    bottom: 50%;
    left: 50%;
    max-width: 1100px;
    width: 100%;
    margin-left: -550px;
    text-align: center;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    z-index: 8;
}
.slick-arrow {
    width: 35px;
    height: 35px;
    color: #fff;
    z-index: 9;
}
.slick-arrow:hover {
    color: #2f2635;
}
.slick-arrow:after {
    font: 32px/21px Font Awesome\ 5 Pro;
    font-weight: bold;
}
.slick-arrow.slick-prev {
    left: 0;
}
.slick-arrow.slick-prev:after {
    content: "\f104";
}
.slick-arrow.slick-next {
    right: 0;
}
.slick-arrow.slick-next:after {
    content: "\f105";
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.slick-dots {
    bottom: 30px;
    height: 14px;
    line-height: 0;
    z-index: 9;
}
.slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 11px;
}
.slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
    border-radius: 50%;
    background-color: #fff;
}
.slick-dots li.slick-active {
    width: 14px;
    height: 14px;
}
.slick-dots li.slick-active button {
    background-color: #e18120;
}
.slick-dots li button:before {
    content: none;
}

/* --- Page Styles --- */

/*=== HEADER ===*/
#header {
    height: 156px;
}
.header-wrapper {
    position: fixed;
    width: 100%;
    box-shadow: 0 2px 10px -3px rgba(16,26,48,0.2);
    background-color: #e8e6dc;
    z-index: 120;
}
.top-bar {
    position: relative;
    color: #fff;
    background-color: #2f2f2e;
}
.top-bar:before {
    content: "";
    display: block;
    height: 10px;
    background: #2f2635;
    background: -moz-linear-gradient(left, #2f2635 0%, #2f2635 15%, #e18120 100%);
    background: -webkit-linear-gradient(left, #2f2635 0%,#2f2635 15%,#e18120 100%);
    background: linear-gradient(to right, #2f2635 0%,#2f2635 15%,#e18120 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f2635', endColorstr='#e18120',GradientType=1 );
}
.top-bar .cell {
    padding: 6px 15px 5px;
}
.top-bar .cell:first-child {
    display: none;
}
.top-bar .cell:last-child {
    text-align: right;
}
.top-menu li {
    display: inline-block;
}
.top-menu li:not(:last-child) {
    margin-right: 64px;
}
.top-menu a {
    font: 16px 'Montserrat-Medium';
}
.top-menu a:hover {
    color: #80739e;
}
.social {
    position: relative;
    top: 2px;
    display: inline-block;
}
.social a:not(:last-child) {
    margin-right: 12px;
}

.header-menu > .table > .cell {
    padding: 12px 15px 10px;
}

/*=== MAIN NAVIGATION ===*/
#nav-btn,
#nav-close-btn,
.logo-mobile {
    display: none;
    font-size: 32px;
}
.nav-menu {
    position: relative;
    text-align: center;
}
.nav-menu > li {
    display: inline-block;
    vertical-align: middle;
}
li.has-child {
    position: relative;
}
.nav-menu .logo-item a {
    width: 322px;
    padding: 0 30px 0 0;
}
.nav-menu .logo-item a:after {
    content: none;
}
.nav-menu > li > a {
    padding: 7px 6px 0;
    text-transform: uppercase;
    font: 16px 'Montserrat-Medium';
}
.nav-menu > li:first-child > a {
    padding-left: 0;
}
.nav-menu > li:last-child > a {
    padding-right: 0;
}
.nav-menu > li > a:after {
    content: "";
    display: block;
    height: 1px;
    background-color: #e18120;
    opacity: 0;
    visibility: hidden;
}
.sub-menu {
    position: absolute;
    top: 100%;
    left: -22px;
    min-width: 250px;
    margin-top: 2px;
    padding: 16px;
    border: 1px solid #c5c5c5;
    text-align: left;
    background-color: #e8e6dc;
    opacity: 0;
    visibility: hidden;
    z-index: 5;
}
.sub-menu .table {
    width: 502px;
    height: 349px;
    border: 2px solid #fff;
}
.sub-menu .cell:last-child {
    width: 47.25%;
}
.sub-menu .cell a {
    padding: 33.65px 20px;
}
.sub-menu .img-box {
    height: 100%;
}
.sub-menu a {
    display: block;
    padding: 10px 20px;
    font: 16px 'Montserrat-Medium';
}
.sub-menu a:hover {
    color: #fff;
    background-color: #e18120;
}
.nav-menu > li > a:hover,
li.has-child:hover > a {
    color: #e18120;
}
.nav-menu > li > a:hover:after,
li.has-child:hover > a:after,
li.has-child:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}

/*=== TOP BANNER ===*/
.banner {
    position: relative;
    min-height: 550px;
}
.banner .top-slider {
    height: 100%;
}
.banner .single-banner {
    height: 100%;
    background-position: top center;
    background-attachment: fixed;
}
.banner .single-banner:after {
    background: -moz-linear-gradient(left, rgba(47,38,53,1) 0%, rgba(47,38,53,1) 19%, rgba(157,153,160,0) 62%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left, rgba(47,38,53,1) 0%,rgba(47,38,53,1) 19%,rgba(157,153,160,0) 62%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(47,38,53,1) 0%,rgba(47,38,53,1) 19%,rgba(157,153,160,0) 62%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f2635', endColorstr='#00ffffff',GradientType=1 );
    opacity: 1;
    visibility: visible;
}
.banner .container {
    max-width: 1200px;
    padding: 0;
    z-index: 2;
}
.banner .slick-list,
.banner .slick-track {
    height: 100%;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
}
.banner .slick-dots {
    bottom: 72px;
}
.banner-text {
    max-width: 600px;
    padding-left: 50px;
    color: #fff;
}
.banner-text .btn {
    min-width: 375px;
    padding: 12px 30px 11px;
    border-width: 3px;
    font: 23px 'Montserrat-Regular';
}
.banner-text .btn.white {
    text-transform: uppercase;
}
.large-text {
    margin-bottom: 20px;
    font: 64px 'ArnoPro-Regular';
}
.large-text:after {
    content: "";
    display: block;
    width: 90%;
    height: 5px;
    margin-left: -50px;
    background-color: #e18120;
}
.banner-content {
    margin-bottom: 54px;
    font-family: 'Montserrat-Regular';
}
.sub-banner {
    height: 328px;
}

.move-down {
    position: absolute;
    bottom: -23px;
    left: 50%;
    width: 113px;
    height: 91px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 9;
}
.move-down:before,
.move-down:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.move-down:before {
    background: url(/images/layout/chevron-bot.png) no-repeat;
}
.move-down:after {
    background: url(/images/layout/chevron-bot-hov.png) no-repeat;
}
.move-down:hover:before,
.move-down:after {
    opacity: 0;
    visibility: hidden;
}
.move-down:hover:after {
    opacity: 1;
    visibility: visible;
}

/*=== BREADCRUMBS ===*/
.breadcrumbs {
    margin: 20px 0 16px;
}
.breadcrumbs li {
    display: inline-block;
    font: 18px 'ArnoPro-Regular';
    color: #2f2635;
}
.breadcrumbs li a:hover,
.breadcrumbs li a:active,
.breadcrumbs li:last-child {
    color: #e18120;
}
.breadcrumbs li:after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: -3px 3px 0 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    vertical-align: middle;
    background-color: #2f2635;
}
.breadcrumbs li:last-child:after {
    content: none;
}

/*=== ABOUT SECTION ===*/
.about-wrapper .btn {
    margin-top: 15px;
}
.about-wrapper .table {
    height: 552px;
}
.about-wrapper .control-width {
    padding: 25px 25px 25px 0;
    text-align: right;
}
.about-wrapper .control-width > .relative {
    border: 3px solid #fff;
    border-left: 0;
}
.about-wrapper .control-width .inner-box {
    display: inline-block;
    max-width: 750px;
    width: 100%;
    padding: 60px 50px 50px;
    text-align: left;
}
.about-wrapper .img-box {
    height: 100%;
    background-position: top center;
}
.about-wrapper .img-box:after {
    background: rgba(76,49,41,.38);
    opacity: 1;
    visibility: visible;
}

/*=== TEAM SECTION ===*/
.team-wrapper .bg-box {
    padding: 22px 0;
}
.team-wrapper .bg-box .cell:last-child {
    text-align: right;
}
.team-wrapper .img-box {
    display: block;
    height: 500px;
    overflow: hidden;
}
.team-wrapper .img-box:after {
    background: rgba(47,46,46,.5);
}
.team-wrapper .text-box {
    position: absolute;
    bottom: -110px;
    width: 100%;
    padding: 35px 15px 20px;
    text-align: center;
    color: #fff;
    background-color: rgba(47,38,53,.9);
    z-index: 1;
}
.team-wrapper .text-box h3 {
    font: 55px/55px 'ArnoPro-Regular';
    color: inherit;
}
.team-wrapper .img-box:hover:after {
    opacity: 1;
    visibility: visible;
}
.team-wrapper .img-box:hover .text-box {
    bottom: 0;
}

/*=== TESTIMONIALS SECTION ===*/
.testimonials-wrapper {
    padding-bottom: 55px;
    background-color: #e1e1e1;
}
.testimonials-wrapper .location-box {
    margin-top: -32px;
}
.testimonial {
    height: 380px;
    font: 29px 'ArnoPro-Regular';
    color: #fff;
}
.testimonial .cell {
    padding: 0 8px;
}
.testimonial .img-box {
    height: 100%;
    padding: 25px;
}
.testimonial .img-box:after {
    background: rgba(76,49,41,.75);
    opacity: 1;
    visibility: visible;
}
.testimonial .img-box .relative {
    height: 100%;
    padding: 55px 15px 165px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.testimonial .img-box .relative:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 70px);
    height: 2px;
    background-color: #fff;
    float: right;
}
.testimonial .img-box .relative:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 2px;
    height: calc(100% - 52px);
    background-color: #fff;
}
.testimonial .quote {
    position: absolute;
    top: 16px;
    left: 20px;
    width: 58px;
    height: 43px;
    background: url(/images/icons/quote.png) no-repeat;
    background-size: contain;
    z-index: 1;
}
.testimonial p {
    margin-bottom: 30px;
    line-height: inherit;
}
.testimonial a {
    text-decoration: underline;
    font: 20px 'Montserrat-Regular';
}

.location-box {
    position: relative;
    display: inline-block;
    width: 352px;
    margin-top: 80px;
    padding: 30px 53px 27px;
    font-family: 'ArnoPro-Regular';
    color: #fff;
    background-color: #2f2e2e;
    z-index: 2;
}
.location-box:before {
    content: "";
    position: absolute;
    top: -80px;
    left: 0;
    width: 100%;
    height: 80px;
    background: url(/images/layout/bg-figure.png) no-repeat;
}
.location-box .icon {
    position: absolute;
    top: -152px;
    left: 50%;
    margin-left: -75px;
}
.location-box:hover .icon:before {
    opacity: 0;
    visibility: hidden;
}
.location-box:hover .icon:after {
    opacity: 1;
    visibility: visible;
}
.location-box:hover .icon-map {
    background-color: #2f2635;
}
.location-box p {
    margin-bottom: 0;
    line-height: 21px;
}
.location-box a:hover {
    color: #e18120;
}
.location-box .btn {
    margin-top: 15px;
}

/*=== SOCIAL SECTION ===*/
.social-wrapper {
    padding: 35px 0;
    background-color: #e1e1e1;
}
.social-wrapper h2 {
    text-transform: uppercase;
    font: 59px 'ArnoPro-Regular';
}
.social-slider {
    height: 295px;
    color: #fff;
    font: 19px 'Montserrat-Medium';
}
.social-slider .slick-list,
.social-slider .slick-track {
    height: 100%;
}
.social-slider .video-box {
    display: block;
    width: 435px;
    height: 100%;
}
.social-slider .img-box {
    display: block;
    width: 294px;
    height: 100%;
    padding: 40px 25px;
}
.social-slider .text-box {
    position: relative;
    width: 100%;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}
.social-slider .img-box > .icon {
    position: absolute;
    bottom: 7px;
    left: 14px;
    width: 47px;
    height: 47px;
    z-index: 1;
}
.social-slider .img-box > .icon:after {
    content: none;
}
.social-slider .img-box:hover:after,
.social-slider .img-box > .icon:hover:before,
.social-slider .img-box:hover .text-box,
.social-slider .video-box:hover:after,
.video-box a:hover:after {
    opacity: 1;
    visibility: visible;
}
.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 86px;
    height: 86px;
    margin: -43px 0 0 -43px;
    background: url(/images/icons/play-btn.png) no-repeat;
    z-index: 1;
}

/* === Testimonials Page === */

.testimonial-section {
	margin: 20px auto;
}

.testimonial-box {
	position: relative;
	display: block;
	padding: 35px 35px 35px 60px;
	border: 6px double #e8e6dc;
}
.testimonial-box:after {
	content: "\0201C";
	display: inline-block;
    color: #2f2635;
    font-size: 180px;
    line-height: 1;
    height: 65px;
    width: 65px;
    position: absolute;
    top: -30px;
    margin-top: 0;
    left: -20px;
    background-color: #fff;
    padding: 0 2px 8px 0;
}
.testimonial-box.with-video {
	padding-right: 120px;
}

.testimonial-box blockquote {
	position: relative;
	margin-bottom: 15px;
	line-height: 1.7;
}

.testimonial-box + .testimonial-box {
	margin-top: 35px;
}

.testimonial-box .author {
	font-size: 14px;
	font-family: 'Montserrat-SemiBold';
}

.video-link {
	font-weight: bold;
	font-size: 20px;
	text-transform: capitalize;
}
.video-link .play-btn {
	transition: all 0.4s ease 0s;
}

.video-link:hover .play-btn {
	opacity: 0.75;
}

.testimonial-box .video-link {
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 17px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.testimonial-box .video-link .play-btn {
	position: relative;
	top: auto;
	left: auto;
	margin: 0;
}

/* === Staff Page === */

.staff-section {
	margin: 35px auto;
}

.staff-section .staff-box {
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
	width: 31.5%;
	margin: 25px 0;
	text-align: center;
}
.staff-section .staff-box:nth-child(3n-1) {
	margin-left: 2.75%;
	margin-right: 2.75%;
}
.staff-box strong {
	margin-top: 15px;
}

.staff-box figure {
	border: 2px solid #e8e6dc;
	padding-bottom: 350px !important;
}

.staff-box .no-img {
/* 	background-color: #e8e6dc; */
	z-index: 0;
}
.staff-box .no-img:before {
	content:"\f007";
	position: absolute;
	bottom: -10px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	font-family: 'Font Awesome 5 Pro';
	color: #2f2635;
	font-size: 170px;
	line-height: 1;
	font-weight: bold;
	
	z-index: -1;
}

.staff-box .btn {
	margin-top: 25px;
}

.staff-detail {
	position: relative;
	padding: 20px;
	background-color: #e8e6dc;
	overflow: hidden;
	z-index: 0;
	
	font-size: 0;
}

.staff-detail figure,
.staff-detail > div {
	display: inline-block;
	vertical-align: middle;
	
	font-size: 16px;
}

.staff-detail figure {
	width: 60%;
	height: 385px;
}
.staff-detail > div {
	margin-left: 35px;
}
.staff-detail > div:only-child {
	width: 100%;
	margin-left: 0;
}

.staff-box figure img,
.staff-detail figure img {
	visibility: hidden;
}

.staff-detail .content {
	margin: 25px auto 0;
}

.contact-link,
a.contact-link {
	font-family: 'Montserrat-Medium', Arial, sans-serif;
	font-size: 24px;
	line-height: 1;
	color: #d7df21;
}

/* === FAQs Page === */

.faq-list {
	margin: 20px auto !important;
	text-align: left;
	list-style: none;
}
.faq-list>li {
	position: relative;
	padding: 28px 0 21px !important;
	transition:padding 0.3s linear 0s;
}
.faq-list > li.show {
	padding-bottom:8px !important;
}

.faq-list>li .question {
	display: block;
	font-family: "Montserrat-Regular", "Arial Bold", sans-serif;
	font-size: 24px;
	line-height: 1.1;
	padding-right: 0;
	cursor: pointer;
}
.faq-list>li .question:before {
	content: "Q:";
	top: -16px;
}
.faq-list>li .answer {
	display: none;
	max-width: 95%;
	padding-left: 75px;
	margin-top:25px;
}
.faq-list>li .answer>div {
	padding: 14px 0;
	
	display: inline-block;
	vertical-align: middle;
}
.faq-list>li .answer>div>p {
	margin:0 auto;
}
.faq-list>li .answer>div>ul {
	margin-bottom: 0 !important;
}
.faq-list>li .answer>div>ul>li {
	padding-left: 27px;
	padding-top: 6px;
	min-height: none;
}
.faq-list>li .answer>div>ul>li:before {
	height: 8px;
	width: 8px;
	border: 3px solid #E69519;
	background: 0 0;
	border-radius: 50%;
	top: 11px;
}
.faq-list>li .answer p {
	padding: 0 !important;
}
.faq-list>li .answer p:first-child {
	margin-top:0;
}
.faq-list>li .answer:before {
	content: "a: ";
	font-family: "Montserrat-Semibold", Arial, sans-serif;
	font-size: 44px;
	position: absolute;
	top:0;
	left:9px;
	
	color:#f38c20;
}
.faq-list>li>section, .faq-list>li>a {
	position: relative;
	padding-left: 75px;
}
.faq-list>li>section:before, 
.faq-list>li>a:before {
	font-family: "Montserrat-Semibold", "Arial Bold", sans-serif;
	font-size: 44px;
	line-height: 44px;
	position: absolute;
	left: 0;
}
.faq-list > li + li {
	margin-top: 7px;
	padding-top: 8px;
	border-top: 1px solid #DDD;
}

/*=== SUCCESS STORIES PAGE ===*/

.success-stories-page .main-content .container,
.success-stories-page .main-content .table.page {
	max-width: 1230px;
}

.success-stories-page .top-content {
	padding-bottom: 0;
}
.success-stories-page .main-content {
	padding-top: 0;
}

.success-stories {
	
}

.story-box {
	position: relative;
	color: #2f2635;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	
	font-size: 0;
}
.story-box.purple {
	background-color: #2f2635;
}
.story-box.white {
	background-color: #fff;
}
.story-box.cream {
	background-color: #e8e6dc;
}
.story-box.gray {
/* 	background-color: #a0a09f; */
	background-color: #cdcdcd;
}

.story-box h3 {
	font-weight: normal;
	font-family: 'Montserrat-SemiBold';
	color: #2f2635;
}

.story-box .flexbox {
	padding: 25px 53px;	
	transition: all 0.25s ease 0s;
}

.story-box .main-col,
.story-box .small-col {
	position: relative;
	display: inline-block;
	vertical-align: top;
	
	font-size: 18px;
}
.story-box .main-col {
	width: 100%;
	padding-right: 4.5%;
	transition: none; /* ...so that padding doesnt get transitioned */
}
.story-box.open .main-col {
	transition: width 0s ease 0.1s;
}
.story-box .small-col {
	padding-left: 6.25%;
	border-left: 5px solid transparent;
}

.story-box.open .main-col {
	width: 58%;
	max-width: 640px;
}

.story-box.open .small-col {
	width: 42%;
	max-width: 460px;

	border-left-color: #e18120;
	opacity: 1;
	visibility: visible;
}
/*
.story-box .small-col .basic-heading {
	display: none;
}
*/

@-webkit-keyframes fade-out-in {
    10% {
        opacity: 0;
    }
    70% {
        opacity: 1;
    }
}

@keyframes fade-out-in {
    10% {
        opacity: 0;
    }
    70% {
        opacity: 1;
    }
}

.story-box.open .main-col .basic-heading.fade-anim {
    -webkit-animation: fade-out-in 1s 1 normal forwards;
    animation: fade-out-in 1s 1 normal forwards
}

.open-close-btn {
	position: relative;
	display: inline-block;
	height: 41px;
	width: 41px;
	border-radius: 50%;
	background-color: #e18120;
	border: 2px solid #fff;
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}
.open-close-btn:before,
.open-close-btn:after {
	content: "";
	display: block;
	background-color: #2f2635;
	
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: all 0.25s ease 0s;
}
.open-close-btn:before {
	width: 2px;
	height: 21px;
}
.open-close-btn:after {
	width: 21px;
	height: 2px;
}

.story-box.open .open-close-btn:before {
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	-ms-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg);
}

.story-box.open .flexbox {
	padding-top: 25px;
	padding-bottom: 65px;
}

.story-box.open .small-col {
	border-left-color: #e18120;
}

.basic-heading {
	display: block;
	font-size: 20px;
}

.story-box.open .basic-heading,
.story-box .small-col .basic-heading {
	margin-top: 40px;
	margin-bottom: 30px;
}
.story-box .main-col .basic-heading {
	transition: margin 0.35s linear 0s;
	
/* 	transition: none; */ /* test! */
}
.story-box.open .small-col .basic-heading {
	display: block;
}
/*
.story-box.open .main-col .basic-heading {
	transition: margin 0.35s linear 0s;
}
*/

.story-box.white + .story-box.white {
	border-top: 1px solid #cdcdcd;
}

.float-bottom {
	position: relative;
/*
	bottom: 0;
	right: 0;
*/
	float: right;
	clear: both;
	margin-top: 35px;
}
.story-box .float-bottom {
	max-width: 370px;
	text-align: right;
}

.success-stories-page #container:not(.full) .story-box > .flexbox,
.success-stories-page #container:not(.full) .main-col,
.success-stories-page #container:not(.full) .small-col {
	display: block;
	width: 100%;
	max-width: none;
}
.success-stories-page #container:not(.full) .main-col,
.success-stories-page #container:not(.full) .small-col {
	padding-right: 0;
	padding-left: 0;
}

.success-stories-page #container:not(.full) .small-col {
	border-left: none;
	border-top: 5px solid #e18120;
}

.basic-link,
a.basic-link {
	text-decoration: underline;
}

.image-list {
	font-size: 18px;
	margin: 15px auto;
}

.svg-def,
#svg-def {
	position: absolute;
	height: 0;
	width: 0;
	overflow: hidden;
	visibility: hidden;
}

/*
.image-list a {
	display: inline-block;
	vertical-align: bottom;
	width: 32%;
	height: 0;
	padding-bottom: 14.5%;
	filter: blur(6px);
}
*/
.image-list .svg-photo-container {
	display: inline-block;
	vertical-align: bottom;
	margin: 6px 2px;
	position: relative;
	width: calc(32% - 4px);
	height: 70px;
	overflow: hidden;
}

.highslide-gal img {
	display: none;
}

/*
.photo-box {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.67%;
}

.photo-box figcaption,
.photo-box small {
	display: inline-block;
	padding: 10px 15px;
	background-color: rgba(25,27,29,0.75);
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
}

.photo-box small {
	left: auto;
	right: 0;
}

.photo-box .close-view {
	position: absolute;
	bottom: 15px;
	right: 15px;
}

.close-view {
	position: relative;
	z-index: 0;
	background-color: transparent;
	border: none;
	border-radius: 0;
	font-size: 38px;
	cursor: pointer;
	
	opacity: 0.55;
}
.close-view:hover {
	opacity: 1;
}

.close-view:after {
	content: "";
	height: 20px;
	width: 20px;
	margin-top: -10px;
	margin-left: -10px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	
	opacity: 0;
	visibility: hidden;
	transition: all 0.25s ease 0s;
}

.close-view:hover:after {
	opacity: 1;
	visibility: visible;
}
*/

.story-box .video-link .play-btn {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	top: auto;
	left: auto;
	margin: 0 15px 0 0;
}

/*=== VIDEOS PAGE ===*/
.video-section {
	display: block;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.video-section .video-box {
	display: inline-block;
	vertical-align: top;
	width: 45%;
	text-align: center;
}
.video-box div {
	color: #2f2635;
}
.video-section .video-box:nth-child(2n) {
	margin-left: 2.5%;
}
.video-section .video-box:nth-child(n+3) {
/* 	margin-top: 80px; */
	margin-top: 7.25%;
}
.video-box .med-heading {
	margin-bottom: 10px;
}

/*=== MAIN CONTENT ===*/
.top-content {
    padding-bottom: 20px;
}
.top-content .container {
    max-width: 1200px;
    padding: 25px;
}
.top-content .container > .relative {
    padding: 40px 40px 45px;
    border: 3px solid #fff;
}
.top-content .container > .relative > .table > .cell {
    padding-right: 45px;
}
.top-content .container > .relative > .table > .cell:first-child {
    width: 375px;
}
.top-content h1 {
	padding: 0;
}
.top-content .med-heading {
	color: #e18120;
	text-align: left;
}
.top-content p {
    margin: 6px 0 15px;
}
.top-content p:only-of-type {
	margin-bottom: 20px;
	text-indent: 35px;
}

.top-content.heading-only {
	margin: 0 auto;
}

.top-content.heading-only h1:only-child {
	margin-bottom: 0;
}

.top-content.heading-only .container > .relative {
	padding: 10px;
}

.heading-only .logo.table {
	height: 100px;
	text-indent: 15%;
}
.heading-only .logo.table span {
	display: inline-block;
	max-width: 260px;
}
.heading-only .logo.table .cell {
	padding-top: 16%;
	background-size: contain;
	
}
.heading-only .table .cell {
	vertical-align: middle;
}

.logo.table,
.top-content .cell > h1:before {
    height: 288px;
    direction: rtl;
    text-indent: 106px;
    text-align: right;
    font: 37px 'ArnoPro-SmbdItalicCaption';
    color: #e18120;
    opacity: 0.33;
}
.logo.table .cell {
    padding-top: 65px;
    background: url(/images/layout/logo-lg.png) no-repeat center center;
}
.img-banner,
.med-heading,
.small-heading {
	display: block;
    text-align: center;
    font: 35px 'ArnoPro-Regular';
    color: #fff;
}
.med-heading,
.small-heading {
	color: #2f2635;
	text-align: inherit;
}

.small-heading {
	font-size: 20px;
}

.img-banner:after {
    background: rgba(76,49,41,.75);
    opacity: 1;
    visibility: visible;
}
.img-banner.light {
    color: #2f2635;
}
.img-banner.light:after {
    background: rgba(232,230,220,.75);
}
.img-banner .table {
    height: 345px;
}
.img-banner .cell {
    padding: 25px;
}
.img-banner h3 {
    font: 39px 'Montserrat-Light';
    color: inherit;
}
.img-banner h3 span {
    display: block;
    margin-top: 18px;
    font: 52px/52px 'ArnoPro-ItalicCaption';
    color: #e18120;
}
.img-banner p {
    margin-bottom: 0;
    line-height: normal;
}
.img-banner .btn {
    min-width: 100%;
    margin-top: 40px;
    padding: 16px 15px 6px;
    border-width: 3px;
    text-transform: none;
    font: 35px 'ArnoPro-Regular';
}

.main-content {
    padding: 30px 0 40px;
}
.main-content .col-left .img-box {
    height: 405px;
    margin: 52px 0 0;
}
.main-content .col-left .img-box:after {
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(76,49,41,0.65) 85%, rgba(76,49,41,0.65) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(76,49,41,0.65) 85%,rgba(76,49,41,0.65) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(76,49,41,0.65) 85%,rgba(76,49,41,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#a64c3129',GradientType=1 );
    opacity: 1;
    visibility: visible;
}
.main-content .col-left .img-box:first-child {
    margin: 0 0 75px;
}
.main-content .col-left .img-box:first-child:after {
    background: -moz-linear-gradient(left, rgba(76,49,41,0.65) 0%, rgba(76,49,41,0.65) 15%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left, rgba(76,49,41,0.65) 0%,rgba(76,49,41,0.65) 15%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(76,49,41,0.65) 0%,rgba(76,49,41,0.65) 15%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a64c3129', endColorstr='#00ffffff',GradientType=1 );
}
.main-content .col-left > p:first-child {
    text-indent: 35px;
}
.main-content .sidebar {
    width: 385px;
    padding-left: 40px;
}
.main-content .sidebar > *:not(p):not(:last-child) {
    margin-bottom: 45px;
}

/*=== FOOTER ===*/
.footer-wrapper {
    padding: 26px 0;
    font: 16px/26px 'Montserrat-Medium';
    color: #fff;
    background-color: #2f2635;
}
.footer-wrapper > div:first-child {
    margin-bottom: 12px;
    border-top: 2px solid #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
}
.footer-wrapper .to-top:before {
    content: "";
    display: block;
    width: 37px;
    height: 37px;
    margin: -21px auto -2px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #fff;
    background: url(/images/layout/arr-top.png) no-repeat center center #80739e;
}
.footer-wrapper .to-top:hover {
    color: inherit;
}
.footer-wrapper .cell:last-child {
    width: 260px;
    text-align: right;
    font-family: 'Montserrat-Light';
}
.footer-wrapper p {
    margin-bottom: 0;
    line-height: inherit;
}
.footer-wrapper ul {
    margin-bottom: 10px;
}
.footer-wrapper li {
    display: inline-block;
}
.footer-wrapper li:not(:last-child):after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 16px;
    margin: -2px 13px 0 14px;
    vertical-align: middle;
    background-color: #fff;
}
.footer-wrapper a:hover {
    color: #e18120;
}
.jbsystem {
    width: 118px;
    height: 44px;
    margin-left: 18px;
    vertical-align: middle;
    background: url(/images/layout/logo-JB-Systems.png) no-repeat;
}