
/*!
Theme Name: tecum
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tecum
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

tecum is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
	- Button Styling
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	height: 2px !important;
	overflow: visible;
	color: #707070;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: 700;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}

html {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */

body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: Lato, -apple-system, BlinkMacSystemFont, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
	font-size: 22px;
}

li {
    font-size: 22px;
}

h1 { /* main title */
	font-size: 3.125em;
	font-weight: bold;
}

h2 { /* eyebrow headline */
	font-size: 1.375em;
}

h3 { /* subheading */
	font-size: 1.875em;
	font-weight: bold;
}

.subhead-underline {
	border-bottom: 2px solid #7F8183;
	font-size: 1.75em;
	padding-bottom: .5em;
}

.wht {
	color: #fff;
}

.blu {
	color: #0657AE;
}

.gry {
	color: #707070;
}

.lt-gry {
	color: #7F8183;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #0657AE;
	text-decoration: none;
}

a:visited {
	color: #800080;
}

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

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
    /* appearance: none; */
}

textarea {
	width: 100%;
}

/* Button styling
--------------------------------------------- */

.sm-btn {
	font-weight: bold;
	color: #0657AE;
	padding: 10px;
	text-align: center;
	border: 3px solid #0657AE;
	border-radius: 25px;
	min-width: 220px;
	cursor: pointer;
	width: 220px;
	margin: 0 auto;
}

.sm-btn-wht {
	font-weight: bold;
	color: #0657AE;
	padding: 12px;
	border-radius: 25px;
	min-width: 220px;
	background: #fff;
	width: 220px;
	margin: 0 auto;
}

.sm-btn-reverse {
	font-weight: bold;
	color: #fff;
	padding: 10px;
	border: 3px solid #0657AE;
	border-radius: 25px;
	margin: 0 auto;
    background: #0657AE;
    width: 220px;
    min-width: 220px;
    text-align: center;
}
.sm-btn-reverse a {
	color: #fff;
}

.md-btn {
	font-size: 1.375em;
	font-weight: bold;
	color: #0657AE;
	padding: 10px;
	border: 3px solid #0657AE;
	border-radius: 25px;
	min-width: 220px;
}

.md-btn-wht {
	font-size: 1.375em;
	font-weight: bold;
	color: #0657AE;
	padding: 10px;
	border: 3px solid #0657AE;
	border-radius: 25px;
	min-width: 220px;
	background: #fff;
}

.md-btn-reverse {
	font-weight: bold;
	color: #fff;
	padding: 12px;
	border: 3px solid #fff;
	border-radius: 25px;
	min-width: 220px;
}

/*.sm-btn:hover,*/
/*.md-btn:hover,*/
/*.sm-btn-wht:hover,*/
/*.md-btn-wht:hover {*/
/*	border: 2px solid #fff;*/
/*}*/

.sm-btn:hover,
.md-btn:hover,
.sm-btn-wht:hover,
.md-btn-wht:hover,
.sm-btn a:hover,
.md-btn a:hover,
.sm-btn-wht a:hover,
.md-btn-wht a:hover {
	background-color: #0657AE;
	color: #fff;
}

.sm-btn-reverse:hover,
.md-btn-reverse:hover {
	background-color: #fff;
	color: #0657AE;
	border: 3px solid #0657AE;
}

/* a:visited {
	color: unset;
} */


/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/


/* Navigation
--------------------------------------------- */
.site-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 31px 60px 16px 60px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
            transition: all 0.5s ease;
}

.top-navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.top-nav-link {
	margin: 5px;
	text-align: center;
}

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

.main-navigation ul ul {
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

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

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
	margin: 10px;
}

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

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 50%;
	        flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 50%;
	        flex: 1 0 50%;
}

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

.post,
.page {
	margin: 0 0 1.5em;
}

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

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

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

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

.bypostauthor {
	display: block;
}

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

.widget select {
	max-width: 100%;
}

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

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

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

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

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: -ms-grid;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	-ms-grid-columns: (1fr)[4];
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	-ms-grid-columns: (1fr)[5];
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	-ms-grid-columns: (1fr)[6];
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	-ms-grid-columns: (1fr)[7];
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	-ms-grid-columns: (1fr)[8];
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	-ms-grid-columns: (1fr)[9];
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	        clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	        clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

/* Eric CSS */
/* i {
    color: #0657AE;
} */
.post, .page {
	margin: 0 !important;
}
.port-card {
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
    padding: 30px;
    border: 1px solid #707070;
    margin: 10px;
}
hr {
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
a:focus {
    outline: unset;
}
.flexthis {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
p.eyebrow {
    text-align: center;
	margin-bottom: 0;
	font-size: 22px;
    color: #707070;
}
h2.eyebrow {
	font-weight: 300;
	padding-top: 2.5em;
    color: #707070;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
/* #t-home .home-hero {
	background-image: url(/wp-content/uploads/2021/01/City_Image.jpg);
	background-size: cover;
    background-repeat: no-repeat;
	height: 44vw;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 26px;
	min-height: 680px;
    -webkit-transition: background-image 0.2s ease-in-out;
    transition: background-image 1.2s cubic-bezier(1, -0.11, 0.97, 0.06);
} */
#t-home .sub-section {
	background: url(/wp-content/uploads/2021/01/Component-2-–-1-1.png);
	background-size: cover;
	height: auto;
	text-align: center;
	padding: 100px 25px;
}
.sub-section.wht {
    color: #fff;
}
#t-home h2 {
	margin-top: 0;
}
#t-home .city-sub-section {
	background: url(/wp-content/uploads/2021/01/City_Illustration.jpg);
	background-size: contain;
	height: auto;
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: center;
	padding: 100px 25px;
}
#t-home .core-sub-section {
	background: url(/wp-content/uploads/2021/01/Conference_Image.jpg);
	background-size: cover;
	text-align: center;
	position: relative;
	z-index: 1;
	padding: 100px 25px;
}
#t-home .inv-sub-section {
	text-align: center;
}
#t-home .home-hero h1 {
	text-align: left;
	line-height: 1.5em;
	margin-top: 0;
	font-size: 32px;
	max-width: 1000px;
	color: #fff;
}
#t-home .home-hero h1 span {
    font-size: 2.3em;
    border-top: 4px solid #fff;
}
#t-home .blue-bubble .sm-btn-wht:hover, #t-home .blue-bubble .sm-btn-wht a:hover {
	background: #fff;
	color: #0657AE;
}
.wht h3, h3.blu {
	font-size: 2.75em;
	margin-top: 0;
}
#t-home .sub-section p {
    padding: 0 10% 1em 10%;
    line-height: 1.75;
}
.flexthis {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
#t-home .flexthis .item {
	padding: 0 6em;
	position: relative;
}
#t-home .flexthis .item #borderRight {
    border-right: 2px solid #fff;
    position: absolute;
    top: 25%;
    bottom: 10%;
    right: 0%;
    height: 80px;
}
#t-home .flexthis .item.last {
    border-right: unset;
}
.sub-section .sm-btn-wht {
    margin-top: 3em;
}
#t-home .sub-section .item p {
    padding: 0;
}
.city-sub-section .flexthis {
	/*padding: 0 22.5%;*/
	gap: 0 60px;
}
#t-home .grey-bubble {
	background: #707070;
}

#t-home .blue-bubble {
    background: #0657AE;
}

#t-home .city-sub-section .flexthis h2 {
    font-size: 1.75em;
	margin: 0;
}
#t-home .core-sub-section .gridthis {
	position: relative;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	padding: 0 10%;
}
.gridthis .box {
	padding-top: 25%;
}
.gridthis .box #op-box {
	background: #000;
	opacity: .5;
	height: 15vw;
	width: 15vw;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: -1
}
.gridthis .box h2, .flexthis .box img {
	z-index: 1;
}
.core-sub-section .sm-btn-wht {
    margin-top: 10em;
}
#t-home .inv-sub-section .flexthis {
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	padding: 0 20%;
}
#t-home .inv-sub-section .private, #t-home .inv-sub-section .family {
	width: 30%;
}
.inv-sub-section .mini-grid {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	-ms-grid-rows: 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr 1fr;
}
.inv-sub-section .mini-grid > *:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}
.inv-sub-section .mini-grid > *:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-column: 2;
}
.inv-sub-section .mini-grid > *:nth-child(3) {
	-ms-grid-row: 2;
	-ms-grid-column: 1;
}
.inv-sub-section .mini-grid > *:nth-child(4) {
	-ms-grid-row: 2;
	-ms-grid-column: 2;
}
.inv-sub-section .mini-grid > *:nth-child(5) {
	-ms-grid-row: 3;
	-ms-grid-column: 1;
}
.inv-sub-section .mini-grid > *:nth-child(6) {
	-ms-grid-row: 3;
	-ms-grid-column: 2;
}
.inv-sub-section .mini-grid img {
	padding: 15px;
}
.inv-sub-section .mini-grid img.left {
	-ms-grid-column-align: start;
	    justify-self: start;
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
	padding-left: 0;
}
.inv-sub-section .mini-grid img.right {
	padding-right: 0;
	-ms-grid-column-align: end;
	    justify-self: end;
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
}
/* portfolio page css */
#t-portfolio .hero {
	background: url(/wp-content/uploads/2021/03/Warehouse-1.jpg);
	background-size: cover;
	height: 29vw;
	color: #fff;
	position: relative;
}
#t-portfolio select {
    border: 2px solid #0657AE;
    border-radius: 41px;
    color: #0657AE;
    width: 240px;
    padding: 10px 4% 10px 2%;
    text-align: center !important;
    font-size: 20px;
    margin-right: 2em;
}
.flexselect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 3em;
}
/* Universal h1 style */
.hero h1, .blog-hero h1 {
    position: absolute;
    bottom: 0;
    left: 10%;
    font-size: 4.325em;
}
.hero h1 span, .blog-hero h1 span {
	border-top: 4px solid #fff;
}
.blog-hero {
	background: url(/wp-content/uploads/2021/03/Tractors.jpg);
	background-size: cover;
	height: 21vw;
	color: #fff;
	position: relative;
}
.flexblog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
/* End Universal h1 style */
#t-portfolio .tab-menu .left {
	width: 100%;
	background: #0657AE;
	color: #fff;
	text-align: center;
}
#t-portfolio .tab-menu .right {
	width: 100%; 
	background: #F4F4F4;
	color: #0657AE;
	text-align: center;
}
#t-portfolio .tab-menu .left h3.active {
	text-decoration: underline;
	text-underline-offset: .25em;
}
#t-portfolio .tab-menu .right h3.active {
	text-decoration: underline;
	text-underline-offset: .25em;
}
#t-portfolio .private-content, #t-portfolio .family-content {
	padding: 0 5%;
}
#t-portfolio .private-content .flexthis {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-evenly;
	    -ms-flex-pack: space-evenly;
	        justify-content: space-evenly;
}
/* Start of portfolio dynamic css */
.tablinks img {
    width: 200px;
}
#t-portfolio .info-section h4 {
    font-size: 22px;
}
.portContent, .portContentSecond, .portContentThird, .portContentFourth, .portContentFifth, .portContentSixth, .portContentSeventh {
	display: none;
	position: absolute;
	top: 100%;
	width: 100%;
}
.portContent .logo-section, .portContentSecond .logo-section, .portContentThird .logo-section, .portContentFourth .logo-section, .portContentFifth .logo-section, .portContentSixth .logo-section, .portContentSeventh .logo-section {
	background: #F4F4F4;
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.portContent .info-section, .portContentSecond .info-section, .portContentThird .info-section, .portContentFourth .info-section, .portContentFifth .info-section, .portContentSixth .info-section, .portContentSeventh .info-section {
	width: 100%;
	background: #0657AE;
	color: #fff;
	padding: 15px 3%;
}
.portContent .info-section a.links, .portContentSecond .info-section a.links, .portContentThird .info-section a.links, .portContentFourth .info-section a.links, .portContentFifth .info-section a.links, .portContentSixth .info-section a.links, .portContentSeventh .info-section a.links {
	color: #fff;
	text-decoration: underline;
	text-underline-offset: .25em;
}
.portContent .info-section ul, .portContentSecond .info-section ul, .portContentThird .info-section ul, .portContentFourth .info-section ul, .portContentFifth .info-section ul, .portContentSixth .info-section ul, .portContentSeventh .info-section ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.portContent .info-section .sm-btn-wht, .portContentSecond .info-section .sm-btn-wht, .portContentThird .info-section .sm-btn-wht, .portContentFourth .info-section .sm-btn-wht, .portContentFifth .info-section .sm-btn-wht, .portContentSixth .info-section .sm-btn-wht, .portContentSeventh .info-section .sm-btn-wht {
	float: left;
	margin-top: 2em;
	margin-bottom: 1em;
}
.portContent .info-section .sm-btn-wht a, .portContentSecond .info-section .sm-btn-wht a, .portContentThird .info-section .sm-btn-wht a, .portContentFourth .info-section .sm-btn-wht a, .portContentFifth .info-section .sm-btn-wht a, .portContentSixth .info-section .sm-btn-wht a, .portContentSeventh .info-section .sm-btn-wht a {
	margin: 0 auto;
	text-align: center;
	display: block;
}
.portContent.active-box, .portContentSecond.active-box, .portContentThird.active-box, .portContentFourth.active-box, .portContentFifth.active-box, .portContentSixth.active-box, .portContentSeventh.active-box {
	display: block !important;
}
/* End of portfolio dynamic css */
#t-portfolio .flexthis ul#portimages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	list-style-type: none;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-box-pack: flex-start;
	    -ms-flex-pack: flex-start;
	        justify-content: flex-start;
	width: 100%;
	position: relative;
	margin-left: 0;
	padding-left: 0;
}
button.tablinks, button.tablinks2, button.tablinks3, button.tablinks4, button.tablinks5, button.tablinks6, button.tablinks7 {
	background: unset;
	border: unset;
}
span#xbutton {
	position: absolute;
	top: 0px;
	right: 25px;
	font-size: 2.5em;
}
#t-portfolio .case-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 2fr;
    grid-template-columns: 1fr 1fr 2fr;
}
#t-portfolio .grid-logo, #t-portfolio .grid-info {
    border-bottom: 1px solid #000;
}
#t-portfolio .grid-info {
    padding: 65px;
}
#t-portfolio .grid-logo img {
    text-align: center;
    margin: 0 auto;
    display: block;
    padding: 40px;
}
.case-grid p.head {
    font-size: 30px;
    color: #0657AE;
}
/* footer css */
footer {
	background-color: #F4F4F4;
}
footer p {
    font-size: 16px !important;
}
.flex-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 1em;
    margin-left: 2em;
}
.flex-social img {
    margin-right: 10px;
}
.site-footer--info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    padding: 2%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.site-footer--info---menu {
    display: -ms-grid;
    display: grid;
	column-gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 40px 40px 40px;
    grid-template-rows: 40px 40px 40px;
}
.site-footer--info---menu > *:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}
.site-footer--info---menu > *:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-column: 2;
}
.site-footer--info---menu > *:nth-child(3) {
	-ms-grid-row: 2;
	-ms-grid-column: 1;
}
.site-footer--info---menu > *:nth-child(4) {
	-ms-grid-row: 2;
	-ms-grid-column: 2;
}
.site-footer--info---menu > *:nth-child(5) {
	-ms-grid-row: 3;
	-ms-grid-column: 1;
}
.site-footer--info---menu > *:nth-child(6) {
	-ms-grid-row: 3;
	-ms-grid-column: 2;
}
.site-footer--info---menu a {
	color: #0657AE;
    font-weight: 700;
}
.site-info {
    text-align: center;
    padding-bottom: 1em;
}
.blue-banner {
    background: #0657AE;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}
/* About Us css */
#t-about .hero {
	background: url(/wp-content/uploads/2021/01/Mask-Group-1.png);
	background-size: cover;
	height: 29vw;
	color: #fff;
	position: relative;
}
#t-about p {
    font-size: 22px; 
    color: #707070;
    font-weight: 300;
}
#t-about h3, #t-type h3 {
    color: #0657AE;
    text-align: center;
	margin-top: 0;
	font-size: 50px;
}
#t-about p.eyebrow {
    text-align: center;
    margin-bottom: 0;
    margin-top: 0;
}
.container {
    padding: 0 10% 1em 10%;
}
#t-about .sub-section {
	background: url(/wp-content/uploads/2021/01/Component-2-–-1-1.png);
	background-size: cover;
	height: auto;
	text-align: center;
	padding: 0px 25px;
}
#t-about .container {
    padding: 100px 10% 100px 10%;
}
#t-about .sub-section {
    height: 30vw;
    position: relative;
}
#slider1, #slider2, #slider3 {
    padding: 7% 0;
    max-width: 70%;
    margin: 0 auto;
}
.slider-nav {
    position: absolute;
    right: 15%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.slider-nav span {
    margin: 0 5px;
    cursor: pointer;
}
.slider-nav span.numbers {
    opacity: 0.6;
}
.wht-section .container {
    padding: 3em 15% 1em 15%;
}
.wht-section .left-side, .wht-section .right-side {
    text-align: center;
}
.wht-section p {
    text-align: center !important;
}
.wht-section .left-side {
    border-right: 2px solid #0657AE;
	padding-right: 10%;
	max-width: 50%;
}
.wht-section .right-side {
	padding-left: 10%;
	max-width: 50%;
}
.wht-section img {
    width: 9vh;
}
.wht-section h4 {
	color: #0657AE;
	font-size: 2em;
	margin: 0;
}
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.origin-section {
	background: #F4F4F4;
}
.origin-section .container {
	padding: 2em 15% 2em 15%;
}
.origin-section img {
	padding-right: 2%;
    max-width: 100%;
    height: 260px;
}
.wht-team .container {
	padding: 0 5% 1em 5%;
}
.wht-team .grid {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.wht-team .grid .core-grid-item {
	background: #0657AE;
	color: #fff;
	text-align: center;
	margin-right: 1em;
}
#t-about .wht-team .grid .core-grid-item h4 {
	font-size: 1.625vw; 
	margin: 0;
}
#t-about .wht-team .grid .core-grid-item p {
	text-align: center;
	font-size: .825vw;
}
#t-about .wht-team.testimonials .test-grid {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
} 
#t-about .wht-team.testimonials .test-grid .test-grid-item {
	margin-right: 9em;
	border-bottom: 2px solid #0657AE;
	margin-bottom: 2em;
}
#t-about .wht-team.testimonials .test-grid .test-grid-item:last-child, #t-about .wht-team.testimonials .test-grid .test-grid-item:nth-last-child(2) {
	border-bottom: unset; 
}
#t-about .wht-team.testimonials .test-grid .test-grid-item h4 {
    font-size: 22px;
    color: #0657AE;
    margin-top: .25em;
    margin-bottom: 0;
}
#t-about .wht-team.testimonials .test-grid .test-grid-item p {
    font-size: 18px;
}
#t-about .wht-team.testimonials .test-grid .test-grid-item p.title {
	margin: 0;
}
#t-about .wht-team.testimonials .container {
    padding: 0 5% 1em 10%;
}
.core-grid-item img {
    width: 5vw;
}
/* Portfolio Type css */
#t-type .hero {
	background-size: cover;
	color: #fff;
	height: 29vw;
	position: relative;
}

#t-type .subhero {
	background-size: cover;
	/*height: 19vw;*/
	color: #fff;

}
#t-type .flex-section p {
	color: #7F8183;
}
#t-type .flex-section .target ul {
	-webkit-column-count: 2;
	   -moz-column-count: 2;
	        column-count: 2;
}
#t-type ul {
    margin: 0;
	padding: 0 1em;
	color: #7F8183;
	list-style: none;
}
#t-type ul li {
    margin: 10px 0;
}
#t-type ul li::before {
	content: "\2022";
	color: #0657AE;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}
#t-type ul li:first-child {
    margin-top: 0;
}
#t-type .flexthis {
	-webkit-box-pack: space-evenly;
	    -ms-flex-pack: space-evenly;
	        justify-content: space-evenly;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	padding: 100px 25px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
#t-type .flexthis div p.numbers {
    font-size: 65px;
	font-weight: 700;
	margin-top: 0;
}
#t-type .subhero .flexthis div p {
    text-align: center;
    margin-bottom: 0;
}
#t-type .subhero .flexthis .line {
	border: 1px solid #fff;
	height: 5vw;
}
#t-type .sub-info-section {
	background: #F4F4F4;
	padding: 2em 0;
}
#t-type .success-section {
    padding: 2em 0;
}
#t-type .sub-info-section .flex-section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-flow: column wrap;
	        flex-flow: column wrap;
	width: clamp(200px, 50%, 1000px);
}
#t-type .sub-info-section .flex-section .investment-approach,
#t-type .sub-info-section .flex-section .investment-list,
#t-type .sub-info-section .flex-section .target-industries,
#t-type .sub-info-section .flex-section .targeted-company {
	margin-right: 41px;
}

#t-type .sub-info-section .flex-section h4 {
	color: #0657AE;
	font-size: 30px;
	border-bottom: 2px solid #707070;
    padding-bottom: .3em;
}

#t-type .sm-btn-reverse {
    width: 100% !important;
    display: inline;
    padding: 10px 30px;
}

#t-type .sm-btn-reverse:hover, #t-type .sm-btn-reverse a:hover {
	color: #0657AE;
}

#t-type .sub-info-section .investment-list p.list {
	color: #0657AE;
	margin: 0;
	padding-right: .5em;
}
#t-type .sub-info-section .flex-section .investment-list div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 1em;
}
#t-type .flexbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
#t-type .flexbox .phase {
	background: #0657AE;
	color: #fff;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-radius: 10px;
	padding: 43px 13px 0 10px;
	height: 304px;
    position: relative;
}
#t-type .flexbox .phase .abso {
	max-width: 290px;
}
#t-type .flexbox .open-box {
	-ms-flex-item-align: start;
	    -ms-grid-row-align: start;
	    align-self: start;
	-ms-grid-column-align: center;
	    justify-self: center;
}
#t-type .flexbox .phase p.eyebrow {
	color: #fff;
}
#t-type .flexbox .phase h4 {
    font-size: 30px;
    text-align: center;
	margin: 0.5em 0;
	color: #fff;
}
#t-type .flexbox .phase:after {
	content: url(/wp-content/uploads/2021/02/Arrow_542.svg);
	width: 75px;
    position: absolute;
    left: 91%;
    bottom: 36%;
}
#t-type .flexbox .phase.last:after {
	content: "";
	display: none;
}
#t-type .flexbox .open-box ul {
    margin-top: 1em;
}
/* Single Portfolio Css */
.entry-header .hero {
    height: 21vw;
    position: relative;
    color: #fff;
}
.entry-header .hero span {
    border-top: 4px solid #fff;
}
.back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 1.5em 0;
}
.back .sm-btn-reverse {
    margin: unset !important;
}
.container.back {
    padding: 0 3% 1em 3%;
}
.grey-port {
    background: #fff;
    border: 1px solid #404040;
    border-top: unset;
}
 .grey-port.flex {
    background: #fff;
    border: 1px solid #404040;
    border-bottom: unset;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: .5fr 2fr;
    grid-template-columns: .5fr 2fr;
}
.grey-port p {
    margin-bottom: 0;
}
.grey-port .img-box {
    width: 80%;
}
.grey-port img {
    padding: 30px;
    position: relative;
    top: 1.5em;
}
.grey-port .flex a {
    margin: 0 10px;
    color: #0657AE;
    text-decoration: underline;
    font-weight: 700;
}
.blue-port {
    background: #0657AE;
    color: #fff;
}
.blue-port.grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    text-align: center;
    padding: 0 40px;
    margin-bottom: 3em;
}
.grey-port .flex {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 20px;
    color: #0657AE;
}
.bl-grid-item {
    border-right: 2px solid #fff;
    margin: 35px 0;
    padding: 0 20px;
}
.bl-grid-item p {
    font-size: 18px;
}
.bl-grid-item p.head {
    font-size: 16px;
}
.bl-grid-item:last-child {
    border: unset;
}
table.criteria {
    border-spacing: unset;
}
thead {
    background: #0657AE;
    color: #fff;
}
th.lax {
    padding: 1em 0px;
    border-right: 1px solid #fff;
    font-weight: 300;
}
td.lax {
    border-left: 1px solid #7F8183;
    border-bottom: 1px solid #7F8183;
    padding: 1em 5em;
    text-align: center;
}
td.lax:last-child {
    border-right: 1px solid #7F8183;
}
p.money {
    font-size: 50px;
    margin: 0;
    color: #0657AE;
    font-weight: 700;
}
td.lax.flexthis div {
    margin-right: 3em;
}
td.lax p {
    margin-bottom: 0;
}
td.lax.flexthis div:last-child {
    margin-right: unset;
}
/* Case Studies Css */
#t-case .hero {
	height: 21vw;
	color: #fff;
	position: relative;
}
#t-case .case-box {
    margin-top: 3em;
}
#t-case .flexthis {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
}
#t-case .logo-section {
    background: #fff;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
#t-case .info-section {
    width: 100%;
    background: #0657AE;
    color: #fff;
    padding: 75px 3%;
}
#t-case .info-section ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#t-case .case-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto auto;
    grid-template-columns: auto auto auto;
    margin: 3em 0;
}
#t-case .case-grid .case-bg, #t-case .case-grid .case-invest {
    border-right: 2px solid #0657AE;
    padding: 20px;
}
#t-case .case-grid .case-results {
    padding: 20px;
}
#t-case .case-grid p.head-p {
    color: #0657AE;
    font-size: 22px;
    font-weight: 700;
}
#t-case .sm-btn-reverse {
    float: right;
    margin-top: 5em;
	text-align: center;
}
/* News css */
main#primary.news {
    width: 65%;
    margin-right: 80px;
}
.news h2.entry-title a, .news h1 {
    font-size: 36px;
    color: #707070;
    font-weight: 100;
    line-height: 1.3;
}
.news h1 {
    margin-top: 1.5em;
}
.news .entry-content p {
    color: #707070;
}
.news span.posted-on {
    color: #0657AE;
}
.news .entry-meta {
    color: #0657AE;
}
aside#secondary {
    background: #F4F4F4;
    padding: 0 20px;
    height: 100%;
    position: sticky;
    right: 4%;
    width: 30%;
    top: 75px;
}
aside h2.widget-title {
    background: #0657AE;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 300;
}
.news .sm-btn-reverse {
    float: right;
}
.news .post {
    border-bottom: 1px solid #707070;
    padding-bottom: 5.5em;
}
.news .post:last-child {
    border-bottom: unset;
}
.news-filters .sm-btn {
    min-width: 205px;
}
select#news-date {
    padding-left: 5em;
}
@-moz-document url-prefix() {
    select#news-date {
        padding-left: 0em;
    }
}
.grey-port p {
    padding-right: 6em;
}
.rpwwt-widget ul li {
    overflow: unset !important;
    margin: 0 1em 1.5em !important;
    list-style: disc;
}
#recent-posts-widget-with-thumbnails-2 a {
    color: #0657AE;
}
@media screen and (max-width: 1594px) {
    .sub-section.wht .flexthis {
        display: -ms-grid;
        display: grid; 
        -ms-grid-columns: auto auto auto auto; 
        grid-template-columns: auto auto auto auto;
    }
    /* #t-home .flexthis .item #borderRight.hidegrid {
        display: none;
    } */
}
@media screen and (max-width: 1025px) {
    .sub-section.wht .flexthis {
        display: -ms-grid;
        display: grid; 
        -ms-grid-columns: auto auto; 
        grid-template-columns: auto auto;
    }
    #t-home .flexthis .item #borderRight.hidegrid {
        display: none;
    }
}
/* tablet landscape query  */
@media only screen 
  and (min-device-width: 740px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
    p {
        font-size: 18px; 
    }
    .sm-btn-wht {
        min-width: 180px;
        width: 180px;
    }
    #t-home .flexthis .item {
        padding: 0px 1em;
    }
    .gridthis .box #op-box {
        height: 20vw;
    }
    #t-about .sub-section {
        height: 53vw;
    }
    #t-about .sub-section {
        padding: 50px 25px;
    }
    .origin-section .container {
        padding: 2em 5% 2em 5%;
    }
    .origin-section img {
        height: 30vw; 
    }
    #t-about p {
        font-size: 18px !important;
    }
    #t-about h3, #t-type h3 {
        line-height: normal;
    }
    #t-about .wht-team.testimonials .container {
        padding: 0 2% 1em 12% !important;
    }
	.wht-team .grid {
		-ms-grid-columns: auto !important;
		grid-template-columns: auto !important;
		grid-row-gap: 1em;
		padding: 0 8em 0 8em;
	}
    #t-about .wht-team.testimonials .test-grid .test-grid-item {
        margin-right: 2em;
    }
    .wht-team .container {
        padding: 0 15% 1em 15%;
    }
    .wht-team .grid .core-grid-item {
        margin-right: .5em;
    }
	#t-type .flexthis div p.numbers {
		font-size: 40px;
	}
	#t-type .subhero .flexthis .line {
		height: 7vw;
	}
	.news h2.entry-title a, .news h1 {
		font-size: 34px;
	}
	.news .sm-btn-reverse {
		float: unset !important;
	}
	#t-cont .container {
		padding: 4em 3% 4em 3%;
	}
	#t-ref .hero-content {
		max-width: 30% !important;
	}
	.sm-btn-reverse {
		display: inline-block;
	}
}
@media only screen 
  and (min-width: 800px) 
  and (max-width: 1050px) {
      .news-filters {
          display: block;
      }
      .news-filters .sm-btn {
          margin-bottom: 1em;
      }
      aside#secondary {
          width: 45% !important;
      }
  }
@media only screen 
  and (min-width: 1024px) 
  and (max-width: 1276px) {
    .news-filters .sm-btn {
        min-width: 150px;
    }
    select#news-date {
        padding-left: 3em;
    }
    .rpwwt-widget ul li {
        font-size: 18px;
    }
  }
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (-webkit-min-device-pixel-ratio: 2) 
  and (orientation: portrait) {
	p {
        font-size: 18px; 
    }
    .case-grid {
        -ms-grid-columns: auto auto auto !important;
        grid-template-columns: auto auto auto !important;
    }
    #t-portfolio .grid-logo {
        border-bottom: 1px solid #000 !important;
    }
    .news-filters .sm-btn {
        min-width: 165px !important;
    }
    .vg-nav>ul>li {
        padding: 20px 9px !important;
    }
    .container {
        padding: 0 5% 1em 5%;
    }
    .core-grid-item img {
        width: 10vw !important;
    }
    .sm-btn-wht {
        min-width: 180px;
        width: 180px;
    }
    #t-home .flexthis .item {
        padding: 0px 1em;
    }
    .gridthis .box #op-box {
        height: 20vw;
    }
    #t-about .sub-section {
        height: 53vw;
    }
    #t-about .sub-section {
        padding: 50px 25px;
    }
    .origin-section .container {
        padding: 2em 5% 2em 5%;
    }
    .origin-section img {
        height: 30vw; 
    }
    #t-about p {
        font-size: 18px !important;
    }
    #t-about h3, #t-type h3 {
        line-height: normal;
    }
    #t-about .wht-team.testimonials .container {
        padding: 0 2% 1em 12% !important;
    }
	.wht-team .grid {
		-ms-grid-columns: auto !important;
		grid-template-columns: auto !important;
		grid-row-gap: 1em;
		padding: 0 8em 0 8em;
	}
    #t-about .wht-team.testimonials .test-grid .test-grid-item {
        margin-right: 2em;
    }
    .wht-team .container {
        padding: 0 15% 1em 15%;
    }
    .wht-team .grid .core-grid-item {
        margin-right: .5em;
    }
	#t-type .flexthis div p.numbers {
		font-size: 40px;
	}
	#t-type .subhero .flexthis .line {
		height: 7vw;
        display: none;
	}
	.news h2.entry-title a, .news h1 {
		font-size: 34px;
	}
	.news .sm-btn-reverse {
		float: unset !important;
	}
	#t-cont .container {
		padding: 4em 3% 4em 3%;
	}
	#t-ref .hero-content {
		max-width: 30% !important;
	}
	.sm-btn-reverse {
		display: inline-block;
	}
    .sub-info-section .container {
        display: block !important;
    }
    #t-type .sub-info-section .flex-section {
        width: 100% !important;
        display: block !important;
    }
    .site-footer--info---logo img {
        width: 70% !important;
    }
    .flex-social {
        -webkit-box-pack: start !important;
            -ms-flex-pack: start !important;
                justify-content: flex-start !important;
        margin-left: 0 !important;
    }
    .site-footer--info {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .site-footer--info---menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .site-footer--info---menu a {
        margin: 10px;
    }
    .site-footer--info---address, .site-footer--info---hours {
        -ms-grid-columns: auto !important;
        grid-template-columns: auto !important;
    }
}
@media only screen 
  and (min-device-width: 820px) 
  and (max-device-width: 1180px) 
  and (-webkit-min-device-pixel-ratio: 2) 
  and (orientation: portrait) { 
    .site-footer--info {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .site-footer--info---menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .site-footer--info---menu a {
        margin: 5px;
    }
    .site-footer--info---address, .site-footer--info---hours {
        -ms-grid-columns: auto !important;
        grid-template-columns: auto !important;
    }
    .grey-port.flex {
        display: block !important;
        padding: 20px !important;
    }
    .grey-port .img-box {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
        width: 100%;
    }
    .grey-port img {
        position: unset !important;
        padding-bottom: 1em !important;
        margin: 0 auto;
        display: block;
    }
    .blue-port.grid {
        padding: 0 !important;
        padding-top: 40px !important;
    }
    .grey-port p {
        padding-right: 0;
    }
}
@media only screen 
and (min-device-width : 740px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
	.sm-btn-reverse {
		display: inline !important;
	}
	#t-home .home-hero h1 {
		margin-top: 30%;
		padding: 0 30px;
	}
    .tab-menu.flexthis {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
	.flexthis {
		display: block;
	}
	.city-sub-section .flexthis {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.origin-section img {
		width: 30vw;
		margin: 0 auto;
	}
	#t-about .wht-team .grid {
		display: block !important;
	}
	#t-portfolio .grid-logo {
		border-bottom: unset;
	}
	#t-portfolio .grid-info {
		padding: 0px 65px 40px 65px;
		text-align: center;
	}
	.walk-section .sm-btn-reverse {
		display: block !important;
	}
	#t-case .info-section {
		text-align: center;
	}
	.info-section h4 {
		font-size: 20px;
	}
	.info-section ul li {
		padding: 5px 0;
	}
    #t-ref .walk-section .sm-btn-reverse {
        display: block;
        width: 220px;
        margin: unset;
        text-align: center;
    }
	/* footer css */
	.site-footer--info---address, .site-footer--info---hours {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
	}
    .grey-port.flex {
        display: block !important;
        padding: 20px !important;
    }
    .grey-port .img-box {
        width: 100%;
        -ms-grid-columns: auto;
        grid-template-columns: auto;
    }
    .grey-port img {
        position: unset !important;
        padding-bottom: 1em !important;
        margin: 0 auto;
        display: block;
    }
    .blue-port.grid {
        padding: 0 !important;
        padding-top: 40px !important;
    }
    .grey-port p {
        padding-right: 0;
    }
}
/* mobile query */
@media screen and (max-width: 810px) {
    p {
        font-size: 16px;
    }
    .sm-btn {
        min-width: 100%;
    }
    .sm-btn-wht {
        width: 160px; 
        min-width: 160px;
    }
    .sm-btn-reverse {
        display: block;
        width: 260px;
        min-width: 260px;
    }
    .blue-bubble .sm-btn-reverse {
        width: 160px;
        min-width: 160px;
        padding: 12px;
    }
    .wht h3, h3.blu {
        line-height: normal;
    }
    .tm-filters .sm-btn {
        margin-top: 1em;
        font-size: 15px;
    }
    .sub-section.wht .flexthis {
        display: block;
    }
    .flexselect {
        display: block;
    }
    #t-portfolio select {
        width: 100%;
        margin-top: 20px;
    }
    .tab-menu .flexthis {
        display: block;
    }
    #t-portfolio .case-grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    #t-portfolio .tab-menu h3 {
        font-size: 24px;
    }
    #t-portfolio .flexthis ul#portimages, #t-portfolio .flexthis ul#portimages.third-port {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .flexblog {
        display: block;
    }
    main#primary.news {
        width: 100%;
    }
    .news h2.entry-title a, .news h1 {
        font-size: 26px;
    }
    .news .sm-btn-reverse {
        float: unset !important;
    }
    .origin-section img {
        max-width: 50%;
        margin: 0 auto;
    }
    /* hero images */
    .hero h1, .blog-hero h1 {
        font-size: 3em;
    }
    #t-about .hero, #t-type .hero, .blog-hero, #t-cont .hero, .entry-header .hero {
        height: 68vw !important;
    }
    .entry-header .hero h1 {
        left: 3%;
    }
    /* Contact Page css */
    #t-cont .container {
        padding: 4em 10% 4em 10% !important;
    }
    #t-cont .flexthis {
        display: block !important;
    }
    /* News Page */
    .blog-hero {
        background-position-x: -250px;
    }
    .news-filters .sm-btn {
        margin: 8px 0px;
        min-width: 340px;
    }
    select#news-date {
        padding-left: 9em;
    }
    .news .entry-content p {
        overflow: hidden;
    }
    .entry-content .sm-btn-reverse {
        width: 190px;
        min-width: 190px;
        margin: unset;
    }
    aside#secondary {
        padding: 10px 20px !important;
        position: unset !important;
        width: 100% !important;
    }
    /* .grey-port img {
        display: none;
    } */
    .grey-port.flex {
        display: block !important;
        padding: 20px !important;
    }
    .grey-port .img-box {
        width: 100%;
        -ms-grid-columns: auto;
        grid-template-columns: auto;
    }
    .grey-port img {
        position: unset !important;
        padding-bottom: 1em !important;
        margin: 0 auto;
        display: block;
    }
    .blue-port.grid {
        padding: 0 !important;
        padding-top: 40px !important;
    }
    /* footer  */
    .site-footer--info---logo {
        padding: 2em 0;
    }
    .site-footer--info {
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    .site-footer--info---menu {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
    }
    .site-footer--info---menu > *:nth-child(1) {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
    }
    .site-footer--info---menu a {
        padding: 5px 0;
    }
    #t-portfolio .grid-logo, #t-portfolio .grid-info {
        border: unset !important;
    }
    .grid-info .sm-btn-reverse {
        float: unset !important;
    }
    .grey-port p {
        padding-right: 0;
    }
    .grid-image {
        display: none !important;
    }
}