/*
	Theme Name: T4bi
	Version: 1.0.0

	Template: genesis
	Template Version: 2.5.2

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Skip Links
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- After Header Navigation
	- Footer Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Max-width: 1340px
	- Max-width: 1200px
	- Max-width: 1023px
	- Max-width: 1200px
- Print Styles
*/

/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
	font-size: 16px;
	font-size: 1.6rem;
}

body {
	color: #5A5A5A;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;	
	font-size: 16px;
	font-size: 1.6rem;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
}

a {
	color: #75BFBA;
	text-decoration: none;
}

a:focus,
a:hover {
	text-decoration: underline;
}

a, 
a:active, 
a:focus {
	border: none;
	outline: none;
}

p {
	margin: 0 0 20px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

.wysiwyg-editor ul,
.wysiwyg-editor ol {
	margin-left: 20px;
	margin-bottom: 20px;
}

.wysiwyg-editor ul li {
	list-style-type: disc;
}

.wysiwyg-editor ol li {
	list-style-type: decimal;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 2px solid #00bbb4;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

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

mark {
	background: #ddd;
	color: #000;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

fieldset {
	border: none;
	padding: 0;
	margin: 0;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', sans-serif;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	color: #0A2348;
	font-style: normal;	
	font-size: 30px;
	font-size: 3rem;
	font-weight: 600;
}

h2 {
	color: #0A2348;
	font-style: normal;	
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 600;
}

h3 {
	color: #0A2348;
	font-size: 24px;
	font-size: 2.4rem;
	font-style: normal;
	font-weight: 600;
}

h4 {
	color: #75BFBA;
	font-size: 21px;
	font-size: 2.1rem;
	font-style: italic;
	text-transform: inherit;
	font-weight: 500;
}

h5 {
	color: #C58B3D;
	font-size: 18px;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 600;
}

h6 {
	color: #0A2348;
	font-size: 18px;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 600;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

figure {
	margin: 0;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #5A5A5A;
	color: #5A5A5A;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #333;
	outline: none;
}

button:focus {
	border: none;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
	margin-left: 10px;
}

::-webkit-input-placeholder { /* Chrome */
  color: #5A5A5A!important;
}
:-ms-input-placeholder { /* IE 10+ */
  color:  #5A5A5A!important;
}
::-moz-placeholder { /* Firefox 19+ */
  color:  #5A5A5A!important;
  opacity: 1 !important;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color:  #5A5A5A!important;
  opacity: 1 !important;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(247 , 210 , 71, 0.5 );
	border-radius: 10px;
	border: 2px solid #F7D247;
    color: #0A2348;
    cursor: pointer;
	font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 600;
	padding: 5px 40px;
    text-decoration: none;
    white-space: normal;
    width: auto;
	height: 40px;
}

.button a {
	border: 2px solid #F7D247;
	display: inline-block;
	color: #0A2348!important;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover {
	justify-content: space-between;
	background-color: rgba(247 , 210 , 71, 1 );
	text-decoration: none;
	padding: 5px 20px;
}

button:focus:after,
button:hover:after,
input[type="button"]:focus:after,
input[type="button"]:hover:after,
input[type="reset"]:focus:after,
input[type="reset"]:hover:after,
input[type="submit"]:focus:after,
input[type="submit"]:hover:after,
.button:focus:after,
.button:hover:after {
	content: "\f344";
	font-family: dashicons;
	color: #0A2348;
	font-size: 20px;
	font-size: 2rem;
    display: inline-block;
	margin-left: 20px;
}

.white-button {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(255, 255, 255, 0.5);
    color: #fff;
	border-radius: 10px;
	border: 2px solid #fff;
    color: #0A2348;
    cursor: pointer;
	font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 600;
	padding: 5px 40px;
    text-decoration: none;
    white-space: normal;
    width: auto;
	height: 40px;
}

.white-button:focus,
.white-button:hover {
	justify-content: space-between;
	background-color: rgba(255, 255, 255, 1);
	text-decoration: none;
	padding: 5px 20px;
}

.white-button:focus:after,
.white-button:hover:after {
	content: "\f344";
	font-family: dashicons;
	color: #0A2348;
	font-size: 20px;
	font-size: 2rem;
    display: inline-block;
	margin-left: 20px;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 8px 16px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #000;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #eee;
	padding: 6px;
}

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	clip: auto !important;
	color: #3F3F42;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	position: relative;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-header .wrap {
	margin: 0 auto;
	max-width: 100%;
}

.site-inner {
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
}

.error404 .site-inner,
.archive.tag .site-inner {
	max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.archive.tag .site-inner {
    margin: 100px auto 40px;
}

.page-template-default .site-inner,
.page-template-page_archive .site-inner {
	margin: 0 auto;
	max-width: 1113px;
	width: 100%;
}

.site-inner {
	clear: both;
	word-wrap: break-word;
}

.landing-page .site-inner {
	max-width: 800px;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 1060px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	width: 70%;
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 50%;
}

.full-width-content .content {
	width: 100%;
    float: left;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: left;
	width: 30%;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 20%;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 1px;
	padding: 12px 30px;
}

.after-entry,
.archive-description,
.author-box {
	background-color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 40px 20px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form,
.site-header .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.site-header .search-form {
	float: right;
	margin: 12px auto 0;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* ## Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 18px;
	font-size: 1.8rem;
}

h1.archive-title {
	font-size: 36px;
	font-size: 3.6rem;
}

.entry-title {
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 20px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #3F3F42;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #c3251d;
}

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	background: none;
	padding: 0;
}

.featured-content .entry:last-of-type {
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}


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

/* ## Genesis eNews Extended
--------------------------------------------- */

.sidebar .enews-widget,
.sidebar .enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #3F3F42;
}

.sidebar .enews-widget input,
.sidebar .enews-widget input:focus {
	border: 1px solid #3F3F42;
}

.sidebar .enews-widget input[type="submit"] {
	background-color: #c3251d;
	color: #fff;
}

.sidebar .enews-widget input[type="submit"]:focus,
.sidebar .enews-widget input[type="submit"]:hover  {
	background-color: #fff;
	color: #3F3F42;
}

.enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	color: #3F3F42;
	outline: #ccc solid 1px;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background: rgb(52,80,112);
	background: linear-gradient(0deg, rgba(52,80,112,1) 0%, rgba(10,35,72,1) 100%);
    float: left;
    position: fixed;
    width: 100%;
	padding: 0 20px;
    z-index: 999;
}

.site-header > .wrap {
	position: relative;
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    border-bottom: 2px solid #fff;
    padding: 25px 0;
    margin-bottom: 25px;
}

/* ## Title Area
--------------------------------------------- */

.header-image .title-area {
	float: left;
	width: 150px;
	z-index: 100;
    position: relative;
	padding: 0;
}

.site-title {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
	width: 150px;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #3F3F42;
	text-decoration: none;
}

.header-image .site-title > a {
	background-size: contain !important;
	float: left;
	min-height: 40px;
	width: 100%;
}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
    position: absolute;
    right: 20px;
    top: 20px;
}

.header-widget-area .widget {
    margin-bottom: 0;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.menu-toggle {
	display: none;
}

.nav-primary {
	display: block;
	width: calc(100% - 164px);
	z-index: 10;
}

#menu-main-menu {
	display: flex;
    align-items: center;
    justify-content: flex-end;
}

.nav-primary .menu > .menu-item {
	margin-left: 50px;
}

.nav-primary .menu-item a {
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
	text-transform: capitalize;
	text-decoration: none;
}

.nav-primary .menu-item a:hover,
.nav-primary .menu-item a:focus {
	color: #F7D247;
}

.nav-primary .menu-item.current-menu-item a {
	color: #F7D247;
}

.mobile-show {
	display: none;
}

.sub-menu-toggle {
	display: none;
}

.sub-menu {
	background-color: #345070;
	position: absolute;
	padding: 40px;
}

.sub-menu .menu-item {
	margin-left: 0;
	margin-bottom: 10px;
}

.login-menu-item {
	order: 1;
}

.login-menu-item a {
	display: flex;
    align-items: center;
}

.login-menu-item a:before {
	content: '';
    background-image: url(/wp-content/themes/t4bi/images/Path%207.png);
    background-size: contain;
    background-repeat: no-repeat;
	display: inline-block;
    width: 16px;
    height: 16px;
}

.login-menu-item a span {
	display: block;
	text-indent: -9999px;
}

/* ## Footer Navigation
--------------------------------------------- */

.site-footer .genesis-nav-menu {
	padding-bottom: 20px;
}

.site-footer .genesis-nav-menu a {
	padding: 0 20px 10px;
}

/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
	word-wrap: break-word;
}

.widget p:last-child,
.widget ul > li:last-of-type,
.widget-area .widget:last-of-type {
	margin-bottom: 0;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	background-color: #fff;
	margin-bottom: 40px;
	padding: 50px 20px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 20px;
	margin-left: 20px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #3F3F42;
	color: #eee;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination a {
	background-color: #fff;
	color: #3F3F42;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination a:focus,
.archive-pagination a:hover,
.archive-pagination .active a {
	background-color: #c3251d;
	color: #fff;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 60px 60px 32px;
}

.entry-comments {
	padding: 60px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.sidebar .widget {
	background-color: #fff;
	padding: 40px;
}

/* Single Page design */

.full-section-container {
	position: relative;
	float: left;
	width: 100%;
}

.fixed-section-wrap {
	max-width: 1112px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	z-index: 1;
}

.image-fixed-section-wrap {
	max-width: 1112px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 1;
}

.wide-fixed-section-wrap {
    max-width: 1240px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	z-index: 1;
}

.wide-image-fixed-section-wrap {
	max-width: 1240px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 1;
}

.narrow-fixed-section-wrap {
	max-width: 690px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.space-block {
    width: 100%;
    float: left;
}

.no-padding {
	padding: 0;
}

.has-object-fit img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.header-phone {
	color: #f26839;
	font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
	font-weight: 400;
}

.mobile-menu-phone a {
	color: #f26839!important;
}

.mobile-menu-phone a:hover,
.mobile-menu-phone a:focus {
	text-decoration: underline;
}

.logo-heading:before {
	position: absolute;
    top: -20px;
    left: -20px;
    width: 30px;
    height: 28px;
    content: "";
    background: url(/wp-content/themes/t4bi/images/newsletter-signup-kite.png) no-repeat 0 0;
    background-size: 100%;
    vertical-align: middle;
}

.has-anchor-tag {
	float: left;
	width: 100%;
}

.hide-load-more {
	display: none;
}

/* ie and edge fallback for object-fit*/
.compat-object-fit {
   background-size: cover;
   background-position: center center;
}

.compat-object-fit img {
    opacity: 0;
}

/* single video */
.embed-container { 
		position: relative; 
		padding-bottom: 56.25%;
		overflow: hidden;
		max-width: 100%;
		height: auto;
	} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.flex-section-wrap {
	display: flex;
	flex-wrap: wrap;
}

.wysiwyg-content ul,
.wysiwyg-content ol {
	margin-bottom: 20px;
}

.wysiwyg-content li {
    margin-bottom: 18px;
    margin-left: 18px;
}

.wysiwyg-content li::marker {
	color: #F7D247;
}

.wysiwyg-content ul li {
    list-style-type: disc;
}

.wysiwyg-content ol li {
    list-style-type: decimal;
}
.standard-button-container {
	display: inline-block;
}

/* header banner */

.header-banner-container {
	background-color: #345070;
    overflow: hidden;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.header-banner-wrap {
	display: flex;
	flex-wrap: wrap;
}

.width-half .header-banner-wrap {
	align-items: flex-end;
}

.header-banner-image-container .header-banner-image-wrap img {
	display: block;
}

.width-half.contain-image-yes .header-banner-image-container {
	width: 55%;
	margin-left: -5%;
	z-index: 1;
}

.width-half.contain-image-no .header-banner-image-container {
	width: 60%;
	max-width: 900px;
    margin-left: -160px;
	z-index: 1;
}

.width-full .header-banner-image-container {
	width: 100%;
}

.width-half .header-banner-content-container {
	width: 50%;
	display: flex;
    justify-content: flex-end;
}

.header-banner-content-wrapper {
	background-color: rgba(255,255,255,0.9);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
    padding: 50px 50px 100px;
    margin-top: 100px;
}

.width-full .header-banner-content-wrapper {
	position: absolute;
    bottom: 0;
	left: 0;
	width: 50%;
}

.contain-image-no .header-banner-content-wrapper {
	max-width: 520px;
}

.header-banner-heading {
	margin-bottom: 40px;
}

.header-banner-container .standard-button-container {
	display: inline-block;
	margin-top: 40px;
}

/* CTA Block */

.cta-block-container {
	background-color: #75bfba;
	padding: 30px 0;
	text-align: center;
}

.cta-content-wrapper {
	display: flex;
	flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.cta-main-heading {
	color: #fff;
    margin-bottom: 0;
	padding: 10px 20px;
}

.cta-block-container .standard-button-container {
	padding: 10px 20px;
}

/* Showcase Slider */
.showcase-slider-block-container {
	background: rgb(52,80,112);
    background: linear-gradient(0deg, rgba(52,80,112,1) 0%, rgba(10,35,72,1) 100%);
    padding: 120px 0 40px;
}

.showcase-slider-block-wrap {
	max-width: 1212px;
    width: 100%;
    margin: 0 auto;
    padding: 0 80px;
    position: relative;
}

.showcase-slider-block-container .flex-viewport {
	position: relative;
	z-index: 99;
}

.showcase-slider-post-item-wrap {
	width: 290px;
	margin: 0 auto;
}

.showcase-slider-post-item-wrap .blog-post-image img {
	display: block;
    height: 210px;
}

.showcase-slider-block-container .standard-heading {
	position: relative;
	color: #fff;
	line-height: 34px;
	margin-bottom: 0;
}

.showcase-item a:hover .standard-heading:after {
	content: "";
    background-image: url(/wp-content/themes/t4bi/images/arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 26px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.showcase-slider-block-container .flex-direction-nav {
	position: absolute;
    top: 75px;
    z-index: 10;
    width: 100%;
    height: 81px;
}

.showcase-slider-block-container  .flex-direction-nav > li {
	position: absolute;
    overflow: hidden;
    height: 81px;
    width: 43px;
}

.flex-control-nav {
	display: none;
}

.showcase-slider-block-container .flex-direction-nav .flex-nav-prev {
	left: -80px;
}

.showcase-slider-block-container .flex-direction-nav .flex-nav-next {
	right: -80px;
}

.showcase-slider-block-container .flex-direction-nav a:before {
    display: inline-block;
	width: 43px;
    height: 81px;
}

.showcase-slider-block-container .flex-direction-nav a.flex-prev:before {
    content: '';
    background-image: url(/wp-content/themes/t4bi/images/slider-left.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.showcase-slider-block-container .flex-direction-nav a.flex-next:before {
    content: '';
	background-image: url(/wp-content/themes/t4bi/images/slider-right.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.flex-disabled {
	display: none;
}

/* Single Showcase */
.single-post-header-container {
	background: rgb(52,80,112);
    background: linear-gradient(0deg , rgba(52,80,112,1) 0%, rgba(10,35,72,1) 100%);
	padding: 40px 0;
}
 
.showcase-single-container {
	float: left;
    width: 100%;
}

.single-showcase-container {
    padding: 60px 0 120px;
}

.single-showcase-main-wrap,
.single-showcase-top-wrap {
	display: flex;
	flex-wrap: wrap;
}

.single-showcase-top-wrap {
	align-items: flex-end;
	margin-bottom: 40px;
}

.single-showcase-top-right-container h1 {
	margin-bottom: 0;
}

.single-showcase-top-left-container,
.single-showcase-left-container{
	width: 30%;
	padding-right: 40px;
}

.single-showcase-top-right-container,
.single-showcase-right-container{
	width: 70%;
}

/* Minterest - blog and showcase */

.cd-filter {
	background-color: #345070;
}

.cd-filter .fixed-section-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.mintrest-block-content-container {
	width: 50%;
	padding: 40px;
}

.cd-filter .filter-wrapper {
	display: flex;
	margin-bottom: 20px;
}

.mintrest-header-graphic-container {
	width: 50%;
}

.cd-filter .checkbox-label {
	color: #fff;
	margin-left: 5px;
}

.cd-filter .filter-container .filter-wrapper input[type="checkbox"] {
    -webkit-appearance: none;
    border: 1px solid #fff;
    background-color: transparent;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    margin-left: 0;
    vertical-align: text-bottom;
}

.cd-filter .filter-container .filter-wrapper input[type="checkbox"]:checked:before {
    content: "\f147";
	font-family: 'dashicons';
	color: #fff;
	width: 18px;
    height: 18px;
	font-size: 18px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.mintrest-main-container-post {
	float: left;
	width: 100%;
	padding: 80px 0;
}

.page-template-page_blog .mintrest-main-container-post {
	background: rgb(52,80,112);
    background: linear-gradient(0deg , rgba(52,80,112,1) 0%, rgba(10,35,72,1) 100%);
}

.blog-block-container .related-post-item {
	width: 50%;
	padding: 20px;
}

.blog-archive-wrap .mintrest-container {
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
}

.post-type-archive-showcase .blog-archive-wrap .mintrest-container .mix {
	min-width: 350px;
	width: 33.33%;
	padding: 0 45px;
	margin-bottom: 30px;
}

.page-template-page_blog .blog-archive-wrap .mintrest-container .mix  {
	min-width: 350px;
	width: 50%;
	padding: 10px 45px;
	margin-bottom: 30px;
}


.post-type-archive-showcase .blog-post-item-container .blog-post-image {
	height: 210px;
	overflow: hidden;
}

.blog-post-content-wrap {
	float: left;
	width: 100%;
	padding: 20px 0;
}

.archive-single-post-summary {
	float: left;
    width: 100%;
    margin-top: 20px;
}

.mixitup-page-stats {
	display: none;
}

.controls-load-more {
	text-align: center;
}

.controls-pagination {
	display: none;
}

/* Image and Content Blocks */

.image-and-content-block-container {
	padding: 60px 0 20px;
}

.image-and-content-blocks-content {
	display: flex;
	flex-wrap: wrap;
}

.image-and-content-title-container {
	display: flex;
    align-items: flex-start;
}

.image-and-content-block-image-container {
	width: 40%;
    height: 84px;
    display: flex;
    align-items: center;
}

.image-and-content-block-image-container img {

}

.image-and-content-block-title-container {
	width: 60%;
	padding-left: 10px;
    margin-top: 25px;
}

.image-and-content-block-title-container h2 {
	margin-bottom: 0;
}

.image-and-content-block-content {
	padding: 20px 20px 60px;
}

.cols-1 {
	width: 100%;
}

.cols-2 {
	width: 50%;
}

.cols-3 {
	width: 33.33%;
}

.cols-4 {
	width: 25%;
}

.cols-2 .image-and-content-block-content-wrap {
	max-width: 500px;
}

.image-and-content-text {
	margin-top: 20px;
}

.image-and-content-block-content .standard-button-container {
	margin-top: 40px;
}

/* Bullet Block */
.bullet-point-block-container {
	background: rgb(52,80,112);
    background: linear-gradient(0deg, rgba(52,80,112,1) 0%, rgba(10,35,72,1) 100%);
	padding: 80px 0;
}

.bullet-point-block-heading {
	color: #fff;
}

.bullet-points-container {
	/*column-count: 2;
	column-gap: 40px;*/
	display: flex;
	flex-wrap: wrap;
}

.bullet-points-container li {
	color: #fff;
    width: calc(50% - 20px);
    list-style-type: disc;
    margin: 0 0 20px 20px;
	padding-right: 20px;
}

.bullet-points-container li::marker {
	color: #C58B3D;
}

/* Bio Blocks */
.bio-blocks-container {
	padding: 60px 0;
}

.bio-blocks-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.bio-block-container {
	width: 33.33%;
	min-width: 280px;
	padding: 40px 20px;
}

.bio-block-image-container {
	text-align: center;
    margin-bottom: 20px;
}

.bio-block-image-container img {
	border-radius: 50%;
    width: 175px;
    overflow: hidden;
    border: 1px solid #707070;
}

.bio-block-name {
	text-align: center;
}


/* Blogs */

/* Single Post */
.single-post-heading-container {
	padding-top: 120px;
}

.single-post-body-content {
	float: left;
    width: 100%;
    padding: 80px 0;
}

.single-post-body-content ul,
.single-post-body-content ol {
	margin-left: 20px;
	margin-bottom: 20px;
}

.single-post-body-content ul li {
	list-style-type: disc;
}

.single-post-body-content ol li {
	list-style-type: decimal;
}

.single-post-button-link {
    margin-top: 80px;
    margin-bottom: 50px;
	text-align: center;
}

/* Blog block */
.blog-block-container {
	background: rgb(52,80,112);
	background: linear-gradient(0deg, rgba(52,80,112,1) 0%, rgba(10,35,72,1) 100%);
	padding: 60px 0;
}

.related-post-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.blog-block-container .related-post-item {
	width: 50%;
	min-width: 300px;
	padding: 20px;
}

.related-post-content-wrap {
	display: flex;
	align-items: flex-start;
}

.related-post-content-wrap > img {
	object-fit: contain;
	padding: 5px;
}

.related-post-title-wrap {
	max-width: 280px;
}

.related-post-title-wrap .post-heading {
	position: relative;
	color: #fff;
	margin-bottom: 0;
}

.related-post-title-wrap a:hover,
.related-post-title-wrap a:focus {
	text-decoration: none;
}

.related-post-title-wrap a:hover .post-heading:after {
	content: "";
    background-image: url(/wp-content/themes/t4bi/images/arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 26px;
    height: 19px;
	display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.post-date {
	color: #75BFBA;
	font-size: 14px;
	font-size: 1.4rem;
	font-style: italic;
	margin-top: 10px;
}

/* Image and text Block */

.image-and-text-blocks-container {
	background: rgb(52,80,112);
    background: linear-gradient(0deg, rgba(52,80,112,1) 0%, rgba(10,35,72,1) 100%);
}

.image-and-text-blocks-wrap {
	display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.image-and-text-image-container {
	width: 55%;
    margin-left: -5%;
    z-index: 1;
}

.image-and-text-image-wrap img {
	display: block;
}

.image-and-text-content-container {
	width: 50%;
    display: flex;
    justify-content: flex-end;
}

.image-and-text-content-wrapper {
	background-color: transparent;
    position: relative;
    max-width: 550px;
    width: 100%;
    padding: 20px 20px 50px;
}

.image-and-text-heading {
	color: #fff;
}

.image-and-text-text {
	color: #fff;
}

.image-and-text-content-wrapper .standard-button-container {
	margin-top: 30px;
}

/* Contact Page */

.contact-address-container {
	display: flex;
	margin: 30px 0 60px;
}

.contact-address-wrapper {
	display: flex;
	flex-direction: column;
}

.contact-address-container:before {
	content: '';
    display: inline-block;
	background-image: url(/wp-content/themes/t4bi/images/place-24px.png);
    background-repeat: no-repeat;
	background-size: 18px 26px;
    width: 40px;
    height: 26px;
	margin-right: 10px;
}

.contact-info {
	display: flex;
	align-items: center;
	margin: 10px 0;
}

.contact-info a {
	color: #5A5A5A;
	text-decoration: none;
}

.contact-info a:hover,
.contact-info a:focus {
	color: #5A5A5A;
	text-decoration: underline;
}

.contact-phone:before {
	content: '';
    display: inline-block;
	background-image: url(/wp-content/themes/t4bi/images/phone-24px.png);
	background-repeat: no-repeat;
	background-size: 20px 20px;
    width: 40px;
    height: 20px;
	margin-right: 10px;
}

.contact-email:before {
	content: '';
    display: inline-block;
	background-image: url(/wp-content/themes/t4bi/images/email-24px.png);
    background-repeat: no-repeat;
	background-size: 20px 14px;
    width: 40px;
    height: 14px;
	margin-right: 10px;
}

.contact-linkedin:before {
	content: '';
    display: inline-block;
	background-image: url(/wp-content/themes/t4bi/images/linkedin.png);
    background-repeat: no-repeat;
	background-size: 22px 20px;
    width: 40px;
    height: 20px;
	margin-right: 10px;
}

















/****************************************************************



/* Regular header */

.reg-header-banner-container {
	background-color: #000;
	height: 300px;
	display: flex;
    align-items: center;
    justify-content: center;
}

/* header Block */

.heading-block-container {
	padding: 60px 0;
}

.heading-block-container .standard-heading {
	text-align: center;
}

/* Content Block */

.content-block-container {
	padding: 60px 0;
}

.content-block-container .heading {
	width: 100%;
	text-align: center;
	padding: 0 20px;
}

.content-block-container .subheading {
	width: 100%;
	text-align: center;
	padding: 0 20px;
}

.content-block-container h4.subheading {
	margin-bottom: 60px;
}

.cols-1 .content-block-content {
	width: 100%;
	padding: 0 20px;
}

.cols-2 .content-block-content {
	width: 50%;
	padding: 0 20px;
}

.cols-3 .content-block-content {
	width: 33.33%;
	padding: 0 20px;
}

.cols-4 .content-block-content {
	width: 25%;
	padding: 0 20px;
}

.content-block-container .standard-button-container {
	float: left;
    width: 100%;
	text-align: center;
	margin-top: 40px;
}



/* WYSIWYG */

.wysiwyg-blocks-container .wysiwyg-blocks-wrap {
	padding: 40px 60px;
}

.wysiwyg-blocks-container .wysiwyg-blocks-wrap.white-background {
	-webkit-box-shadow: 10px 10px 10px -10px rgba(0,0,0,0.1);
    -moz-box-shadow: 10px 10px 10px -10px rgba(0,0,0,0.1);
    box-shadow: 10px 10px 10px -10px rgba(0,0,0,0.1);
}

.wysiwyg-blocks-container .standard-heading {
	text-align: center;
}

.wysiwyg-block-container {
	display: flex;
	flex-direction: row;
}

.wysiwyg-block-container ul {
	margin-left: 20px;
}

.wysiwyg-block-container li {
	list-style-type: disc;
}

.wysiwyg-block-container .gform_body li {
    list-style-type: none;
}

.wysiwyg-block-wrap {
	flex-basis: 100%;
	padding: 20px;
}

/* Content Block */

.content-block-content ol {
	margin-bottom: 20px;
	margin-left: 20px;
}

.content-block-content ol > li {
	list-style-type: decimal;
}

/* Image Block */

.image-banner-container {
	overflow: hidden;
}

.image-banner-image-wrap {
	position: relative;
}

.image-banner-image-wrap img {
	display: block;
}

.image-banner-content {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 20px;
	text-align: center;
}

.image-banner-heading,
.image-banner-text {
	color: #fff;
}

/* Social Block */

.social-icon-block {
	margin-top: 30px;
}

.social-icon-title {
	margin-bottom: 10px;
	text-align: center;
}

.social-icon-items {
	display: flex;
    flex-direction: row;
	align-items: center;
	justify-content: center;
}

.text-container .social-icon-title {
	margin-bottom: 10px;
	text-align: left;
}

.text-container .social-icon-items {
	justify-content: flex-start;
}

.social-icon-items a {
	margin-right: 20px;
}

.social-icon-items img {
	display: block;
}

/* Contact Form */

.contact-block-container {
	padding: 60px 0;
}

.form-content-wrapper {
	display: flex;
}

.form-content-left-wrapper {
	width: 33.33%;
    padding-right: 20px;
}

.form-content-right-wrapper {
	width: 66.67%;
    padding-left: 20px;
}

.contact-block-container .gform_wrapper .gform_footer {
    text-align: left;
}

.gform_body li:before {
    content: none;
}

/* Form Styling */

.gfield_visibility_hidden {
	display: none;
}

.gform_body {
	float: left;
}

.gform_body ul {
    margin-bottom: 0!important;
    margin-left: 0!important;
	text-indent: 0!important;
}

.gform_body li {
    list-style-type: none!important;
}

.half-width-input {
	width: 50%;
    float: left;
}

.name_first,
.name_last {
	width: 50%;
    float: left;
}

.align-center {
    float: left;
    width: 100%;
    text-align: center;
}

.font-small {
	font-size: 12px;
	font-size: 1.2rem;
}

.contact-link a {
	color: #36636a;
	text-decoration: none;
}

.contact-link a:hover {
	text-decoration: underline;
}

.gform_wrapper .hide-headings label.gfield_label {
	display: none;
}

.gfield ::-webkit-input-placeholder { /* Chrome */
  color: #000!important;
}
.gfield :-ms-input-placeholder { /* IE 10+ */
  color: #000!important;
}
.gfield ::-moz-placeholder { /* Firefox 19+ */
  color: #000!important;
  opacity: 1 !important;
}
.gfield :-moz-placeholder { /* Firefox 4 - 18 */
  color: #000!important;
  opacity: 1 !important;
}  

.gform_wrapper ul li.gfield {
	width: 100%;
    float: left;
    margin-top: 15px;
    padding: 0;
}

.gform_wrapper ul li.gfield.half-width-input {
	width: 50%;
    float: left;
}

.gform_wrapper ul li.gfield.half-width-input:nth-of-type(odd) {
	padding-right: 10px;
}

.gform_wrapper ul li.gfield.half-width-input:nth-of-type(even) {
	padding-left: 10px;
}

.gform_wrapper ul li.gfield.full-width-input {
	width: 100%;
    float: left;
	padding: 0;
}

.ginput_complex .name_first, 
.half-width-input.first-half {
    padding-right: 8px!important;
}

.ginput_complex .name_last, 
.half-width-input.second-half {
    padding-left: 8px!important;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.ginput_container_select select {
    padding: 5px 10px;
}


.gform_wrapper .gform_footer input[type=submit] {
	background-color: rgba(242, 104, 57, 0);
    border-radius: 5px;
    border: 1px solid #f26839;
    color: #f26839;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 400;
    padding: 15px 40px;
    text-decoration: none;
    white-space: normal;
    width: auto;
}

.gform_wrapper .gform_footer input[type=submit]:hover,
.gform_wrapper .gform_footer input[type=submit]:focus {
	background-color: rgba(242, 104, 57, 0.1);
	text-decoration: none;
}

.gform_wrapper .gform_footer {
	float: left;
    width: 100%; 
    margin: 20px 0 0;
	padding: 0 10px;
	text-align: center;
}

/* Content with Image Block */

.content-with-image-container {
	float: left;
    width: 100%;
	text-align: center;
}

.content-with-image-container .fixed-section-wrap {
    padding: 60px 0;
}

.content-with-image-container h2 {
	text-align: center;
	padding: 0 20px;
}

.content-with-image-blocks {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.content-with-image-container .button-container {
	margin-bottom: 40px;
    padding-top: 20px;
}

.content-with-image-blocks .content-with-image-block {
	width: 33.33%;
	float: left;
	padding: 20px;
	text-align: center;
}

.content-with-image-wrap {
	height: 100px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.content-with-image-container .content-with-image-blocks {
	margin-top: 60px;
}

.content-with-image-block img {
	height: 45px;
	margin-bottom: 40px;
}

.image-content-wrapper > a {
	text-decoration: none;
}

.image-content-wrapper > a:hover h3 {
	color: #58595b;
}

.image-content-wrapper h3.active-link {
	color: #58595b;
}

.content-with-image-text {
	min-height: 90px;
}

.text-link-container {
	margin-top: 20px;
}

.text-link-container a.link {
	color: #F26367;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
}

/* image text block */

.image-text-container .wide-fixed-section-wrap {
	
}

.image-text-wrapper {
	position: relative;
    display: flex;
	padding: 40px 107px;
}

.image-text-wrapper.white-background {
	background-color: #fff;
	-webkit-box-shadow: 10px 10px 10px -10px rgba(0,0,0,0.1);
	-moz-box-shadow: 10px 10px 10px -10px rgba(0,0,0,0.1);
	box-shadow: 10px 10px 10px -10px rgba(0,0,0,0.1);
	padding: 107px;
}

.image-container.image-right {
	margin-left: 40px;
}

.text-container.text-left {
	padding-right: 40px;
}

.image-container.image-left {
	margin-right: 40px;
}

.text-container.text-right {
	padding-left: 40px;
}

.image-text-text {
	position: relative;
	height: 100%;
	max-width: 640px;
	width: 100%;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: left;
}

.image-text-text.text-left {
	float: right;
}

.image-text-text.text-right {

}

.image-text-title-container {
    text-align: left;
	float: left;
}

.image-container {
	width: 100%;
	overflow: hidden;
}

.image-container.image-left {
	
}

.image-container.image-right {
	order: 1;
}

.text-container {
    width: 100%;
}

.standard-heading {
    text-align: left;
}

.large-standard-heading {
	color: #000;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    font-size: 3.0rem;
	font-weight: 600;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 20px;
}

.text-block {
	color: #000 ;
	line-height: 1.6;
}

.image-text-image {
    position: relative;
    height: 100%;
    width: 100%;
}

.image-text-block {
	text-align: justify;
    text-justify: inter-word;
}

.text-button-button {
    display: inline-block;
    margin-bottom: 20px;
}

.image-text-title-container ul {
	display: inline-block;
	text-indent: -25px;
    margin-left: 25px;
}

.image-text-title-container li {
	margin-bottom: 10px;
}

.image-text-title-container li:before {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    content: "";
    background: url(/wp-content/themes/mintstone/images/mint-bullet.png) no-repeat 0 0;
    background-size: 100%;
}

.image-text-title-container .button-container {
	margin-top: 30px;
}

/* CTA Info Block */

.cta-info-block-container {
    padding: 0 0 100px;
}

.cta-info-block-container .full-section-wrap {
	display: flex;
	flex-wrap: wrap;
}

.cta-info-block-main-header-container {
	width: 50%;
}

.align-right .cta-info-block-main-header-container {
	order: 1;
}

.cta-info-block-main-header-wrapper {
	max-width: 576.5px;
	width: 100%;
}


.align-right .cta-info-block-main-header-wrapper {
	padding: 60px 20px 60px 40px;
}

.align-left .cta-info-block-main-header-wrapper {
	float: right;
	padding: 60px 40px 60px 20px;
}

.cta-info-content-heading {

}

.cta-info-content-text {

}

.cta-info-block-content-container {
	position: relative;
    width: 50%;
}

.cta-info-block-content-wrapper {
	background-color: #fff;
    position: absolute;
    max-width: 576.5px;
    width: 100%;
	min-height: 400px;
    padding: 80px;
	bottom: -100px;
    overflow: visible;
    z-index: 20;
	-webkit-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.2);
}

.align-left .cta-info-block-content-wrapper {
	left: 0;
}

.align-right .cta-info-block-content-wrapper {
	right: 0;
}

.cta-info-block-main-header-container .standard-button-container {
	margin-top: 20px;
}

/* Team Block */

.team-blocks-container {
	padding: 0;
}

.team-blocks-container .team-block-container {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 160px;
}

.team-block-container:nth-of-type(even) .team-block-image-quote-container {
	order: 1;
}

.team-block-container:nth-of-type(even) .team-block-content-wrapper {
	right: 0;
}

.team-block-container:nth-of-type(even) {
	
} 

.team-block-image-container img {
    display: block;
    min-height: 500px;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.team-block-image-content-container {
	float: left;
    width: 100%;
}

.team-block-image-quote-container {
	width: 50%;
}

.team-block-image-content-container {
	position: relative;
	max-width: 485px;
	width: 100%;
}


.team-block-quote {
	font-family: 'Poppins', sans-serif;
	font-size: 30px;
    font-size: 3rem;
}

.team-block-quote:before {
    content: "";
    background: url(/wp-content/themes/t4bi/images/who-page-quote.png) no-repeat 0 0;
    background-size: 100%;
    position: absolute;
    width: 39px;
    height: 40px;
    top: -20px;
}

.contact-posts-block {
	display: flex;
	max-width: 485px;
    width: 100%;
	align-items: center;
	margin-top: 20px;
}

.contact-posts-item {
	height: 22px;
	margin-right: 10px;
}

.team-content-position {
	font-family: 'Poppins', sans-serif;
	color: #F26839;
	font-size: 13px;
    font-size: 1.3rem;
	text-transform: uppercase;
}

.team-block-container:nth-of-type(odd) .team-block-image-content-container {
	float: right;
	padding: 40px 40px 20px 20px;
	left: 0;
}

.team-block-container:nth-of-type(odd) .team-block-quote:before {
	left: 0;
}

.team-block-container:nth-of-type(even) .team-block-image-content-container {
	float: left;
	padding: 40px  20px 20px 80px;
}

.team-block-container:nth-of-type(even) .team-block-quote:before {
	left: 60px;
}

.cta-info-content-heading {

}

.cta-info-content-text {

}

.team-block-content-container {
	position: relative;
    width: 50%;
}

.team-block-content-wrapper {
	background-color: #fff;
    position: absolute;
    max-width: 576.5px;
    width: 100%;
    padding: 80px;
    bottom: 0;
    top: -30px;
    overflow: visible;
    z-index: 20;
    -webkit-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.2);
}

.team-tagged-posts {
	margin-right: 10px;
}

.team-tagged-posts a {
	background-color: rgba(242, 104, 57, 0);
    border-radius: 5px;
    border: 1px solid #f26839;
    color: #f26839;
    cursor: pointer;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1;
    text-transform: uppercase;
    padding: 0px 10px;
    text-decoration: none;
    white-space: normal;
    width: auto;
}

.team-tagged-posts a:hover,
.team-tagged-posts a:hover {
	background-color: rgba(242, 104, 57, 0.1);
	color: #f26839;
	border: 1px solid #f26839;
	text-decoration: none;
}

.team-tagged-results {
	
}

.team-tagged-results a {
	background-color: rgba(242, 104, 57, 0);
    border-radius: 5px;
    border: 1px solid #f26839;
    color: #f26839;
    cursor: pointer;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1;
    text-transform: uppercase;
    padding: 0px 10px;
    text-decoration: none;
    white-space: normal;
    width: auto;
}

.team-tagged-results a:hover,
.team-tagged-results a:hover {
	background-color: rgba(242, 104, 57, 0.1);
	color: #f26839;
	border: 1px solid #f26839;
	text-decoration: none;
}


/* Case Studies Block */

.case-studies-block-container {
	padding: 60px 0;
}

.case-studies-heading {
	margin-bottom: 40px;
	text-align: center;
}

.case-studies-blocks-content {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.case-studies-block-content {
	width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px 20px;
}

.case-studies-block-image-container img {
    max-height: 100px;
    margin: 0 auto;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+, IE10 */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
	-webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
	-webkit-backface-visibility: hidden; /* Fix for transition flickering */
}

.case-studies-block-image-container img:hover,
.case-studies-block-image-container img:focus {
	filter: none;
  -webkit-filter: grayscale(0%);
}

/* contact form */

#gform_confirmation_message_1 {
	text-align: center!important;
}

.gform_wrapper div.validation_error {
    color: #fff!important;
    border-top: 2px solid #fff!important;
    border-bottom: 2px solid #fff!important;
}

.gform_wrapper .validation_message {
    color: #fff!important;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent!important;
    border-top: none!important;
    border-bottom: none!important;
}	



/* testimonial */

.testimonial-block-container {
	background-color: #082b49;
	position: relative;
	padding: 100px 0;
}

.testimonial-block-container .fixed-section-wrap {
    max-width: 1150px;
	overflow: visible;
    text-align: center;
    padding: 0 130px;
}

#carousel-1 {
    position: relative;
}

.testimonial-title {
	color: #fff;
	text-align: center;
	margin-bottom: 30px;
}

.testimonial-item {
	color: #fff;
	text-align: left;
}

.testimonial-author {
	color: #fff;
	text-align: right;
	margin-top: 10px;
}

#carousel-1 .flex-control-nav {
	width: 100%;
    position: absolute;
    text-align: center;
    z-index: 10;
    left: 0;
    right: 0;
    top: -108px;
}

#carousel-1 .flex-control-nav li {
    margin: 0 4px;
    display: inline-block;
}

#carousel-1 .flex-control-paging li a {
    width: 16px;
    height: 16px;
    display: block;
    background: #fff;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

#carousel-1 .flex-control-paging li a.flex-active {
    background: #f26839;
    cursor: default;
}

.testimonial-block-container .flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 22px;
    height: 24px;
    position: absolute;
    top: 50%;
	transform: translateY(-50%);
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
}

.testimonial-block-container .flex-direction-nav a.flex-prev {
	left: -110px;
}

.testimonial-block-container .flex-direction-nav a.flex-next {
	right: -110px;
}

.testimonial-block-container .flex-direction-nav a.flex-prev:before {
    display: inline-block;
    width: 22px;
    height: 24px;
    content: "";
    background: url(/wp-content/themes/t4bi/images/Testimonial-previous.png) no-repeat 0 0;
    background-size: contain;
}

.testimonial-block-container .flex-direction-nav a.flex-next:before {
    display: inline-block;
    width: 22px;
    height: 24px;
    content: "";
    background: url(/wp-content/themes/t4bi/images/Testimonial-next.png) no-repeat 0 0;
    background-size: contain;
}

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #3F3F42;
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 40px 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 380px;
}

.footer-widgets-1 {
	margin-right: 70px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #fff;
	clear: both;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 25px 0;
	line-height: 1;
	text-align: center;
}

.site-footer .wrap {
    max-width: 1112px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
}

.page-template-page_contact .site-footer .wrap {
	justify-content: flex-end;
}

.page-template-page_contact .contact-details-container {
	display: none;
}

.site-footer p {
	color: #5A5A5A;
	line-height: 1.2;
	margin-bottom: 0;
}

.site-footer a {
	color: #5A5A5A;
	text-decoration: none;
	margin-bottom: 0;
}

.site-footer a:hover {
	text-decoration: none;
}

.contact-details-container {
	flex: 1;
}

.contact-details-container a {
	color: #0A2348;
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
    font-size: 2rem;
    font-weight: 500;
}

.contact-details-container a:hover,
.contact-details-container a:focus {
	text-decoration: underline;
}

.contact-details {
    display: flex;
    align-items: center;
	flex: 1;
	margin-top: 10px;
}

.footer-contact-phone:before {
    content: '';
    display: inline-block;
    background-image: url(/wp-content/themes/t4bi/images/Group%20-2.png);
    background-repeat: no-repeat;
    background-size: 23px 23px;
    width: 23px;
    height: 23px;
    margin-right: 10px;
}

.footer-contact-email:before {
    content: '';
    display: inline-block;
    background-image: url(/wp-content/themes/t4bi/images/Group%20-1.png);
    background-repeat: no-repeat;
    background-size: 23px 14px;
    width: 23px;
    height: 14px;
    margin-right: 10px;
}

.copy-credits-footer-container {
	display: flex;
	flex-wrap: wrap;
}

.credits-footer-container:before {
	content: '|';
	margin: 0 5px;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1212px) {



}


@media only screen and (max-width: 1200px) {



}

@media only screen and (max-width: 1024px) {



}

@media only screen and (max-width: 960px) {
	
	.site-header {
		padding: 0;
	}

	.site-header > .wrap {
		min-height: 60px;
	}
	
	.header-image .title-area {
		position: absolute;
		left: 10px;
		top: 10px;
	}
	
	.widget-area.header-widget-area {
		display: none;
	}
	
	.mobile-show {
		display: block;
	}
	
	button.menu-toggle {
		display: block;
		background-color: transparent;
		border: none;
	}

	.menu-toggle {
		position: absolute;
		padding: 0;
		height: 20px;
		z-index: 1000;
		right: 10px;
		top: 20px;
	}
	
	.menu-toggle:focus,
	.menu-toggle:hover {
		justify-content: center;
		background-color: none;
		padding: 0;
	}

	
	.menu-toggle:before {
		content: ""!important;
		background-image: url(/wp-content/themes/t4bi/images/Group%2043.png);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		display: inline-block;
		width: 28px;
		height: 16px;
	}

	.menu-toggle.activated:before {
		content: "";
		background-image: url(/wp-content/themes/t4bi/images/Group%204245.png);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		display: inline-block;
		width: 20px;
		height: 20px;
	}
	
	.menu-toggle:after,
	.menu-toggle:hover:after,
	.menu-toggle:focus:after {
		display: none;
	}
	
	.nav-primary {
		display: none;
		width: 100%;
	}
	
	.genesis-nav-menu {
		background-color: #082b49;
		padding: 120px 20px;
	}
	
	#menu-main-menu {
		flex-direction: column;
		justify-content: center;
	}
	
	.nav-primary .menu-item {
		margin-left: 0;
		margin-bottom: 20px;
	}
	
	 .nav-primary .button {
		background-color: transparent;
		border-radius: 0;
		line-height: 1.5;
		padding: 0;
	}
	
	.nav-primary .menu-item a {
		color: #fff;
	}
	
	.nav-primary .menu-item.login-menu-item {
		order: 0;
		margin-bottom: 30px;
	}
	
	.sub-menu-toggle {
		display: block;
	}

	.sub-menu {
		display: none;
		background-color: transparent;
		position: relative;
		padding: 0;
	}

	.sub-menu .menu-item {
		margin-left: 0;
		margin-bottom: 10px;
	}
	
	/* acf stuff */
	
	
	
}

@media only screen and (max-width: 800px) {

	

}

@media only screen and (max-width: 782px) {

	
	
}

@media only screen and (max-width: 768px) {
	
	.contact-details-container,
	.copy-credits-footer-container {
		width: 100%;
	}
	
	.copy-credits-footer-container {
		padding-top: 20px;
	}

	.cols-2 {
		width: 100%;
	}

	.cols-2 .image-and-content-block-content-wrap {
		max-width: 100%;
	}

	.image-and-content-block-image-container {
		width: 30%;
	}

	.image-and-content-block-title-container {
		width: 70%;
	}

}

@media only screen and (max-width: 740px) {
	
	.contain-image-no .header-banner-content-wrapper {
		max-width: 100%;
	}
	
	.header-banner-wrap {
		padding: 0;
	}
	
	.width-half .header-banner-content-wrapper {
		padding: 50px 50px 20px;
		margin-top: 20px;
	}
	
	.width-full .header-banner-image-container {
		position: absolute;
		width: 100%;
	}
	
	.width-full .header-banner-content-wrapper {
		position: relative;
		width: 100%;
	}
	
	.width-half .header-banner-content-container {
		width: 100%;
		padding: 0 20px;
	}
	
	.width-half.contain-image-yes .header-banner-image-container,
	.width-half.contain-image-no .header-banner-image-container {
		width: 100%;
		margin-left: 0;
	}
	
	.header-banner-image-background {
		background-color: rgba(255,255,255,0.9);
		padding: 0 20px;
		position: absolute;
		height: 100%;
		width: calc(100% - 40px);
		right: 0;
		left: 0;
		margin: 0 auto;
	}
	
	.header-banner-image-wrap {
		position: relative;
	}
	
	.width-half .header-banner-wrap {
		align-items: flex-end;
	}

	.image-and-text-image-container {
		width: 100%;
		margin-left: 0;
	}

	.image-and-text-content-container {
		width: 100%;
	}

	.image-and-text-content-wrapper {
		max-width: 100%;
		width: 100%;
		padding: 50px 50px 20px;
	}
		
}

@media only screen and (max-width: 600px) {
	
	.site-header {
		position: relative;
	}
	
	.mintrest-block-content-container {
		width: 70%;
		padding: 20px;
	}

	.mintrest-header-graphic-container {
		width: 30%;
	}
	
	.bullet-points-container li {
		width: calc(100% - 20px);
		padding-right: 0;
	}
	
}

@media only screen and (max-width: 480px) {	

	

}

@media only screen and (max-width: 360px) {
	
	.mintrest-block-content-container {
		width: 100%;
		padding: 20px;
	}

	.mintrest-header-graphic-container {
		width: 100%;
	}
	
}


/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}
