/*
Theme Name: thomasandthomas (Child)
Theme URI:http://www.thomasandthomassolicitors.co.uk
Author: Daly Design
Author URI: http://www.dalydesign.co.uk
Template:twentyseventeen
Version 0.1
*/

/*
*
*	Light grey = 	#EDEDED
*	Dark Grey =  	#2C3033
*	Blue =			#354c86
*	Dark Purple =	#322646
*	Dark Blue =		#334D86
*	T&T Grey =		#B0ACA7
*	Gold =			#354c86
*
*/

@import url("../twentyseventeen/style.css");
/*@import url("../thomasandthomas/nav.css");*/
@import url('https://fonts.googleapis.com/css2?family=Castoro&family=Lato&display=swap');

/*
font-family: 'Castoro', serif;
font-family: 'Lato', sans-serif;
*/

::selection {
	color: #FFF;
	background-color: #354c86;
}
body {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 16px;
}
.clearfix {
	clear: both;
}
.max-width {
	width: 100%;
	max-width: 1200px;
	padding: 0 10px 0 10px;
	display: block;
	margin: 0 auto;
	white-space: normal;
}
.full-width {
	width: 100%;
	display: block;
	margin: 0 0 40px 0;
	padding: 0;
	white-space: normal;
}
.full-width.child-block-container {
	font-size: 0;
	text-align: center;
}
.full-width.no-margin {
	margin: 0;
}
.single-post:not(.has-sidebar) #primary,
.page.page-one-column:not(.twentyseventeen-front-page) #primary,
.archive.page-one-column:not(.has-sidebar) .page-header, .archive.page-one-column:not(.has-sidebar) #primary {
	width: 100%;
	max-width: 100%;
}
.wrap {
	max-width: 1200px;
	padding-left: 20px;
	padding-right: 20px;
}
.wrap.full-mob {
	max-width: 1200px;
	padding-left: 0px;
	padding-right: 0px;
}
.clearfnt {
	font-size: 0;
}
.mob-show {
	display: inline-block;
}
.mob-hide {
	display: none;
}
.profile-pic-sml {
	display: block;
	width: 100%;
	-webkit-filter: grayscale(100%);
    -moz-filter:    grayscale(100%);
    -ms-filter:     grayscale(100%);
    -o-filter:      grayscale(100%);
	filter: grayscale(100%);
}
.profile-pic-lrg {
	display: none;
	width: 100%;
	-webkit-filter: grayscale(100%);
    -moz-filter:    grayscale(100%);
    -ms-filter:     grayscale(100%);
    -o-filter:      grayscale(100%);
	filter: grayscale(100%);
}

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

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Castoro', serif;
	font-weight: 400;
	letter-spacing: normal;
	text-transform: uppercase;
	padding: 0;
	margin: 0 0 20px 0;
}
h1, .h1,
.page .panel-content .entry-title,
.page-title, body.page:not(.twentyseventeen-front-page) .entry-title,
.single-post .entry-title,
.page .entry-title {
	color: #354c86;
	font-size: 37px;
	font-size: 2.35rem;
	font-weight: 400;
	letter-spacing: normal;
	text-transform: uppercase;
}
h2, .h2 {
	color: #354c86;
	font-size: 38px;
	font-size: 2.188rem;
	font-weight: 400;
}
h3, .h3 {
	color: #666;
	font-size: 19px;
	font-size: 1.188rem;
	font-weight: 600;
}
h4, .h4 {
	color: #354c86;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
}
h5, .h5 {
	color: #000000;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
}
h6, .h6 {
	color: #000000;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 600;
}
h1.title-underline,
h2.title-underline,
h3.title-underline,
h4.title-underline,
h5.title-underline,
h6.title-underline {
	position: relative;
	text-decoration: none;
	padding: 10px 0 10px 0;
	color: #354c86;
	margin: 0 0 30px 0;
    display: inline-block;
}
h1.title-underline::after,
h2.title-underline::after,
h3.title-underline::after,
h4.title-underline::after,
h5.title-underline::after,
h6.title-underline::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 110%;
	background-color: #bbb;
}
h1.title-underline.white,
h2.title-underline.white,
h3.title-underline.white,
h4.title-underline.white,
h5.title-underline.white,
h6.title-underline.white {
	color: #FFF;
}
h1.title-underline.white::after,
h2.title-underline.white::after,
h3.title-underline.white::after,
h4.title-underline.white::after,
h5.title-underline.white::after,
h6.title-underline.white::after {
	background-color: #FFF;
}
h1.title-underline.center::after,
h2.title-underline.center::after,
h3.title-underline.center::after,
h4.title-underline.center::after,
h5.title-underline.center::after,
h6.title-underline.center::after {
	left: -5%;
	height: 1px;
	width: 110%;
}
p {
	margin: 0 0 1.5em 0;
	padding: 0;
	font-weight: 500;
	color: #2a2a2a;
	font-size: 16px;
	font-size: 1rem;
}
ul, ol {
	list-style-position: outside;
    margin: 0 0 1.5em 0;
	padding: 0;
	font-weight: 500;
	color: #2a2a2a;
	font-size: 1rem;
	list-style: none;
}
ol {
	counter-reset: ddes-counter;
}
.site-content ul li {
	position: relative;
    margin: 0 0 1rem 2rem;
}
.site-content ul li::before {
	content: "";
	position: absolute;
	top: 9px;
	left: -17px;
    background-color: #354c86;
    font-weight: bold;
    display: inline-block;
    width: 7px;
    margin: 0;
    height: 7px;
    border-radius: 50%;
}

.site-content ol li {
	position: relative;
    margin: 0 0 1rem 1rem;
	counter-increment: ddes-counter;
}

.site-content ol li::before {
	content: counter(ddes-counter) ". ";
    color: #354c86;
    font-weight: 900;
    display: inline-block;
    margin: 0 7px 0 0;
}
a:hover, a:active, a:focus, .entry-content a:focus, .entry-content a:hover, .entry-summary a:focus, .entry-summary a:hover, .widget a:focus, .widget a:hover, .site-footer .widget-area a:focus, .site-footer .widget-area a:hover, .posts-navigation a:focus, .posts-navigation a:hover, .comment-metadata a:focus, .comment-metadata a:hover, .comment-metadata a.comment-edit-link:focus, .comment-metadata a.comment-edit-link:hover, .comment-reply-link:focus, .comment-reply-link:hover, .widget_authors a:focus strong, .widget_authors a:hover strong, .entry-title a:focus, .entry-title a:hover, .entry-meta a:focus, .entry-meta a:hover, .page-links a:focus .page-number, .page-links a:hover .page-number, .entry-footer a:focus, .entry-footer a:hover, .entry-footer .cat-links a:focus, .entry-footer .cat-links a:hover, .entry-footer .tags-links a:focus, .entry-footer .tags-links a:hover, .post-navigation a:focus, .post-navigation a:hover, .pagination a:not(.prev):not(.next):focus, .pagination a:not(.prev):not(.next):hover, .comments-pagination a:not(.prev):not(.next):focus, .comments-pagination a:not(.prev):not(.next):hover, .logged-in-as a:focus, .logged-in-as a:hover, a:focus .nav-title, a:hover .nav-title, .edit-link a:focus, .edit-link a:hover, .site-info a:focus, .site-info a:hover, .widget .widget-title a:focus, .widget .widget-title a:hover, .widget ul li a:focus, .widget ul li a:hover {
	box-shadow: none;
	color: #d5b25c;
	text-decoration: none;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	outline: none;
	background-color: inherit;
}
a,
a:link,
a:visited {
	color: #354c86;
	box-shadow: none;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	text-decoration: none;
}
a:hover,
a:active,
a:focus {
	color: #d5b25c;
	box-shadow: none;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	text-decoration: none;
}
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: #000000;
	padding: 0.5em;
}
button, input[type="button"], input[type="submit"],
input + input[type="submit"] {
	font-weight: 600;
	font-size: 1rem;
	text-transform: none;
	padding: 10px 25px 10px 25px;
	background-color: #354c86;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
	line-height: 1.5;
}
button:hover, input[type="button"]:hover, input[type="submit"]:hover,
input + input[type="submit"]:hover {
	background-color: #000000;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.pre-h1 {
	text-transform: none;
	color: #354c86;
	font-size: 1.188;
	font-weight: 600;
	display: inline-block;
	margin: 0 0 5px 0;
}

.page * button {
    background-color: #d5b25c!important;
}

/* -------------- START BUTTONS -------------- */

a.gold-btn,
a.gold-btn:link,
a.gold-btn:visited,
.gold-btn-container a.vc_general.vc_btn3,
.gold-btn-container a.vc_general.vc_btn3:link,
.gold-btn-container a.vc_general.vc_btn3:visited,
.get-a-quote-block a.hoowla-quote-button,
.get-a-quote-block a.hoowla-quote-button:link,
.get-a-quote-block a.hoowla-quote-button:visited {
	display: inline-block;
	width: auto;
	padding: 15px 25px;
	background-color: #d5b25c;
	color: #FFF;
	text-align: center;
	font-size: 1rem;
	font-weight: 700;
	border-radius: 3px;
	margin: 0 0 10px 0;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
}
.gold-btn-container a.vc_general.vc_btn3.vc_btn3-icon-left,
.gold-btn-container a.vc_general.vc_btn3.vc_btn3-icon-left:link,
.gold-btn-container a.vc_general.vc_btn3.vc_btn3-icon-left:visited {
	padding: 15px 25px 15px 50px;
}
a.gold-btn:hover,
a.gold-btn:active,
a.gold-btn:focus,
.gold-btn-container a.vc_general.vc_btn3:hover,
.gold-btn-container a.vc_general.vc_btn3:active,
.gold-btn-container a.vc_general.vc_btn3:focus,
.get-a-quote-block a.hoowla-quote-button:hover,
.get-a-quote-block a.hoowla-quote-button:active,
.get-a-quote-block a.hoowla-quote-button:focus {
	background-color: #334D86;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
}
.vc_btn3.vc_btn3-style-modern {
	background-image: none!important;
}

a.green-btn,
a.green-btn:link,
a.green-btn:visited {
	display: inline-block;
	width: auto;
	padding: 10px 25px;
	background-color: #80B73F;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	font-size: 1rem;
	font-weight: 700;
	border-radius: 3px;
	margin: 0;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
}
a.green-btn:hover,
a.green-btn:active,
a.green-btn:focus {
	background-color: #333333;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
}

a.green-btn.contact {
	margin: 30px 0 30px 0;
}

a.red-btn,
a.red-btn:link,
a.red-btn:visited {
	display: inline-block;
	width: auto;
	padding: 10px 25px;
	background-color: #354c86;
	color: #FFF;
	text-transform: none;
	text-align: center;
	font-size: 1rem;
	font-weight: 600;
	border-radius: 3px;
	margin: 0;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
}
a.red-btn:hover,
a.red-btn:active,
a.red-btn:focus {
	background-color: #000000;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
}

a.blue-btn,
a.blue-btn:link,
a.blue-btn:visited,
input[type=submit].blue-btn {
	display: inline-block;
	width: auto;
	padding: 10px 25px;
	background-color: #2A2B6B;
	color: #FFF;
	text-transform: none;
	text-align: center;
	font-size: 1rem;
	font-weight: 600;
	border-radius: 3px;
	margin: 0;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
}
a.blue-btn:hover,
a.blue-btn:active,
a.blue-btn:focus,
input[type=submit].blue-btn:hover,
input[type=submit].blue-btn:active,
input[type=submit].blue-btn:focus {
	background-color: #000000;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
}

a.grey-btn,
a.grey-btn:link,
a.grey-btn:visited,
input[type=submit].grey-btn {
	display: inline-block;
	width: auto;
	padding: 10px 25px;
	background-color: #a8a8a8;
	color: #FFF;
	text-transform: none;
	text-align: center;
	font-size: 1rem;
	font-weight: 600;
	border-radius: 3px;
	margin: 0;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
}
a.grey-btn:hover,
a.grey-btn:active,
a.grey-btn:focus,
input[type=submit].grey-btn:hover,
input[type=submit].grey-btn:active,
input[type=submit].grey-btn:focus {
	background-color: #000000;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
}

a.white-red-btn,
a.white-red-btn:link,
a.white-red-btn:visited {
	display: inline-block;
	width: auto;
	padding: 10px 25px;
	background-color: #FFFFFF;
	color: #AD1220;
	text-transform: uppercase;
	text-align: center;
	font-size: 1rem;
	font-weight: 700;
	border-radius: 3px;
	margin: 0;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
}
a.white-red-btn:hover,
a.white-red-btn:active,
a.white-red-btn:focus {
	background-color: #333333;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
}

a.grey-text-link,
a.grey-text-link:link,
a.grey-text-link:visited {
	color: #808080;
	margin: 0;
	padding: 5px;
	width: auto;
	font-size: 1rem;
}
a.grey-text-link:hover,
a.grey-text-link:active,
a.grey-text-link:focus {
	color: #333333;
}

/* -------------- END BUTTONS -------------- */



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


/*--------------------------------------------------------------
START Header
--------------------------------------------------------------*/

.announcement-bar {
	width: 100%;
	display: block;
	padding: 0;
	margin: 0;
}
.announcement-bar .announcement-title,
.announcement-bar .announcement-link {
	width: 100%;
	display: block;
	text-align: center;
	color: #FFF;
	font-weight: 600;
	font-size: 0.75rem;
	padding: 15px;
	margin: 0;
}
.announcement-bar.black .announcement-title,
.announcement-bar.black .announcement-link {
	background-color: #000;
}
.announcement-bar.blue .announcement-title,
.announcement-bar.blue .announcement-link {
	background-color: #322646;
}
.announcement-bar.blue .announcement-link:link,
.announcement-bar.blue .announcement-link:visited {
	color: #FFF;
	background-color: #322646;
	text-decoration: none;
}
.announcement-bar.black .announcement-link:link,
.announcement-bar.black .announcement-link:visited {
	color: #FFF;
	background-color: #000;
	text-decoration: none;
}
.announcement-bar.blue .announcement-link:hover,
.announcement-bar.blue .announcement-link:active,
.announcement-bar.blue .announcement-link:focus,
.announcement-bar.black .announcement-link:hover,
.announcement-bar.black .announcement-link:active,
.announcement-bar.black .announcement-link:focus{
	color: #FFF;
	background-color: #3A3A3C;
	text-decoration: none;
}
.site-header {
	background-color: #FFFFFF;
}
.site-header .header-top {
	background-color: #334D86;
	color: #FFF;
	margin: 0;
	padding: 5px 0 5px 0;
	text-align: center;
}
.site-header .header-top .wrap {
	padding: 0 5px 0 5px;
}
.site-header .wrap.nav-container{
	padding-left: 0;
	padding-right: 0;
}
.site-header .header-top .header-tel,
.site-header .header-top .header-email,
.site-header .header-top .header-book {
	color: #FFF;
	display: inline-block;
	margin: 0 0 0 0;
	padding: 5px 10px 5px 27px;
	font-size: 0.85rem;
}
.site-header .header-top .header-tel.carmarthen {
	padding: 5px 0 5px 27px;
}
.site-header .header-top .header-book {
	padding: 5px 0 5px 5px;
}
.site-header .header-top .header-tel:link,
.site-header .header-top .header-tel:visited {
	color: #FFF;
	background-image: url("assets/images/icons/tel-white.png");
	background-size: 22px auto;
	background-repeat: no-repeat;
	background-position: 0 5px;
	text-decoration: none;
}
.site-header .header-top .header-tel:hover,
.site-header .header-top .header-tel:active,
.site-header .header-top .header-tel:focus {
	color: #d5b25c;
	background-image: url("assets/images/icons/tel-gold.png");
	text-decoration: none;
}
.site-header .header-top .header-email:link,
.site-header .header-top .header-email:visited {
	color: #FFF;
	background-image: url("assets/images/icons/email-white.png");
	background-size: 22px auto;
	background-repeat: no-repeat;
	background-position: 0 5px;
	text-decoration: none;
}
.site-header .header-top .header-email:hover,
.site-header .header-top .header-email:active,
.site-header .header-top .header-email:focus {
	color: #d5b25c;
	background-image: url("assets/images/icons/email-gold.png");
	text-decoration: underline;
}
.site-header .header-top .header-book:link,
.site-header .header-top .header-book:visited {
	color: #FFF;
	text-decoration: none;
}
.site-header .header-top .header-book:hover,
.site-header .header-top .header-book:active,
.site-header .header-top .header-book:focus {
	color: #354c86;
	text-decoration: underline;
}
.site-header .header-top .header-fb,
.site-header .header-top .header-tw,
.site-header .header-top .header-li,
.site-header .header-top .header-ins {
	width: 20px;
	height: 20px;
	display: inline-block;
	margin: 6px 0 0 5px;
}
.site-header .header-top .header-fb:link,
.site-header .header-top .header-fb:visited {
	background-image: url("assets/images/icons/facebook-white-outline.png");
	background-size: 20px auto;
	background-repeat: no-repeat;
	background-position:center center;
}
.site-header .header-top .header-fb:hover,
.site-header .header-top .header-fb:active,
.site-header .header-top .header-fb:focus {
	background-image: url("assets/images/icons/facebook-gold.png");
}
.site-header .header-top .header-tw:link,
.site-header .header-top .header-tw:visited {
	background-image: url("assets/images/icons/twitter-white-outline.png");
	background-size: 20px auto;
	background-repeat: no-repeat;
	background-position:center center;
}
.site-header .header-top .header-tw:hover,
.site-header .header-top .header-tw:active,
.site-header .header-top .header-tw:focus {
	background-image: url("assets/images/icons/twitter-gold.png");
}
.site-header .header-top .header-li:link,
.site-header .header-top .header-li:visited {
	background-image: url("assets/images/icons/linkedin-white-outline.png");
	background-size: 20px auto;
	background-repeat: no-repeat;
	background-position: center center;
}
.site-header .header-top .header-li:hover,
.site-header .header-top .header-li:active,
.site-header .header-top .header-li:focus {
	background-image: url("assets/images/icons/linkedin-gold.png");
}
.site-header .header-top .header-ins:link,
.site-header .header-top .header-ins:visited {
	background-image: url("assets/images/icons/instagram-white-outline.png");
	background-size: 20px auto;
	background-repeat: no-repeat;
	background-position: center center;
}
.site-header .header-top .header-ins:hover,
.site-header .header-top .header-ins:active,
.site-header .header-top .header-ins:focus {
	background-image: url("assets/images/icons/instagram-gold.png");
}
.site-header .header-top .header-search {
	max-width: 120px;
	margin: 0 20px 0 20px;
	padding: 0;
	display: inline-block;
}
.site-header .header-top .header-search input {
	font-size: 0.85rem;
	color: #000;
	border-radius: 20px;
	margin: 0;
	padding: 2px 10px;
	border: none;
}
.site-header .header-top .header-search input:hover,
.site-header .header-top .header-search input:focus {
	border: none;
}
.site-header .header-top .header-social {
	width: auto;
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
}
.site-header .site-branding {
	padding: 0;
	text-align: center;
	background-image: url("assets/images/TT-Emblem-grey.png");
	background-repeat: no-repeat;
	background-size: 140px auto;
	background-position: left center;
}
.site-header .custom-logo-link {
	padding: 20px;
}
.site-header .custom-logo-link img {
	vertical-align: middle;
	width:100%;
	max-width: 300px;
}

/* START NAV */

.navigation-top {
	border-top: none;
	border-bottom: none;
	background-color: #2A2B6B;
}
body.mega-menu-top .navigation-top .wrap {
	padding: 0;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	text-decoration: none;
}
body.mega-menu-top .navigation-top .client-login {
	width: 50%;
	border-radius: 0;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	background-color: #2A2B6B;
	font-weight: 500;
    font-size: 0.85rem;
	border-left: 1px solid #FFF;
	padding: 0;
	line-height: 40px;
}
body.mega-menu-top .navigation-top .client-login:link,
body.mega-menu-top .navigation-top .client-login:visited {
	background-color: #2A2B6B;
	color: #FFF;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
}
body.mega-menu-top .navigation-top .client-login:hover,
body.mega-menu-top .navigation-top .client-login:active,
body.mega-menu-top .navigation-top .client-login:focus {
	background-color: #000;
	color: #FFF;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
}
body.mega-menu-top .navigation-top #mega-menu-wrap-top .mega-menu-toggle .mega-toggle-blocks-left {
	justify-content: right;
}
body.mega-menu-top .navigation-top #mega-menu-wrap-top .mega-menu-toggle + #mega-menu-top {
	background-color: #FFF;
}
/* Default / Closed Parent link */
body.mega-menu-top .navigation-top #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link,
body.mega-menu-top .navigation-top #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link:link,
body.mega-menu-top .navigation-top #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link:visited {
	color: #000;
	height: auto;
	padding: 10px 15px;
	border-bottom: 1px solid #B2B2B2;
	background-color: #FFF;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
}
/* Default / Closed Parent link hover/active/focus */
body.mega-menu-top .navigation-top #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link:hover,
body.mega-menu-top .navigation-top #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link:active,
body.mega-menu-top .navigation-top #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link:focus {
	color: #FFF;
	background-color: #354c86;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
}
/* Hide the 'Client Login' menu item on mobile */
body.mega-menu-top .navigation-top #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item.cl_link {
	display: none;
}
/* Open parent link */
body.mega-menu-top .navigation-top #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
	color: #000;
	background-color: #FFF;
}
/* Sub-menu */
body.mega-menu-top .navigation-top #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu {
	background-color: #FFF;
}
/* Sub-menu Containing li */
body.mega-menu-top .navigation-top #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
	padding: 10px 5px 10px 5px;
}
/* Sub-menu links without children */
body.mega-menu-top .navigation-top #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
	color: #666;
	text-transform: capitalize;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #B2B2B2;
/* 	margin: 0 0 20px 0; */
}
/* Sub-menu links with children */
body.mega-menu-top .navigation-top #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
	color: #666;
	text-transform: capitalize;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #B2B2B2;
/* 	margin: 0 0 20px 0; */
}

		/* Sub-menu links with children */
		body.mega-menu-top .navigation-top #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,
		body.mega-menu-top .navigation-top #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:active,
		body.mega-menu-top .navigation-top #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus,
		body.mega-menu-top .navigation-top #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,
		body.mega-menu-top .navigation-top #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:active,
		body.mega-menu-top .navigation-top #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {
			color: #d5b25c;
			text-transform: capitalize;
			padding: 0 0 10px 0;
			border-bottom: 1px solid #d5b25c;
			font-weight: normal;
		}


/* Sub-menu child links */
body.mega-menu-top .navigation-top #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
	color: #000;
	padding: 5px 10px 5px 20px;
	background-image: url("assets/images/icons/arrow-gold.png");
	background-size: 9px auto;
	background-repeat: no-repeat;
	background-position: 0% 11px;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
}
/* Sub-menu child links hover/active/focus */
body.mega-menu-top .navigation-top #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover,
body.mega-menu-top .navigation-top #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:active,
body.mega-menu-top .navigation-top #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus {
	color: #FFF;
	background-color: #354c86;
	padding: 5px 10px 5px 30px;
	background-image: url("assets/images/icons/arrow-white.png");
	background-position: 10px 11px;
	border-radius: 4px;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
}

/* END NAV */



.single-featured-image-header {
	background-color: #F3F3F4;
    border-bottom: none;
    height: 260px;
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
	transition: all 0.7s;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
}
.single-featured-image-header img {
	margin: auto;
    z-index: 1;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.7s;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
	width: 100%;

/* 	height: 100%;
	width: auto;
	max-width: none; */
}

/*--------------------------------------------------------------
END Header
--------------------------------------------------------------*/

/*--------------------------------------------------------------
START FOOTER
--------------------------------------------------------------*/

.site-footer {
	background-color: #322646;
	background-image: url("assets/images/TT-Emblem-purple.png");
	background-repeat: no-repeat;
	background-size: 260px auto;
	background-position: top center;
}
.site-footer .wrap {
	max-width: 1200px;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 0;
}
.site-footer .wrap.bottom {
	padding-top: 0px;
	padding-bottom: 0px;
}
.site-footer .widget {
	padding: 0px;
}
.footer-block-1 {
	width: 100%;
	display: inline-block;
	padding: 0 0 30px 0;
	text-align: center;
	vertical-align: top;
}
.footer-block-2 {
	width: 100%;
	display: inline-block;
	padding: 0;
	text-align: center;
	vertical-align: top;
}
.footer-block-3 {
	width: 100%;
	padding: 0;
	display: flex;
	text-align: center;
	vertical-align: top;
	align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
}
.footer-block-1 p,
.footer-block-2 p,
.footer-block-3 p,
.footer-block-1 ul,
.footer-block-2 ul,
.footer-block-3 ul {
	color: #FFF;
	font-size: 0.85rem;
	padding: 0;
	margin: 0 0 15px 0;
	line-height: 19px;
}
.footer-block-3 p {
	margin: 0;
}
.site-footer .sra-wrap {
	width: 100%;
	height: auto;
	max-width: 275px;
	max-height: 163px;
	margin: 0;
	display: inline-block;
}
.site-footer .sra-wrap .sra-block {
	position: relative;
	padding-bottom: 59.1%;
	height: auto;
	overflow: hidden;
}
.footer-block-3 .footer-badge {
	width: 100%;
	height: auto;
	max-width: 200px;
	max-height: 163px;
	margin: 0 0 0 0;
	display: inline-block;
}

.site-footer .footer-logo {
	margin: 0 auto 30px auto;
	max-width: 350px;
}
.site-footer .h3 {
	color: #FFF;
}
.footer-contact {
	width: 100%;
	display: block;
	margin: 0;
}
.site-footer #block-7.widget {
	display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.site-footer #block-7.widget::before,
.site-footer #block-8.widget::before {
	content: none;
}
.footer-contact .footer-location-block {
	width: 50%;
	display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
	margin: 0 0 30px 0;
	padding: 0;
	text-align: center;
}
.footer-contact .footer-location-block .h3 {
	margin-bottom: 0;
}
.footer-social-block {
	width: 100%;
	display: block;
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
}
.footer-social-block p,
.footer-block-2 .footer-social-block p {
	margin: 0;
}
.site-footer .footer-address,
.site-footer .footer-tel,
.site-footer .footer-fax,
.site-footer .footer-email {
	color: #FFF;
	display: inline-block;
	margin: 0 0 0 0;
	padding: 5px 0px 5px 27px;
	font-size: 0.85rem;
}
.site-footer .footer-address {
	color: #FFF;
	margin: 0 0 5px 0;
	padding: 27px 5px 5px 5px;
	background-image: url("assets/images/icons/address-white.png");
	background-size: 22px auto;
	background-repeat: no-repeat;
	background-position: 50% 0;
	width: auto;
}
.site-footer .footer-tel:link,
.site-footer .footer-tel:visited {
	color: #FFF;
	background-image: url("assets/images/icons/tel-white.png");
	background-size: 22px auto;
	background-repeat: no-repeat;
	background-position: 0 5px;
	text-decoration: none;
}
.site-footer .footer-tel:hover,
.site-footer .footer-tel:active,
.site-footer .footer-tel:focus {
	color: #d5b25c;
	background-image: url("assets/images/icons/tel-gold.png");
	text-decoration: none;
}
.site-footer .footer-fax:link,
.site-footer .footer-fax:visited {
	color: #FFF;
	background-image: url("assets/images/icons/fax-white.png");
	background-size: 22px auto;
	background-repeat: no-repeat;
	background-position: 0 5px;
	text-decoration: none;
}
.site-footer .footer-fax:hover,
.site-footer .footer-fax:active,
.site-footer .footer-fax:focus {
	color: #d5b25c;
	background-image: url("assets/images/icons/fax-gold.png");
	text-decoration: none;
}
.site-footer .footer-email:link,
.site-footer .footer-email:visited {
	color: #FFF;
	background-image: url("assets/images/icons/email-white.png");
	background-size: 22px auto;
	background-repeat: no-repeat;
	background-position: 0 5px;
	text-decoration: none;
}
.site-footer .footer-email:hover,
.site-footer .footer-email:active,
.site-footer .footer-email:focus {
	color: #d5b25c;
	background-image: url("assets/images/icons/email-gold.png");
	text-decoration: underline;
}
.site-footer .footer-tw,
.site-footer .footer-li,
.site-footer .footer-fb,
.site-footer .footer-ins {
	width: 20px;
	height: 20px;
	display: inline-block;
	margin: 0 10px 0 0;
}
a.contact-tw,
a.contact-li,
a.contact-fb,
a.contact-ins {
	width: 20px;
	height: 20px;
	display: inline-block;
	margin: 0 10px 0 0;
	background-color:#334D86;
	padding:20px;
}
.site-footer .footer-fb:link,
.site-footer .footer-fb:visited,
.contact-fb:link,
.contact-fb:visited {
	background-image: url("assets/images/icons/facebook-white.png");
	background-size: 20px auto;
	background-repeat: no-repeat;
	background-position:center center;
}
.site-footer .footer-fb:hover,
.site-footer .footer-fb:active,
.site-footer .footer-fb:focus,
.contact-fb:hover,
.contact-fb:active,
.contact-fb:focus {
	background-image: url("assets/images/icons/facebook-gold.png");
}
.site-footer .footer-tw:link,
.site-footer .footer-tw:visited,
.contact-tw:link,
.contact-tw:visited {
	background-image: url("assets/images/icons/twitter-white.png");
	background-size: 20px auto;
	background-repeat: no-repeat;
	background-position:center center;
}
.site-footer .footer-tw:hover,
.site-footer .footer-tw:active,
.site-footer .footer-tw:focus,
.contact-tw:hover,
.contact-tw:active,
.contact-tw:focus {
	background-image: url("assets/images/icons/twitter-gold.png");
}
.site-footer .footer-li:link,
.site-footer .footer-li:visited,
.contact-li:link,
.contact-li:visited {
	background-image: url("assets/images/icons/linkedin-white.png");
	background-size: 20px auto;
	background-repeat: no-repeat;
	background-position: center center;
}
.site-footer .footer-li:hover,
.site-footer .footer-li:active,
.site-footer .footer-li:focus,
.contact-li:hover,
.contact-li:active,
.contact-li:focus {
	background-image: url("assets/images/icons/linkedin-gold.png");
}
.site-footer .footer-ins:link,
.site-footer .footer-ins:visited,
.contact-ins:link,
.contact-ins:visited {
	background-image: url("assets/images/icons/instagram-white.png");
	background-size: 20px auto;
	background-repeat: no-repeat;
	background-position: center center;
}
.site-footer .footer-ins:hover,
.site-footer .footer-ins:active,
.site-footer .footer-ins:focus,
.contact-ins:hover,
.contact-ins:active,
.contact-ins:focus {
	background-image: url("assets/images/icons/instagram-gold.png");
}
a.contact-fb:hover,
a.contact-fb:active,
a.contact-fb:focus,
a.contact-tw:hover,
a.contact-tw:active,
a.contact-tw:focus,
a.contact-li:hover,
a.contact-li:active,
a.contact-li:focus {
	background-color: #d5b25c;
}

.site-footer .footer-bottom {
	font-size: 0.85rem;
	color: #FFF;
	text-align: center;
}
.site-footer .footer-bottom .copyright {
	width: 100%;
	font-size: 0.85rem;
	margin: 0 0 5px 0;
	padding: 0;
	color: #FFF;
}
.site-footer .footer-bottom .website {
	width: 100%;
	font-size: 0.85rem;
	margin: 0 0 30px 0;
	padding: 0;
	color: #FFF;
}
.site-footer .footer-bottom .website a:link,
.site-footer .footer-bottom .website a:visited {
	color: #FFF;
	text-decoration: none;
}
.site-footer .footer-bottom .website a:hover,
.site-footer .footer-bottom .website a:active,
.site-footer .footer-bottom .website a:focus {
	color: #d5b25c;
	text-decoration: underline;
}


/* START - FOOTER NAV */

footer.site-footer .footer-navigation {
	margin: 0 0 25px 0;
	text-align: center;
}
footer.site-footer .footer-navigation .footer-navigation-wrapper {
	margin: 0;
}
footer.site-footer .footer-navigation .footer-navigation-wrapper li {
	display: inline-block;
	line-height: 1.6rem;
}
footer.site-footer .footer-navigation .footer-navigation-wrapper li a {
	position: relative;
	padding: 5px 15px;
}
footer.site-footer a:link,
footer.site-footer a:visited,
footer.site-footer .footer-navigation .footer-navigation-wrapper li a:link,
footer.site-footer .footer-navigation .footer-navigation-wrapper li a:visited {
	color: #FFF;
	text-decoration: none;
}
footer.site-footer a:hover,
footer.site-footer a:active,
footer.site-footer a:focus,
footer.site-footer .footer-navigation .footer-navigation-wrapper li a:hover,
footer.site-footer .footer-navigation .footer-navigation-wrapper li a:active,
footer.site-footer .footer-navigation .footer-navigation-wrapper li a:focus {
	color: #d5b25c;
	background-color: inherit;
	outline: none;
	text-decoration: underline;
}
footer.site-footer .footer-navigation .footer-navigation-wrapper li a::after {
	content: "";
	border-right: 1px solid #FFF;
	position: absolute;
	right: 0;
	top: 20%;
	height: 60%;
}
footer.site-footer .footer-navigation .footer-navigation-wrapper li:last-of-type a::after {
	display: none;
}
.littlesteps.no-widgets .site-footer {
	margin-top: 0;
}

/* END - FOOTER NAV */

/*--------------------------------------------------------------
END FOOTER
--------------------------------------------------------------*/

.site-content {
	padding: 0;
}

.two-col-left {
	width: 100%;
	display: block;
	float: left;
	clear: both;
	margin: 0 0 0 0;
	text-align: left;
}
.two-col-right {
	width: 100%;
	display: block;
	float: left;
	clear: both;
	margin: 0 0 0 0;
	padding: 0;
}
.entry-header {
	width: 100%;
	margin: 20px 0 0 0;
	padding: 0;
	float: left;
	clear: both;
	display: block;
}
.entry-header.center,
.entry-content.center,
.center {
	text-align: center;
}
.entry-content {
	width: 100%;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	clear: both;
}
.two-col-left .entry-header,
.two-col-left.entry-content {
	text-align: left;
}

/* Start - News Index blocks */

.single-post:not(.has-sidebar) #primary {
	width: 100%;
	max-width: 100%;
}
.blog:not(.has-sidebar) #primary article.blog-block,
.blog-block {
	width: 100%;
	display: inline-block;
	clear: both;
	margin: 0 0 25px 0;
	padding: 0;
	font-size: 0;
	float: none;
}
.blog:not(.has-sidebar) #primary article.blog-block a,
.blog-block a {
	display: block;
	position: relative;
}
.blog-block-img {
	width: 100%;
	display: inline-block;
	clear: both;
	margin: 0 0 0 0;
	padding: 0;
	line-height: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 1;
	position: relative;
	overflow: hidden;
	max-height: 284px;
}
.blog-block-img img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.blog-block-text {
	width: 100%;
	display: inline-block;
	clear: both;
	margin: 0;
	padding: 15px;
	z-index: 2;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color:rgba(255,255,255,0.85);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.blog-block-text h4 {
	color: #354c86;
	padding: 0;
	margin: 0 0 0 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 100%;
	text-align: left;
	font-size: 1.2rem;
	text-transform: capitalize;
}
.blog-block-text p {
	text-align: left;
	color: #000;
	padding: 0;
	margin: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.blog-block a:hover .blog-block-img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.blog-block a:hover .blog-block-img img {
	transform: scale(1.25);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.blog-block a:hover .blog-block-text {
	color: #FFF;
	background-color: #354c86;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.blog-block a:hover .blog-block-text h4,
.blog-block a:hover .blog-block-text p {
	color: #FFFFFF;
}

/* END - News Index blocks */


/* START - Child blocks */

.child-page-block {
	width: 48%;
	display: inline-block;
	clear: both;
	margin: 0 2% 15px 0;
	padding: 0;
	font-size: 0;
	vertical-align: top;
	/*box-shadow: 0px 0px 30px 2px rgb(0 0 0 / 15%);*/
	border-radius: 20px;
    overflow: hidden;
}
.child-page-block:nth-of-type(2n) {
	margin: 0 0 15px 2%;
}
.child-page-block.articles {
	width: 100%;
	margin: 0 0 15px 0;
}
.child-page-block a {
	display: block;
	position: relative;
}
.child-page-block-img {
	width: 100%;
	display: inline-block;
	clear: both;
	margin: 0 0 0 0;
	padding: 0;
	line-height: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 1;
	position: relative;
	overflow: hidden;
	max-height: 142px;
}
.child-page-block-img.profile-list {
	max-height: 300px;
}
.child-page-block-img img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.child-page-block-img.profile-list img {

}
.child-page-block-text {
	width: 100%;
	display: inline-block;
	clear: both;
	margin: 0;
	padding: 30px 30px;
	text-align: center;
	background-color:#f0f0f1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.child-page-block-text h4 {
	color: #334D86;
	padding: 0;
	margin: 0 0 0 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 100%;
	font-size: 1rem;
	text-transform: capitalize;
}

.child-page-block-text span {
	color: #000;
	padding: 0;
	margin: 0;
	font-size: 1rem;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.child-page-block-text .position-title {
	color: #767676;
	padding: 0;
	margin: 0;
	font-size: 0.85rem;
}
.child-page-block a:hover .child-page-block-img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.child-page-block a:hover .child-page-block-img img {
	transform: scale(1.25);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.child-page-block a:hover .child-page-block-text {
	color: #FFF;
	background-color: #354c86;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.child-page-block a:hover .child-page-block-text h4,
.child-page-block a:hover .child-page-block-text span {
	color: #FFFFFF;
}
.child-page-block-profile-links {
	width: 100%;
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color:#FFF;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.child-page-block-profile-links .profile-links-email {
	width: 25%;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	background-color:#FFF;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.child-page-block-profile-links .profile-links-tel {
	width: 25%;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	background-color:#FFF;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.child-page-block-profile-links .profile-links-btn {
	width: 50%;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	background-color:#FFF;
	border-top: 1px solid #ccc;
}
.child-page-block-profile-links .profile-links-btn .show_hide {
	display: none;
}
.child-page-block-profile-links .profile-links-email a.profile-list-email,
.child-page-block-profile-links .profile-links-email a.profile-list-email:link,
.child-page-block-profile-links .profile-links-email a.profile-list-email:visited {
	width: 100%;
	height: 40px;
	display: block;
	background-image: url("assets/images/icons/email-black.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px auto;
}
.child-page-block-profile-links .profile-links-email a.profile-list-email:hover,
.child-page-block-profile-links .profile-links-email a.profile-list-email:active,
.child-page-block-profile-links .profile-links-email a.profile-list-email:focus {
	background-image: url("assets/images/icons/email-white.png");
	background-color: #354c86;
}
.child-page-block-profile-links .profile-links-tel a.profile-list-tel,
.child-page-block-profile-links .profile-links-tel a.profile-list-tel:link,
.child-page-block-profile-links .profile-links-tel a.profile-list-tel:visited {
	width: 100%;
	height: 40px;
	display: block;
	background-image: url("assets/images/icons/tel-black.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px auto;
}
.child-page-block-profile-links .profile-links-tel a.profile-list-tel:hover,
.child-page-block-profile-links .profile-links-tel a.profile-list-tel:active,
.child-page-block-profile-links .profile-links-tel a.profile-list-tel:focus {
	background-image: url("assets/images/icons/tel-white.png");
	background-color: #354c86;
}
.child-page-block-profile-links .profile-links-btn a.profile-list-btn,
.child-page-block-profile-links .profile-links-btn a.profile-list-btn:link,
.child-page-block-profile-links .profile-links-btn a.profile-list-btn:visited {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: block;
	color: #000;
	font-size: 0.9rem;
}
.child-page-block-profile-links .profile-links-btn a.profile-list-btn:hover,
.child-page-block-profile-links .profile-links-btn a.profile-list-btn:active,
.child-page-block-profile-links .profile-links-btn a.profile-list-btn:focus {
	background-color: #354c86;
	color: #FFF;
}

.child-page-block.articles .child-page-block-text {
	text-align: left;
}
.child-page-block.articles .excerpt {
	margin: 20px 0 20px 0;
}
.child-page-block.articles .read-more-btn {
	display: inline-block;
	width: auto;
	padding: 10px 25px;
	background-color: #d5b25c;
	color: #FFF;
	text-transform: none;
	text-align: center;
	font-size: 1rem;
	font-weight: 600;
	border-radius: 40px;
	margin: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.child-page-block a:hover .excerpt {
	color: #FFFFFF;
}
.child-page-block a:hover span.read-more-btn {
	background-color: #FFFFFF;
	color: #354c86;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

/* Start Staff Profile Blocks */
.staff .child-page-block {
	width: 100%;
	margin: 0 0 15px 0;
}
.staff .child-page-block:nth-of-type(2n) {
	margin: 0 0 15px 0;
}
.staff .child-page-block-img.profile-list {
	max-height: 380px;
}
.staff .child-page-block-text {
	padding: 30px 15px;
}
/* End Staff Profile Blocks */

.prev-link,
.next-link {
	font-size: 1rem;
	margin: 20px;
}

/* END - Child blocks */

/* Start Contact Form Responses */

/* Success */
.wpcf7 form.sent .wpcf7-response-output {
	background-color: #80B73F;
	color: #FFF;
	padding: 15px;
	border: none;
	font-size: 1rem;
	margin: 30px 0;
}

/* Error */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	background-color: #AD1220;
	color: #FFF;
	padding: 15px;
	border: none;
	font-size: 1rem;
	margin: 30px 0;
}

/* End Contact Form Responses */

.sml-col-fix-1 {
	display: inline-block;
}
.sml-col-fix-2 {
	display: none;
}
.half-block-left {
	width: 100%;
	display: block;
	float: left;
	margin: 0 0 20px 0;
	clear: both;
}
.half-block-right {
	width: 100%;
	display: block;
	float: left;
	margin: 0 0 20px 0;
	clear: both;
}
.profile-pic-container {
	width: 100%;
	display: block;
	float: left;
	margin: 0 0 0 0;
	clear: both;
	max-height: 500px;
	overflow: hidden;
}
body:not(.twentyseventeen-front-page) .entry-header {
	padding: 0;
}
body:not(.twentyseventeen-front-page) .entry-header.profile,
.entry-header.profile {
	background-color: #354c86;
	padding: 30px 30px 30px 30px;
	color: #FFF;
	margin: 0 0 0 0;
}
.entry-content.profile {
	padding: 30px;
	margin: 0 0 40px 0;
}
.profile-content {
	width: 100%;
	display: block;
	background-color: #FFF;
	padding: 0;
	margin: 0;
}
.profile-content h2 {
	text-align: center;
	color: #000;
	padding: 40px 20px 40px 20px;
	border-bottom: 1px solid #ccc;
    margin: 0 0 40px 0;
}
.profile-excerpt {
	color: #FFF;
	margin: 0 0 30px 0;
}
a.parent-link,
a.parent-link:link,
a.parent-link:visited {
	position: relative;
	text-decoration: none;
	padding: 10px 0 10px 0;
	color: #354c86;
	margin: 0 0 10px 0;
    display: inline-block;
}
a.parent-link::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 110%;
	background-color: #354c86;
}
a.parent-link:hover,
a.parent-link:active,
a.parent-link:focus {
	text-decoration: none;
	color: #d5b25c;
}
a.parent-link:hover::after,
a.parent-link:active::after,
a.parent-link:focus::after {
	background-color: #d5b25c;
}
.entry-header.profile a.parent-link,
.entry-header.profile a.parent-link:link,
.entry-header.profile a.parent-link:visited {
	color: #FFF;
}
.entry-header.profile a.parent-link::after {
	background-color: #FFF;
}
.entry-header.profile a.parent-link:hover,
.entry-header.profile a.parent-link:active,
.entry-header.profile a.parent-link:focus {
	color: #d5b25c;
}
.entry-header.profile a.parent-link:hover::after,
.entry-header.profile a.parent-link:active::after,
.entry-header.profile a.parent-link:focus::after {
	background-color: #d5b25c;
}

.entry-header.profile h1,
.entry-header.profile h2,
.entry-header.profile h3,
.entry-header.profile h4,
.entry-header.profile h5,
.entry-header.profile h6 {
	color: #FFF;
	margin: 0 0 10px 0;
}
.entry-header.profile h1 {
	margin: 0;
}
.entry-header.profile .jobtitle {
	color: #d5b25c;
    font-size: 1rem;
	margin-bottom: 20px;
}
a.profile-email,
a.profile-email:link,
a.profile-email:visited {
	display: inline-block;
	width: auto;
	float: left;
	clear: both;
	padding: 5px 10px 5px 27px;
	margin: 0 0 5px 0;
	color: #FFF;
	background-image: url("assets/images/icons/email-white.png");
	background-size: 22px auto;
	background-repeat: no-repeat;
	background-position: 0 6px;
	text-decoration: none;
}
a.profile-email:hover,
a.profile-email:active,
a.profile-email:focus {
	color: #d5b25c;
	background-image: url("assets/images/icons/email-gold.png");
}
a.profile-tel,
a.profile-tel:link,
a.profile-tel:visited {
	display: inline-block;
	width: auto;
	float: left;
	clear: both;
	padding: 5px 10px 5px 27px;
	margin: 0 0 5px 0;
	color: #FFF;
	background-image: url("assets/images/icons/tel-white.png");
	background-size: 22px auto;
	background-repeat: no-repeat;
	background-position: 0 6px;
	text-decoration: none;
}
a.profile-tel:hover,
a.profile-tel:active,
a.profile-tel:focus {
	color: #d5b25c;
	background-image: url("assets/images/icons/tel-gold.png");
}
a.profile-fax,
a.profile-fax:link,
a.profile-fax:visited {
	display: inline-block;
	width: auto;
	float: left;
	clear: both;
	padding: 5px 10px 5px 27px;
	margin: 0 0 5px 0;
	color: #FFF;
	background-image: url("assets/images/icons/fax-white.png");
	background-size: 22px auto;
	background-repeat: no-repeat;
	background-position: 0 6px;
	text-decoration: none;
}
a.profile-fax:hover,
a.profile-fax:active,
a.profile-fax:focus {
	color: #d5b25c;
	background-image: url("assets/images/icons/fax-gold.png");
}
a.profile-LinkedIn,
a.profile-LinkedIn:link,
a.profile-LinkedIn:visited {
	display: inline-block;
	width: auto;
	max-width: 50%;
	float: left;
	clear: both;
	padding: 30px 10px 5px 0px;
	margin: 10px 0 0 0;
	color: #FFF;
	background-image: url("assets/images/icons/linkedin-logo-white.png");
	background-size: 102px auto;
	background-repeat: no-repeat;
	background-position: 0 0px;
	text-decoration: none;
}

a.profile-LinkedIn:hover,
a.profile-LinkedIn:active,
a.profile-LinkedIn:focus {
	color: #d5b25c;
	background-image: url("assets/images/icons/linkedin-logo-gold.png");
}
.profile-welsh-speaker {
	width: 66px;
	height: auto;
	float: right;
	margin: 20px 0 40px 0;
}
.profile-section {
	margin: 0 0 30px 0;
}
.profile-section.no-list li {
	margin: 0 30px 30px 0;
}
.profile-section.no-list li::before {
	display: none;
}
li.award-item {
	max-width: 150px;
	display: inline-block;
}
.award-link {
	display: inline-block;
}
img.award-img {
	width: 100%;
	display: block;
}
.award-title {
	display: block;
	width: 100%;
	padding: 6px;
	text-align: center;
	background-color: #ccc;
}
.entry-content a img, .comment-content a img, .widget a img {
	box-shadow: none;
}
.review-block {
	width: 100%;
	display: block;
	margin: 0 0 30px 0;
	padding: 30px 30px 80px 30px;
	text-align: center;
/* 	background-image: linear-gradient(#354c86, #84140A); */
    background-color: #bbb;
	border-radius: 240px;
	-o-border-radius: 240px;
	-moz-border-radius: 240px;
	-webkit-border-radius: 240px;
	color: #FFF;
}
.review-block h1,
.review-block h2,
.review-block h3,
.review-block h4,
.review-block h5,
.review-block h6 {
	color: #FFF;
	margin: 15px 0 2px 0;
}
.review-block-quote {
	display: block;
	width: 100%;
	padding: 0px 0 0 0;
	position: relative;
}
/* .review-block-quote::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 107px;
	height: 80px;
	background-image: url("assets/images/icons/open-quote.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 107px 80px;
}
.review-block-quote::after {
	content: "";
	position: absolute;
	bottom: 10px;
	right: 0;
	z-index: 1;
	width: 107px;
	height: 80px;
	background-image: url("assets/images/icons/close-quote.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 107px 80px;
} */
.review-block-body {
	display: block;
	width: 100%;
	color: #2A2B6B;
	border-radius: 0 40px 0 40px;
	padding: 30px;
	position: relative;
	z-index: 2;
}
.review-block-name {
	display: block;
	margin: 20px 0 0 0;
	color: #000;
	font-weight: 900;
}
.review-block a.read-more-link,
.review-block a.read-more-link:link,
.review-block a.read-more-link:visited {
	position: relative;
	text-decoration: none;
	padding: 10px 0 10px 0;
	color: #FFF;
	margin: 20px 0 10px 0;
    display: inline-block;
	z-index: 2;
}
.review-block a.read-more-link::after {
	content: "";
	position: absolute;
	left: -5%;
	bottom: 0;
	height: 1px;
	width: 110%;
	background-color: #FFF;
}
.review-block a.read-more-link:hover,
.review-block a.read-more-link:active,
.review-block a.read-more-link:focus {
	text-decoration: none;
	color: #000;
}
.review-block a.read-more-link:hover::after,
.review-block a.read-more-link:active::after,
.review-block a.read-more-link:focus::after {
	background-color: #000;
}

.tel-link,
.email-link {
	color: #000;
	display: inline-block;
	margin: 0 0 10px 0;
	padding: 5px 10px 5px 27px;
	font-size: 1rem;
}
.tel-link:link,
.tel-link:visited {
	color: #000;
	background-image: url("assets/images/icons/tel-black.png");
	background-size: 22px auto;
	background-repeat: no-repeat;
	background-position: 0 5px;
	text-decoration: none;
}
.tel-link:hover,
.tel-link:active,
.tel-link:focus {
	color: #354c86;
	background-image: url("assets/images/icons/tel-gold.png");
	text-decoration: none;
}
.email-link:link,
.email-link:visited {
	color: #000;
	background-image: url("assets/images/icons/email-black.png");
	background-size: 22px auto;
	background-repeat: no-repeat;
	background-position: 0 5px;
	text-decoration: none;
}
.email-link:hover,
.email-link:active,
.email-link:focus {
	color: #354c86;
	background-image: url("assets/images/icons/email-gold.png");
	text-decoration: underline;
}
.sidebar-block {
	background-color: #EDEDED;
	padding: 15px;
	margin: 20px 0 30px 0;
}
.sidebar-block .wpcf7 input,
.sidebar-block .wpcf7 textarea {
	border: none;
}
.sidebar-block .wpcf7 input[type="submit"] {
	border: none;
	line-height: 20px;
	border-radius: 20px;
	display: block;
    margin: 0 auto;
}

/* START - FAQs accordion */

.faq_block {
	width: 100%;
	display: block;
	float: left;
	margin: 0 0 0 0;
	border-bottom: 1px solid #CCC;
}
.faq_block.last {
	margin: 0 0 30px 0;
}
.faq_block a.faq_block_link {
	width: 100%;
	display: block;
	padding: 15px 15px 15px 30px;
	box-sizing: border-box;
	font-size: 1rem;
	color: #000;
	-webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
	background-image: url("assets/images/icons/faq-collapse-grey.png");
	background-position: 99% 50%;
	background-repeat: no-repeat;
	background-size: 20px auto;
	outline: none;
	text-decoration: none;
	position: relative;
	text-align:left;
}
.faq_block a.faq_block_link::before {
	content: "";
	position: absolute;
	top: 20px;
	left: 10px;
	width: 9px;
	height: 13px;
	background-image: url("assets/images/icons/arrow-gold.png");
	background-size: 9px 13px;
	background-repeat: no-repeat;
	background-position: center center;
}
.faq_block a.faq_block_link.closed {
	background-image: url("assets/images/icons/faq-expand-grey.png");
	background-position: 99% 50%;
	background-repeat: no-repeat;
	background-size: 20px auto;
	outline: none;
}
.faq_block a.faq_block_link:hover,
.faq_block a.faq_block_link:active {
	color: #E30613;
	-webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
	outline: none;
	background-image: url("assets/images/icons/faq-collapse-black.png");
	background-position: 99% 50%;
	background-repeat: no-repeat;
	background-size: 20px auto;
}
.faq_block a.faq_block_link.closed:hover,
.faq_block a.faq_block_link.closed:active {
	color: #E30613;
	-webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
	outline: none;
	background-image: url("assets/images/icons/faq-expand-black.png");
	background-position: 99% 50%;
	background-repeat: no-repeat;
	background-size: 20px auto;
}
.faq_block .faq_block_content {
	width: 100%;
	display: block;
	padding: 5px;
	box-sizing: border-box;
}
.faq_block .faq_block_content p {
	text-align: justify;
}

/* END - FAQs accordion */


	/* START - Child Sector Page Menu */

	ul.sector-links {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
	}

	ul.sector-links > li.sector-link-item {
		display: block;
		float: left;
		width: 100%;
		margin: 0;
		text-align: left;
	}
	ul.sector-links > li.sector-link-item::before {
		display: none;
	}
	ul.sector-links > li.sector-link-item > a.sector-link,
	ul.sector-links > li.sector-link-item > a.sector-link:link,
	ul.sector-links > li.sector-link-item > a.sector-link:visited {
		display: inline-block;
		width: 100%;
		text-align: center;
		margin: 0 0 0 0;
		color: #000;
		padding: 10px 10px 10px 20px;
		background-color: #FFF;
		transition: all 0.2s;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
	}
	/* Default / Closed Parent link hover/active/focus */
	ul.sector-links > li.sector-link-item > a.sector-link:hover,
	ul.sector-links > li.sector-link-item > a.sector-link:active,
	ul.sector-links > li.sector-link-item > a.sector-link:focus {
		background-color: #eee;
		transition: all 0.2s;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
	}
	ul.sector-links > li.sector-link-item > a.sector-link .sectior-icon {
		max-width: 60px;
		margin: 0 0 10px 0;
	}

	.sector-link-item h2 {
	  color: #354c86;
		font-size: 16px;
		font-size: 1rem;
		text-align:center;
	}
	.sector-link-item p {
		color: #bbb;
		font-size: 14px;
		font-size: 0.9rem;
		text-align:center;
	}

	.sector-link-item .sector-button {
		color:#d5b25c;
		padding: 0;
		text-align:center;
	}
	h4.other-sector,
	h3.other-sector {
		color: #354c86;
		font-size: 26px;
		font-size: 2.188rem;
		text-align:center;
		margin-top: 40px;
		padding: 1.5em 0 0;
	}
	h4.other-sector.no-gap,
	h3.other-sector.no-gap {
		padding: 0;
		margin-top: 0;
	}

/* END - Child Sector Page Menu */

ul.links2col {
	font-size: 1rem;
	margin: 20px 0 30px 0;
	column-count: 1;
}
ul.links3col {
	font-size: 1rem;
	margin: 20px 0 30px 0;
	column-count: 1;
}
ul.conditions-links li {
	list-style:none;
	background-image: url(/wp-content/themes/thomasandthomas/assets/images/icons/arrow-gold.png);
	background-position: 0% 3px;
	background-size: auto 20px;
	background-repeat: no-repeat;
	padding: 0 0 0 30px;
	margin: 0 0 1rem 0;
}
ul.conditions-links li:before,
ul.conditions-links li:after{
	display:none;
}
.gold-arrow-title {
	background-image: url(/wp-content/themes/thomasandthomas/assets/images/icons/arrow-gold.png);
	background-position: 0% 0px;
	background-size: auto 20px;
	background-repeat: no-repeat;
	padding: 0 0 0 30px;
	margin: 20px 0 10px 0
}
.gold-arrow-content {
	padding: 0 0 0 30px;
}
.grey-box {
	background-color: #f0f0f1;
}
.grey-pattern {
	background-color: #FFF;
	background-image: url("assets/images/backgrounds/abstract-triangle-background.png");
	background-position: top left;
	background-repeat: repeat;
	background-size: 170px;
	padding: 40px 0 40px 0;
}
.grey-form-block {
	background-color: #f0f0f1;
	padding: 40px 0 40px 0;
}

.logo-list {
	max-width: 200px;
	height: auto;
	float: left;
	margin: 0 30px 30px 0;
}

.home-featured-img {
	background-color: #F3F3F4;
	font-size: 0;
}
.home-featured-img a {
	display: block;
}

.home-service-block {
	width: 100%;
	display: block;
	float: left;
	margin: 30px 0 30px 0;
	padding: 0px;
	text-align: center;
}
.home-service-block a {
	width: 100%;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.home-service-block h2 {
	color: #2A2B6B;
	font-weight: 700;
	margin: 0 0 15px 0;
	padding: 70px 0 0 0;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 65px auto;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.home-service-block p.service-text {
	margin: 0 0 15px 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.home-service-block p.link-underline {
	position: relative;
	text-decoration: none;
	padding: 0 0 10px 0;
	color: #000000;
	margin: 0;
    display: inline-block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.home-service-block p.link-underline span {
	z-index: 2;
	color: #000000;
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.home-service-block p.link-underline::after {
	content: "";
	position: absolute;
	left: -5%;
	bottom: 0;
	height: 4px;
	width: 110%;
	z-index: 1;
	background-color: #354c86;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.home-service-block.service-1 h2 {
	background-image: url("assets/images/icons/Business-Sectors-Icon.png");
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.home-service-block.service-2 h2 {
	background-image: url("assets/images/icons/Commercial-Services-Icon.png");
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.home-service-block.service-3 h2 {
	background-image: url("assets/images/icons/Private-Client-Services-Icon.png");
	background-size: 60px auto;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.home-service-block.service-1 a:hover h2,
.home-service-block.service-1 a:focus h2,
.home-service-block.service-1 a:active h2 {
	background-image: url("assets/images/icons/Business-Sectors-Icon-Red.png");
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.home-service-block.service-2 a:hover h2,
.home-service-block.service-2 a:focus h2,
.home-service-block.service-2 a:active h2 {
	background-image: url("assets/images/icons/Commercial-Services-Icon-Red.png");
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.home-service-block.service-3 a:hover h2,
.home-service-block.service-3 a:focus h2,
.home-service-block.service-3 a:active h2 {
	background-image: url("assets/images/icons/Private-Client-Services-Icon-Red.png");
	background-size: 60px auto;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.home-service-block a:hover p.link-underline span,
.home-service-block a:focus p.link-underline span,
.home-service-block a:active p.link-underline span {
	color: #FFF;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.home-service-block a:hover p.link-underline::after,
.home-service-block a:focus p.link-underline::after,
.home-service-block a:active p.link-underline::after {
    left: -15%;
    height: 123%;
    width: 130%;
    border-radius: 50px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}


.main-image-block {
	width: 100%;
	display: block;
	float: left;
	margin: 0 0 30px 0;
	padding: 0px;
	text-align: left;
	min-height: 400px;
	background-repeat: no-repeat;
	background-size: cover;
}
.main-image-block a {
	width: 100%;
	display: block;
	float: left;
	margin: 0;
	padding: 80px 0 80px 0;
	min-height: 400px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.main-image-block h3 {
	font-size: 2rem;
}
.main-image-block h3,
.main-image-block p {
	color: #FFF;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.main-image-block p {
	font-size: 1rem;
}
.main-image-block .banner_btn {
	width: auto;
	display: inline-block;
	background-color: #FFF;
	color: #2A2B6B;
	padding: 5px 15px;
	border-radius: 40px;
	margin: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.main-image-block a:hover .banner_btn,
.main-image-block a:focus .banner_btn,
.main-image-block a:active .banner_btn {
	background-color: #354c86;
	color: #FFF;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.full-banner {
	width: 100%;
	display: block;
	float: left;
	margin: 0 0 30px 0;
	padding: 0px;
	text-align: center;
	min-height: 350px;
	background-repeat: no-repeat;
	background-size: cover;
}
.full-banner a {
	width: 100%;
	display: block;
	float: left;
	margin: 0;
	padding: 100px 0 100px 0;
	min-height: 350px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.full-banner h3 {
	font-size: 2rem;
}
.full-banner h3,
.full-banner p {
	color: #FFF;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.full-banner .banner_btn {
	width: auto;
	display: inline-block;
	background-color: #FFF;
	color: #2A2B6B;
	padding: 5px 15px;
	border-radius: 40px;
	margin: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.full-banner a:hover .banner_btn,
.full-banner a:focus .banner_btn,
.full-banner a:active .banner_btn {
	background-color: #354c86;
	color: #FFF;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.logos-block {
	margin: 20px 0 0px 0;
	display: flex;
    align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}
.logos-block .footer-img-block {
	margin: 0 20px 20px 0;
	padding: 0;
	width: auto;
	max-width: calc(50% - 20px);
}
.logos-block .footer-img-block img {
	display: block;
	margin: 0;
	width: 100%;
	max-width: 150px;
	max-height: 75px;
}

.mailing-list-block {
	background-color: #EDEDED;
	margin: 0 0 0 0;
	padding: 30px 20px;
	text-align: center;
}
.mailing-list-block .ml-title {
	color: #2A2B6B;
	margin: 0 20px 10px 10px;
	padding: 30px 0 0 0;
	text-align: center;
	font-weight: 700;
	background-image: url("assets/images/icons/Mail-Icon.png");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 30px auto;
}
.mailing-list-block input[type=email] {
	margin: 0 auto 10px auto;
	max-width: 400px;
}

.search-forms-container {
	margin: 0;
	display: block;
	width: 100%;
}
.search-forms-container form {
	width: 100%;
	margin: 0 0 10px 0;
}
.search-forms-container select {
	width: 100%;
	margin: 0 0 20px 0;
	height: 50px;
	padding: 10px;
	background-color: #FFF;
}
.search-forms-container .search_people_label {
	font-size: 1rem;
	text-align: left;
	font-weight: 300;
}

.invoice-form,
.account-form {
	display:none;
	padding: 30px;
}
.login-form {
	width: 100%;
	margin: 0 auto;
}
.login-form .FormLabel {
	text-align: left;
	font-size: 1rem;
}
.login-form .FormLabel.required::after {
	content: '*';
	color: #c40000;
	font-size: 0.85rem;
    vertical-align: super;
	padding: 0 0 0 5px;
}
.login-form input {
	margin: 0 0 20px 0;
}
.login-form input[type=submit] {
	margin: 0 20px 20px 0;
}

#cookie-notice h4 {
/* 	color: #f2f2f4; */
	color: #d5b25c;
	font-size: 32px;
	font-size: 2rem;
}
#cookie-notice a#cn-more-info,
#cookie-notice a#cn-more-info:link,
#cookie-notice a#cn-more-info:visited {
	color: #d5b25c;
	text-decoration:none;
}
#cookie-notice a#cn-more-info:hover,
#cookie-notice a#cn-more-info:active,
#cookie-notice a#cn-more-info:focus {
	color: #d5b25c;
	text-decoration:underline;
}

#cookie-notice .cn-button.cookie_btn,
#cookie-notice .cn-button.cookie_btn:link,
#cookie-notice .cn-button.cookie_btn:visited {
	color: #334d86;
	background-color: #d5b25c;
	padding: 10px;
	text-align: center;
	border-radius: 4px;
    font-size: 1rem;
    margin-top: 30px;
}
#cookie-notice .cn-button.cookie_btn:hover,
#cookie-notice .cn-button.cookie_btn:active,
#cookie-notice .cn-button.cookie_btn:focus {
	color: #334d86;
	background-color: #ffffff;
}

.grecaptcha-badge { visibility: hidden; }

.wpcf7-submit {
    background-color: #d5b25c!important;
}
.wpcf7-submit:hover {
    background-color: #334D86!important;
}
input.wpcf7-text,
select.wpcf7-select,
.wpcf7-textarea {
    background-color: #f2f2f4;
    border: none;
	width: 100%;
}

.contact-page-map {
	overflow: hidden;
}

.tt-separator {
	background-image: url("assets/images/TT-Separator.png");
	background-repeat: no-repeat;
	background-size: 250px auto;
	background-position: center center;
	padding: 100px 0 100px 0; 
}
.blue-purple-gradient {
	background: rgb(51,77,134);
	background: linear-gradient(135deg, rgba(51,77,134,1) 0%, rgba(50,38,70,1) 100%);
}


.home-main-image-content {
/*	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);*/
}
.home-main-image-content h1,
.home-main-image-content h2,
.home-main-image-content h3,
.home-main-image-content h4,
.home-main-image-content h5,
.home-main-image-content h6 {
	margin: 0;
}
.home-office-block {
	position: relative;
	box-shadow: 0px 0px 30px 2px rgb(0 0 0 / 15%);
}
.home-office-title {
	color: #354c86;
	font-family: 'Castoro', serif;
	font-weight: 400;
	letter-spacing: normal;
	text-transform: uppercase;
	font-size: 1.35rem;
/*     margin: 0 0 5px 0; */
	margin: 0;
	line-height:normal;
}
.home-office-block a.home-office-tel,
.home-office-block a.home-office-tel:link,
.home-office-block a.home-office-tel:visited {
	color: #000;
	background-image: url("assets/images/icons/tel-black.png");
	background-size: 22px auto;
	background-repeat: no-repeat;
	background-position: 0 5px;
	text-decoration: none;
	padding: 5px 10px 5px 27px;
}
.home-office-block a.home-office-tel:hover,
.home-office-block a.home-office-tel:active,
.home-office-block a.home-office-tel:focus {
	color: #d5b25c;
	background-image: url("assets/images/icons/tel-gold.png");
}

.home-posts-block {
	position: relative;
	background: rgb(230,231,232);
	background: linear-gradient(90deg, rgba(230,231,232,1) 40%, rgba(241,241,242,1) 40%);
}
/*
.home-posts-block .home-posts-content {
	position: relative;
}
*/
.home-posts-block::after,
.vc_row.wpb_row.vc_row-fluid.home-posts-block::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: calc(50% - 150px);;
	right: 0;
	width: 300px;
	height: 300px;
	background-image: url("assets/images/TT-Emblem-dark-grey.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
}
.home-posts-content .home-posts-list {
	margin-bottom: 0;
}
.home-posts-content .widget_recent_entries {
	padding-bottom: 25px;
}
.home-posts-content .widget_recent_entries ul {
	
}
.home-posts-content .widget_recent_entries ul li {
	list-style:none;
	background-image: url(/wp-content/themes/thomasandthomas/assets/images/icons/arrow-gold.png);
	background-position: 0% 3px;
	background-size: auto 20px;
	background-repeat: no-repeat;
	padding: 0 0 0 30px;
	margin: 0 0 1rem 0;
	border-top: none;
	border-bottom: none;
}
.home-posts-content .widget_recent_entries ul li:before,
.home-posts-content .widget_recent_entries ul li:after {
	display:none;
}

.home-review h3 {
	color: #d5b25c;
	padding: 0;
	margin: 0 0 20px 0;
/*
	background-image: url("assets/images/icons/open-quote.png");
	background-repeat: no-repeat;
	background-position: 0px 2px;
	background-size: 34px auto;
*/
}

.strong-view.wpmtst-modern .wpmtst-testimonial-inner {
	padding: 0 30px 0 30px;
}
.strong-view.wpmtst-modern.nav-position-inside .wpmtst-testimonial-inner {
	padding: 15px 15px 60px 15px!important;
}

.intro-badge,
.intro-badge.alignright {
	max-width: 40%;
	display: block;
	margin: 10px 0 20px 20px!important;
	float: right;
}

.vc_row.wpb_row.vc_row-fluid.home-office-block.vc_custom_1685710893995.vc_row-has-fill.vc_row-o-equal-height.vc_row-o-content-middle.vc_row-flex {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.strong-view.wpmtst-modern.slider-container .readmore-page {
	text-align: center;
    background: transparent;
    display: block;
    padding: 0;
    margin: 10px 0 0 0;
}
.strong-view.wpmtst-modern .readmore-page a,
.strong-view.wpmtst-modern .readmore-page a:link,
.strong-view.wpmtst-modern .readmore-page a:visited {
    background-color: #d5b25c;
    padding: 15px 20px;
    border-radius: 4px;
    display: inline-block;
    margin: 0;
    color: #fff;
}
.strong-view.wpmtst-modern .readmore-page a:hover,
.strong-view.wpmtst-modern .readmore-page a:active,
.strong-view.wpmtst-modern .readmore-page a:focus {
    background-color: #334D86;
}

.get-a-quote-block {
	text-align: center;
}
.get-a-quote-block .h3 {
	color: #dcb955;
	font-size: 1.35rem;
}
.get-a-quote-block select {
	min-width: 40%;
	padding: 10px;
}
.get-a-quote-block a.hoowla-quote-button,
.get-a-quote-block a.hoowla-quote-button:link,
.get-a-quote-block a.hoowla-quote-button:visited {
	display: inline-block;
	width: auto;
	padding: 15px 25px;
	background-color: #d5b25c;
	color: #FFF;
	text-align: center;
	font-size: 1rem;
	font-weight: 700;
	border-radius: 3px;
	margin: 30px 0 10px 0;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
}
.get-a-quote-block a.hoowla-quote-button:hover,
.get-a-quote-block a.hoowla-quote-button:active,
.get-a-quote-block a.hoowla-quote-button:focus {
	background-color: #334D86;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
}

.payment-portal-form .payment-amount-block {
	display: flex;
    align-items: center;
}
.payment-portal-form .payment-amount-block span {
	width: auto;
    color: #000;
    font-size: 1rem;
    font-weight: 700;
    display: inline-flex;
    margin: 0 10px 20px 0;
}
.payment-portal-form .payment-amount-block #amount {
	display: inline-flex;
}
.payment-portal-form.confirmation {
	background-color: #F3F3F4;
	padding: 20px;
}
.payment-portal-form.confirmation p {
	margin: 0 0 20px 0;
}
.payment-portal-form .payment-buttons-block {
	display: flex;
	flex-direction: column;
    align-items: center;
	justify-content: center;
}
.payment-portal-form.confirmation .item-label {
	color: #DCB955;
}
.payment-portal-form.confirmation .item-value {
	font-weight: 900;
	font-size: 1rem;
}
.cancelled-payment {
	background-color: #c40000;
	color: #FFF;
	padding: 30px;
	text-align: center;
}
.cancelled-payment h2 {
	color: #FFF;
	margin: 0;
	font-size: 1.25rem;
}
.confirm-checkbox-block {
	display: flex;
    margin: 40px 0 40px 0;
    align-items: center;
    justify-content: flex-start;
	flex-direction: row;
    background-color: #F3F3F4;
    padding: 30px 20px;
    width: 100%;
    box-sizing: border-box;
}
.confirm-checkbox-block label {
	margin: 0;
    cursor: pointer;
    width: 100%;
    display: flex;
    align-items: center;
}
.confirm-checkbox-block input {
	margin: 0 20px 0 0;
	width: 30px;
	height: 30px;
	min-width: 30px;
	cursor: pointer;
}


/* START Tables */
table.tat_tbl {
	width: 100%;
	max-width: 800px;
	margin: 0 0 40px 0;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}
table.tat_tbl th {
	background-color: #334D86;
	color: #FFF;
	padding: 15px;
	text-align: left;
}
table.tat_tbl tr {
	background-color: #FFF;
	color: #000;
	border: none;
}
table.tat_tbl tr:nth-of-type(even) {
	background-color: #F3F3F4;
}
table.tat_tbl tr:last-of-type {
	border-bottom: 1px solid #D3D3D3;
}
table.tat_tbl td {
	color: #000;
	padding: 20px 15px;
	text-align: left;
}
/* END Tables */


/* END @MEDIA SCREEN SMALLER THAN WIDTH 48EM0 */










@media screen and (min-width: 27.5em){
	
	/* Start Staff Profile Blocks */
	.staff .child-page-block {
		width: 48%;
		margin: 0 2% 15px 0;
	}
	.staff .child-page-block:nth-of-type(2n) {
		margin: 0 0 15px 2%;
	}
	.staff .child-page-block-img.profile-list {
		max-height: 380px;
	}
	/* End Staff Profile Blocks */
	
}/* END @MEDIA SCREEN AND (MIN WIDTH 27.5EM) */










@media screen and (min-width: 30em){
	
	/*--------------------------------------------------------------
	START Header
	--------------------------------------------------------------*/
	
	.site-header .header-top .header-search {
		max-width: 200px;
	}
	
	.single-featured-image-header {
		height: 360px;
	}
	
	/*--------------------------------------------------------------
	END Header
	--------------------------------------------------------------*/
	
}/* END @MEDIA SCREEN AND (MIN WIDTH 30EM) */










@media screen and (min-width: 38em){
	
	.footer-block-3 {
		flex-direction: row;
	}
	.half-block-left {
		width: 60%;
		display: block;
		float: left;
		margin: 0 0 20px 0;
		clear: both;
	}
	.half-block-right {
		width: 40%;
		display: block;
		float: left;
		margin: 0 0 20px 0;
		clear: none;
	}
	.type-our-people .wrap .half-block-right {
		border-top-right-radius: 240px;
		-o-border-top-right-radius: 240px;
		-moz-border-top-right-radius: 240px;
		-webkit-border-top-right-radius: 240px;
		border-bottom-right-radius: 240px;
		-o-border-bottom-right-radius: 240px;
		-moz-border-bottom-right-radius: 240px;
		-webkit-border-bottom-right-radius: 240px;
		border-bottom-left-radius: 240px;
		-o-border-bottom-left-radius: 240px;
		-moz-border-bottom-left-radius: 240px;
		-webkit-border-bottom-left-radius: 240px;
		background-color: #354c86;
		padding-bottom: 30px;
	}
	.profile-pic-container {
		max-height: 700px;
		overflow: hidden;
		border-radius: 240px;
		-o-border-radius: 240px;
		-moz-border-radius: 240px;
		-webkit-border-radius: 240px;
	}
	body:not(.twentyseventeen-front-page) .entry-header.profile,
	.entry-header.profile {
		border-top-left-radius: 44px;
		-o-border-top-left-radius: 44px;
		-moz-border-top-left-radius: 44px;
		-webkit-border-top-left-radius: 44px;
	}
	.profile-pic-sml {
		display: none;
	}
	.profile-pic-lrg {
		display: block;
	}
	
	/* START - Child Sector Page Menu */

	ul.sector-links {
		flex-direction: row;
	}
	ul.sector-links > li.sector-link-item {
		width: 50%;
	}
	ul.sector-links > li.sector-link-item > a.sector-link,
	ul.sector-links > li.sector-link-item > a.sector-link:link,
	ul.sector-links > li.sector-link-item > a.sector-link:visited {
		width: 90%;
		margin: 0 10% 0 0;
	}


	/* END - Child Sector Page Menu */
	
	.signup-block form {
		width: 60%;
		margin: 0 auto;
	}
	
	.main-image-block {
		min-height: 450px;
	}
	.main-image-block a {
		padding: 120px 0 120px 0;
		min-height: 450px;
	}
	.main-image-block h3 {
		font-size: 3rem;
	}
	.main-image-block p {
		font-size: 1.5rem;
	}
	
	.login-form {
		width: 80%;
		margin: 0 auto;
	}
	
	
	
}/* END @MEDIA SCREEN AND (MIN WIDTH 38EM) */










@media screen and (min-width: 48em){
	
	h1, .h1,
	.page .panel-content .entry-title,
	.page-title, body.page:not(.twentyseventeen-front-page) .entry-title,
	.single-post .entry-title,
	.page .entry-title {
		font-size: 44px;
		font-size: 2.75rem;
	}
	ul.links2col {
		column-count: 2;
	}
	ul.links3col {
		column-count: 3;
	}
	
	/*--------------------------------------------------------------
	START Header
	--------------------------------------------------------------*/
	
	.site-header .site-branding {
		padding: 0;
		margin: 0;
		background-image: url("assets/images/TT-Emblem-grey.png"), url("assets/images/TT-Emblem-grey.png");
		background-repeat: no-repeat;
		background-size: 140px auto;
		background-position: left center, right center;
	}
	.site-header .custom-logo-link {
		max-width: 400px;
		padding: 10px 20px;
		line-height: 96px;
	}
	.site-header .custom-logo-link img {
		max-width: 400px;
	}
	
	/* START NAV */

	.navigation-top {
		border-top: none;
		border-bottom: none;
		background-color: transparent;
		width: 100%;
		clear: none;
		position: relative;
	}
	.site-header .navigation-top .wrap {
		max-width: 100%;
	}
	body.mega-menu-top .navigation-top .wrap {
		padding: 0 15px;
	}
	/* Hide the 'Client Login' button on desktop */
	body.mega-menu-top .navigation-top .client-login {
		display: none;
	}
	body.mega-menu-top .navigation-top #mega-menu-wrap-top {
		background-color: transparent;
	}
	body.mega-menu-top .navigation-top #mega-menu-wrap-top .mega-menu-toggle + #mega-menu-top {
		background-color: transparent;
	}
	/* Mega Menu UL */
	body.mega-menu-top .navigation-top #mega-menu-wrap-top #mega-menu-top {
		text-align: center;
	}
	/* Sub-menu */
	body.mega-menu-top .navigation-top #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu {
		border-top: 4px solid #354c86;
		border-bottom: 4px solid #354c86;
		padding: 20px;
	}
	/* Default / Closed Parent link */
	body.mega-menu-top .navigation-top #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link,
	body.mega-menu-top .navigation-top #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link:link,
	body.mega-menu-top .navigation-top #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link:visited {
		color: #666;
		height: auto;
		padding: 0px 15px;
		border-bottom: none;
		background-color: #FFF;
		line-height: 40px;
	}
	/* Default / Closed Parent link Hover/Active/Focus */
	body.mega-menu-top .navigation-top #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link:hover,
	body.mega-menu-top .navigation-top #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link:active,
	body.mega-menu-top .navigation-top #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link:focus {
		color: #FFF;
		background-color: #dcb955;
		border-radius: 3px;
	}
	/* Keep parent item highlighted when browsing sub-menu */
	body.mega-menu-top .navigation-top #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
		color: #FFF;
		background-color: #354c86;
		border-radius: 3px 3px 0 0;
	}
	/* When the parent item is in Hover/Active/Focus mode, it is gold. If the cursor moves to the sub-menu it goes blue (above) */
	body.mega-menu-top .navigation-top #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item.mega-toggle-on > a.mega-menu-link:hover,
	body.mega-menu-top .navigation-top #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item.mega-toggle-on > a.mega-menu-link:active,
	body.mega-menu-top .navigation-top #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item.mega-toggle-on > a.mega-menu-link:focus {
		color: #FFF;
		background-color: #dcb955;
		border-radius: 3px 3px 0 0;
	}
	
	/* Display the 'Client Login' menu item on desktop */
	body.mega-menu-top .navigation-top #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item.cl_link {
		display: inline-block;
		margin-left: 5px;
	}
	/* Style the 'Client Login' menu item */
	body.mega-menu-top .navigation-top #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item.cl_link > a.mega-menu-link,
	body.mega-menu-top .navigation-top #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item.cl_link > a.mega-menu-link:link,
	body.mega-menu-top .navigation-top #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item.cl_link > a.mega-menu-link:visited {
		display: inline-block;
		background-color: #2A2B6B;
		color: #FFF;
		line-height: 20px;
		border-radius: 20px;
		padding: 10px 20px;
	}
	/* Style the 'Client Login' menu item Hover/Active/Focus */
	body.mega-menu-top .navigation-top #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item.cl_link > a.mega-menu-link:hover,
	body.mega-menu-top .navigation-top #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item.cl_link > a.mega-menu-link:active,
	body.mega-menu-top .navigation-top #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item.cl_link > a.mega-menu-link:focus {
		background-color: #2C3033;
	}
	
	/* END NAV */
	
	
	.single-featured-image-header {
		height: 440px;
	}
	.single-featured-image-header img {
/*		max-width: 100%;*/
	}
	
	/*--------------------------------------------------------------
	END Header
	--------------------------------------------------------------*/
	
	/*--------------------------------------------------------------
	START FOOTER
	--------------------------------------------------------------*/
	
	.site-footer {
		margin-top: 0;
		background-image: url("assets/images/TT-Emblem-purple.png"), url("assets/images/TT-Emblem-purple.png");
		background-repeat: no-repeat;
		background-size: 345px auto;
		background-position: left bottom, right top;
	}
	.site-footer .wrap {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.footer-block-1 p,
	.footer-block-2 p,
	.footer-block-3 p,
	.footer-block-1 ul,
	.footer-block-2 ul,
	.footer-block-3 ul {
		margin: 0 0 20px 0;
	}
	.footer-contact .footer-location-block {
		width: 20%;
	}
	
	.site-footer #block-8.widget {
		width: 60%;
		margin: 0 auto;
	}
	
	/* START - FOOTER NAV */
	
	/* END - FOOTER NAV */

	/*--------------------------------------------------------------
	END FOOTER
	--------------------------------------------------------------*/
	
	.site-content {
		padding: 0;
	}
	.max-width {
/*		white-space: nowrap;*/
	}
	.wrap,
	.wrap.full-mob {
		max-width: 1200px;
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.two-col-left {
		width: 65%;
		display: block;
		float: left;
		clear: both;
		margin: 0 5% 0 0;
		text-align: left;
	}
	.two-col-right {
		width: 30%;
		display: block;
		float: left;
		clear: none;
		margin: 30px 0 0 0;
		padding: 0;
	}
	.page.page-one-column .entry-header, .twentyseventeen-front-page.page-one-column .entry-header, .archive.page-one-column:not(.has-sidebar) .page-header {
		margin-bottom: 0;
	}
	
	/* START - News Index blocks */
	
	.blog:not(.has-sidebar) #primary article.blog-block,
	.blog-block {
		width: 32%;
		clear: none;
		margin: 0 2% 25px 0;
		vertical-align: top;
	}
	
	.blog:not(.has-sidebar) #primary article.blog-block:first-of-type,
	.blog:not(.has-sidebar) #primary article.blog-block:nth-of-type(3n),
	.blog:not(.has-sidebar) #primary article.blog-block:last-of-type,
	.blog-block:first-of-type,
	.blog-block:nth-of-type(3n),
	.blog-block:last-of-type {
		margin: 0 0 25px 0;
	}
	
	/* END - News Index blocks */
	
	/* START - Child blocks */
	
	.child-page-block,
	.staff .child-page-block {
		width: 22.5%;
		clear: none;
		margin: 0 3% 35px 0;
		vertical-align: top;
	}
	.child-page-block:nth-of-type(2n),
	.staff .child-page-block:nth-of-type(2n) {
		margin: 0 3% 35px 0;
	}
	.child-page-block:nth-of-type(4n),
	.child-page-block:last-of-type,
	.staff .child-page-block:nth-of-type(4n),
	.staff .child-page-block:last-of-type{
		margin: 0 0 35px 0;
	}
	.staff .child-page-block-img.profile-list {
		max-height: 320px;
	}
	
	.child-page-block.articles {
		width: 32%;
		clear: none;
		margin: 0 2% 35px 0;
		vertical-align: top;
	}
	.child-page-block.articles:nth-of-type(2n) {
		margin: 0 2% 35px 0;
	}
	.child-page-block.articles:nth-of-type(3n),
	.child-page-block.articles:last-of-type {
		margin: 0 0 35px 0;
	}
	
	/* END - Child blocks */
	
/*
	.half-block-left {
		width: 50%;
		display: block;
		float: left;
		margin: 0 0 20px 0;
		clear: both;
	}
	.half-block-right {
		width: 50%;
		display: block;
		float: left;
		margin: 0 0 20px 0;
		clear: none;
	}
*/
	
	/* START - Child Sector Page Menu */

	ul.sector-links > li.sector-link-item {
		width: 25%;
	}

	/* END - Child Sector Page Menu */
	
/*	fix for the default WP float left css */
	.has-sidebar:not(.error404) #primary {
		float: none;
    	width: 100%;
	}
	
	.home-service-block {
		width: 31.333%;
		display: block;
		float: left;
		margin: 30px 0 30px 0;
		padding: 0px;
		text-align: center;
	}
	.home-service-block.service-2 {
		margin: 30px 3% 30px 3%;
	}
	
	.logos-block .footer-img-block img {
		width: auto;
		height: auto;
		max-width: 190px;
		max-height: 75px;
	}
	
	.signup-block {
		margin: 0;
		display: flex;
		align-items: center;
		flex-wrap: nowrap;
		justify-content: center;
	}
	.signup-block form {
		width: unset;
		margin: 0;
		display: flex;
		align-items: center;
		flex-wrap: nowrap;
		justify-content: center;
	}
	.mailing-list-block .ml-title {
		margin: 0 20px 0 10px;
		padding: 0 0 0 40px;
		text-align: left;
		background-position: left;
	}
	.mailing-list-block input[type=email] {
		margin: 0 10px 0 0;
		padding: 10px 12px;
		width: 400px;
		max-width: 400px;
	}
	.child-page-block-profile-links .profile-links-btn .show_hide {
		display: inline;
	}
	
	.search-forms-container {
		margin: 0;
		display: flex;
		align-items: center;
		flex-wrap: nowrap;
		justify-content: center;
	}
	.search-forms-container form {
		width: 31.33%;
		margin: 0 2% 0 0;
	}
	
	.main-image-block .wrap {
		padding-right: 220px;
	}
	
	.login-form {
		width: 60%;
		margin: 0 auto;
	}
	
	
	.gitname, .gitemail, .gittelephone, .gitmethod{
		width:44%;
		display:inline-block;
	}
	.gitname, .gittelephone{
		margin-right:10%;
	}
	.gitmessage textarea{
		height:110px;
	}

	.ddes-home-people .vc_column-inner {
		background-size: cover !important;
	}
	
	.op-terms {
		width: 50%;
		margin: 0 auto;
	}
	
	
}/* END @MEDIA SCREEN AND (MIN WIDTH 48EM) */










@media screen and (min-width: 48em) and (max-width: 60em){
	
	/*--------------------------------------------------------------
	START Header
	--------------------------------------------------------------*/
	
	/* START NAV */
	
	.site-header .custom-logo-link {
		max-width: 400px;
	}
	/* Default / Closed Parent link */
	body.mega-menu-top .navigation-top #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link,
	body.mega-menu-top .navigation-top #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link:link,
	body.mega-menu-top .navigation-top #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link:visited {
		padding: 10px 8px;
		font-size: 16px;
	}
	
	/* END NAV */
	
	/*--------------------------------------------------------------
	END Header
	--------------------------------------------------------------*/
	
}/* END @MEDIA SCREEN AND (MIN WIDTH 48EM) AND (MAX WIDTH 60EM) */










@media screen and (min-width: 60em){
	
	/*--------------------------------------------------------------
	START Header
	--------------------------------------------------------------*/
	
	.single-featured-image-header {
/* 		height: 570px; */
		height: 600px;
    	max-width: 1200px;
    	margin: 0 auto;
    	max-height: 600px;
	}
	
	/*--------------------------------------------------------------
	END Header
	--------------------------------------------------------------*/
	
	.mob-show {
		display: none;
	}
	.mob-hide {
		display: inline-block;
	}
	.sml-col-fix-1 {
		display: none;
	}
	.sml-col-fix-2 {
		display: inline-block;
	}
	
	.main-image-block .wrap {
		padding-right: 360px;
	}
	
} /* END @MEDIA SCREEN AND (MIN WIDTH 60EM) */










/* (75em = 1200px (16px default pixel font size)) */
/* (76.25em = 1220px (10px padding either side before the padding is nullified) */
/* This is the screen size required for the "max-width" div to have side paddings */
@media screen and (min-width: 76.25em){
	
	.max-width {
		padding: 0;
	}
	body.mega-menu-top .navigation-top .wrap {
		padding: 0;
	}
	.ddes-home-people .vc_column-inner {
		background-size: contain !important;
	}
	
} /* END @MEDIA MIN-WIDTH: 76.25em */











/* (125em = 2000px */
/* This is the screen size required for the main images to go full width */
@media screen and (min-width: 125em){
	
	.single-featured-image-header img {
		width: 100%;
		height: auto;
	}
	
} /* END @MEDIA MIN-WIDTH: 76.25em */




div#cookie-notice {
    margin-top: 25vh;
    padding: 20px;
    width: auto;
	margin-left: 5%;
	margin-right: 5%;
	min-width:90%;
}
span#cn-notice-text {
    color: #fff;
	font-size:0.95rem;
}
.cookie-notice-hidden {
    display: none;
}

@media screen and (min-width: 48em){
	div#cookie-notice {
		margin-top: 35vh;
		margin-left: 15%;
		margin-right: 15%;
		min-width:70%;
		padding: 50px;
	}
}

@media screen and (min-width: 60em){
	div#cookie-notice {
		margin-left: 25%;
		margin-right: 25%;
		min-width:50%;
	}
}