/* Think Web Design, Think Matrix. https://thinkmatrix.uk */

/* Typography */

body, button, input, optgroup, select, textarea {
  font-family: "darkmode-on", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 17px;
  line-height: 28px;
  color:#191817;
}

html .huge-style, h1, html .h1-style, h2, html .h2-style, h3, html .h3-style, h4, html .h4-style, #titlebar #titlebar-title, .project-intro-text > p:first-child {
  font-family: "canto", serif;
  font-style: normal;
  color:#191817;
  font-weight: 400;
}

h5, html .h5-style, h6, html .h6-style {
  font-family: "darkmode-on", sans-serif;
  font-weight: 300;
}

html .huge-style {font-weight: 300;}

html .huge-style { font-size: 50px; line-height: 54px; }
h1, html .h1-style, #titlebar #titlebar-title { font-size: 44px; line-height: 48px; }
h2, html .h2-style, .project-intro-text > p:first-child { font-size: 28px; line-height: 34px; }
h3, html .h3-style { font-size: 24px; line-height: 30px; }
h4, html .h4-style { font-size: 22px; line-height: 28px; }
h5, html .h5-style { font-size: 20px; line-height: 26px; }
h6, html .h6-style { font-size: 16px; line-height: 26px; }

html a { color:#191817; }
html a:hover { color:#405D62; }

html .caps {
  text-transform: uppercase!important;
  letter-spacing: 2px;
}
html .regular {font-weight: 400;}

#the-content p a {
    text-decoration: underline;
}

html .color-lite h1,
html .color-lite h2,
html .color-lite h3,
html .color-lite h4,
html .color-lite h5,
html .color-lite h6,
html .color-lite p,
html .color-lite label,
html .color-lite .gfield_description {color:#ffffff;}
html .color-lite a {color:#ffffff;}
html .color-lite a:hover {color:#8c8990;}



/* Custom Colours */

html .c-white {color:#ffffff!important;}
html .c-teal {color:#405D62!important;}

.mtx-list .mtx-list-icon {color:#8c8990;}

/* Custom Backgrounds */

html .bg-grey {background-color:#F2EFEA!important;}
html .bg-teal {background-color:#405D62!important;}
html .bg-white {background-color: #ffffff!important;}

/* Custom Buttons */

html .btn, html .gform_wrapper .button {
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 10px 20px;
}
html .btn i, html .gform_wrapper .button i, .mtx-pagination  i {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

html .btn.btn-primary, html .gform_wrapper .button, .mtx-pagination > .page-numbers.current {
  color:#191817!important;
	background:none!important;
  border:2px solid #405D62!important;
}
html .btn.btn-primary i, html .gform_wrapper .button i, .mtx-pagination > .page-numbers.current i {color:#405D62!important;}

html .btn.btn-primary:hover, html .toggle-open .btn.btn-primary, html .gform_wrapper .button:hover, .socials .social:hover {
  color:#ffffff!important;
  background: #405D62!important;
	border:2px solid #405D62!important;
}
html .btn.btn-primary:hover i, html .gform_wrapper .button:hover i, .mtx-pagination > .page-numbers.current:hover i { color:#ffffff!important; }

html .btn.btn-white {
  color:#ffffff!important;
	background:none!important;
  border:2px solid #ffffff!important;
}
html .btn.btn-white i {color:#ffffff!important;}

html .btn.btn-white:hover, html .toggle-open .btn.btn-white {
  color:#191817!important;
	background:#ffffff!important;
  border:2px solid #ffffff!important;
}
html .btn.btn-white:hover i, html .toggle-open .btn.btn-white i {color:#191817!important;}

.btn i.fa-long-arrow-alt-right:before {
    content: "\f178";
    font-weight: 200;
}


html #to-top {
    background: #405D62 !important;
    color: #ffffff !important;
    border: none !important;
    box-shadow: 0px 0px 6px rgb(255 255 255 / 30%);
}
html #to-top i {
    color: #ffffff !important;
}
html #to-top:hover {
  background: #2f474b!important;
}

/* Site Wide */

.fl-module-mtx-list ul.mtx-list li i {
    width: 8px;
    height: 8px;
    background: #405d62;
    top: 9px;
    left: 10px;
}
.fl-module-mtx-list ul.mtx-list li i:before {display: none;}

.office-set {
    margin-bottom: 16px;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 1px;
}

i.fa-twitter {position: relative;}
i.fa-twitter:before {opacity: 0;}
i.fa-twitter svg {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

html .mtx-lazy {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


#the-page.sidebar-layout, .page-section {
  padding-top: 50px;
  padding-bottom: 30px;
}

html .mtx-separator {border-color:#cccccc;}
html .bc-black {border-color:#141414;}

.overlay {
  background: #000000;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000000;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mtx-contact-item {
    position: relative;
    padding-left: 26px;
    margin-bottom: 6px;
}

.mtx-contact-item i {
    position: absolute;
    top: 3px;
    left: 1px;
    color: #000000;
    font-size: 14px;
    line-height: 20px;
}

.small-margin [class*="frac"], .small-margin .fl-col {margin-left: 2.4%;}
.small-margin [class*="frac"]:first-child, .small-margin [class*="frac"].first, .small-margin .fl-col:first-child {
    margin-left: 0%;
    clear: both;
}

.small-margin .frac2, .small-margin .fl-col[frac="2"]{width:14.66%!important;}
.small-margin .frac2-4, .small-margin .fl-col[frac="2.4"]{width:18.08%!important;}
.small-margin .frac3, .small-margin .fl-col[frac="3"]{width:23.2%!important;}
.small-margin .frac4, .small-margin .fl-col[frac="4"]{width:31.73%!important;}
.small-margin .frac4-8, .small-margin .fl-col[frac="4.8"]{width:38.56%!important;}
.small-margin .frac6, .small-margin .fl-col[frac="6"]{width:48.8%!important;}
.small-margin .frac7-2, .small-margin .fl-col[frac="7.2"]{width:59.04%!important;}
.small-margin .frac8, .small-margin .fl-col[frac="8"]{width:65.86%!important;}
.small-margin .frac9, .small-margin .fl-col[frac="9"]{width:74.4%!important;}
.small-margin .frac9-6, .small-margin .fl-col[frac="9.6"]{width:79.52%!important;}
.small-margin .frac10, .small-margin .fl-col[frac="10"]{width:82.93%!important;}
.small-margin .frac12, .small-margin .fl-col[frac="12"]{width:100%!important;}

/* Cookies */

html .cky-btn-accept {
    background: #405d62 !important;
    border-color: #405d62 !important;
    color: #ffffff !important;
}

html .cky-btn-customize, html .cky-btn-preferences {
  border-color: #405d62 !important;
  color: #405d62 !important;
  background: none!important;
}

/* Top Bar */

#top-bar {background: #d2d2d2;}

#top-bar .mtx-top-item.btn-mob > a {
    display: block;
    color:#000000;
    padding: 0px 6px;
}
#top-bar .mtx-top-item.btn-mob > a:hover { color:#666666; }

#top-bar .mtx-top-item.btn-mob > a i {
  margin-right: 6px;
  color:#000000;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

/* Header */

#header-container-background {background: none;}

.upper-head-bg {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: -999px;
    right: -999px;
    z-index: -1;
    background: #405d62;
}

header #logo {
    margin-top: 40px;
    margin-bottom: 40px;
    float: none;
    z-index: 0;
    clear: both;
}


.head-part {
    position: absolute;
    line-height: 30px;
    top: 50%;
    margin-top: -15px;
    z-index: 2;
    color:#ffffff;
}

.head-part, .sticky-phone {
  font-size: 17px;
  font-weight: 400;
}

.head-part.hp-right {
    right: 0px;
}



.head-part span, .sticky-phone span {
    font-weight: 300;
}

.head-part a, .sticky-phone a {color:#ffffff;}
.head-part a:hover, .sticky-phone a:hover {color:#C6DDE1;}

.head-part .mtx-socials .social {
    padding: 0px;
    margin: 0px 4px;
    font-size: 18px;
}
.head-part .mtx-socials .social:first-child {margin-left: 0px;}

#titlebar {background: #ffffff;}
#titlebar.with-bg-img {
    background: #405D62;
    margin-top: -64px;
}

#titlebar.with-bg-img .titlebar-overlay {
    background: linear-gradient(186deg, rgba(25, 24, 23, 0) 30%, rgba(25, 24, 23, 1) 100%);
    opacity: 0.9;
}

#titlebar > .container {
    padding-top: 80px;
    padding-bottom: 40px;
}
#titlebar.with-bg-img > .container {padding-top: 16%;}
.single-projects #titlebar.with-bg-img > .container {padding-top: 32%;}

#titlebar.with-bg-img #titlebar-title {color:#ffffff;}

#titlebar #titlebar-description p:last-child {margin-bottom: 0px;}

#breadcrumb-wrap {
    top: auto;
    bottom: 40px;
}

#breadcrumb-wrap #breadcrumb {
  position: relative;
  text-align: right;
  margin: auto !important;
  font-size: 14px;
  line-height: 18px;
  color:#191817;
}

#breadcrumb a {
  color:#191817;
}

#titlebar.with-bg-img #breadcrumb-wrap #breadcrumb, #titlebar.with-bg-img #breadcrumb-wrap #breadcrumb a {
  color:#ffffff;
}

.single-staff #breadcrumb .sep-last, .single-staff #breadcrumb .item-current,
.single-resources #breadcrumb .sep-last, .single-resources #breadcrumb .item-current,
.single-events #breadcrumb .sep-last, .single-events #breadcrumb .item-current,
.single-post #breadcrumb .sep-last, .single-post #breadcrumb .item-current {
    display: none;
}

.treyone-search-wrap {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.treyone-search-wrap .treyone-search {
    padding-left: 40px;
    padding-right: 70px;
    max-width: 800px;
    box-sizing: border-box;
    margin: auto;
    position: relative;
}

.treyone-search #s {
    background: none;
    border: none;
    border-bottom: 2px solid #405d62;
    width: 100%;
    margin: 12px;
    font-size: 18px;
    color:#191817;
}

.treyone-search-wrap .treyone-search .treyone-key-submit {
    position: absolute;
    top: 50%;
    right: 0px;
    padding: 0px;
    margin: 0px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-top: -15px;
    font-size: 17px;
}

.treyone-nav-wrap.search-active .menu-search-toggle-wrap i:before {
    content: "\f00d";
}
.treyone-nav-wrap #main-navigation {
  transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
}

.treyone-nav-wrap.search-active #main-navigation {
    opacity: 0;
}

/* Stuck */

.sticky-logo-wrap, .sticky-phone {display: none;}

.stuck #logo, .stuck .menu-search-toggle-wrap {display: none;}
.stuck .sticky-logo-wrap, .stuck .sticky-phone {display: block;}

.stuck .sticky-logo-wrap, .stuck .sticky-phone {
    position: relative;
    z-index: 99;
}

.sticky-logo-wrap {float: left;}
.sticky-logo-wrap img.site-stuck-logo {
    max-width: 150px;
    margin-top: 19px;
    margin-bottom: 19px;
}
.stuck .sticky-phone {
    float: right;
    line-height: 64px;
    position: relative;
    z-index: 99;
}

.stuck .sticky-phone a { color:#191817;}
.stuck .sticky-phone a:hover { color:#405D62;}

#header-container.stuck .head-part.hp-left {
    display: none;
}


/* Nav */

.treyone-nav-wrap .container {
    padding-right: 40px;
    position: relative;
    padding-left: 40px;
    box-sizing: border-box;
}
.stuck .treyone-nav-wrap .container {
    padding: 0px;
}
.menu-search-toggle-wrap {
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -18px;
}
.menu-search-toggle {
    width: 36px;
    height: 36px;
    font-size: 17px;
    line-height: 36px;
    text-align: center;
    display: block;
    color:#191817;
}
.menu-search-toggle i {
  font-weight: 200;
}

.treyone-nav-wrap {
    z-index: 2000;

    position: relative;

}
.treyone-nav-wrap:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgb(255 255 255 / 75%);
  -webkit-backdrop-filter: blur(20px) brightness(90%);
  backdrop-filter: blur(20px) brightness(90%);
  z-index: -1;
}

.treyone-nav-wrap #navigation {
    position: relative;
    top: auto;
    bottom: auto;
}

.treyone-nav-wrap #navigation #main-navigation {
    float: none;
    text-align: center;
    margin: auto;
}

#main-navigation > li {
    float: none;
    display: inline-block;
    vertical-align: top;
}

#main-navigation > li > a {
    color: #191817;
    font-size: 17px;
    float: none;
    font-weight: 300;
}
#main-navigation > li > a:hover {color:#405D62;}

#main-navigation > li.menu-item-has-children > a {
    position: relative;
}
#main-navigation > li.menu-item-has-children > a:before {
    content: "";
    position: absolute;
    bottom: 0px;
    margin-bottom: -8px;
    left: 50%;
    margin-left: -8px;
    transform: rotate(45deg);
    z-index: 9999;
    border-right: 8px solid #fff;
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
    border-top: 8px solid transparent;
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
#main-navigation > li.menu-item-has-children:hover > a:before { opacity: 1;}

#main-navigation li > ul.sub-menu {
    background-color: rgb(255 255 255 / 75%);
    -webkit-backdrop-filter: blur(20px) brightness(90%);
    backdrop-filter: blur(20px) brightness(90%);
    border: none;
    box-shadow: none;
    border-top: 1px solid #fff;
    padding: 20px 10px;
    text-align: left;
    left: -20px;
}

#main-navigation li > ul.sub-menu li {
    border: none;
}

#main-navigation li > ul.sub-menu li > a {
  color: #191817;
  font-weight: 300;
}
#main-navigation li > ul.sub-menu li > a:hover {color:#405D62;}

/* Mob Menu */

#main-navigation-toggle {
    position: absolute;
    margin-top: -22px;
}

#main-navigation-toggle>a {
    border: 2px solid #ffffff;
    color: #fff;
}
#main-navigation-toggle > a i {
    font-weight: 200;
}

/* Slider */

.mtx-slider-wrap {background: #141414;}
.mtx-slider-wrap .loading .spinner {background: #e85f28;}


.owl-carousel.fixed-nav .owl-dots {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    opacity: 1;
}
.owl-carousel.fixed-nav .owl-dots .owl-dot {background: #000000;}

.owl-carousel .owl-nav > div {
    border: none;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 50px;
    text-align: center;
    border-radius: 0px;
    -ms-transform: none!important;
    -webkit-transform: none!important;
    transform: none!important;
}
.owl-carousel .owl-nav .owl-prev {left: 20px;}
.owl-carousel .owl-nav .owl-next {right: 20px;}
.owl-carousel .owl-nav > div.disabled {pointer-events: none;}
.owl-carousel .owl-nav > div:before {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    display: inline-block;
    vertical-align: top;
}
.owl-carousel .owl-nav > div.owl-prev:before { content: "\f104"; }

.owl-carousel.fixed-nav .owl-nav {
    position: relative;
    text-align: center;
}
.owl-carousel.fixed-nav .owl-nav > div {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    margin: 0px 6px;
    height: 22px;
    width: 22px;
    line-height: 22px;
    font-size: 40px;
}

.owl-carousel.fixed-nav .owl-nav > div.disabled {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.owl-carousel.fixed-nav.on-dark .owl-nav > div:hover, .owl-carousel.fixed-nav.on-dark .owl-nav > div.disabled { border-color: #ffffff; }



/* Beaver */

.fl-builder-content .fl-rich-text strong {
    font-weight: 500;
}

.fl-module.center-restrict {
    max-width: 1060px;
    margin: auto;
}

.fl-col.inner-col-restrict .fl-col-content {
    max-width: 720px;
}

.fl-col.inner-col-restrict-right .fl-col-content { margin-left: auto;}

.fl-row.half-grey-bottom > .fl-row-content-wrap:before {
    content: "";
    position: absolute;
    display: block;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 50%;
    z-index: -1;
    background: #F2EFEA;
}

.fl-row.half-grey-top > .fl-row-content-wrap:before {
    content: "";
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 50%;
    z-index: -1;
    background: #F2EFEA;
}

.fl-row.third-grey-top > .fl-row-content-wrap:before {
    content: "";
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 66.66%;
    z-index: -1;
    background: #F2EFEA;
}

.fl-col.restricted-width > .fl-col-content {
    max-width: 510px;
}

.mtx-heading.border-left, #titlebar #titlebar-title, .cta-title, .fl-module.border-left .mtx-text-block {
    padding-left: 30px;
    border-left: 2px solid #405D62;
}
.mtx-heading.border-left.c-white,
#titlebar.with-bg-img #titlebar-title { border-color: #ffffff;}

.fl-module.home-sub .fl-module-content {text-align: center;}
.fl-module.home-sub .mtx-heading.home-sub {
    display: inline-block;
    vertical-align: top;
    padding-left: 80px;
    padding-right: 80px;
    position: relative;
}
.fl-module.home-sub .mtx-heading.home-sub:before, .fl-module.home-sub .mtx-heading.home-sub:after {
  content: "";
  position: absolute;
  background: #ffffff;
  height: 1px;
  width: 60px;
  top: 50%;
  left: 0px;
  opacity: 0.95;
}
.fl-module.home-sub .mtx-heading.home-sub:after {
  left: auto;
  right: 0px;
}


.bordered-cols .fl-col-group > .fl-col > .fl-col-content {
    position: relative;
}
.bordered-cols .fl-col-group > .fl-col > .fl-col-content:before {
    content: "";
    position: absolute;
    width: 2px;
    background: #B6B9AF;
    top: 0px;
    bottom: 0px;
    left: -6.66%;
    display: block;
}
.bordered-cols .fl-col-group > .fl-col:first-child > .fl-col-content:before {display: none;}


/* Beaver Modules */

html .mtx-yt-play {color: #405d62;}
html .mtx-yt-play:hover {color: #30474b;}

.faq-toggle {margin-bottom: 10px;}

.faq-toggle .faq-header {
    padding: 10px 0px 10px 28px;
    position: relative;
    cursor: pointer;
}

.faq-toggle .faq-header:before {
    content: "\f067";
    font-weight: 300;
    font-family: "Font Awesome 5 Pro";
    color: #405D62;
    position: absolute;
    top: 50%;
    height: 20px;
    margin-top: -10px;
    left: 0px;
    display: block;
    line-height: 20px;
    text-align: center;
    width: 16px;
}
.faq-toggle.open .faq-header:before {
  content: "\f068";
}

.faq-toggle .faq-header .faq-question {
  margin: 0px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color:#191817;
}
.faq-toggle .faq-header:hover .faq-question {
  color: #405D62;
}

.faq-toggle .faq-content {
    display: none;
}
.faq-toggle.open .faq-content {
    display: block;
}


.mtx-toggle.toggle-simple .mtx-toggle-header {
    display: block;
    padding-top: 10px;
    padding-bottom: 8px;
    border-bottom: 2px solid #B6B9AF;
}

.mtx-toggle.toggle-simple .mtx-toggle-heading {
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #191817;
    font-weight: 400;
    padding-left: 0px;
    padding-right: 30px;
}

.mtx-toggle.toggle-simple .mtx-toggle-header .mtx-toggle-icon {
    left: auto;
    right: 0px;
}

.mtx-toggle.toggle-simple .mtx-toggle-header .mtx-toggle-icon i {
    font-weight: 300;
    font-family: "Font Awesome 5 Pro";
    color: #405D62;
}

/* Sidebar */

.widget .sidebar-widget-title {
    font-size: 17px;
    line-height: 22px;
    font-family: "darkmode-on", sans-serif;
    color:#191817;
}

.widget.widget_categories {
    background: #F2EFEA;
    padding: 20px 20px 10px;
}

.widget.widget_categories .sidebar-widget-title {
    padding-left: 26px;
    position: relative;
}

.widget.widget_categories .sidebar-widget-title:before {
    content: "\f0b0";
    font-family: 'Font Awesome 5 Pro';
    color: #405D62;
    font-size: 14px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    top: 50%;
    margin-top: -10px;
    left: 0px;
    font-weight: 200;
    position: absolute;
}

.widget li {
    padding: 0px 0px 10px;
    margin-bottom: 10px;
    border-bottom: 2px solid #B6B9AF;
}
.widget li:before {display: none;}

.widget li:last-child {
  padding: 0px;
  border: none;
}

/* Footer - Logo */

.footer-logo-wrap {
    padding-bottom: 40px;
    border-bottom: 1px solid #fff;
    margin-bottom: 40px;
    padding-top: 20px;
}

/* Footer - Widgets */

#footer-items {
  background: #405D62;
  padding-top: 40px;
  padding-bottom: 20px;
}

#footer-items .footer-section {color: #ffffff;}
#footer-items .footer-section a {color: #ffffff;}
#footer-items .footer-section a:hover {color: #C6DDE1;}

#footer-items .sidebar-widget-title {color: #ffffff;}
#footer-items .mtx-contact-item i {color: #ffffff;}

#footer-items .sidebar-widget-title {
    font-family: "darkmode-on", sans-serif;
    font-size: 17px;
    line-height: 22px;
    font-weight: 500;
}
#footer-items .widget_mtx_mailchimp .sidebar-widget-title {
    font-size: 22px;
    line-height: 28px;
}

#mc-embedded-subscribe-form {
    padding-right: 42px;
    position: relative;
}

#mc-embedded-subscribe-form #mtx-mc-email {
    border: none;
    padding: 9px 12px;
    color: #191817;
    margin: 0px;
}

#mc-embedded-subscribe-form #mc-embedded-subscribe {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 0px;
    width: 38px;
    height: 38px;
    margin: 0px;
    background: #B6B9AF !important;
    color: #ffffff !important;
    border:none!important;
}

#mc-embedded-subscribe-form #mc-embedded-subscribe:hover {
  background: #92958d !important;
  color: #ffffff !important;
}

#mc-embedded-subscribe-form #mc-embedded-subscribe i {
    font-weight: 200;
}


/* Footer - Bottom Bar */

#bottom-bar {background: #405D62;}
#bottom-bar, #bottom-bar a {color:#ffffff;}
#bottom-bar a:hover {color:#C6DDE1;}

#bottom-bar .container {
    padding-top: 20px;
    border-top: 1px solid #ffffff;
    padding-bottom: 20px;
}

#bottom-text {margin: 0px;}
.bottom-text-wrap, #mtx-link, #bottom-menu {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 4px;
}
#mtx-link a {font-weight: 600;}

#menu-footer-menu {
    margin: 0px;
    list-style: none;
}

#menu-footer-menu li {
  float: left;
}

#menu-footer-menu li:before {
    content: "|";
    display: inline-block;
    vertical-align: top;
    margin: 0px 6px;
}
#menu-footer-menu li:first-child:before {display: none;}



/* Homepage */


/* Shares */

.mtx-share-bar-wrap {padding: 20px 0;}
.fl-module-content .mtx-share-bar-wrap {padding: 0px;}
.mtx-share-bar-wrap .shares-title {margin: 0px 0px 20px;}

.mtx-share-bar .mtx-share {
    width: 38px;
    padding: 0px 7px;
    box-sizing: border-box;
    height: 38px;
    float: left;
    background: #405D62!important;
    color: #ffffff!important;
    fill: #ffffff!important;
    border-radius: 19px;
    margin: 0px 6px 12px 0px;
    text-align: center;
    line-height: 38px;
    font-size: 16px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.mtx-share-bar .mtx-share:hover {
  color: #FFFFFF!important;
  fill: #ffffff!important;
  background:#314a4f!important;
}

.mtx-share-bar .mtx-share.mtx-share-copy {
    width: 320px;
    text-align: left;
    position: relative;
    padding-left: 9px;
    cursor: pointer;
}

.mtx-share-bar .mtx-share.mtx-share-copy .share-perma {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 38px;
    right: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
}

.mtx-share-bar .mtx-share.mtx-share-copy input.share-perma-url {
    opacity: 0;
    height: 0px;
    overflow: hidden;
    position: absolute;
}

.mtx-share.mtx-share-copy.copied:before {
    content: "Link copied";
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -44px;
    background: #222222;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    padding: 4px 12px;
    border-radius: 13px;
}

.shares-header.tag-header {margin-bottom: 18px;}

/* Feeds */

.mtx-feed-wrap.with-link {position: relative;}
.mtx-feed-header .mtx-feed-heading {
  margin: 0px 0px 40px;
  text-align: center;
}

.mtx-feed-archive-link-wrap {
    text-align: center;
    margin-top: 20px;
}

.mtx-feed > div {
    position: relative;
}
.mtx-feed > div:before {
    content: "";
    position: absolute;
    width: 2px;
    background: #B6B9AF;
    top: 0px;
    bottom: 20px;
    left: -6.66%;
    display: block;
}
.mtx-feed > div:first-child:before {display: none;}


/* Blog */

.mtx-post .mtx-row-image {
    float: right;
    width: 36%;
    margin-left: 4%;
    margin-right: 0px;
}

.mtx-post-meta-box .mtx-post-metas {
    padding: 20px 0;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

.mtx-block {
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.mtx-block-media {
    display: block;
    height: 0px;
    width: 100%;
    padding-bottom: 60%;
    background: #405D62;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}
.mtx-row-image .mtx-block-media {
    padding-bottom: 110%;
}

.mtx-block-media .mtx-block-img {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.mtx-block-media .overlay {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.mtx-block-media:hover .overlay {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

.mtx-block .mtx-block-title, .mtx-post .post-title {
    margin: 0px 0px 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    padding-bottom: 0;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.mtx-post .row-btn-wrap {
    margin-top: 30px;
}

.line-clamped p {
  display: inline;
}

.line-clamped p:after {
  content: " \A\A";
  white-space: pre;
}

.mtx-block .post-metas {
    font-size: 12px;
    line-height: 18px;
    padding: 6px 0;
    margin: -6px 0px 14px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

.mtx-block .btn {
    margin: auto 0px 0px;
}

/* Resources */

.resource-block.cust-image .mtx-block-img {
    top: 6px;
    bottom: 6px;
    left: 6px;
    right: 6px;
    background-size: contain;
}

.mtx-block .doc-links .btn {
    margin: auto 12px 0px 0px;
}

.mtx-pdf-wrap {
    margin-bottom: 30px;
    background: #f2f2f2;
}
.mtx-pdf-wrap .ci-pdf-viewer {
    max-width: 1000px;
    margin: auto;
}
.mtx-pdf-wrap .loading-info {display: none!important;}

.resource-links {margin: 0px 0px 18px;}

/* Events */

.event-details-box-wrap {
    background: #EFEFEF;
    display: block;
    padding: 30px 30px 10px;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: 30px;
}
.event-details-box .ed-title {
    display: block;
    margin: 0px 0px 6px;
}
.event-details-box .event-date {
    margin-bottom: 20px;
}

.mtx-block-media .event-date {
    background: #222222;
    color: #fff;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 4px 10px;
    border-radius: 0px 0px 4px 0px;
}

.month-divi {
    display: block;
    background: #222222;
    text-align: center;
    padding: 2px 20px;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;
}

.mtx-post .post-type {
    margin: 0px 0px 6px;
    color: #79c1ff;
    font-weight: 700;
}

/* Staff */

.team-feed-text-wrap {
    margin-top: 40px;
}

.team-feed-wrap .team-feed-title {margin-bottom: 20px;}

.team-quote-block {
    height: 0px;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
}
.team-quote-block .team-quote-block-inner {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 24px;
  font-size: 15px;
  line-height: 24px;
}
.team-quote-block .team-quote-block-inner p {
    margin: 0px 0px 10px;
}
.team-quote-block .team-quote-block-inner .h6-style {
    font-size: 14px;
    line-height: 20px;
    margin: 0px 0px 18px;
}

.mtx-block.staff-block {
    height: 0px;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
    background: #405d62;
}

.mtx-block.staff-block .staff-block-media, .mtx-block.staff-block .staff-block-img {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.staff-block .overlay {
    background: linear-gradient(186deg, rgba(25, 24, 23, 0) 50%, rgba(25, 24, 23, 0.9) 100%);
    opacity: 0.95;
}

.staff-block .staff-block-text {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 16px;
}

.staff-block .staff-block-text .mtx-block-title {
  color: #ffffff;
  margin: 0px;
}

.staff-row {
    margin-bottom: 20px;
}

.staff-row-text .mtx-contact-item {
    font-weight: 400;
    margin-bottom: 3px;
}

.staff-row-text .mtx-contact-item i {
    color: #405d62;
}

.staff-row-text .staff-row-content {
    margin-top: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    padding-bottom: 0;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.staff-row.open .staff-row-text .staff-row-content { -webkit-line-clamp: 99; }

.staff-row .read-more-toggle {
    margin-top: 20px;
    display: inline-block;
    color: #191817;
    font-weight: 400;
    transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
}
.staff-row .read-more-toggle:hover { color:#405d62; }
.staff-row.open .read-more-toggle {margin-top: 2px;}

.staff-row .read-more-toggle .less {display: none;}
.staff-row.open .read-more-toggle .more {display: none;}
.staff-row.open .read-more-toggle .less {display: inline;}

.staff-row .read-more-toggle i {
    color: #405d62;
    margin-left: 3px;
    font-size: 90%;
}

.resource-cats-wrap .btn-primary.active {
    background: #405D62 !important;
    color: #ffffff !important;
    pointer-events: none;
}

.resource-cats-wrap.clearfix {
  margin-top: -20px;
    margin-bottom: 40px;
}

.mtx-block.staff-block .staff-block-media {
    filter: grayscale(1);
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.mtx-block.staff-block .staff-block-media:hover {
    filter: grayscale(0);
  }

/* Testimonials */

.mtx-block.testimonial-block {
  position: relative;
  padding: 30px 30px 10px;
}

.fl-col.quote-icon-padding > .fl-col-content {
    min-height: 100px;
    padding-left: 120px;
    padding-right: 120px;
    padding-top: 50px;
    padding-bottom: 20px;
}

.fl-col.quote-icon > .fl-col-content, .fl-col.quote-icon-light > .fl-col-content {
  position: relative;
  z-index: 1;
}

.team-quote-block:before, .mtx-block.testimonial-block:before, .fl-col.quote-icon > .fl-col-content:before, .fl-col.quote-icon-light > .fl-col-content:before, .detail-quote-block:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 30px;
    width: 60px;
    height: 60px;
    background-image: url(images/quote-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.2;
    z-index: -1;
}
.mtx-block.testimonial-block:before {
  opacity: 0.05;
  top: 0px;
  left: 10px;
}
.fl-col.quote-icon-light > .fl-col-content:before {opacity: 0.05;}

.frac12 > .testimonial-block {
    margin-left: 20px;
    margin-right: 20px;
}
.frac12 > .testimonial-block .mtx-block-inner {
    max-width: 1000px;
    margin: auto;
}

/* Testimonials Archive */

.testimonial-feed-all .mtx-block.testimonial-block {
    background: #F2EFEA;
    padding: 50px 50px 20px;
}

.testimonial-feed-all .mtx-block.testimonial-block:before {
    top: 20px;
    left: 20px;
}

/* Projects */


.project-upper-wrap, .project-feed-outer {
    position: relative;
}
.project-upper-wrap:before {
    content: "";
    position: absolute;
    top: 60px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: #f2efea;
    z-index: -1;
}
.project-feed-outer:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 50%;
    background: #f2efea;
    z-index: -1;
}

.project-feed .project-feed-text-wrap {
    margin-top: 120px;
}
.project-feed .project-feed-text-wrap .project-feed-title {
    margin-bottom: 20px;
}
.project-feed .project-feed-text-wrap .btn, .team-feed-wrap .team-feed-text-wrap .btn {
    margin-top: 20px;
    margin-bottom: 20px;
}

.project-feed-slider {
    padding-top: 60px;
    position: relative;
}
.project-feed-slider.owl-carousel.fixed-nav .owl-nav {
    position: absolute;
    top: 0px;
    right: 0px;
}
.project-feed-slider.owl-carousel.fixed-nav .owl-nav > div {
    width: 70px;
    height: 22px;
    margin-left: 20px;
}
.project-feed-slider.owl-carousel.fixed-nav .owl-nav > div.owl-prev { margin-left: 0px;}
.project-feed-slider.owl-carousel.fixed-nav .owl-nav > div:before,
.project-feed-slider.owl-carousel.fixed-nav .owl-nav > div:after {
  content: "";
  position: absolute;
}
.project-feed-slider.owl-carousel.fixed-nav .owl-nav > div:before {
    height: 2px;
    left: 0px;
    right: 0px;
    background: #405D62;
    top: 50%;
    margin-top: -1px;
}
.project-feed-slider.owl-carousel.fixed-nav .owl-nav > div:after {
    width: 18px;
    height: 18px;
    border-top: 2px solid #405D62;
    border-right: 2px solid #405D62;
    transform: rotate(45deg);
    top: 50%;
    margin-top: -9px;
    right: 1px;
    left: auto;
    box-sizing: border-box;
    border-radius: 0px 2px 0px 0px;
}
.project-feed-slider.owl-carousel.fixed-nav .owl-nav > div.owl-prev:after {
  left: 1px;
  right: auto;
  transform: rotate(225deg);
}


.project-block {
  display: block;
}
.project-feed .mtx-block.project-block.featured-project {
    margin-bottom: 10px;
}

.project-block .project-block-media {
    height: 0px;
    overflow: hidden;
    padding-bottom: 66.8%;
    position: relative;
    background: #405D62;
}

.project-block .project-block-media .project-block-img {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
}
.project-block:hover .project-block-media .project-block-img {
  transform: scale(1.02);
}

.project-block .overlay {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.project-block:hover .overlay {
  opacity: 0.3;
}
.project-block.featured-project .overlay {
  background: linear-gradient(186deg, rgba(25, 24, 23, 0) 50%, rgba(25, 24, 23, 1) 100%);
  opacity: 0.9;
}
.project-block.featured-project:hover .overlay {
  opacity: 1;
}

.project-block .project-block-text {
    padding: 14px 20px;
    text-align: center;
}

.project-block.featured-project .project-block-text {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    text-align: left;
    padding: 30px;
    color: #fff;
}

.project-block .project-block-text .mtx-block-title {margin: 0px;}
.project-block.featured-project .project-block-text .mtx-block-title {
  color: #ffffff;
}

.project-block.featured-project .project-block-text .featured-excerpt {margin-top: 10px;}
.project-block.featured-project .project-block-text .featured-excerpt p {margin: 0px;}

.feat-banner {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 210px;
  height: 210px;
  background-image: url(images/feat-banner.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Projects Archive - Portfolio */

.port-intro-wrap {
    margin-bottom: 40px;
}

.port-intro-wrap .port-intro-feat-project {
    float: left;
    width: 50%;
}

.port-intro-wrap .port-intro {
    float: left;
    width: 42%;
    margin-left: 8%;
}

#main-wrap .mtx-pagination > .page-numbers {
    border: none !important;
    background: #F2EFEA !important;
    color: #191817 !important;
    font-weight: 400;
}
#main-wrap .mtx-pagination > a.page-numbers:hover {
    background: #92958d !important;
    color: #ffffff !important;
}
#main-wrap .mtx-pagination > .page-numbers.current {
    background: #405D62!important;
    color: #ffffff!important;
}
#main-wrap .mtx-pagination > .page-numbers i {
    font-weight: 200;
}

/* Single Projects */

.project-stats-block {
    padding: 20px;
    margin-bottom: 20px;
}

.project-stats-block .pstat {
    padding-bottom: 14px;
    margin-bottom: 14px;
    border-bottom: 2px solid #B6B9AF;
    font-size: 16px;
    line-height: 22px;
}
.project-stats-block .pstat:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}

.pstat .pstat-label {
    display: block;
    margin-bottom: 4px;
    font-weight: 400;
}

.pstat .pstat-label i {
  position: absolute;
  top: 4px;
  left: 1px;
}

.project-gallery-wrap {position: relative;}
.project-gallery-wrap.with-brand-section:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 300px;
  z-index: -1;
  background: #F2EFEA;
}

.pgal-image {
    padding-bottom: 40%;
    position: relative;
    overflow: hidden;
    height: 0px;
    background: #405D62;
    width: 31.73%;
    float: left;
    margin-left: 2.4%;
    margin-bottom: 2.4%;
}
.pgal-image.mode-wide { width: 65.86%; }
.pgal-image.mode-xwide { width: 100%; }
.pgal-image.mode-square { width: 48.8%; }

.pgal-image:first-child, .pgal-image.first {
  margin-left: 0px;
  clear:both;
}

.pgal-image .pgal-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}


.project-brands-wrap .project-brands-title {
    text-align: center;
    margin: 0px 0px 40px;
}

/* Brands */

.brands-slider .owl-stage {
    margin: auto;
}

.brand-slide {
    max-width: 200px;
    margin: auto;
}

.brand-block {
    width: 100%;
    display: block;
    height: 0px;
    padding-bottom: 75%;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.single-projects .brand-block { filter: grayscale(100%);}
.brand-block:hover { opacity: 0.7;}
.single-projects .brand-block:hover {
  opacity: 1;
  filter: grayscale(0%);
}

.brand-block .brand-block-img {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.detail-row .fl-photo {
    background: #405d62;
    margin-bottom: 20px;
}

.detail-quote-block {
    margin-bottom: 20px;
    padding-top: 50px;
    padding-right: 40px;
    padding-bottom: 32px;
    padding-left: 40px;
    position: relative;
    z-index: 1;
}

.mtx_post_navigation {
    margin-top: 20px;
}

/* Contact Page */

#office-map {
    height: 360px;
    margin-bottom: 30px;
}
.prop-pop-text h5 {
    margin: 0px 0px 10px;
}
.gm-style .gm-style-iw {
    font-size: 15px;
    line-height: 22px;
}
.gm-style .gm-style-iw .mtx-contact-item {
    padding-left: 20px;
}
.gm-style .gm-style-iw .mtx-contact-item i {
    top: 1px;
    font-size: 13px;
    color: #405d62;
}

.office-block .office-title {margin: 0px 0px 20px;}
.style-big .office-block .office-title {margin: 0px 0px 30px;}

.mtx-contact-item.office-hours {
    margin-top: 20px;
}

.office-feed .office-block {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 2px solid #B6B9AF;
}
.office-feed .office-block:last-child {
  padding-bottom: 0px;
  border-bottom: none;
}

.office-feed.style-big .office-block {
    margin-bottom: 40px;
    padding-bottom: 40px;
}
.office-feed.style-big .office-block:last-child {
  padding-bottom: 0px;
}

.office-block .office-image-wrap {
    width: 20%;
    margin-right: 2.5%;
    float: left;
}
.office-block .office-image-wrap .office-img {
    height: 0px;
    padding-bottom: 100%;
    margin-bottom: 20px;
}
.office-block .ob-inner {
    overflow: hidden;
}

/* Events Pages */


/* Forms */

.gform_wrapper .gform_required_legend {display: none;}

input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], select, textarea, .mtx-select-title, #main-wrap .gfield.ticker .gfield_checkbox .gchoice label:before, #main-wrap .gfield.ticker .gfield_radio .gchoice label:before {
    border: none;
}


/* Ultra Widescreen & Above */
@media (min-width: 1461px) {

  html .huge-style { font-size: 70px; line-height: 70px; }
  h1, html .h1-style, #titlebar #titlebar-title { font-size: 60px; line-height: 62px; }
  h2, html .h2-style, .project-intro-text > p:first-child { font-size: 34px; line-height: 40px; }

  #main-navigation > li {margin: 0px 14px;}

  #the-page.sidebar-layout, .page-section {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  #the-page.sidebar-layout #the-content {
    max-width: 900px;
  }

  .brand-feed .frac3 {
    width: 16.8% !important;
    clear: none !important;
    margin-left: 4% !important;
  }
  .brand-feed .frac3.wide-first {
    margin-left: 0px!important;
    clear: both!important;
  }

}

/* Ultra Widescreen */
@media (max-width: 1460px) and (min-width: 1200px) {

  html .huge-style { font-size: 60px; line-height: 62px; }
  h1, html .h1-style, #titlebar #titlebar-title { font-size: 50px; line-height: 54px; }
  h2, html .h2-style, .project-intro-text > p:first-child { font-size: 30px; line-height: 36px; }

  #main-navigation > li {margin: 0px 10px;}

  #the-page.sidebar-layout, .page-section {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .team-feed-wrap .team-feed-text-wrap {width: 28.6% !important;}
  .team-feed-wrap .team-feed {width: 67.4% !important;}

  .fl-col.quote-icon-padding > .fl-col-content {
      min-height: 120px;
      padding-left: 180px;
      padding-right: 180px;
      padding-top: 60px;
      padding-bottom: 40px;
  }
  .team-quote-block:before, .mtx-block.testimonial-block:before, .fl-col.quote-icon > .fl-col-content:before, .fl-col.quote-icon-light > .fl-col-content:before, .detail-quote-block:before {
    width: 90px;
    height: 90px;
  }

}

/* Widescreen & Above */
@media (min-width: 1200px) {

  h3, html .h3-style { font-size: 26px; line-height: 32px; }

  .mtx-block {margin-bottom: 30px;}

  .staff-feed .frac4, .mtx-feed-type-staff .frac4 {
    width: 22%!important;
    margin-left: 4%!important;
    clear: none!important;
  }
  .staff-feed .frac4.wide-first, .mtx-feed-type-staff .frac4.wide-first {
    margin-left: 0px!important;
    clear: both!important;
  }

}

/* Desktop & Below */
@media (max-width: 1199px) {

}

/* Desktop */
@media (max-width: 1199px) and (min-width: 990px) {


  .team-feed .frac4, .testimonial-feed .frac4 {
    width: 48% !important;
    margin-left: 4% !important;
    clear: none !important;
    float: left !important;
  }
  .team-feed .frac4.tab-first, .testimonial-feed .frac4:first-child {
    margin-left: 0px !important;
    clear: both !important;
  }

}

/* Desktop & Above */
@media (min-width: 990px) {

  @keyframes stickyHeaderSlide {
    0% { transform: translateY(-100%); }
    100% { transform: translateY(0); }
  }
  @-webkit-keyframes stickyHeaderSlide {
    0% { -webkit-transform: translateY(-100%); }
    100% { -webkit-transform: translateY(0); }
  }
  .modern-browser #header-container.stuck {
    animation: stickyHeaderSlide 0.2s ease-out;
    -webkit-animation: stickyHeaderSlide 0.2s ease-out;
  }

}

/* iPad & Below */
@media (max-width: 989px) {

  h3, html .h3-style { font-size: 22px; line-height: 28px; }
  h4, html .h4-style { font-size: 20px; line-height: 26px; }
  h5, html .h5-style { font-size: 18px; line-height: 24px; }
  h6, html .h6-style { font-size: 16px; line-height: 26px; }

  .fl-mtx-slider.owl-carousel .owl-nav>div, .mtx-carousel.owl-carousel .owl-nav>div {
    line-height: 20px;
    font-size: 28px;
  }

  .team-feed-wrap > .team-feed.clearfix.frac7-2 {
    margin-top: 20px;
  }

  .testimonial-feed .frac4 {
    float: none !important;
    width: 100% !important;
    margin-left: 0px !important;
    clear: both;
  }
  .mtx-feed > div:before {
    width: 200px;
    top: 0px;
    bottom: auto;
    left: 50%;
    margin-left: -100px;
    height: 2px;
  }

  .port-intro-wrap .port-intro-feat-project, .port-intro-wrap .port-intro {
    float: none;
    width: 100%;
    margin-left: 0px;
    clear: both;
  }

  .staff-feed > .frac6, .testimonial-feed-all .frac4 {
    float: none !important;
    width: 100% !important;
    margin-left: 0px !important;
    clear: both !important;
  }

}

/* iPad */
@media (max-width: 989px) and (min-width: 768px) {

  html .huge-style { font-size: 46px; line-height: 52px; }
  h1, html .h1-style, #titlebar #titlebar-title { font-size: 38px; line-height: 44px; }
  h2, html .h2-style, .project-intro-text > p:first-child { font-size: 26px; line-height: 32px; }

  #logo img {
    max-width: 260px;
    width: 100%;
  }

  .fl-row.full-width-tablet .fl-col {
    width: 100% !important;
    clear: both !important;
    margin-left: 0px !important;
    float: none !important;
  }

  .project-feed-slider {padding-top: 30px;}
  .project-feed-text-wrap p {display: none;}

  .team-feed-wrap > .team-feed-text-wrap.frac4-8, .team-feed-wrap > .team-feed.clearfix.frac7-2 {
    float: none !important;
    width: 100% !important;
    margin-left: 0px !important;
    clear: both !important;
  }

  .testimonial-feed .frac4:last-child { display: none;}

  #footer-items .footer-section.footer-section-1, #footer-items .footer-section.footer-section-2 {
    width: 35% !important;
  }

  .single-projects #titlebar.with-bg-img > .container {padding-top: 42%;}

  .team-feed .frac4, .testimonial-feed .frac4 {
    width: 48% !important;
    margin-left: 4% !important;
    clear: none !important;
    float: left !important;
  }
  .team-feed .frac4.tab-first, .testimonial-feed .frac4:first-child {
    margin-left: 0px !important;
    clear: both !important;
  }


}

/* iPad & Above */
@media (min-width: 768px) {

  .flex-blocks, .fl-mtx-slider .owl-stage {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }

  .flex-blocks, .flex-blocks > div, .flex-blocks > div > div, .flex-blocks > div > a,
  .fl-mtx-slider .owl-stage, .fl-mtx-slider .owl-stage > div, .fl-mtx-slider .owl-stage > div > div,
  .flex-slider .owl-stage, .flex-slider .owl-stage > div, .flex-slider .owl-stage > div > div,
  .fl-tabs-labels, .fl-tabs-labels .fl-tabs-label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .flex-blocks > div, .flex-blocks > div > div, .flex-blocks > div > a,
  .fl-mtx-slider .owl-stage > div, .fl-mtx-slider .owl-stage > div > div,
  .flex-slider .owl-stage > div, .flex-slider .owl-stage > div > div {
    -webkit-box-flex: 0 1 auto;
    -moz-box-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  .fl-tabs-labels .fl-tabs-label {
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .flex-blocks > div > div, .flex-blocks > div > a,
  .fl-mtx-slider .owl-stage > div > div,
  .flex-slider .owl-stage > div > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-shrink: 1;
    min-width: 1px;
    max-width: 100%;
    width: 100%;
  }

  .flex-blocks.flex-blocks-centered > div > div,
  .flex-blocks.flex-blocks-centered > div > a,
  .flex-slider.flex-slider-centered .owl-stage > div > div {
    align-items: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
  }

  .flex-blocks.flex-blocks-bottom > div > div,
  .flex-blocks.flex-blocks-bottom > div > a {
    align-items: end;
    justify-content: end;
    -webkit-align-items: end;
    -webkit-box-align: end;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-align: end;
    -ms-flex-pack: end;
  }

  .project-feed .project-feed-text-wrap {
    float: right;
    margin-left: 4% !important;
  }
  .project-feed .feat-project-wrap {
    float: left;
    margin-left: 0px !important;
  }

}

/* Mobile */
@media (max-width: 767px) {

  html .huge-style { font-size: 38px; line-height: 42px; }
  h1, html .h1-style, #titlebar #titlebar-title { font-size: 34px; line-height: 40px; }
  h2, html .h2-style, .project-intro-text > p:first-child { font-size: 24px; line-height: 30px; }


  #titlebar.with-bg-img .titlebar-overlay {
    background: linear-gradient(186deg, rgba(25, 24, 23, 0) 0%, rgba(25, 24, 23, 1) 70%);
    opacity: 0.8;
  }
  .single-projects #titlebar.with-bg-img .titlebar-overlay {
    background: linear-gradient(186deg, rgba(25, 24, 23, 0) 30%, rgba(25, 24, 23, 1) 100%);
    opacity: 0.9;
  }
  #titlebar.with-bg-img {
    margin: 0px;
  }
  #titlebar #titlebar-text {
    text-align: left;
  }
  #breadcrumb-wrap {
    bottom: auto;
    margin-top: 20px;
    position: relative;
  }
  #breadcrumb-wrap #breadcrumb {
    text-align: left;
  }
  #titlebar > .container {
    padding-bottom: 20px;
  }

  .page-section, .project-upper, .project-feed-slider, .bb-wrap {
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
  }
  .project-feed-slider.owl-carousel.fixed-nav .owl-nav {
        right: auto;
        left: auto;
        position: relative;
  }

  .project-upper-wrap:before {top: 0px;}
  .project-feed .project-feed-text-wrap {
    margin-top: 40px;
  }
  .project-feed-text-wrap {padding-bottom: 20px;}
  .project-feed-slider {padding-top: 0px;}

  .treyone-nav-wrap .container {
    padding: 0px;
  }
  .treyone-nav-wrap #navigation {
    margin-left: -30px;
    margin-right: -30px;
    background: #f2efea;
  }
  .treyone-nav-wrap:before {display: none;}

  .staff-single-block-wrap {
    float: none;
    width: 100%;
  }
  .team-quote-block {
    height: auto !important;
    padding: 0px;
  }
  .team-quote-block .team-quote-block-inner {
    position: relative;
    padding: 30px 30px 12px;
  }

  .small-margin [class*="frac"], .wide-gutter .small-margin [class*="frac"],
  #main-wrap .small-margin .fl-col, #main-wrap .small-margin .no-margin .fl-col {
    float: none!important;
    clear: both!important;
    margin-left: 0px!important;
    width: 100%!important;
  }

  .absolute-header #page-header {
    position: relative;
  }

  #main-navigation {
    margin-left: -30px;
    margin-right: -30px;
  }

  #main-navigation > li {
    display: block;
    text-align: left;
  }

  #main-navigation > li > a {
    padding: 10px 30px;
  }

  #main-navigation > li.menu-item > ul.sub-menu, #main-navigation > li.menu-item.mtx-mega-menu > ul.sub-menu {
    margin: 0px;
    padding: 10px 0px;
  }
  #main-navigation li > ul.sub-menu li > a {
    padding: 10px 30px;
    font-size: 16px;
  }

  .bordered-cols .fl-col-group > .fl-col > .fl-col-content:before {display: none;}

  .treyone-search-wrap {
    display: block;
    max-height: 0px;
    position: relative;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 0px;
    padding-top: 0px;
    background: #405d62;
    color: #ffffff;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    overflow: hidden;
    box-sizing: border-box;
  }
  .mob-nav-open .treyone-search-wrap {
      max-height: 66px;
      padding-bottom: 20px;
      padding-top: 6px;
  }
  .treyone-search-wrap .treyone-search {
    padding-left: 0px;
    padding-right: 50px;
  }
  .treyone-search #s {
    margin: 0px;
    padding: 8px 12px 8px 0px;
    font-size: 16px;
    border-color: #ffffff;
    color:#ffffff;
  }
  .treyone-search-wrap .treyone-search .treyone-key-submit {color:#ffffff;}
  .treyone-search #s::placeholder { color:#bcced1; }

  .head-part {
    position: relative;
    top: auto;
    margin: 0px;
    padding: 14px 0px;
    display: inline-block;
    vertical-align: bottom;
    font-size: 14px;
  }
  .head-part.hp-right {float: right;}
  header #logo {
    margin-top: 10px;
    margin-bottom: 30px;
  }

  #logo img {
    max-width: 200px;
    width: 100%;
  }

  .head-part .mtx-socials .social {
    font-size: 16px;
  }

  .menu-search-toggle-wrap {
    display: none;
  }

  .fl-row-full-height .fl-row-content-wrap {
    min-height: 0px!important;
  }

  .testimonial-feed .frac4 { display: none;}
  .testimonial-feed .frac4:first-child { display: block;}

  .project-gallery {
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
  }

  .fl-col.quote-icon-padding > .fl-col-content {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 110px;
  }

  .brand-feed .frac3 {
    float: left !important;
    width: 44% !important;
    margin-left: 12% !important;
    clear: none !important;
  }
  .brand-feed .frac3.mob-first {
    margin-left: 0px!important;
    clear: both!important;
  }


}

/* Mobile Landscape */
@media (max-width: 767px) and (min-width: 520px) {

  #titlebar.with-bg-img > .container {padding-top: 26%;}
  .single-projects #titlebar.with-bg-img > .container {padding-top: 50%;}

  .staff-feed .frac4, .mtx-feed-type-staff .frac4 {
    float: left!important;
    width: 48%!important;
    margin-left: 4%!important;
    clear: none!important;
  }
  .staff-feed .frac4.mob-first, .mtx-feed-type-staff .frac4.mob-first {
    margin-left: 0px!important;
    clear: both!important;
  }

  .team-feed .frac4 {
    width: 48% !important;
    margin-left: 4% !important;
    clear: none !important;
    float: left !important;
  }
  .team-feed .frac4.tab-first {
    margin-left: 0px !important;
    clear: both !important;
  }
  .team-feed .frac8 {
    width: 100% !important;
    clear: both !important;
    margin-left: 0px !important;
  }

}

/* Mobile Portrait */
@media (max-width: 519px) {

  #titlebar.with-bg-img > .container {padding-top: 36%;}
  .single-projects #titlebar.with-bg-img > .container {
    padding-top: 80%;
    padding-bottom: 30px;
  }

  .mtx-block.testimonial-block {
    position: relative;
    padding: 20px 20px 2px;
    margin-left: -10px;
    margin-right: -10px;
  }

  .office-block .office-image-wrap {
        float: none;
        width: 100%;
        margin-right: 0px;
  }

  .project-gallery .pgal-image {
    width: 100% !important;
    float: none !important;
    clear: both !important;
    margin-left: 0px !important;
    padding-bottom: 100%;
    margin-bottom: 20px;
  }

  .mtx_post_navigation > div {
    float: none;
    text-align: center;
  }

  .mtx-post .mtx-row-image {
    float: none;
    width: 100%;
    margin-left: 0px;
    clear: both;
  }
  .mtx-post-meta-box .mtx_post_navigation>div {
    float: none !important;
    margin: 0px !important;
    width: 100%;
    text-align: center !important;
  }

}

/*               _        _
 _ __ ___   __ _| |_ _ __| |_  __
| '_ ` _ \ / _` | __| '__| \ \/ /
| | | | | | (_| | |_| |  |_|>  <
|_| |_| |_|\__,_|\__|_|  (_)_/\_\

*/
