/* VCTS Custom Styles */

body {
	font-family: 'Roboto', helvetica, sans-serif;
}

.site-inner {
	padding-bottom: 60px;
}

h1,
h2, 
h3, 
h4,
h5, 
h6 {
	font-family: helvetica, sans-serif;
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	color: #005387;
}

.entry-content h2,
.entry-content h3 {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	text-transform: uppercase;
}

	.entry-content h3.small-head {
		font-size: 22px;
		font-size: 1.375rem;
	}

.site-header {
	border-top: 10px solid #eb1e23;
	position: relative;
}

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

	.site-header .title-area {
	    padding-bottom: 25px;	
    	padding-top: 25px;
	}

.header-widget-area {
	float: right;
	min-width: 400px;
}

	.header-widget-area .widget {
		margin: 0;
		padding: 6px 0;
	}

	.header-widget-area .textwidget {
		display: block;
	}

	.header-widget-area ul {
		display: block;
	}

	.header-widget-area ul > li {
		display: inline-block;
		/*float: left;*/
	}

	.header-widget-area .widget .button {
    	background-color: transparent;
    	border: 2px solid #005387;
    	border: 0;
    	color: #005387;
    	cursor: pointer;
    	font-size: 14px;
    	font-weight: 700;
    	letter-spacing: 0.5px;
    	padding: 15px 30px;
    	text-align: center;
    	text-decoration: none;
    	text-transform: uppercase;
    	white-space: normal;
    	width: auto;
	}

		.header-widget-area .widget .button:hover {
			background: #0072ba;
		}

		ul.header-contact li {
			width: 210px;
			text-align: center;
		}

		ul.accreds {
			padding-right: 0;
			text-align: center;
		}

		ul.accreds li img {
			height: auto;
    		max-width: 100px;
    		margin: 0 10px 5px;
		}

	.header-widget-area a {
		color: #005387;
		text-decoration: none;
		font-size: 16px;
    	font-weight: 700;
    	position: relative;
    	text-transform: uppercase;
    	top: -1px;
	}

	.header-widget-area i {
		font-size: 13px;
    	/*padding: 6px;*/
    	margin-right: 5px;
    	/*background-color: #fff;
    	border-radius: 50%;*/
    	position: relative;
    	top: -2px;
    	color: #005387;
    	-moz-transition: 0.5s ease all;
    	-o-transition: 0.5s ease all;
    	-webkit-transition: 0.5s ease all;
    	transition: 0.5s ease all;
	}

	span.header-bg {
		padding: 3px 10px;
    	margin-bottom: 0;
    	display: block;
    	border: 2px solid #005387;
    	border-radius: 20px;
    	background: transparent;
    	/*min-width: 215px;*/
    	-moz-transition: 0.5s ease all;
    	-o-transition: 0.5s ease all;
    	-webkit-transition: 0.5s ease all;
    	transition: 0.5s ease all;
	}

		span.header-bg:first-of-type {
			margin-bottom: 5px;
		}

		span.header-bg:hover {
			background: #f5f5f5;
			/*min-width: 220px;*/
		}

		.header-widget-area span.header-bg:hover > i {
			/*border-radius: 40%;*/
			color: #eb1e23;
			/*transform: rotate(10deg);*/
		}

.nav-primary {
	border-bottom: 1px solid #fff;
    background: #005387;
	/*display: flex;*/
	position: relative;
	width: 100%;
	z-index: 10;
	padding: 0;
}

	.nav-primary .wrap {
		margin: 0 auto;
		max-width: 1140px;
		width: 100%;
	}

@media only screen and (min-width: 769px) {

	.nav-primary {
		display: flex;
	}

	.genesis-nav-menu {
		display: flex;
		flex: 1; 
    	justify-content: space-around;
	}

}

.genesis-nav-menu a {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-transform: uppercase;
    width: 100%;
}

.genesis-nav-menu a:before {
	font-family: 'Font Awesome 5 Pro';
	padding-right: 7px;
}

.genesis-nav-menu li > a:after {
	font-family: 'Font Awesome 5 Pro';
	padding-left: 5px;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	-webkit-transition: 0.25s ease all;
	transition: 0.25s ease all;
}

.genesis-nav-menu li.nav-home > a:before { content: "\f80b"; }
.genesis-nav-menu li.nav-do > a:before { content: "\f733"; }
.genesis-nav-menu li.nav-case > a:before { content: "\f0b1"; }
.genesis-nav-menu li.nav-us > a:before { content: "\f2c2"; }
.genesis-nav-menu li.nav-advice > a:before { content: "\f05a"; }

@media only screen and (min-width: 960px){

	.nav-primary .genesis-nav-menu a {
		padding-left: 0;
		padding-right: 0;
	}

	.genesis-nav-menu li.nav-drop > a:after { content: "\f0d7"; }

	/*.genesis-nav-menu li.nav-do:hover > a:after { transform: rotate(90deg); }*/

}

	.genesis-nav-menu .current-menu-item > a {
		background: #0072ba;
		color: #fff;
	}

	.genesis-nav-menu a:focus,
	.genesis-nav-menu a:hover,
	.genesis-nav-menu .sub-menu a:hover,
	.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
	.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
		background: #eb1e23;
		color: #fff;
	}

.genesis-nav-menu .sub-menu a {
	background-color: #005387;
	font-size: 12px;
	font-size: 0.75rem;
}

/* Entry Content */
blockquote.wp-block-quote.warning-block {
    /*border-left: 5px solid red;*/
    padding: 20px;
    margin: 24px 0 42px;
    background: #eb1e23;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    position: relative;
    font-weight: 700;
}

@media only screen and (min-width: 960px) {

	blockquote.wp-block-quote.warning-block:after {
		border-right: 40px solid transparent;
    	border-top: 20px solid #eb1e23;
    	bottom: -16px;
    	content: "";
    	position: absolute;
    	left: 50px;
	}

}

.entry-content .small-text {
	font-size: 14px;
}

blockquote.wp-block-quote.warning-block p {
	margin-bottom: 0;
}

ul.what-do-list li {
	margin-bottom: 20px;
}

/* Tables */

table.audit-table tbody {
	border-bottom: 1px solid #333;
}

table.audit-table thead {
	background-color: #eb1e23;
	border: 1px solid #eb1e23;
}

table.audit-table thead tr td {
	color: #fff;
	font-weight: 700;
}

	table.audit-table thead tr td:first-of-type {
		text-indent: 15px;
	}

	table.audit-table thead tr td:nth-of-type(2) {
		text-align: center;
	}

table.audit-table tbody tr {
	-moz-transition: 0.5s ease all;
	-o-transition: 0.5s ease all;
	-webkit-transition: 0.5s ease all;
	transition: 0.5s ease all;
}

	table.audit-table tbody tr:hover {
		background: #f5f5f5;
		cursor: pointer;
	}

table.audit-table tbody td {
	border-top: 1px solid #333;
}

	table.audit-table tbody tr:first-of-type td {
		border-top: none;
	}

table.audit-table tbody td:nth-of-type(3n-1) {
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	text-align: center;
	color: #005387;
}

table.audit-table tbody td:nth-of-type(2n-1) {
	border-left: 1px solid #333;
	text-indent: 15px;
}

/* Sidebar */
.sidebar .widget:last-of-type {
	margin-bottom: 0;
}

.sidebar .entry-title a {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
}

p.more-from-category a {
	display: block;
	background: #eb1e23;
	border: 2px solid #eb1e23;
	border-radius: 20px;
	color: #fff;
	float: none;
	margin: 0 auto;
	padding: 5px 0;
	text-align: center;
	text-decoration: none;
	-moz-transition: 0.5s ease all;
	-o-transition: 0.5s ease all;
	-webkit-transition: 0.5s ease all;
	transition: 0.5s ease all;
	width: 90%;
}

	p.more-from-category a:before {
		content: "\f5da";
		font-family: "Font Awesome 5 Pro";
		padding-right: 7px;
	}

	p.more-from-category a:hover {
		background: transparent;
		border: 2px solid #eb1e23;
		color: #005387;
		width: 92%;
	}

/* Footer */

.footer-logos .widget-wrap {
	max-width: 1140px;
	margin: 0 auto;
}

.footer-logos .widget-title {
	text-align: center;
    color: #005387;
    text-transform: uppercase;
    font-size: 24px;
}

.site-footer .creds.footer-contact {
	max-width: 1280px;
	margin: 0 auto;
}

.site-footer .creds.footer-contact ul {
	display: flex;
    justify-content: center;
    margin-bottom: 80px;
}

.site-footer .creds.footer-contact ul li {
	font-size: 16px;
    flex: 1;
}

	.site-footer .creds.footer-contact ul li a {
		-moz-transition: 0.5s ease all;
		-o-transition: 0.5s ease all;
		-webkit-transition: 0.5s ease all;
		transition: 0.5s ease all;
	}

	.site-footer .creds.footer-contact ul li a:hover {
		opacity: 0.8;
	}

.site-footer {
	background-color: #005387;
	color: #fff;
    background-image: url('images/swoosh-bottom-right.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 700px;
    padding: 60px 0;
}

	.site-footer a,
	.site-footer p {
		color: #fff;
	}

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


/* Full width Soliloquy slider
------------------------------------- */

/* To get rid of -4px bottom margin for image links */
a img {
	margin-bottom: 0;
}

/* To avoid noticeable vertical movement for hover state of Soliloquy's Control Nav (typically circles) */
.soliloquy-container .soliloquy-control-nav li a,
.soliloquy-theme-classic .soliloquy-pager-link {
	-webkit-transition: none;
	-moz-transition:    none;
	-ms-transition:     none;
	-o-transition:      none;
	transition:         none;
}

/* To remove bottom border for Soliloquy controls */
.entry-content .soliloquy-controls-direction a, .entry-content a.soliloquy-pager-link {
	border-bottom: none;
}

.home-slider .soliloquy-container {
	max-width: none !important;
	max-height: 100% !important;
}

.home-slider .soliloquy-container .soliloquy-image {
	width: 100% !important;
}

.home-slider .widget {
	margin-bottom: 0;
}

.home-slider .soliloquy-container .soliloquy-caption.soliloquy-caption-bottom {
    width: 100%;
    bottom: 10%;
    left: 5%;
}

.home-slider .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
    background: rgba(235, 30, 35, 0.9);
    border-radius: 20px;
    font-size: 2rem;
    line-height: 1;
    display: inline-block;
    color: #fff;
    text-shadow: none;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 700;
}

.home-slider .soliloquy-theme-base .soliloquy-caption-bottom .soliloquy-caption-inside {
    padding: 1% 2%;
    width: auto;
}

/* Home page Specifics */

.homep h3.widget-title {
	font-family: helvetica, sans-serif;
	font-size: 32px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.homep.home-one {
    background-color: #005387;
    background-image: url('images/swoosh-top-left.png');
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 700px;
    color: #fff;
    text-align: center;
    padding: 4% 16%;
    border-top: 1px solid #fff;
    font-weight: 700;
}

.homep.home-one .button {
	font-size: 16px;
	background: #eb1e23;
	border: 2px solid #eb1e23;
	border-radius: 20px;
	display: block;
	float: none;
	margin: 30px auto 0;
	text-transform: uppercase;
	-moz-transition: 0.5s ease all;
	-o-transition: 0.5s ease all;
	-webkit-transition: 0.5s ease all;
	transition: 0.5s ease all;
	width: 50%;
}

	.homep.home-one .button:hover {
		background: transparent;
		border: 2px solid #eb1e23;
		width: 52%;
	}

	.homep.home-one .button:before {
		content: "\f2f7";
		font-family: "Font Awesome 5 Pro";
		padding-right: 7px;
	}

/* Full width banner image */
.singular-image img {
	vertical-align: top;
	width: 100%;
}

.home .singular-image {
	display: none;
}

@media only screen and (min-width: 960px) {
	.site-inner {
		padding-left: 0;
		padding-right: 0;
	}

	.genesis-nav-menu .menu-item {
    	width: 100%;
    	text-align: center;
    }

    .genesis-nav-menu .sub-menu,
    .genesis-nav-menu .sub-menu a {
    	width: 228px;
	}

	.sidebar {
    	padding: 2%;
    	background: #f5f5f5;
	}
}

/* --------------------------------------------- */
/* Full-on Media Queries for devices */
/* --------------------------------------------- */

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

	.wp-custom-logo .title-area {
		float: none;
		margin: 0 auto;
	}

	.header-widget-area {
	    float: none;
	    max-width: 425px;
	    margin: 0 auto;
	}

	/* Menu */

	.menu-toggle {
		float: none;
		margin-bottom: 0;
		margin-top: 0;
		padding: 25px 0;
		width: 100%;
    	color: #fff;
    	background: #005387;
	}

	.genesis-nav-menu a {
		/*padding-left: 2%;
    	padding-right: 2%;*/
    	text-indent: 2%;
	}

	.sub-menu-toggle {
		color: #fff;
		width: 100%;
    	text-align: right;
	}

	.genesis-nav-menu .sub-menu {
		padding-left: 0;
	}

		.genesis-nav-menu .sub-menu a {
			text-indent: 5%;
		}

	/* Soliloquy */
	.home-slider .soliloquy-container .soliloquy-caption.soliloquy-caption-bottom {
		bottom: 15%;
		left: 0;
		text-align: center;
	}

	.home-slider .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
		font-size: 1em;
	}

	/* Content */
	.homep.home-one {
		padding: 4%;
	}

	.homep.home-one .button {
		width: 100%;
	}

	.site-inner {
		padding-top: 20px;
	}

	/* Footer */
	.site-footer .creds.footer-contact ul {
		display: block;
	}

	.site-footer .creds.footer-contact ul li {
		padding-bottom: 20px;
	}

}

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

	.header-widget-area {
		min-width: 0;
	}

	ul.header-contact li {
    	width: 100%;
    }

    .sub-menu-toggle {
    	padding-right: 10px;
    }

    footer-logos widget-area {
    	padding: 0 2%;
    }

}