@CHARSET "UTF-8";

/* font styles */
@font-face {
	font-family:'billy-Regular';
	src: url('fonts/billy_gdi.eot');
	src: url('fonts/billy_gdi.eot?#iefix') format('embedded-opentype'),
		url('fonts/billy_gdi.woff') format('woff'),
		url('fonts/billy_gdi.ttf') format('truetype'),
		url('fonts/billy_gdi.svg#billy-Regular') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+000D-201D;
}

@font-face {
	font-family:'HelveticaNeue-Light';
	src: url('fonts/HelveticaNeue-Light_gdi.eot');
	src: url('fonts/HelveticaNeue-Light_gdi.eot?#iefix') format('embedded-opentype'),
		url('fonts/HelveticaNeue-Light_gdi.woff') format('woff'),
		url('fonts/HelveticaNeue-Light_gdi.ttf') format('truetype'),
		url('fonts/HelveticaNeue-Light_gdi.svg#HelveticaNeue-Light') format('svg');
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0-10FFFF;
}

@font-face {
	font-family:'HelveticaNeue Regular';
	src: url('fonts/HelveticaNeue_gdi.eot');
	src: url('fonts/HelveticaNeue_gdi.eot?#iefix') format('embedded-opentype'),
		url('fonts/HelveticaNeue_gdi.woff') format('woff'),
		url('fonts/HelveticaNeue_gdi.ttf') format('truetype'),
		url('fonts/HelveticaNeue_gdi.svg#HelveticaNeue-Regular') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0-10FFFF;
}

@font-face {
   font-family:'HelveticaNeue Bold';
   src: url('fonts/HelveticaNeueHeavy_gdi.eot');
   src: url('fonts/HelveticaNeueHeavy_gdi.eot?#iefix') format('embedded-opentype'),
      url('fonts/HelveticaNeueHeavy_gdi.woff') format('woff'),
      url('fonts/HelveticaNeueHeavy_gdi.ttf') format('truetype'),
      url('fonts/HelveticaNeueHeavy_gdi.svg#HelveticaNeue-Bold') format('svg');
   font-weight: 400;
   font-style: normal;
   font-stretch: normal;
   unicode-range: U+0020-2122;
}

@font-face {
   font-family:'HelveticaNeue Medium';
   src: url('fonts/HelveticaNeue-Medium_gdi.eot');
   src: url('fonts/HelveticaNeue-Medium_gdi.eot?#iefix') format('embedded-opentype'),
      url('fonts/HelveticaNeue-Medium_gdi.woff') format('woff'),
      url('fonts/HelveticaNeue-Medium_gdi.ttf') format('truetype'),
      url('fonts/HelveticaNeue-Medium_gdi.svg#HelveticaNeue-Medium') format('svg');
   font-weight: normal;
   font-style: normal;
   font-stretch: normal;
   unicode-range: U+0-10FFFF;
}

/* custom - start */
/* common */
html {
   -ms-text-size-adjust: 100%;
   -webkit-text-size-adjust: 100%;
}

.cstm-hidden {
   /*display: none;*/
   visibility: hidden;
}

.cstm-hidden-xs {
   display: none;
}

@media only screen and (min-width: 640px) {
   .cstm-hidden-xs {
      display: block;
   }
}

.clr-drk-gry {
   color: #575756;
}

.bg-clr-grn {
   background-color: #69be28;
}

.clr-wht {
   color: white;
}

.clr-drk-blu {
   color: #005c84;
}

.cstm-hidden-sm {}

@media only screen and (min-width: 640px) {
   .cstm-hidden-sm {
      display: none;
   }
}

@media only screen and (min-width: 768px) {
   .cstm-hidden-sm {
      display: block;
   }
}

.cstm-hidden-md {}

@media only screen and (min-width: 768px) {
   .cstm-hidden-md {
      display: none;
   }
}

.cstm-left {
   float: left;
}

.cstm-right {
   float: right;
}

.cstm-md-left {}

@media only screen and (min-width: 768px) {
   .cstm-md-left {
      float: left;
   }
}

.cstm-md-right {}

@media only screen and (min-width: 768px) {
   .cstm-md-right {
      float: right;
   }
}

/* row - columns */
.cstm-col-xs-1 {
   width: 100%;
}

.cstm-col-md-1 {}

@media only screen and (min-width: 768px) {
   .cstm-col-md-1 {
      width: 100%;
   }
}

.cstm-col-md-2 {}

@media only screen and (min-width: 768px) {
   .cstm-col-md-2 {
      width: 50%;
   }
}

.cstm-divider {
   border-bottom: 1px solid #e5e6e7;
}

@media only screen and (min-width: 768px) {
   .cstm-divider {
      border-width: 5px;
   }
}

/* container */
.cstm-body {
   height: 100%;
   background-color: #4d4d4f;
}

.cstm-container {
   margin: auto;
   min-width: 320px;
   max-width: 834px;
}

.cstm-page-container {
   background-color: #e5e6e7;
}

.cstm-mble-visible {}

@media only screen and (min-width: 768px) {
   .cstm-mble-visible {
      display: none;
   }
}

.cstm-dsktp-visible {
   display: none;
}

@media only screen and (min-width: 768px) {
   .cstm-dsktp-visible {
      display: block;
   }
}

/* pagination */
.cstm-pagination .cstm-pg-link,
.cstm-pagination .cstm-arrow {
       position: relative;
    display: inline-block;
    width: 33px;
    height: auto;
    line-height: 33px;
    margin: 0;
    color: #a6a6a6;
    background-color: transparent;
    font-size: 30px;
    font-weight: 400;
    vertical-align: middle;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    white-space: nowrap;
    outline: 0;
    text-shadow: none;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

.cstm-pagination .current .cstm-pg-link {
   color: #393939;
}

/* header/footer */
.cstm-header-bg,
.cstm-footer-bg {
   background-color: #4d4d4f;
}

.cstm-header-wrapper,
.cstm-footer-wrapper,
.cstm-main-content {
   margin: 0 18px;
}

@media only screen and (min-width: 960px) {
   .cstm-header-wrapper,
   .cstm-footer-wrapper,
   .cstm-main-content {
      margin: 0;
   }
}

/* header */
.cstm-header .cstm-logo-wrapper {
   position: relative;
   margin-top: 12px;
}

@media only screen and (min-width: 768px) {
   .cstm-header .cstm-logo-wrapper {
      top: 7px;
      float:left;
      margin-top: 0;
   }
}

.cstm-header .cstm-logo-wrapper .cstm-sc-logo {
   width: 100%;
   max-width: 66px;
}

@media only screen and (min-width: 768px) {
   .cstm-header .cstm-logo-wrapper .cstm-sc-logo {
      max-width: 100px;
      max-width: 75px;
   }
}

.cstm-header .cstm-logo-wrapper .cstm-logo {
   display: none;
   position: absolute;
   left: 35%;
   width: 100%;
   max-width: 97px;
}

@media only screen and (min-width: 640px) {
   .cstm-header .cstm-logo-wrapper .cstm-logo {
      display: none;
      left: 44%;
   }
}

@media only screen and (min-width: 768px) {
   .cstm-header .cstm-logo-wrapper .cstm-logo {
      display: none;
      position: relative;
      left: 8px;
      max-width: 113px;
   }
}

@media only screen and (min-width: 960px) {
   .cstm-header .cstm-logo-wrapper .cstm-logo {
      display: none;
      left: 19px;
   }
}

.cstm-header .cstm-menu-button {
   float: right;
   margin: 18px 0 16px;
   height: 14px;
   width: 18px;
   background: url('custom-img/mobile/menu-btn.png') no-repeat;
}

@media only screen and (min-width: 768px) {
   .cstm-header .cstm-menu-button {
      display: none;
   }
}

.cstm-header .cstm-menu-button span {
   height: auto;
}

.cstm-header .cstm-menu-button .fa-bars {
   font-size: 21px;
   color: #6abd45;
   vertical-align: middle;
}

nav.cstm-mobile-menu {
   left: 0;
}

@media only screen and (min-width: 768px) {
   nav.cstm-mobile-menu {
      display: none;
   }
   
   nav.cstm-main-menu {
      display: block !important;
      position: relative;
      left: auto;
      float: right;
   }

   nav.cstm-main-menu  > ul {
      left: auto !important;
   }
   
   
}

.cstm-header .cstm-tmpl-search .cstm-search-bar-icon {}

@media only screen and (min-width: 768px) {
   .cstm-header .cstm-tmpl-search .cstm-search-bar-icon {
      top: 3px;
      right: 3px;
      height: 13px;
      width: 13px;
      background: url('custom-img/search-icon.png') no-repeat;
      background-size: contain;
   }
}

.cstm-header .cstm-tmpl-search {}

@media only screen and (min-width: 768px) {
   .cstm-header .cstm-tmpl-search {
      float: right;
      display: block;
      margin-left: 6px;
      height: 44px;
      width: 95px;
   }
}

@media only screen and (min-width: 960px) {
   .cstm-header .cstm-tmpl-search {
      margin-left: 10px;
      width: 93px;
   }
}

.cstm-header .cstm-tmpl-search input.cstm-search-field {
   font-family: 'HelveticaNeue Medium';
}

@media only screen and (min-width: 768px) {
   .cstm-header .cstm-tmpl-search input.cstm-search-field {
      height: 15px;
      width: 77%;
      font-size: 11px;
   }
}

.cstm-header .cstm-tmpl-search input.cstm-search-bar-icon {
   cursor: pointer;
   border: none;
}

/* related pages */
.cstm-related-pages-wrapper {
   margin: 0 18px;
   width: auto;
}

@media only screen and (min-width: 640px) {
   .cstm-related-pages-wrapper {
      margin: 0 6px;
   }
}

@media only screen and (min-width: 960px) {
   .cstm-related-pages-wrapper {
      margin: 0 -13px;
   }
}

.cstm-related-pages-wrapper .yuzo_widget_wrap .yuzo_related_post_widget {
   margin: 19px 0 20px;
   padding: 0;
}

@media only screen and (min-width: 768px) {
   .cstm-related-pages-wrapper .yuzo_widget_wrap .yuzo_related_post_widget {
      margin: 23px 0;
   }
}

.cstm-related-pages-wrapper .yuzo_related_post_widget .relatedthumb .yuzo-img-wrap {
   height: auto !important;
   padding-top: 85%;
}

.cstm-related-pages-wrapper .yuzo_widget_wrap .yuzo_related_post_widget .relatedthumb {
   margin: 8px 0 !important;
   height: auto !important;
   width: 100% !important;
}

@media only screen and (min-width: 640px) {
   .cstm-related-pages-wrapper .yuzo_widget_wrap .yuzo_related_post_widget .relatedthumb {
      margin: 0 !important;
      width: 50% !important;
      background-color: transparent;
   }
}

@media only screen and (min-width: 768px) {
   .cstm-related-pages-wrapper .yuzo_widget_wrap .yuzo_related_post_widget .relatedthumb {
      width: 33.333333% !important;
   }
}

.cstm-related-pages-wrapper .yuzo_related_post_widget .relatedthumb .equalizer-inner {}

@media only screen and (min-width: 640px) {
   .cstm-related-pages-wrapper .yuzo_related_post_widget .relatedthumb .equalizer-inner {
      margin: 12px;
   }
}

@media only screen and (min-width: 768px) {
   .cstm-related-pages-wrapper .yuzo_related_post_widget .relatedthumb .equalizer-inner {
      margin: 10px 12px;
   }
}

@media only screen and (min-width: 960px) {
   .cstm-related-pages-wrapper .yuzo_related_post_widget .relatedthumb .equalizer-inner {
      margin: 13px 12px;
   }
}

.cstm-related-pages-wrapper .yuzo_related_post_widget .relatedthumb .equalizer-inner a > span {}

@media only screen and (min-width: 640px) {
   .cstm-related-pages-wrapper .yuzo_related_post_widget .relatedthumb .equalizer-inner a > span {
      top: 24px;
      left: -1px;
      max-width: 50%;
   }
}

@media only screen and (min-width: 768px) {
   .cstm-related-pages-wrapper .yuzo_related_post_widget .relatedthumb .equalizer-inner a > span {
      max-width: 140px;
      font-size: 12px !important;
   }
}

.cstm-related-pages-wrapper .yuzo_related_post_widget .relatedthumb .equalizer-inner a > span.yuzo_text {
   height: 50px;
   font-size: 15px;
}

@media only screen and (min-width: 768px) {
   .cstm-related-pages-wrapper .yuzo_related_post_widget .relatedthumb .equalizer-inner a > span.yuzo_text {
      font-size: 14px !important;
   }
}

.cstm-related-pages-wrapper .yuzo_widget_wrap .yuzo_related_post_widget .relatedthumb:hover {
   background-color: transparent !important;
}

/* related contents */
.cstm-related-contents-wrapper {
   margin: 0 18px;
   padding: 40px 15px 34px;
   background-color: white;
}

@media only screen and (min-width: 640px) {
   .cstm-related-contents-wrapper {
      padding: 47px 35px 15px;
   }
}

@media only screen and (min-width: 768px) {
   .cstm-related-contents-wrapper {
      padding: 47px 52px 20px;
   }
}

@media only screen and (min-width: 960px) {
   .cstm-related-contents-wrapper {
      margin: 0;
   }
}

.cstm-related-contents-wrapper .widget-title {
   display: inline-block;
   padding-bottom: 7px;
   width: 100%;
   font-family: 'HelveticaNeue Medium';
   font-size: 15px;
   font-weight: bold;
   font-style: initial;
   border-bottom: 3px solid #e5e6e7;
}

.cstm-related-contents-wrapper .yuzo_related_post_widget {
   margin: 3px 0;
   padding: 0;
}

@media only screen and (min-width: 640px) {
   .cstm-related-contents-wrapper .yuzo_related_post_widget {
      margin: 5px 0;
   }
}

.cstm-related-content-links {}

@media only screen and (min-width: 640px) {
   .cstm-related-content-links {
      margin: 0 -12px;
   }
}

.cstm-related-contents-wrapper .yuzo_widget_wrap .yuzo_related_post_widget .relatedthumb {
   margin: 17px 0 0 !important;
   width: 100% !important;
   height: 227px !important;
}

@media only screen and (min-width: 640px) {
   .cstm-related-contents-wrapper .yuzo_widget_wrap .yuzo_related_post_widget .relatedthumb {
      margin: 0 !important;
      height: auto !important;
      width: 50% !important;
   }
}

@media only screen and (min-width: 768px) {
   .cstm-related-contents-wrapper .yuzo_widget_wrap .yuzo_related_post_widget .relatedthumb {
      width: 33.33333% !important;
   }
}

.cstm-related-contents-wrapper .yuzo_widget_wrap .yuzo_related_post_widget .relatedthumb:hover {
   background-color: transparent !important;
}

.cstm-related-contents-wrapper .yuzo_related_post_widget .relatedthumb .yuzo-img-wrap {
   height: 168px !important;
}

@media only screen and (min-width: 640px) {
   .cstm-related-contents-wrapper .yuzo_related_post_widget .relatedthumb .yuzo-img-wrap {
      height: 152px !important;
   }
}

.cstm-related-contents-wrapper .yuzo_related_post_widget .relatedthumb .equalizer-inner {}

@media only screen and (min-width: 640px) {
   .cstm-related-contents-wrapper .yuzo_related_post_widget .relatedthumb .equalizer-inner {
      margin: 12px;
   }
}

@media only screen and (min-width: 768px) {
   .cstm-related-contents-wrapper .yuzo_related_post_widget .relatedthumb .equalizer-inner {
      margin: 10px 12px;
   }
}

@media only screen and (min-width: 960px) {
   .cstm-related-contents-wrapper .yuzo_related_post_widget .relatedthumb .equalizer-inner {
      margin: 13px 12px;
   }
}

.cstm-related-contents-wrapper .yuzo_related_post_widget .relatedthumb .equalizer-inner a > span {
   display: none;
}

.cstm-related-contents-wrapper .yuzo_related_post_widget .relatedthumb .equalizer-inner a > span.yuzo_text {
   padding: 10px 0;
   height: 32px;
   font-family: 'HelveticaNeue Medium';
   font-size: 14px !important;
}

@media only screen and (min-width: 768px) {
   .cstm-related-contents-wrapper .yuzo_related_post_widget .relatedthumb .equalizer-inner a > span.yuzo_text {
      height: 50px;
   }
}

/* content */
.cstm-main-content {
   padding: 30px 15px 40px;
   background-color: white;
}

.cstm-main-content,
.cstm-main-content a {
   font-family: 'HelveticaNeue Medium';
   font-size: 14px;
   color: #4d4d4f;
}

/* simple page template */
#simple-page-template .cstm-main-content {
   padding: 28px 15px 42px;
}

@media only screen and (min-width: 768px) {
   #simple-page-template .cstm-main-content {
      padding: 28px 53px 42px;
   }
}

#simple-page-template .cstm-main-content * {
   font-family: 'HelveticaNeue Medium';
   font-size: 14px;
}

#simple-page-template .cstm-main-content a {
   color: #72b649;
   font-style: italic;
   text-decoration: underline;
}

#simple-page-template .cstm-button-container,
#you-page-template .cstm-button-container {
   margin: 74px 0 3px;
}

#simple-page-template .cstm-button-container .cstm-button,
#you-page-template .cstm-button-container .cstm-button {
   display: inline-block;
   padding: 3px 17px;
   font-family: 'HelveticaNeue Medium';
   font-size: 13px;
   font-weight: bold;
   color: #6fbe4b;
   border: 1px solid #6fbe4b;
   -webkit-box-shadow: 1px 1px 0px 0px rgba(111,190,75,1);
   -moz-box-shadow: 1px 1px 0px 0px rgba(111,190,75,1);
   box-shadow: 1px 1px 0px 0px rgba(111,190,75,1);
   text-decoration: none;
   font-style: normal;
}

#simple-page-template .cstm-button-container .cstm-button.back-to-top {
   padding-left: 38px;
   background: url('custom-img/mobile/caret_icon.png') no-repeat 15px;
}

/* faq page */
#cstm-faqs .cstm-main-content {
   padding: 23px 15px 42px;
}

@media only screen and (min-width: 768px) {
   #cstm-faqs .cstm-main-content {
      padding: 29px 50px 42px;
   }
}

#cstm-faqs .cstm-main-content ol > li {
   font-family: 'HelveticaNeue Medium';
   font-weight: normal;
   word-break: break-word;
   cursor: pointer;
}

#cstm-faqs .cstm-main-content > ol {
   padding-left: 25px;
   padding-bottom: 15px;
}

#cstm-faqs .cstm-main-content > p {
   margin: 0 0 5px;
   font-size: 17px;
   font-weight: normal;
   letter-spacing: 0;
   text-transform: none;
   color: #6abd45;
}

#cstm-faqs .cstm-main-content > ol > li {
   padding-bottom: 7px;
   line-height: 15px;
   font-size: 13px;
   font-weight: bold;
   color: #0075b1;
   /*list-style-type: decimal-leading-zero;*/
}

@media only screen and (min-width: 768px) {
   #cstm-faqs .cstm-main-content > ol > li {
      font-size: 14px;
   }
}

#cstm-faqs .cstm-main-content > ol > li > ol {
   padding-top: 1px;
}

@media only screen and (min-width: 768px) {
   #cstm-faqs .cstm-main-content > ol > li > ol {
      padding-top: 2px;
   }
}

#cstm-faqs .cstm-main-content > ol > li > ol > li {
   padding-top: 3px;
   padding-bottom: 3px;
   line-height: 17px;
   font-size: 13px;
   list-style: none;
   color: #4d4d4f;
}

#cstm-faqs .cstm-main-content > ol > li > ol > li * {
   font-size: 13px;
}

#cstm-faqs .cstm-main-content > ol > li > ol > li a {
   color: #72b649;
   font-style: italic;
   text-decoration: underline;
}

@media only screen and (min-width: 768px) {
   #cstm-faqs .cstm-main-content > ol > li > ol > li {
		line-height: 20px;
   }
}

#cstm-faqs .cstm-main-content > ol > li > ol > li > ol {
	padding-left: 15px;
}

#cstm-faqs .cstm-main-content > ol > li > ol > li > ol > li {
	list-style: disc;
}

#cstm-faqs .cstm-button-container {
   margin: 39px 0 3px;
}

/* video page template */
#video-page-template .cstm-main-content {
   padding: 27px 15px 66px;
}

@media only screen and (min-width: 768px) {
   #video-page-template .cstm-main-content {
      padding: 33px 52px 60px;
      /*min-height: 210px;*/
   }
}

#video-page-template .cstm-main-content * {
   line-height: 19px;
}

#video-page-template .cstm-mble-video .mejs-shim {
   width: 100%;
   height: auto;
}

#video-page-template .cstm-mble-video video {
   width: 100%;
   height: auto;
}

#video-page-template .cstm-mble-video .wp-video-shortcode.mejs-container {
   margin-bottom: 27px;
   min-width: 255px;
   min-height: 167px;
}

#video-page-template .wp-video {}

@media only screen and (min-width: 768px) {
   #video-page-template .wp-video {
      width: 100% !important;
      height: 100%;
   }
}

#video-page-template .ls-banner-video {}

@media only screen and (min-width: 768px) {
   #video-page-template .ls-banner-video {
      top: 0 !important;
      left: 0 !important;
      width: 100% !important;
      height: 100% !important;
      background-color: black;
   }
}

#video-page-template .ls-banner-video .mejs-container {}

@media only screen and (min-width: 768px) {
   #video-page-template .ls-banner-video .mejs-container {
      width: 100% !important;
      height: 100% !important;
   }
}

#video-page-template .ls-banner-video .mejs-container .mejs-controls .mejs-time span {
   line-height: inherit;
}

#video-page-template .ls-banner-video .mejs-container video {}

@media only screen and (min-width: 768px) {
   #video-page-template .ls-banner-video .mejs-container video {
      width: 100% !important;
      height: 100% !important;
      /*-ms-transform: scaleX(1.3);
      -moz-transform: scaleX(1.3);
      -webkit-transform: scaleX(1.3);
      -o-transform: scaleX(1.3);
      transform: scaleX(1.3);*/
      cursor: pointer;
   }
}

#video-page-template .ls-banner-video .ls-video-layer {}

@media only screen and (min-width: 768px) {
   #video-page-template .ls-banner-video .ls-video-layer {
      width: 100% !important;
      height: 100% !important;
   }
}

#video-page-template .cstm-main-content .mejs-container {
   min-height: 143px;
}

@media only screen and (min-width: 420px) {
   #video-page-template .cstm-main-content .mejs-container {
      min-height: 200px;
   }
}

@media only screen and (min-width: 640px) {
   #video-page-template .cstm-main-content .mejs-container {
      min-height: 270px;
   }
}

#video-page-template .cstm-main-content .mejs-container .mejs-controls .mejs-time {
   padding: 6px 3px 0;
}

#video-page-template .cstm-main-content .mejs-overlay.mejs-layer.mejs-overlay-play {
   width: 100%;
}

#video-page-template .ls-banner-video .mejs-overlay.mejs-layer.mejs-overlay-play {}

@media only screen and (min-width: 768px) {
   #video-page-template .ls-banner-video .mejs-overlay.mejs-layer.mejs-overlay-play {
      display: none !important;
      /*height: 100% !important;*/
   }
}

#video-page-template .ls-banner-video-btn-wrap {}

@media only screen and (min-width: 768px) {
   #video-page-template .ls-banner-video-btn-wrap {
      top: 0 !important;
      left: 0 !important;
      width: 100% !important;
      height: 100% !important;
      background: url('custom-img/video-play-button.png') no-repeat 50% 50%;
      cursor: pointer;
   }
}

/* meet us page */
#person-list-page-template .cstm-main-content {
   padding: 28px 15px;
}

@media only screen and (min-width: 768px) {
   #person-list-page-template .cstm-main-content {
      padding: 33px 51px;
   }
}

#person-list-page-template .cstm-main-content * {
   line-height: 19px;
}

#person-list-page-template .cstm-sort-list-content {
   padding-bottom: 45px;
}

@media only screen and (min-width: 768px) {
   #person-list-page-template .cstm-sort-list-content {
      padding-bottom: 22px;
   }
}

#uwpqsf_id {
   position: relative;
   font-family: 'HelveticaNeue Medium';
   font-size: 13px;
   color: #4d4d4f;
   border: none;
}

@media only screen and (min-width: 768px) {
   #uwpqsf_id {
      font-size: 14px;
   }
}

/* + sort bar */
/* - title*/
#uwpqsf_id .uform_title {
   display: none;
}

/* - filter wrap */
#cmf-select0 {
   margin: 0 18px;
   padding: 8px 17px 8px 48px;
   width: auto;
   background-color: #d1d3d4;
}

@media only screen and (min-width: 768px) {
   #cmf-select0 {
      padding: 10px 16px 10px 62px;
   }
}

@media only screen and (min-width: 960px) {
   #cmf-select0 {
      margin: 0;
   }
}

/* - label */
#cmf-select0 .cmflabel-0 {
   position: absolute;
   top: 0px;
   left: 29px;
   padding: 10px 0;
   width: auto;
   font-weight: normal !important;
}

@media only screen and (min-width: 768px) {
   #cmf-select0 .cmflabel-0 {
      padding: 12px 5px 10px;
   }
}

@media only screen and (min-width: 960px) {
   #cmf-select0 .cmflabel-0 {
      left: 0;
      padding: 12px 15px 10px;
   }
}

/* - select */
#cmfdp-0 {
   margin: 0;
   padding: 3px 10px;
   width: 100%;
   min-width: 166px;
   font-size: 13px;
}

/* - button wrap */
#uwpqsf_btn {
   position: absolute;
   top: 8px;
   right: 33px;
   width: 50px;
}

/* - button */
#uwpqsf_id_btn {
   display: none;
   padding: 4px 0;
   width: 100%;
   font-family: 'HelveticaNeue Medium';
   font-size: 11px;
   color: #6abd45;
   border: 1px solid #6abd45;
   border-bottom-width: 2px;
   background-color: white;
}

/* + sort result */
#meet-us-sort {
   margin: 24px 5px 41px;
}

@media only screen and (min-width: 640px) {
   #meet-us-sort {
      margin: 24px 5px 18px;
   }
}

@media only screen and (min-width: 768px) {
   #meet-us-sort {
      margin: 10px 5px 0;
   }
}

@media only screen and (min-width: 960px) {
   #meet-us-sort {
      margin: 10px -12px 0;
   }
}

#meet-us-sort .empty-list {
   margin: 0 25px;
}

#meet-us-sort .empty-list {
   font-size: 14px;
   line-height: 19px;
    font-family: 'HelveticaNeue Medium';
    color: #4d4d4f;
}

#meet-us-sort .cstm-list-item-group {}

#meet-us-sort .cstm-person-info {}

@media only screen and (min-width: 640px) {
   #meet-us-sort .cstm-person-info {
      float: left;
      width: 50%;
   }
}

@media only screen and (min-width: 768px) {
   #meet-us-sort .cstm-person-info {
      width: 33.333333%;
   }
}

#meet-us-sort .cstm-person-info .cstm-info-wrapper {
   margin: 0 18px 17px;
   padding: 21px 15px;
   color: white;
   background-color: #6abd45;
}

@media only screen and (min-width: 640px) {
   #meet-us-sort .cstm-person-info .cstm-info-wrapper {
      margin: 0 13px 24px;
   }
}

@media only screen and (min-width: 768px) {
   #meet-us-sort .cstm-person-info .cstm-info-wrapper {
      margin: 12px;
      padding: 16px;
   }
}

#meet-us-sort .cstm-info {
   margin-bottom: 12px;
}

#meet-us-sort .cstm-prof-pic-container {
   display: table;
   width: 100%;
   padding-top: 65%;
   position: relative;
   background-color: #6d6e71;
}

#meet-us-sort .cstm-prof-pic-wrapper {
   display: table-cell;
   text-align: center;
   vertical-align: middle;
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   overflow: hidden;
}

#meet-us-sort .cstm-prof-pic {
   max-height: 100%;
   margin: auto;
   line-height: 0;
}

#meet-us-sort .cstm-name {
   line-height: 20px;
   word-wrap: break-word;
}

@media only screen and (min-width: 768px) {
   #meet-us-sort .cstm-name {
      line-height: 18px;
   }
}

#meet-us-sort .cstm-name {
   font-family: 'HelveticaNeue Medium';
   font-size: 17px;
}

@media only screen and (min-width: 768px) {
   #meet-us-sort .cstm-name {
      font-size: 15px;
   }
}

#meet-us-sort .cstm-detail {
   padding: 13px 0 10px;
   border-bottom: 1px solid white;
}

#meet-us-sort .cstm-graduate,
#meet-us-sort .cstm-location {
   line-height: 16px;
   font-family: 'HelveticaNeue-Light';
   font-size: 13px;
   font-weight: 100;
   word-wrap: break-word;
}

@media only screen and (min-width: 768px) {
   #meet-us-sort .cstm-graduate,
   #meet-us-sort .cstm-location {
      line-height: 13px;
      font-size: 11px;
   }
}

#meet-us-sort .cstm-graduate {
   padding-top: 5px;
}

@media only screen and (min-width: 768px) {
   #meet-us-sort .cstm-graduate {
      padding-top: 3px;
   }
}

#meet-us-sort .cstm-desc {
   margin-bottom: 37px;
   line-height: 19px;
   font-size: 15px;
   font-family: 'HelveticaNeue Regular';
}

@media only screen and (min-width: 768px) {
   #meet-us-sort .cstm-desc {
      margin-bottom: 24px;
      line-height: 13px;
      font-size: 11px;
   }
}

#meet-us-sort .cstm-individual-portfolio-link {
   display: inline-block;
   padding: 3px 23px;
   font-family: 'HelveticaNeue Medium';
   font-size: 13px;
   color: white;
   border: 1px solid white;
   -webkit-box-shadow: 1px 1px 0px 0px white;
   -moz-box-shadow: 1px 1px 0px 0px white;
   box-shadow: 1px 1px 0px 0px white;
}

@media only screen and (min-width: 768px) {
   #meet-us-sort .cstm-individual-portfolio-link {
      padding: 1px 10px;
      font-size: 11px;
   }
}

/* pagination */
#meet-us-sort .uwpqsfpagi .upagicurrent,
#meet-us-sort .uwpqsfpagi .upagievent.inactive {
   font-family: 'HelveticaNeue Bold';
   font-size: 16px;
}

#meet-us-sort .uwpqsfpagi .upagicurrent {
   color: #6fbe4b;
}

#meet-us-sort .uwpqsfpagi .upagievent.inactive {
   color: #8d8d8d;
}

/* button/link */
#cstm-meet-us .cstm-button-container {
   margin: 0 18px;
   padding: 0 15px;
}

#cstm-meet-us .cstm-button-container .cstm-button {
   display: inline-block;
   padding: 2px 17px;
   font-family: 'HelveticaNeue Medium';
   font-size: 13px;
   font-weight: bold;
   color: #6fbe4b;
   border: 1px solid #6fbe4b;
   -webkit-box-shadow: 1px 1px 0px 0px rgba(111,190,75,1);
   -moz-box-shadow: 1px 1px 0px 0px rgba(111,190,75,1);
   box-shadow: 1px 1px 0px 0px rgba(111,190,75,1);
}

#cstm-meet-us .cstm-button-container .cstm-button.back-to-top {
   padding-left: 38px;
   background: url('custom-img/mobile/caret_icon.png') no-repeat 12px white;
}

/* demo page */
#demo-page-template .cstm-main-content {
   position: relative;
   height: 410px;
}

#demo-page-template p {
   position: absolute;
   top: 150px;
   font-family: 'billy-Regular';
   font-size: 30px;
   color: black;
   
   /* tilt 30deg */
   -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.86602540, M12=-0.50000000, M21=0.50000000, M22=0.86602540,sizingMethod='auto expand')";
   filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.86602540, M12=-0.50000000, M21=0.50000000, M22=0.86602540,sizingMethod='auto expand');
   -moz-transform:  matrix(0.86602540, 0.50000000, -0.50000000, 0.86602540, 0, 0);
   -webkit-transform:  matrix(0.86602540, 0.50000000, -0.50000000, 0.86602540, 0, 0);
   -o-transform:  matrix(0.86602540, 0.50000000, -0.50000000, 0.86602540, 0, 0);
}

/* you page template */
#you-page-template .cstm-button-container {
   margin: 46px 0 3px;
}

#you-page-template .cstm-button-container .cstm-button {
   padding: 7px 17px;
   width: auto;
   font-weight: normal;
   background-color: white;
   cursor: pointer;
}

@media only screen and (min-width: 768px) {
   #you-page-template .cstm-button-container .cstm-button {
      padding: 7px 21px 25px;
      font-size: 12px;
   }
}

.cstm-you-page .cstm-main-content {
   padding: 28px 15px 40px;
}

@media only screen and (min-width: 768px) {
   .cstm-you-page .cstm-main-content {
      padding: 45px 38px 50px;
   }
}

.cstm-you-page .cstm-main-content * {
   line-height: 19px;
}

.cstm-you-page .cstm-form-wrapper {
   padding: 7px 0 0;
}

@media only screen and (min-width: 768px) {
   .cstm-you-page .cstm-form-wrapper {
      position: relative;
   }
}

.cstm-you-page .cstm-divider {
   margin: 30px 0;
   border-width: 3px;
}

@media only screen and (min-width: 768px) {
   .cstm-you-page .cstm-divider {
      margin: 40px 0;
   }
}

/* form */
#cstm-you-form {
   position: relative;
   z-index: 200;
}

#cstm-you-form .cstm-header span {
   line-height: initial;
   font-size: 17px;
}

@media only screen and (min-width: 768px) {
   #cstm-you-form .cstm-header span {
      font-size: 29px;
   }
}

#cstm-you-form .cstm-form-group {
   margin-bottom: 35px;
}

@media only screen and (min-width: 768px) {
   #cstm-you-form .cstm-form-group {
      margin-bottom: 40px;
   }
}

#cstm-you-form .cstm-form-group .cstm-header {
   margin-bottom: 5px;
}

@media only screen and (min-width: 768px) {
   #cstm-you-form .cstm-form-group .cstm-header {
      margin-bottom: 14px;
   }
}

#cstm-you-form .cstm-form-group .cstm-header * {
   font-family: 'HelveticaNeue Medium';
   font-weight: bold;
}

#cstm-you-form .cstm-form-group .cstm-desc {
   margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
   #cstm-you-form .cstm-form-group .cstm-desc {
      margin-bottom: 20px;
   }
}

#cstm-you-form .cstm-form-group .cstm-help {
   margin-top: -12px;
   font-family: 'HelveticaNeue-Light';
   font-style: italic;
   color: #69696b;
}

#cstm-you-form .cstm-form-group .cstm-desc p {
   margin-bottom: 12px;
}

#cstm-you-form .cstm-name-form-group .cstm-header {
   margin: 0;
}

@media only screen and (min-width: 768px) {
   #cstm-you-form .cstm-name-form-group .cstm-header {
      width: 23%;
   }
}

#cstm-you-form .cstm-name-form-group .cstm-content {
   padding-top: 4px;
}

@media only screen and (min-width: 768px) {
   #cstm-you-form .cstm-name-form-group .cstm-content {
      padding-top: 2px;
      width: 75.5%;
   }
}

#cstm-you-form .cstm-name-form-group .cstm-help {
   margin-top: 0;
}

@media only screen and (min-width: 768px) {
   #cstm-you-form .cstm-name-form-group .cstm-help {
      width: 100%;
   }
}

#cstm-you-form .cstm-form-group.cstm-strength-form-group,
#cstm-you-form .cstm-form-group.cstm-goal-form-group,
#cstm-you-form .cstm-form-group.cstm-passion-form-group {}

@media only screen and (min-width: 768px) {
   #cstm-you-form .cstm-form-group.cstm-strength-form-group,
   #cstm-you-form .cstm-form-group.cstm-goal-form-group,
   #cstm-you-form .cstm-form-group.cstm-passion-form-group {
      margin-bottom: 60px;
   }
}

#cstm-you-form .cstm-form-group.cstm-added-info-form-group {
   padding-top: 10px;
}

@media only screen and (min-width: 768px) {
   #cstm-you-form .cstm-form-group.cstm-added-info-form-group {
      margin-bottom: 50px;
      padding-top: 0;
   }
}

#cstm-you-form .cstm-you-col-wrapper {}

#cstm-you-form .cstm-name-form-group .cstm-content input {
   width: 99.66667%;
}

#cstm-you-form .cstm-name-form-group .cstm-content input.cstm-safari {
   width: 95%;
}

@media only screen and (min-width: 768px) {
   #cstm-you-form .cstm-name-form-group .cstm-content input.cstm-safari {
      width: 97%;
   }
}

#cstm-you-form .cstm-list {
   padding-left: 20px;
   list-style-position: outside;
   list-style-type: decimal;
}

#cstm-you-form .cstm-list > li {
   margin-bottom: 11px;
   color: #6abd45;
}

#cstm-you-form input,
#cstm-you-form textarea {
   border: 1px solid #b0dc9c;
}

#cstm-you-form input {
   width: 99%;
}

@media only screen and (min-width: 768px) {
   #cstm-you-form input {
      height: 26px;
      width: 98.66667%;
   }
}

#cstm-you-form input.cstm-safari {
   width: 95%;
}

#cstm-you-form textarea {
   height: 112px;
   width: 99%;
   resize: none;
}

@media only screen and (min-width: 768px) {
   #cstm-you-form textarea {
      height: 196px;
   }
}

#cstm-you-form .cstm-form-group.cstm-strength-form-group input {}

#cstm-you-form .cstm-form-group.cstm-strength-form-group .cstm-header,
#cstm-you-form .cstm-form-group.cstm-goal-form-group .cstm-header,
#cstm-you-form .cstm-form-group.cstm-passion-form-group .cstm-header,
#cstm-you-form .cstm-form-group.cstm-added-info-form-group .cstm-header {}

/* image tip-trace (bg image) */
.cstm-you-page .cstm-you-bg-img {}

@media only screen and (min-width: 768px) {
   .cstm-you-page .cstm-you-bg-img {
      position: absolute;
      top: 210px;
      width: 100%;
      z-index: 100;
   }
   
   @-moz-document url-prefix() {
      .cstm-you-page .cstm-you-bg-img {
         top: 230px;
      }
   }
}

@media only screen and (min-width: 960px) {
   .cstm-you-page .cstm-you-bg-img {
      top: 160px
   }
   
   @-moz-document url-prefix() {
      .cstm-you-page .cstm-you-bg-img {
         top: 200px;
      }
   }
}

.cstm-you-page .cstm-you-bg-img img {
   display: inherit;
   margin: auto;
   height: 1210px;
   width: auto;
}

@media only screen and (min-width: 768px) {
   .cstm-you-page .cstm-you-bg-img img {
      height: 1160px;
   }
}

@media only screen and (min-width: 960px) {
   .cstm-you-page .cstm-you-bg-img img {
      height: 1100px;
   }
}

.cstm-you-page .cstm-tip {
   display: inherit;
   margin: 0 auto 10px;
}

/* lightbox */
#cstm-visual-output {
   display: none;
}

.nyroModalBg,
.nyroModalCont {
   z-index: 9999;
}

.nyroModalCont {
   margin: 0 !important;
   border: none;
   background-color: transparent;
   overflow-x: hidden !important;
}

.nyroModalClose.nyroModalCloseButton {
   width: 52px !important;
   height: 52px !important;
   background: url('custom-img/close.png') center center no-repeat !important;
   z-index: 10000;
}

.cstm-visual-output-inner {
   max-width: 1000px;
   overflow: auto;
   position: relative;
}

@media only screen and (min-width: 768px) {
	.cstm-visual-output-inner {
      overflow: hidden;
   }
}

#cstm-visual-output-capture {
	width: 0;
	height: 0;
	opacity: 0;
	overflow: hidden !important;
	position: absolute;
	left: 0;
	top: 0;
}
#cstm-visual-output-capture .cstm-visual-output-inner,
#cstm-visual-output-capture .cstm-visual-output-inner > img {
	width: 1000px !important;
	height: 707px !important;
	transform: none !important;
}
#cstm-visual-output-capture .cstm-visual-output-inner > img {
	max-width: none;
}

#cstm-visual-output-capture .cstm-social-media-share,
#cstm-visual-output-capture .cstm-mble-visible {
	display: none !important;
}

#cstm-visual-output-capture .cstm-dsktp-visible {
	display: block !important;
}

.visual-op-bg {
   width: 100%;
   line-height: 0;
}

.nyroModalDom {
   padding: 0;
}

.cstm-output-content {
   -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.95105652, M12=0.30901699, M21=-0.30901699, M22=0.95105652,sizingMethod='auto expand')";
   filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.95105652, M12=0.30901699, M21=-0.30901699, M22=0.95105652,sizingMethod='auto expand');
   -moz-transform:  matrix(0.95105652, -0.30901699, 0.30901699, 0.95105652, 0, 0);
   -webkit-transform:  matrix(0.95105652, -0.30901699, 0.30901699, 0.95105652, 0, 0);
   -o-transform:  matrix(0.95105652, -0.30901699, 0.30901699, 0.95105652, 0, 0);
}

.cstm-vis-op-desc,
.cstm-vis-op-name,
.cstm-vis-op-strength,
.cstm-vis-op-passion,
.cstm-vis-op-success,
.cstm-social-media-share {
   position: absolute;
}

.cstm-vis-op-desc,
.cstm-vis-op-name,
.cstm-vis-op-strength,
.cstm-vis-op-passion,
.cstm-vis-op-success {
   -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.93969262, M12=0.34202014, M21=-0.34202014, M22=0.93969262,sizingMethod='auto expand')";
   filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.93969262, M12=0.34202014, M21=-0.34202014, M22=0.93969262,sizingMethod='auto expand');
   -moz-transform:  matrix(0.93969262, -0.34202014, 0.34202014, 0.93969262, 0, 0);
   -webkit-transform:  matrix(0.93969262, -0.34202014, 0.34202014, 0.93969262, 0, 0);
   -o-transform:  matrix(0.93969262, -0.34202014, 0.34202014, 0.93969262, 0, 0);
   transform: rotate(-20deg);
}

.cstm-vis-op-strength span,
.cstm-vis-op-passion span,
.cstm-vis-op-success span {
   display: inline-block;
      line-height: 21px;
      padding: 5px 3px 0;
}

.cstm-vis-op-strength .cstm-head,
.cstm-vis-op-passion .cstm-head,
.cstm-vis-op-success .cstm-head{
   margin-bottom: 10px;
}

.cstm-vis-op-strength .cstm-content,
.cstm-vis-op-passion .cstm-content,
.cstm-vis-op-success .cstm-content {
   font-family: 'HelveticaNeue Regular';
   color: #000;
    word-wrap: break-word;
    list-style: none;
      font-size: 11px !important;
      line-height: 13px !important;
      padding-left: 0;
}
#cstm-visual-output-capture .cstm-content * {
	line-height: 13px !important;
}

.cstm-vis-op-strength .cstm-content > li,
.cstm-vis-op-passion .cstm-content > li {
   height: 13px;
   overflow: hidden;
}

.cstm-vis-op-desc {
      width: 250px;
      top: 267px;
      left: 463px;
      font-size: 17px;
      line-height: initial;
      font-family: 'HelveticaNeue Bold';
}

.cstm-vis-op-name {
   font-family: 'Manus-Regular';
      width: 155px;
       top: 263px;
       left: 308px;
       font-size: 28px;
       word-wrap: break-word;
}

.cstm-vis-op-name.cstm-ie {
   top: 243px !important;
}

.cstm-vis-op-strength {
       top: 420px;
       left: 391px;
       width: 240px;
}

.cstm-vis-op-strength.cstm-ie {
   top: 380px !important;
}

.cstm-vis-op-success {
       top: 341px;
       left: 654px;
       width: 225px;
}

.cstm-vis-op-success.cstm-ie {
   top: 305px !important;
}

.cstm-vis-op-passion {
       top: 147px;
       left: 617px;
       width: 153px;
}

.cstm-vis-op-passion.cstm-ie {
   top: 120px !important;
}

.cstm-social-media-share {
   /*display: none;*/
       right: 36px;
       bottom: 38px;
}

.cstm-social-media-share label {
    color: white;
    /*font-size: 19px;*/
    font-size: 55px;
    float: left;
    font-family: 'HelveticaNeue Medium';
    margin-right: 5px;
        line-height: 71px;
}

@media only screen and (min-width: 420px) {
   .cstm-social-media-share label {
      font-size: 47px;
      line-height: 50px;
   }
}

@media only screen and (min-width: 520px) {
   .cstm-social-media-share label {
      font-size: 37px;
      line-height: 40px;
   }
}

@media only screen and (min-width: 640px) {
   .cstm-social-media-share label {
      font-size: 27px;
      line-height: 30px;
   }
}

@media only screen and (min-width: 768px) {
   .cstm-social-media-share label {
      font-size: 19px;
      line-height: initial;
   }
}

.cstm-social-media-share a {
   display: inline-block;
   margin: 0 3px;
   width: 70px;
}

@media only screen and (min-width: 420px) {
   .cstm-social-media-share a {
      width: 55px;
   }
}

@media only screen and (min-width: 520px) {
   .cstm-social-media-share a {
      width: 42px;
   }
}

@media only screen and (min-width: 640px) {
   .cstm-social-media-share a {
      width: 32px;
   }
}

@media only screen and (min-width: 768px) {
   .cstm-social-media-share a {
      width: 23px;
   }
}

.cstm-social-media-share a img {
   width: 100%;
}


/* custom - end */
nav.mobile_menu {
   position: absolute;
   top: 48px;
   background: transparent;
}

nav.mobile_menu ul > li.has_sub > span.mobile_arrow i {
   display: none;*/
}

#menu-header-1 > .menu-item {
   text-align: center;
   background-color: #6abd45;
   background-color: rgba(109,187,74,0.93);
}

#menu-header-1 > .menu-item.current-menu-item {
   background-image: url('custom-img/mobile/current-menu-indicator.png');
   background-repeat: no-repeat;
}

#menu-header-1 > .menu-item a {
   padding: 18px 0 15px;
}

#menu-header-1 > .menu-item span {
   font-size: 16px;
   font-family: 'HelveticaNeue Medium';
}

#menu-header-1 > .menu-item .current span {
   font-weight: bold;
}

/* header - desktop */
nav.main_menu ul li a {
   line-height: inherit;
}

nav.cstm-main-menu ul li a {
   line-height: inherit;
}

nav.main_menu > ul > li > a {
   text-transform: none;
}

header:not(.with_hover_bg_color) nav.main_menu > ul > li:hover >a,
nav.main_menu > ul > li:hover > a span,
nav.main_menu > ul > li.active > a,
#menu-header > .menu-item a:hover {
    color: #6abd45;
}
 
#menu-header > .menu-item * {
   font-family: 'HelveticaNeue Medium';
   font-weight: normal;
}

@media only screen and (min-width: 768px) {
   #menu-header > .menu-item * {
      font-weight: bold;
   }
}

#menu-header > .menu-item a {}

@media only screen and (min-width: 768px) {
   #menu-header > .menu-item a {
      padding: 10px 8px;
   }
}

@media only screen and (min-width: 800px) {
   #menu-header > .menu-item a {
      padding: 10px 11px;
   }
}

@media only screen and (min-width: 834px) {
   #menu-header > .menu-item a {
      padding: 10px 14px;
   }
}

#menu-header > .menu-item span {
   font-size: 10px;
}

@media only screen and (min-width: 768px) {
   #menu-header > .menu-item span {
         font-size: 11px;
         letter-spacing: 0px;
   }
}

/* header - w/ media queries */
.header_bottom .container_inner {
   min-width: 320px;
   max-width: 1460px;
}

header .header_bottom {
   padding: 0;
}

@media only screen and (min-width: 1001px) {
   header .header_bottom {
      padding: 0 17px;
      height: 78px;
   }
}

@media only screen and (min-width: 1350px) {
   header .header_bottom {
      padding: 0 57px;
   }
}

header .header_inner_left {
   margin: 0 18px 0 19px;
}

@media only screen and (min-width: 1001px) {
   header .header_inner_left {
      padding: 0;
   }
}

header .logo_wrapper {
   left: auto;
   height: 48px;
}

@media only screen and (min-width: 1001px) {
   header .logo_wrapper {
      left: 50%;
   }
}

header .q_logo a {
   left: auto;
   height: auto !important;
}

@media only screen and (min-width: 1350px) {
   header .q_logo {
      top: 30%;
   }
}

header .q_logo img {
   width: 196px !important;
   height: auto !important;
}

@media only screen and (min-width: 1001px) {
   header .q_logo img {
      width: 237px !important;
   }
}

@media only screen and (min-width: 1350px) {
   header .q_logo img {
      width: 367px !important;
   }
}

header .side_menu_button {
   height: auto;
}

@media only screen and (min-width: 1001px) {
   header .container_inner {
      width: 100%;
   }
}

/* header - search bar */
header .cstm-search-bar-wrapper {
   display: none;
   position: relative;
   margin-left: 15px;
   width: 95px;
   height: 78px;
}

@media only screen and (min-width: 1515px) {
   header .cstm-search-bar-wrapper {
      margin-left: 27px;
   }
}

@media only screen and (min-width: 1001px) {
   header .cstm-search-bar-wrapper {
      display: block;
   }
}

@media only screen and (min-width: 1020px) {
   header .cstm-search-bar-wrapper {
      width: 165px;
   }
}

header .cstm-search-bar {}

@media only screen and (min-width: 768px) {
   header .cstm-search-bar {
      position: absolute;
      top: 28%;
      right: 0;
      width: 100%;
      height: 17px;
      background-color: white;
   }
}

header .cstm-search-field {
   position: absolute;
   padding-left: 2px;
   width: 80%;
   height: 27px;
   background: none;
   border: none;
   outline: none;
}

header .cstm-search-bar-icon {
   position: absolute;
   right: 7px;
   top: 2px;
}

header .cstm-search-bar-icon .fa-search {
   font-size: 21px;
}

/* slider */
.content .content_inner > .full_width > .full_width_inner {
   padding-top: 0 !important;
}