/*
 Theme Name:   infotrack-au
 Theme URI:    http://www.infotrack.com.au/infotrack-au/
 Description:  A custom theme for InfoTrack AU
 Author:       Claire James
 Template:     ultra
 Version:      1.0.0
 Text Domain:  infotrack-au
*/

/*--------------------------------------------
generic styling
--------------------------------------------*/
html {
  font-family: 'Lato', Arial, sans-serif;
  -webkit-text-size-adjust: 100%; 
  -ms-text-size-adjust: 100%;
}

body {
	overflow-x: hidden;
}

body,
button,
input,
select,
textarea {
  color: #222;
  font-family: "Lato", Arial, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  font-weight: 300;
  line-height: 1.6em;
	hyphens:none;
 }
mark {
	background: rgba(6,150,183,.15);
}
p mark {
	font-weight:400;
}
a i {
	color: #0696b7 !important;
}
a:hover {
	color: #146076;
}
a:hover i{
	color: #146076 !important;
}
a mark:hover {
	color:#0696b7;
}
a.white-link {
	color: #fff !important;
}
a.white-link:hover {
	color: #ffa500 !important;
}
a.orange-link {
	color: #ffa500 !important;
}
a.orange-link:hover {
	color: #f2632e !important;
}
div.sub-page-main-banner {
	position: relative;
	height: 20vw;
}
div.sub-page-main-banner h1 {
	margin: 0 0 10px 0;
}
div.sub-page-main-banner p {
	font-size: 16px;
	font-weight: 300;
	line-height: 20px;
}
div.sub-page-main-banner > .banner-headings {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
h1, h2, h3, h4, h5, h6 {
	
}
p strong, li strong {
	font-weight:400;
}
p:only-child {
	margin: 0 !important;
}
.pagination .current {
	background-color:#0696b7;
}
.pagination .page-numbers:hover {
	background-color:#0f7d96;
}
.zoom:hover {
    transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.entry-content p a:not(.ow-button-hover), .entry-content li a:not(.ow-button-hover), .entry-content dl a:not(.ow-button-hover), .entry-content pre a:not(.ow-button-hover), .entry-content code a:not(.ow-button-hover), .entry-content blockquote a:not(.ow-button-hover) {
	color:#0696b7;
}
.entry-content p a:hover:not(.ow-button-hover), .entry-content li a:hover:not(.ow-button-hover), .entry-content dl a:hover:not(.ow-button-hover), .entry-content pre a:hover:not(.ow-button-hover), .entry-content code a:hover:not(.ow-button-hover), .entry-content blockquote a:hover:not(.ow-button-hover) {
	color:#146076;
}

/*--------------------------------------------
headings
--------------------------------------------*/
h1, h2 {
	color: #0696b7;
	font-weight: 700;
	hyphens:none;
}

h3, h4, h5, h6 {
  color: #222;
  font-weight: 400;
	hyphens:none;
}

h1 {
	font-size: 3em;
}
.sub-page-main-banner h1 {
	color: #fff;
	display: inline-block;
}
h2 {
	font-size: 1.5em;
	margin: 0px 0px 15px;
	font-weight: 400;
}
h3 {
	font-size: 1.25em;
}
h4 {
	font-size: 1.125em;
}
h5 {
	font-size: 1em;
}
h6 {
	font-size: 1em;
}
h1,h2,h3,h4,h5,h6 {
	line-height:1.3em;
}
@media (max-width: 767px) {
	h3 {
		font-size: 20px;
	}
}

/*--------------------------------------------
links
--------------------------------------------*/
a {
	color:#0696b7;
	cursor:pointer;
	font-weight:600;
}
a p {
	font-weight: 300;
}
a:visited {
    color: #0696b7;
}
a:hover, a:focus, a:active {
    color: #146076;
}
#secondary .widget div ul a:not(.button):hover {
    color: #146076;
}
.entry-header .entry-title a:hover, .entry-header .page-title a:hover, .page-header .entry-title a:hover, .page-header .page-title a:hover {
    color: #0696b7;
}
.cta {
	padding: 12px 0px;
}
.cta a{
	color: #fff;
	text-transform: uppercase;
	padding: 12px 19px;
	border-radius: 3px;
	font-weight: 400;
}
.quick-links-list .cta a {
	display:inline-block;
}
.cta a:hover, .cta a:active, .cta a:visited {
	color:#fff;
}
.cta a:hover, .cta a:active {
	box-shadow: 2px 2px 3px rgba(0,0,0,.3);
}
.cta-blue a, .cta-blue a:visited{
	background-color: #0696b7;
}
.cta-blue a:hover, .cta-blue a:active {
	background-color: #146076;
	color: #fff !important;
}
.cta-dark a, .cta-dark a:visited{
	background-color: #146076;
	color: #fff !important;
}
.cta-dark a:hover, .cta-dark a:active{
	background-color: #164d5d;
	color: #fff !important;
}
.cta-orange a, .cta-orange a:visited{
	background-color: #ffa500;
	color: #fff !important;
}
.cta-orange a:hover, .cta-orange a:active{
	background-color: #f18e00;
	color: #fff !important;
}
.cta-orange-btn, .cta-orange-btn:visited{
	background-color: #f2632e !important;
	color: #fff !important;
	border: 1px solid #f2632e !important;
}
.cta-orange-btn:hover, .cta-orange-btn:active{
	background-color: #ffa500 !important;
	color: #fff !important;
	border: 1px solid #ffa500 !important;
}
.cta-orange-btn a {
	color: #ffffff !important;
}

.entry-content p a:not(.ow-button-hover), .entry-content li a:not(.ow-button-hover), .entry-content dl a:not(.ow-button-hover), .entry-content pre a:not(.ow-button-hover), .entry-content code a:not(.ow-button-hover), .entry-content blockquote a:not(.ow-button-hover) {
	border: none;
}
.entry-content p.cta-main a:not(.ow-button-hover){
	color:#fff;
}

blockquote{
	border-left: 3px solid #ffa500;
}

.cta-main a{
	background: #ffa500;
	color: #fff;
	padding: 14px 19px;
	border-radius: 3px;
	font-weight: normal;
    cursor: pointer;
}
p.cta-main {
	margin-bottom:15px;
	margin-top:45px;
}
.cta-main a:hover{
	background-color:#f18e00;
    box-shadow: rgba(0, 0, 0, 0.298039) 2px 2px 3px 0px;
    cursor: pointer;
}
.cta-second a{
	background: #0696b7;
	color: #fff;
	padding: 14px 19px;
	border-radius: 3px;
	font-weight: normal;
	cursor: pointer;
}
.cta-second a:hover{
    background-color:#0f7d96;
    box-shadow: rgba(0, 0, 0, 0.298039) 2px 2px 3px 0px;
    cursor: pointer;
}

/*form submit*/
button, input[type="button"], input[type="reset"], input[type="submit"] {
	background:#0696b7;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	background: #0f7d96;
	box-shadow: 2px 2px 3px rgba(0,0,0,.3);
}
strong.success_message {
	font-weight: 300;
}

.entry-content p a:not(.ow-button-hover):hover, .entry-content li a:not(.ow-button-hover):hover, .entry-content dl a:not(.ow-button-hover):hover, .entry-content pre a:not(.ow-button-hover):hover, .entry-content code a:not(.ow-button-hover):hover, .entry-content blockquote a:not(.ow-button-hover):hover {
    border-bottom: none;

}


/*slider cta*/
.ewd-slider-section .slider .ewd-slide .slideText ul.slideButtons li {
	padding: 8px 0px;
}
.ewd-slider-section .slider .ewd-slide .slideText ul.slideButtons li a {
	color: #fff;
	text-transform: uppercase;
	padding: 12px 19px;
	border-radius: 25px;
	background-color: #0696b7;
	border: none;
	font-size: 12px;
	font-weight: 300;
}
.ewd-slider-section .slider .ewd-slide .slideText ul.slideButtons li a:hover, .ewd-slider-section .slider .ewd-slide .slideText ul.slideButtons li a:active, .ewd-slider-section .slider .ewd-slide .slideText ul.slideButtons li a:visited {
	color:#fff;
}
.ewd-slider-section .slider .ewd-slide .slideText ul.slideButtons li a:hover, .ewd-slider-section .slider .ewd-slide .slideText ul.slideButtons li a:active {
	box-shadow: 2px 2px 3px rgba(0,0,0,.3);
	background-color: #0f7d96;
}

/*--------------------------------------------
main navigation
--------------------------------------------*/
#flag-icon {
	border-radius:12px;
	margin-top:1px;
	margin-right:4px;
	float:left;
}
.main-navigation{
	max-width:75%;
}
.main-navigation a {
	font-weight: 400;
}
.main-navigation ul li a {
	font-size: 1em;
}
.main-navigation div > ul > li > a:hover {
	border-bottom: 3px solid #0696b7;
}
.main-navigation ul li:hover > a {
    color: #0696b7;
}
.main-navigation ul ul {
	border-top: 3px solid #0696b7;
}
.main-navigation .menu a:hover:before {
    color: #0696b7;
}
.main-navigation ul ul li:hover > a {
    background: #0696b7;
    background-color: #0696b7;
    border-color: #0696b7;
}
.top-bar-navigation div > ul > li > a:hover {
    border-bottom: 3px solid #0696b7;
}
.main-navigation .current-menu-item > a, .main-navigation .current a {
    color: #0696b7;
}
.main-navigation .menu-search .search-icon:hover:before {
    color: #0696b7;
}
.main-navigation .menu-search .searchform input[name=s] {
    border-top: 3px solid #0696b7;
}

/*main menu mobile*/
.responsive-menu .main-navigation.toggled ul li a:hover, .responsive-menu .main-navigation.toggled ul li a:hover:before {
	background: #0696b7;
}
.responsive-menu .main-navigation.toggled ul ul li a:hover {
	background: #0696b7;
}
.responsive-menu .main-navigation .menu-search .searchform {
	margin-top: 0;
}
.responsive-menu .toggled .menu-search .searchform {
	margin-top: -30px;
	width: 90%;
	top: 35px;
	left: 35px;
}
.responsive-menu .toggled .menu-search .search-icon {
	padding-left: 20px;
}
.responsive-menu .main-navigation.toggled ul li a {
	background: transparent;
}
.responsive-menu .main-navigation.toggled {
	margin-bottom: 20px;
}
.responsive-menu .toggled .menu-search .search-icon:before {
	height: 50px;
	line-height: 50px;
}
.responsive-menu .toggled .menu-search {
	height: 50px;
}
.responsive-menu .toggled .menu-toggle {
	margin-right: 0;
}


/*--------------------------------------------
top nav bar (dark)
--------------------------------------------*/
#top-bar {
  background: #2a363e;
}
#top-bar .top-bar-text {
	display:inline;
	margin-right: 15px;
}
.top-bar-text a {
	font-weight: 400;
}

/*log in area*/
#login-nz-div {
	float:right;
	padding-top:6px;
}
.login-nz-form {
	display:inline-block;
}
.login-nz-form input[type="text"], .login-nz-form input[type="password"] {
	padding: 3px 5px;
	background: rgba(255,255,255,.85);
	border: 0px;
	color:#333;
	max-width: 170px;
}
.login-nz-form input[type="text"]:focus, .login-nz-form input[type="password"]:focus {
	background: #fff;
	color: #555;
}
.login-nz-form .login-button, #login-nz-div .cta a {
	padding: 4px 10px;
	font-weight:300;
}
#login-nz-div .cta {
	padding: 4px 0px;
}
.login-button, #login-nz-div .cta {
	font-size:.9em;
}
/*.login-nz-form input[type="text"]::-webkit-input-placeholder, .login-nz-form input[type="text"]::-moz-input-placeholder, .login-nz-form input[type="text"]:-moz-input-placeholder, .login-nz-form input[type="text"]:-ms-input-placeholder  {
	color: #777;
	opacity:1;
}
.login-nz-form input[type="text"]::-webkit-input-autofill {
	color: #777;
	opacity:1;
}*/
@media (max-width: 1200px) {
	.login-nz-form input[type="text"], .login-nz-form input[type="password"] {
		max-width: 100px;
	}
}

/*--------------------------------------------
top left second menu (after social)
--------------------------------------------*/
.top-left-links {
  display: inline-block;
  line-height: normal;
  vertical-align: middle; }
  .top-left-links .menu {
    list-style: none;
    margin: 0;
    padding: 0; }
    .top-left-links .menu li {
      color: #acaeaf;
      display: inline-block;
      line-height: 38px;
      margin-right: 0.89286em;
      position: relative;
      vertical-align: middle; }
      .top-left-links .menu li a {
        color: #acaeaf;
        display: block;
        font-size: 11.99996px;
        font-size: 0.85714rem;
        height: 38px;
        line-height: 38px;
        text-decoration: none;
        white-space: nowrap; }
        .top-left-links .menu li a:before {
          color: #acaeaf; }
        .top-left-inks .menu li a:hover:before {
          color: #fff; }
      .top-left-links .menu li:hover > a {
        color: #fff; }
      .top-left-links .menu li:last-of-type {
        margin-right: 0; }


/*--------------------------------------------
side menu
--------------------------------------------*/
.quick-links-side-div h3 {
	padding-bottom: 15px;
}
.quick-links-side-div hr {
	margin: 20px 0px 10px;
}
.quick-links-side-div ul {
	margin:0;
}
.quick-links-side-div li {
	list-style: none;
	padding: 5px 0px;
}
.quick-links-side-div li a {
	padding: 5px 0px;
	font-weight: 400;
}

/*remove altered styling for sidebar*/
#secondary .widget a:not(.button):hover {
    color: #146076;
}

#secondary .widget h3.widget-title,
#colophon .widget h3.widget-title {
	font-size: 1.6em;
	line-height: inherit;
	margin-bottom: 1em;
	text-transform: inherit; }
#secondary .widget h3.widget-title ~ *,
#colophon .widget h3.widget-title ~ * {
	font-size: 1em;
    line-height: inherit;
}
#secondary .widget h3.widget-title, #colophon .widget h3.widget-title {
margin-bottom:1em;
}


/*--------------------------------------------
footer
--------------------------------------------*/
.footer-main {
	background-color: #2a363e;
	padding: 20px 0px;
}
.footer-main > div > div:not(:last-child){
	float: left;
	width: 25%;
}
.footer-main h6 {
	color:#fff;
}
.footer-main p {
	max-width: 85%;
	line-height: 1.3;
	color: #acaeaf;
}
.footer-main ul {
	margin: 0px;
}
.footer-main li {
	list-style: none;
	margin-bottom: 5px;
}
.footer-main .cta a{
	color: #fff;
}
.footer-column-4-top li, .footer-column-4-bottom li {
	display:inline;
}
.footer-column-4-top a, .footer-column-4-bottom a {
	margin-right:10px;
}
.footer-main > div > div > div {
	padding-bottom: 20px;
}
.footer-main .menu a[href*="twitter.com"],
.footer-main .menu a[href*="linkedin.com"],
.footer-main .menu a[href*="facebook.com"],
.footer-main .menu a[href*="youtube.com"] {
	color: #acaeaf !important;
}
.footer-main .menu a[href*="twitter.com"]:hover,
.footer-main .menu a[href*="linkedin.com"]:hover,
.footer-main .menu a[href*="facebook.com"]:hover,
.footer-main .menu a[href*="youtube.com"]:hover {
	color: #fff !important;
}

/*--------------------------------------------
bottom bar of footer
--------------------------------------------*/
.site-footer .bottom-bar {
	background: #2a363e;
}
.site-footer .bottom-bar .container > div:first-of-type {
	text-align: left;
	width: 50%;
}
.site-footer .bottom-bar .container > div:last-of-type {
	float: right;
	text-align: right;
	width: 50%;
}
.site-footer .bottom-bar .container div p {
	display:inline;
	margin: 0px 8px;
	font-size: 0.8em;
}

/*--------------------------------------------
home slider
--------------------------------------------*/

.nav-arrow {
	font-size: 25px;
}
.ewd-us-arrow-div {
	margin: 0px;
}

.ewd-slider-section .slider .ewd-slide .slideText .slideTitle {
	font-family: inherit;
	letter-spacing: 0px;
	text-shadow: 2px 2px 4px rgba(0,0,0,.7);
}
.ewd-slider-section .slider .ewd-slide .slideText .slideExcerpt {
	font-family: inherit;
	margin-top: 0px;
	text-shadow: 2px 2px 4px rgba(0,0,0,.7);	
}
.ewd-slider-section .slider .ewd-slide .slideText ul.slideButtons {
	font-family: inherit;
	margin-top:-10px;
}
.slider .nav-arrow .ewd-us-arrow-div {
	width: 50px;
}
.ewd-slider-control {
	position: absolute;
	bottom: 0px;
	left: calc(50vw - 35px);
}
.ewd-slider-control-click {
    background: #fff none repeat scroll 0 0;
    box-shadow: 2px 2px 5px rgba(0,0,0,.7);
}
div#right.ewd-slider-icon.us-arrow, div#left.ewd-slider-icon.us-arrow  {
	padding-top:20px;
}
/*.ewd-slider-section .slider .ewd-slide .slideText {
	text-align:left;
	max-width: 600px;
}
.ewd-slider-section .slider .ewd-slide .slideText .slideTitle, .ewd-slider-section .slider .ewd-slide .slideText ul.slideButtons {
	text-align:left;
}
.ewd-slider-section .slider .ewd-slide .slideText ul.slideButtons li {
	margin:0;
}
.ewd-slider-section .slider .ewd-slide .slideText .slideExcerpt {
	line-height:1.3;
}*/
.slider {
	margin-bottom:50px;
}
/* REVEAL Home slider */
#ewd-slide-3 .slideText {
margin-top: 20px !important;
}
.reveal-sticker-home {
width: 250px !important;
margin-bottom: 20px !important;
height: auto !important;
position: initial !important;
}
@media (max-width: 1920px) {
.reveal-sticker-home {
width: 150px !important;
}
}
@media (max-width: 1600px) {
.reveal-sticker-home {
width: 100px !important;
}
}
@media (max-width: 767px) {
.reveal-sticker-home {
width: 50px !important;
margin-bottom: 10px !important;
}
}

@media (max-width:767px) {
	.ewd-slider-section .slider .ewd-slide .slideText .slideExcerpt {
		display: block;
		font-size: 8px;
		padding: 0 20px;
	}
	.ewd-slider-section .slider .ewd-slide .slideText ul.slideButtons li a {
		padding: 10px 15px;
		font-size: 10px;
	}
	.ewd-slide {
		margin-top: 28px !important;
	}
	.home .ewd-slide {
		margin-top: 0px !important;
	}
	.ewd-slider-section .slider {
		height: 150px !important;
	}
	.ewd-slider-section .slider ul {
		height: 100%;
	}
	.entry-content .ewd-slider-section li {
		height: 100% !important;
	}
	.ewd-slider-section .slider .ewd-slide img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.ewd-slider-section .slider .ewd-slide .slideText ul.slideButtons {
		display: block !important;
		line-height: normal;
		margin-top: 15px;
	}
	.slider .nav-arrow {
		top: 35px;
	}
	.home .ewd-slider-section .slider #ewd-slide-1 img,
	.page-id-6274 .ewd-slider-section .slider #ewd-slide-2 img {
		object-position: 50% 50%;
	}
}

/*--------------------------------------------
breadcrumb row
--------------------------------------------*/
.breadcrumb-row {
	box-shadow: 0px -2px 4px rgba(0,0,0,.15);
	margin-bottom: 50px;
}
.breadcrumbs span a {
	padding:5px;
	font-weight:400;
}

/*--------------------------------------------
login page
--------------------------------------------*/
#login-nz-div-large {
	text-align:center;
	margin-top: calc(20vh - 100px);
	margin-bottom: calc(20vh - 120px);
}
.login-nz-form-large input[type="text"], .login-nz-form-large input[type="password"]  {
	width:400px;
	margin:10px;
}
.login-nz-form-large input[type="submit"] {
	margin:10px;
}
#mobile-login-icon {
	display:none;
	color:#acaeaf;
	margin-left:5px;
	position:relative;
	top:2px;
}
#mobile-login-icon:hover {
	color:white;
}


/*--------------------------------------------
miscellaneous
--------------------------------------------*/
.site-main {
	margin-bottom: 20px;
}
hr {
	margin: 1.78571em auto;
}
.sidebar #primary {
	width:67%;
}
#secondary {
	width:33%;
}
.search-results .page-header {
	background-color:#fff;
}
.search-results .page-header h1.page-title {
	display:none;
}
.error-404 form input[type="search"] {
	width:300px;
}
ul#menu-404-quick-links {
	margin-left:0px;
	margin-bottom:3.5em;
}
#menu-404-quick-links li {
	list-style:none;
	margin-bottom: 8px;
}
#menu-404-quick-links a {
	color: #0696b7;
	border-bottom: none;
	font-weight: 400;
}
#menu-404-quick-links a:visited {
	color:#0696b7;
}
#menu-404-quick-links a:hover, #menu-404-quick-links a:active {
	color:#146076;
}
img.alignnone {
	margin:0;
	display:inline;
}
.header-logo {
	position:relative;
	top:8px;
}
.fa {
	color:#003e5c;
}
.fa-times {
	color:#ffa500
}
.fa-check {
	color:#0696b7;
}
.voi-thumb img {
	height: 50px !important;
	width: auto;
}
.parent-pageid-27 h3 {
	margin-top: 0;
}
.parent-pageid-27 #main {
	padding-top: 25px;
}

/*--------------------------------------------------------------
4.2 - Fields
--------------------------------------------------------------*/
label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.25em; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="password"],
input[type="search"],
select[multiple],
textarea {
  background: #f6f6f7;
  border: 1px solid #eaeaeb;
  border-radius: 3px;
  color: #333;
  line-height: normal;
  max-width: 100%;
  padding: 0.6429em 0.7143em;
  transition: 0.3s;
  -webkit-appearance: none; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  background: #fff;
  color: #5a5d60;
  outline-style: none; }

textarea {
  box-sizing: border-box;
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding: 0.7143em;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */ }

input[type="file"] {
  font-size: 14px;
  font-size: 1rem;
  line-height: 0; }

.blog-header h1{
	text-align:center;
	margin-bottom:10px;
	color:#003e5c;
}
.blog-header p{
	text-align:center;
}
.blog-header {
	margin-bottom:70px;
}
.blog-preview-square, .event-preview-square {
	float:left;
	margin:10px;
	width:340px;
	height:340px;
	position:relative;
	background-color:#000;
}
.blog-preview-square img, .event-preview-square img {
	opacity:1;
	transition:1s;
	object-fit: cover;
    height: 100%;
    width: 100%;
}
.blog-preview-square:hover img, .event-preview-square:hover img {
	opacity:.7;
	transition:1s;
}
.blog-preview-heading h2{
	background: #003e5c;
	color: #fff;
	font-size: 1.5em;
	padding: 10px 20px;
	position:absolute;
	transition:1s;
	bottom:0px;
	width: 330px;
	margin-bottom:20px;
}
.event-preview-heading {
	background-color:#003e5c;
	transition: 1s;
    text-align: center;
    bottom: 0px;
    position: absolute;
    padding: 12px 20px;
    min-height: 90px;
	width:340px;
}
.event-preview-heading:hover {
	background-color:#0696b7;
	transition: 1s;	
}
.event-preview-heading h2 {
    bottom: 0px;
    margin-bottom: 0px;
    text-align: center;
    font-weight: 300;
    color: #fff;
    font-size: 15px;	
}
.event-preview-heading p {
    bottom: 70px;
    z-index: 10;
    margin: 0;
    color: #ffa500;
    font-size: 15px;
	text-transform:uppercase;
	transition:1s;
	font-weight:500;
}
.blog-preview-square:hover h2, .event-preview-square:hover .event-preview-heading{
	background-color:#0696b7;
	transition:1s;
}
.event-preview-cpd {
	    position: absolute;
    top: 82px;
    background: #003e5c;
    z-index: 11;
    padding: 4px 16px;
    min-width: 91px;
    color: #ffa500;
    font-weight: 500;
}
.event-preview-cpd p {
    margin: 0;
    text-align: center;
}
.event-preview-square:hover .event-preview-heading p {
	color:#fff;
	transition:1s;
}
.event-preview-date {
    position: absolute;
    z-index: 10;
    top: 0px;
    padding: 16px;
    color: #fff;
    background-color: rgba(0,62,92,.5);
	text-align:center;
	transition: 1s;
	min-width:91px;
}
.event-preview-square:hover .event-preview-date{
	background-color: rgb(0,62,92);
	transition: 1s;
}
.event-preview-date p {
	margin:0;
}
.event-preview-date p:nth-child(1) {
	font-size:2.4em;
	margin-bottom:7px;
}
.event-preview-date p:nth-child(2) {
	font-size:1.5em;
}
.entry-content p .cta-main a:not(.ow-button-hover), .entry-content p .cta-second a:not(.ow-button-hover) {
	color:#fff;
}


/*-----event page width-----*/
.page-id-27 #content .container {
	width:1150px;
}

/*-----event page header-----*/
.page-id-27 .entry-thumbnail,
.page-id-27 .entry-footer,
.page-past-events .entry-thumbnail,
.page-past-events .entry-footer {
	display: none;
}
.page-past-events .event-preview-date,
.page-past-events .event-preview-cpd,
.page-past-events .event-preview-heading > p {
	display: none;
}
.page-past-events .event-preview-heading {
	min-height: 60px;
}


/*-----individual events pages-----*/
.event-page .panel-grid:nth-of-type(1) .so-panel:nth-of-type(1) {
	float:left;
}
.event-page .panel-grid:nth-of-type(1) .so-panel:nth-of-type(2) {
	display:inline-block;
	margin-left:30px;
	max-width:540px;
}
.event-page .panel-grid:nth-of-type(1) .so-panel:nth-of-type(2) h2, .event-page .panel-grid:nth-of-type(1) .so-panel:nth-of-type(2) p{
	margin:0;
}
.event-page .panel-grid:nth-of-type(1) .so-panel:nth-of-type(2) h4 {
	color:#ffa500;
	margin:5px 0 0;
	text-transform:uppercase;
}
.event-page .panel-grid:nth-of-type(1) .so-panel:nth-of-type(3) {
	clear:both;
}

/*-----go to webinar-----*/
.webinar-registration-header {
	display:none;
}
#webinar-registration-form table{
	border:none;
}
#webinar-registration-form th, #webinar-registration-form td, .webinar-registration input[type="submit"] {
	border:none;
}
#webinar-registration-form input[type="text"]{
	color:#333;
}
#webinar-registration-form label.error {
	color:#ffa500;
}
.webinar-registration .gotowebinar-required:after {
	color:#ffa500;
	font-size:16px;
}

.comment-navigation .nav-links a:hover, .paging-navigation .nav-links a:hover, .post-navigation .nav-links a:hover {
	color:#0696b7;
}
.blog-pg-title {
	float: right;
	width: 50%;
	padding: 0px 30px;
	height: 100%;
	margin: 0 0 30px;
}
.blog-pg-title h1 {
	margin:0 0 15px;
	font-size:2.4em;
}
.blog-pg-img {
	margin: 0 0 20px;
}
.post-share-icons{
	text-align:center;
}
.post-share-icons p {
	margin-bottom: 0.4em;
}
.post-share-icons ul {
	margin-bottom: 2em;
}
.post-share-icons ul .fa {
	border-radius:3px;
}
.post-share-icons ul .fa-facebook{
	background-color: #3b5998;
}
.post-share-icons ul .fa-twitter{
	background-color: #1da1f2;
}
.post-share-icons ul .fa-google-plus{
	background-color: #db4437;
}
.post-share-icons ul .fa-linkedin{
	background-color: #0084bf;
}
.blog-footer{
	margin-top:30px;
}
.blog-author-bio {
	float:right;
	width: 540px;
}
.blog-author-bio h5 {
	margin-top:0;
}
.author-pg-section {
	padding: 10px 10px 30px;
}
.author-pg-section h2, .category-pg-section h2 {
	margin-top:0;
	text-align:center;
}
nav.pagination {
	clear:both;
	padding: 30px 10px 0;
}
.quick-links-list {
	margin-top: 45px;
}
.quick-links-list hr {
	margin:20px 0 10px;
}
.quick-links-list p, .other-links-list p{
	margin-bottom:0;
	padding: 5px 0;
	font-weight:normal;
}
.aptf-tweet-actions br{
	display:none;
}
div.aptf-follow-btn{
	background-color: #0696b7;
    background-image: none;
    border: none;
    color: white;
    text-shadow: none;
    font-family: Lato;
    font-size: 16px;
}
.brochure-dark{
	background-color: #003e5c;
    height: 229px;
    border-radius: 20px;
    padding: 10px 20px;
    color: #fff;
	/*position:absolute;*/
}
.brochure-dark h4 {
	color:#fff;
	display:inline;
}
.brochure-dark img {
	float:left;
	position: relative;
	left:-20px;
	top:-10px;
	border-radius: 20px 0 0 20px;
	border: 1px solid #003e5c;
	max-height:228px;
}
.brochure-dark p:nth-child(3){
	margin: 10px 0;
}
.brochure-dark .cta-main {
	margin-top:35px;
}
/*-----consumer button on top nav-----*/
#menu-item-1274 a {
	color:#ffa500;
	display:none;
	opacity:0.8;
}
#menu-item-1274 a:hover {
	opacity:1;
}

/*-----mentions in the media-----*/
.media-mentions-list{
	border: 1px solid #003e5c;
	transition:1s;
    border-radius: 20px;
    padding: 10px 20px;
	max-width:750px;
	margin-bottom:20px;
	height:215px;
}
.media-mentions-list p {
	margin:15px 0;
}
.media-mentions-date {
	float:left;
	position: relative;
	left:-20px;
	top:-10px;
	border-radius: 16px;
	background-color:#003e5c;
	transition: 1s;
	color:#fff;
	width:90px;
	padding:20px;
	text-align:center;
	height:213px;
}
.media-mentions-list h4 {
	display:inline;
}
.media-mentions-list:hover .media-mentions-date {
	background-color:#0696b7;
	transition: 1s;
}
.media-mentions-list:hover{
	border: 1px solid #0696b7;
	transition: 1s;
}
.media-mentions-list a > p {
	color:#000;
}
.media-mentions-date p {
	margin:0;
}
.media-mentions-date p:nth-child(1) {
	font-size:2.4em;
	margin-bottom:7px;
}
.media-mentions-date p:nth-child(2) {
	font-size:1.5em;
}

/*-----add border to logos in national firms-----*/
.page-id-282 #main img {
	border: 1px solid #eee;
}
/*-----hide blog meta in search results-----*/
.search-results .entry-meta {
	display:none;
}

/*-----404 page-----*/
.error-404 form input[type="search"] {
	width:560px;
}
section.error-404 {
	margin:20vh 0;
	text-align:center;
}

.salesforce_w2l_lead sup span.required  {
	color:#ffa500;
}
.w2linput.select {
	width:340px;
}
.wpcf7-form span.required {
	color: #ffa500;
}
.wpcf7-form label {
	padding: .15em 0;
	margin: .25em 0;
}
.sf_field input[type="text"], .sf_field select[multiple]{
	color:#111;
}
.sf_field option {
	font-weight:300;
	padding: 4px 0;
}
.salesforce_w2l_lead .sidebar select, .wpcf7-form select{
	height:40px;
	width:350px;
}
.salesforce_w2l_lead .sidebar select[multiple="multiple"] {
	height:120px;
}
#requiredfieldsmsg {
	display:none;
}
.sf_field label.multi-select::after{
	content: " (hold ctrl/cmd to select multiple)";
	font-weight:300;
}

/*-----jobadder-----*/
.powered-by-jobadder, #powered-by-jobAdder {
	display:none;
}
div.apply {
	margin-top:30px;
}
a.back-link {
	margin-right:20px;
}
input.ja-button {
	color:#fff;
	background-color:#ffa500;
	border:none;
	border-radius: 3px;
	font-weight:400;
	text-transform:capitalize;
}
div.apply input[type="button"]:hover {
	background-color:#f18e00;
	box-shadow: 2px 2px 3px rgba(0,0,0,.3);
}
p.summary, p.date-posted, ul.classifications {
	display:none;
}
.ja-job-list .job {
	margin-bottom:30px;
}
.ja-job-details .meta .date-posted {
	margin-bottom:15px;
}


/*-----consumer button-----*/
.consumer-fixed-button{
	display:none;
	background-color: #f1632d;
    padding: 15px 0;
    width: 280px;
    text-align: center;
    border-radius: 10px 10px 0 0;
    position: fixed;
    bottom: -1px;
    z-index: 20;
    box-shadow:0px -2px 6px rgba(0, 0, 0, 0.3);
    left: 50%;
    margin-left: -140px;
}
.consumer-fixed-button a {
	color:#fff;
	padding: 15px 20px;
}

/*-----form customisations-----*/
.form-custom-hide h3 {
	display:none;
}
fieldset {
	border:none;
}
.vfb-fieldset input[type="text"], .vfb-fieldset input[type="email"], .vfb-fieldset select {
	width:100%;
}
.vfb-fieldset select {
	height:40px;
}
.vfb-item label{
	margin-bottom:10px;
}
li.vfb-item {
	margin-bottom:25px;
}
.vfb-item-textarea .vfb-span label {
	font-weight:300;
}
.vfb-item-textarea textarea {
	width:100%;
	height:120px;
}
#vfb-3 {
	display:none;
}
.vfb-required-asterisk {
	color:#ffa500;
}
.vfb-item-secret .vfb-desc, .vfb-item-secret .vfb-text {
	display:none;
	opacity:0;
	height:0px;
}
.vfb-fieldset ul {
	margin:0;
}
.vfb-item.vfb-item-secret{
	margin-bottom:0;
	height:0px;
}
.t-and-c p{
	display:none;
}
.consumer h1 {
	margin-bottom:25px;
}
.consumer-banner-button {
	padding: 14px 19px;
}
.consumer-banner-button a{
	padding: 10px 20px;
	color:#fff;
	background-color: #ffa500;
	border-radius: 25px;
}	
.consumer-banner-button a:hover{
	background-color:#f2632e;
	box-shadow: rgba(0, 0, 0, 0.298039) 2px 2px 3px 0px;
	cursor:pointer;
}
.police-check-cta a{
	padding: 14px 19px;
	color: #fff !important;
	background-color: #f1632d;
	border-radius: 3px;
	display: block;
	font-size: 1.3em;
	transition:1s;
	max-width:350px;
	margin:0 auto;
}
.police-check-cta a:hover{
	background-color: #e5460d;
	box-shadow: rgba(0, 0, 0, 0.298039) 2px 2px 3px 0px;
	cursor: pointer;
}
.page-id-3081 h1, .page-id-3361 h1, .page-id-3363 h1, .page-id-3365 h1{
	margin-top:30px;
	margin-bottom:10px;
}
.page-id-3081 h1, .page-id-3081 h3, .page-id-3361 h1, .page-id-3361 h3, .page-id-3363 h1, .page-id-3363 h3, .page-id-3365 h1, .page-id-3365 h3{
	color:#fff;
}
.page-id-3081 .breadcrumb-row, .page-id-3361 .breadcrumb-row, .page-id-3363 .breadcrumb-row, .page-id-3365 .breadcrumb-row{
	margin-bottom:0;
}
.sow-slider-base ul.sow-slider-images .sow-slider-image-container .sow-slider-image-wrapper p {
	color:#222 !important;
	text-shadow:none !important;
}

/*-----blog post carousels-----*/
.wcp-disable-post-meta {
	display:none;
}
.wcp-img-wrap img {
	padding-bottom:5px;
	margin-top:-25px;
}
.wcp-content-wrap h3 a {
	font-size:1.2em;
	line-height:1.4em;
}
.post-style-1 .wcp-content-wrap h3 {
	margin-top: -25px;
}
button.slick-arrow {
	box-shadow:none;
}
.slick-slider {
	margin-bottom:40px;
}

/*---home page button alignment---*/
@media (min-width:780px) {
	#pg-15-1 div.so-widget-sow-editor-base div.siteorigin-widget-tinymce p:first-of-type, #pg-15-2 div.so-widget-sow-editor-base div.siteorigin-widget-tinymce p:first-of-type {
		min-height:150px;
	}
}

/*-------------------------------- 
Benefits header navigation styling 
---------------------------------- */

/* Style the header */
.benefits-header {
	background: #fff;
	color: #0696b7;
	z-index: 200;
	box-shadow: rgba(0, 0, 0, 0.25) 0 6px 6px -6px;
}
.benefits-nav ul {
	margin: 0;
	padding: 30px 0;
}
.benefits-nav ul li {
	list-style: none;
	display: inline;
	-webkit-transition: 0.2s; /* Safari */
    transition: 0.2s;
}
.benefits-nav ul li a {
	font-size: 15px;
	padding: 30px 0;
	height: 100%;
	margin-right: 50px;
}
.benefits-active {
	border-bottom: 3px solid #0696b7;
}
/*
.benefits-sticky .benefits-nav ul li {
	padding: 20px 10px 0;
    -webkit-transition: 0.2s; /* Safari */
    transition: 0.2s;
}
*/
.benefits-nav ul li:hover {
	opacity: 0.5;
}
.benefits-nav .benefits-icon {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #eee;
	margin: 0 auto;
	padding: 10px 0;
	-webkit-transition: 0.2s; /* Safari */
display: none;
    transition: 0.2s;
}
.benefits-sticky .benefits-nav .benefits-icon {
	width: 50px;
	height: 50px;
    -webkit-transition: 0.2s; /* Safari */
    transition: 0.2s;
}
.eb-btn {
	background: #0696b7;
	padding: 10px;
	color: #fff;
	border-radius:4px;
}
.eb-btn:hover {
	background: #146076;
}

/* Page content */
.benefits-content {
}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.benefits-sticky {
	position: fixed;
	top: 0;
	width: 100%;
	padding-top: 70px;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.benefits-sticky + .container {
  padding-top: 90px;
}

@media (max-width: 480px) {
	.benefits-nav ul li {
		display: block;
	}
	.benefits-nav ul li a {
		padding: 5px 0;
		width: 100%;
	}
	.benefits-active {
		border-bottom: 2px solid #0696b7;
	}
	.benefits-nav ul {
		padding: 5px 0;
	}
	.benefits-sticky {
		position: initial;
		padding-top: 0;
	}
	.benefits-sticky + .container {
	  padding-top: 0;
	}
}

/*--------------------------------------------
responsive
--------------------------------------------*/
.iSupport-footer {
	padding-bottom:40px;
}
@media (max-width: 1600px) {
	.ewd-slider-section .slider .ewd-slide .slideText .slideTitle {
		font-size: 32px !important;
	}
}
@media (max-width:1340px) {
	.ewd-slider-section .slider .ewd-slide .slideText .slideExcerpt {
		display:block !important;
		font-size: 12px;
	}
}
@media (max-width:1300px) {
	div.sub-page-main-banner {
		height:202px;
	}
}
@media (max-width:1206px) {
	.quick-links-side-div .cta {
		display:block;
	}
	.main-navigation ul li a {
		font-size: 0.9em;
	}
}
@media (max-width:1190px) {
	.blog-author-bio {
		width:450px;
	}
	.benefits-nav ul li a {
		margin-right: 40px;
	}
}
@media (max-width:1167px) {
	div.sub-page-main-banner h1 {
	}
	.cta a {
		font-size:.9em;
	}
	.blog-author-bio {
		width:380px;
	}
	.page-id-27 #content .container {
		width:780px;
	}
}
@media (max-width:1140px) {
	.ewd-slider-section .slider .ewd-slide .slideText .slideTitle {
		margin-top:-15px;
		font-size:22px !important;
	}
	.main-navigation ul li {
		margin-right:1.2em;
	}
	.page-id-27 #content .container,  {
		width:780px;
	}
	.page-id-242 .sidebar #primary, .page-id-254 .sidebar #primary{
		width:100%;
		border:0;
	}
	.page-id-242 #secondary, .page-id-254 #secondary {
		display:none;
	}
	.benefits-nav ul li a {
		margin-right: 25px;
	}
	div.sub-page-main-banner > .banner-headings {
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		transform: translate(0%, -50%);
		padding: 0 10px;
	}
	div.sub-page-main-banner > .banner-headings h1 {
		font-size: 30px;
	}
	div.sub-page-main-banner > .banner-headings p {
		font-size: 12px;
		line-height: 14px;
	}
	.consumer-banner-button a {
		font-size: 12px;
		padding: 7px 15px;
	}
}
@media (max-width:1090px) {
	.cta-blue a, .cta-blue a:visited {
		margin-bottom:7px;
	}
}
@media (max-width:1040px) {
	.responsive-menu .main-navigation ul {
		display:none;
	}
	.responsive-menu .menu-toggle {
		display:block;
		margin-right:50px;
	}
	div.sub-page-main-banner h1, h1 {
		line-height: 1em;
	}
}
@media (max-width:1024px) {
	#login-nz-div .cta-dark {
		display:none;
	}
	.responsive-menu .menu-search {
		display:block;
	}
	#menu-item-1274{
		display:none;
	}
	#login-nz-div .cta-orange {
		display:none;
	}
	.benefits-nav ul li a {
		font-size: 13px;
		margin-right: 20px;
	}
}
@media (max-width:950px) {
	.blog-author-bio {
		float:none;
		width:100%;
	}
	.brochure-dark {
		height:280px;
	}
}
@media (max-width:900px) {
	.footer-main > div > div:not(:last-child) {
   		width: 50%;
	}
	.site-footer .bottom-bar .container > div:first-of-type, .site-footer .bottom-bar .container > div:last-of-type {
    		text-align: center;
   		width: 100%;
		float:none;
		padding:0;
	}
	.bottom-bar {
		padding:.8em;
		line-height:1.4em;
	}
	.benefits-nav ul li a {
		font-size: 11px;
		margin-right: 8px;
	}
}
@media (max-width:970px) {
	#login-nz-div {
		display:none;
	}
	#top-bar .container {
		text-align: center;
	}
	#mobile-login-icon {
		display:inline-block;
	}
}
@media (max-width:840px) {
	.media-mentions-list{
		height:260px;
	}
	.media-mentions-date {
		height:258px;
	}
}
@media (max-width:786px) {
	.resp .site-footer .bottom-bar {
		padding-bottom: .8em;
	}
	.page-id-27 #content .container {
		width:100%;
	}
	.top-bar-menu .menu li {
		margin-right: 5px;
	}
}
@media (max-width:480px) {
	#top-bar .container {
		padding: 0 10px;
	}
	#top-bar .top-bar-text {
		margin-right: 0;
	}
}
/*-----when layout changes to single column-----*/
@media (max-width:780px) {
	.cta-blue a, .cta-blue a:visited {
		margin-bottom:0;
	}
	.cta a {
		font-size:1em;
	}
	.brochure-dark {
		height:229px;
	}
}
@media (max-width:768px) {
	.quick-links-side-div .cta {
		display:inline-block;
	}
	.resp .site-footer .bottom-bar .site-info:first-of-type {
		padding-bottom:10px;
	}
	.ewd-slider-section {
		display: block;
		height: 100%;
	}

	.ewd-slider-section .slider .ewd-slide .slideText .slideTitle {
		font-size: 15px !important;
		margin-top: 0px;
	}
	.ewd-slider-control {
		left: calc(50vw - 75px);
	}
	#pl-6353 {
		margin-top: 0 !important;
	}
	#pg-6353-1 {
		padding-bottom: 50px;
	}
	.slider-window {
		margin-top: -28px !important;
	}
	.ewd-slider-control {
		display: none;
	}
	
}
@media (max-width:710px) {
	.media-mentions-list{
		height:300px;
	}
	.media-mentions-date {
		height:298px;
	}
}
@media (max-width:700px) {
	div.sub-page-main-banner {
		height:110px !important;
	}
	div.sub-page-main-banner h1 {
		margin-bottom:0;
		font-size:2.6em;
	}
	.error-404 form input[type="search"] {
		width:400px;
	}
	.consumer-fixed-button{
		display:block;
	}
}
@media (max-width:650px) {
	.brochure-dark h4 + p {
		display:none;
	}
}
@media (max-width:600px) {
	.media-mentions-list h4 + p{
		display:none
	}
	.media-mentions-list a + a {
		display:block;
		margin-top:10px;
	}
	.media-mentions-list {
		height:100%;
	}
	.media-mentions-date {
		height:143px;
	}
}
@media (max-width:530px) {
	.media-mentions-date {
		height:168px;
	}
}
@media (max-width:500px) {
	.footer-main > div > div:not(:last-child) {
   		width: 100%;
	}
	.error-404 form input[type="search"] {
		width:300px;
	}
	div.sub-page-main-banner h1 {
		font-size: 12px;
		font-weight: 400;
	}
	div.sub-page-main-banner p {
		font-size: 10px !important;
		line-height: 10px !important;
   		font-weight: 300 !important;
	}
}
@media (max-width:480px) {
	div.sub-page-main-banner h1 {
		line-height: 1em;
	}
}
@media (max-width:470px) {
	.brochure-dark img {
		display:none;
	}
	.brochure-dark {
		height:200px;
	}
}
@media (max-width:455px) {
	.media-mentions-date {
		height:198px;
	}
}
@media (max-width:420px) {
	.blog-preview-square {
		margin: 10px 0;
	}
	.blog-preview-square, .event-preview-square {
		width:100%;
		max-height:400px;
		margin: 10px 0;
	}
	.event-preview-heading, .blog-preview-heading h2 {
		width:100%;
	}
	.page-id-27 #content .container {
		width:100%;
	}
}
@media (max-width:415px) {
	.cta-blue a, .cta-blue a:visited {
		margin-bottom:7px;
	}
}


/*----- full width styling -----*/

.full-width {
  	width: 100vw;
  	position: relative;
  	left: 50%;
  	right: 50%;
  	margin-left: -50vw;
 	margin-right: -50vw;
}
.banner-content-wrapper {
	position: relative;
	height: 100%;
}
.banner-content {
	position: absolute;
 	top: 50%;
 	left: 50%;
 	transform: translate(-50%, -50%);
}

@media (max-width: 1000px) {
.banner-content {
width:100%;
}
}




/* Jobs Widget */

#ja-jobs-widget {
	position: relative;
}

.ja-loading {
	position: absolute;
	top: 10px;
	right: 10px;
}

.ja-loading.left {
	left: 10px;
	right: auto;
}


/* Forms */
.ja-form {
	margin-bottom: 3em;
}

.ja-form .ja-field-container {
	margin-bottom: 0.5em;
}

.ja-form .ja-field-container:before,
.ja-form .ja-field-container:after {
	content: "";
	display: table;
}

.ja-form .ja-field-container:after {
	clear: both;
}

.ja-form .ja-field-container {
	zoom: 1;
}

.ja-form .ja-field-container label {
	display: block;
	float: left;
	width: 100px;
	padding-top: 6px;
}

.ja-form .ja-field-container .ja-field {
	float: left;
}

.ja-form .ja-field-container select,
.ja-form .ja-field-container textarea,
.ja-form .ja-field-container input[type="text"],
.ja-form .ja-field-container input[type="password"],
.ja-form .ja-field-container input[type="datetime"],
.ja-form .ja-field-container input[type="datetime-local"],
.ja-form .ja-field-container input[type="date"],
.ja-form .ja-field-container input[type="month"],
.ja-form .ja-field-container input[type="time"],
.ja-form .ja-field-container input[type="week"],
.ja-form .ja-field-container input[type="number"],
.ja-form .ja-field-container input[type="email"],
.ja-form .ja-field-container input[type="url"],
.ja-form .ja-field-container input[type="search"],
.ja-form .ja-field-container input[type="tel"],
.ja-form .ja-field-container input[type="color"] {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #333;
	border: solid 1px #ccc;
}

.ja-form .ja-field-container select {
	width: 240px;
	padding: 2px;
}

.ja-form .ja-field-container textarea {
	width: 230px;
	padding: 3px 4px;
}

.ja-form .ja-field-container input[type="text"],
.ja-form .ja-field-container input[type="password"],
.ja-form .ja-field-container input[type="datetime"],
.ja-form .ja-field-container input[type="datetime-local"],
.ja-form .ja-field-container input[type="date"],
.ja-form .ja-field-container input[type="month"],
.ja-form .ja-field-container input[type="time"],
.ja-form .ja-field-container input[type="week"],
.ja-form .ja-field-container input[type="number"],
.ja-form .ja-field-container input[type="email"],
.ja-form .ja-field-container input[type="url"],
.ja-form .ja-field-container input[type="search"],
.ja-form .ja-field-container input[type="tel"],
.ja-form .ja-field-container input[type="color"] {
	width: 230px;
	padding: 3px 4px;
}

.ja-form .ja-field-container .checkbox:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.ja-form .ja-field-container .checkbox {
	display: block;
	margin-left: 95px;
}

.ja-form .ja-field-container .checkbox br {
	clear: left;
}

.ja-form .ja-field-container .checkbox input {
	width: 15px;
	height: 19px;
	float: left;
}

.ja-form .ja-field-container .checkbox label {
	height: 21px;
	width: auto;
	line-height: 21px;
	float: left;
	padding: 2px 12px 0 5px;
}


.ja-form .ja-submit {
	margin-top: 1em;
	margin-left: 100px;
	vertical-align: middle;
}

.ja-form .ja-submit .ja-loading {
	position: relative;
	top: 0;
	left: 0;
	margin-left: 10px;
	vertical-align: middle;
}

.ja-button {
	font-size: 1em;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #dcdcdc;
	padding: 4px 18px;
	text-decoration: none;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #f9f9f9), color-stop(100%, #e9e9e9) );
	background: -moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	background: -ms-linear-gradient( top, #f9f9f9 5%, #e9e9e9 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background-color: #f9f9f9;
	color: #333333;
	display: inline-block;
	-webkit-box-shadow: inset 1px 1px 0px 0px #ffffff;
	-moz-box-shadow: inset 1px 1px 0px 0px #ffffff;
	box-shadow: inset 1px 1px 0px 0px #ffffff;
}

.ja-button:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #e9e9e9), color-stop(100%, #f9f9f9) );
	background: -moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
	background: -ms-linear-gradient( top, #e9e9e9 5%, #f9f9f9 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
	background-color: #e9e9e9;
	cursor: pointer !important;
}

.ja-button:active {
	position: relative;
	top: 1px;
}

.ja-form .ja-field-container .error {
	color: #990000;
	border-color: #990000;
}

.ja-form .ja-field-container .validation-error {
	display: block;
	clear: both;
	margin-top: 5px;
	color: #aa0000;
}

.ja-form .ja-error-container {
	color: #aa0000;
	margin-top: 2em;
	margin-left: 100px;
}

.ja-form .ja-error-container p {
	margin-bottom: 0;
}

/* End forms */


/* Job list */

.ja-job-list-container {
}

.ja-job-list-container .no-jobs-content {
}

.ja-job-list {
	margin-bottom: 3em;
}

.ja-job-list .job {
	margin-bottom: 0;
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}

.ja-job-list .job.alt {
	background-color: #fefefe;
}

.ja-job-list .job.hot {
	background-color: #fffdfd;
}

.ja-job-list .job .title {
	font-size: 20px;
	margin: 0 0 10px 0;
}

.ja-job-list .job .title a {
}

.ja-job-list .job .meta {
	margin-bottom: 1em;
}

.ja-job-list .job .meta:before,
.ja-job-list .job .meta:after {
	content: "";
	display: table;
}

.ja-job-list .job .meta:after {
	clear: both;
}

.ja-job-list .job .meta {
	zoom: 1;
}

.ja-job-list .job .meta p {
	font-size: 0.9em;
	margin-bottom: 0.5em;
}

.ja-job-list .job .meta .classifications {
	float: left;
	list-style: none;
	width: 50%;
	margin: 0 0 0.5em 0;
}

.ja-job-list .job .meta .classifications li {
	display: inline;
	margin-right: 0.5em;
}

.ja-job-list .job .meta .date-posted {
	float: right;
	width: 50%;
	text-align: right;
}

.ja-job-list .job .meta .salary {
	clear: left;
	float: left;
}

.ja-job-list .job .meta .reference {
	float: right;
	text-align: right;
}

.ja-job-list .job .summary {
}

.ja-job-list .job .view-details {
	font-size: 0.9em;
	font-weight: normal;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	padding: 4px 10px;
	text-decoration: none;
	background-color: #0696b7;
	color: #ffffff;
	display: inline-block;
}

.ja-job-list .job .view-details:hover {
	background-color: #146076;
	cursor: pointer !important;
}

.ja-job-list .job .view-details:active {
	position: relative;
	top: 1px;
}


/* End job list */


/* Pager */

.ja-pager-container {
}

.ja-pager-container:before,
.ja-pager-container:after {
	content: "";
	display: table;
}

.ja-pager-container:after {
	clear: both;
}

.ja-pager-container {
	zoom: 1;
}

.ja-pager {
	float: left;
	font-size: 0.9em;
}

.ja-pager:before,
.ja-pager:after {
	content: "";
	display: table;
}

.ja-pager:after {
	clear: both;
}

.ja-pager {
	zoom: 1;
}

.ja-pager span,
.ja-pager a {
	display: block;
	float: left;
	line-height: 23px;
	padding: 0 8px;
	margin-right: 3px;
	color: #333;
	background-color: #f3f3f3;
	border: solid 1px #ddd;
}

.ja-pager a:hover,
.ja-pager .current-page {
	color: #fff;
	background-color: #bbb;
	border-color: #999;
	text-decoration: none;
}

.ja-pager .previous,
.ja-pager .next {
}

.ja-pager .first-page,
.ja-pager .last-page {
}

.ja-pager .previous-ellipsis,
.ja-pager .next-ellipsis {
}


.ja-pager-summary {
	float: right;
	line-height: 25px;
	font-size: 0.9em;
}

/* End pager */


/* Job details */

.ja-job-details {
}

.ja-job-details .title {
}

.ja-job-details .meta {
	margin-bottom: 1em;
}

.ja-job-details .meta:before,
.ja-job-details .meta:after {
	content: "";
	display: table;
}

.ja-job-details .meta:after {
	clear: both;
}

.ja-job-details .meta {
	zoom: 1;
}

.ja-job-details .meta p {
	font-size: 0.9em;
	margin-bottom: 0.5em;
}

.ja-job-details .meta .classifications {
	float: left;
	width: 50%;
	list-style: none;
	margin: 0 0 0.5em 0;
}

.ja-job-details .meta .classifications li {
	display: inline;
	margin-right: 0.5em;
}

.ja-job-details .meta .date-posted {
	clear: right;
	float: right;
	width: 50%;
	text-align: right;
}

.ja-job-details .meta .salary {
	clear: left;
	float: left;
}

.ja-job-details .meta .reference {
	float: right;
	text-align: right;
}

.ja-job-details .bullet-points {
}

.ja-job-details .bullet-points li {
}

.ja-job-details .description {
}

.ja-job-details .apply {
	margin: 2em 0 0.5em 0;
	text-align: center;
}

.ja-job-details .apply .back-link {
	font-size: 0.9em;
	margin-right: 1em;
}

.ja-job-details .apply .ja-button {
}

/* End job details */

/* Application form iframe (external app forms) */

.ja-apply-iframe iframe {
	width: 100%;
	height: 500px;
	border: none;
}

.ja-apply-iframe .apply {
	margin: 2em 0 0.5em 0;
	text-align: center;
}

.ja-apply-iframe .apply .back-link {
	font-size: 0.9em;
}

/* End application form iframe */

/* Application form */

.ja-job-apply .ja-success-text {
	
}

.ja-job-apply .ja-submit .back-link {
	font-size: 0.9em;
	margin-left: 1em;
}

/* End application form */

/* Powered by JobAdder */

.powered-by-jobadder {
	color: #bbb;
	font-size: 0.9em;
	text-align: center;
	margin: 2em 0 1em 0;
}

.powered-by-jobadder a {
	color: #bbb;
}

.powered-by-jobadder a:hover {
	color: #aaa;
}

/* End powered by JobAdder */

/* SalesForce Form Styling */

.salesforce_w2l_lead .sidebar select {
	width: 95%;
}

/* End SalesForce Form Styling */


/*******************************************
 Flip - entire container, keeps perspective
********************************************/

.flip-container {
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -o-perspective: 1000;
    perspective: 1000;
}

.flip-container, .front, .back {
    width: 350px;
	height: 350px;
	margin: 0 auto;
}

.flipper {
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;

    position: relative;
}

.front, .back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;

    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;

    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;

    -o-transition: 0.6s;
    -o-transform-style: preserve-3d;

    -ms-transition: 0.6s;
    -ms-transform-style: preserve-3d;

    transition: 0.6s;
    transform-style: preserve-3d;


    position: absolute;
    top: 0;
    left: 0;
}

.back {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.flip-container:hover .back, .flip-container.hover .back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.flip-container:hover .front, .flip-container.hover .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}


.front {
    z-index: 2;
}

.front img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

p:empty {
	display: none;
}

/******************************************
Page image wrapper + centred text
******************************************/

.page-image-container {
    position: relative;
    text-align: center;
    color: white;
	height: 200px;
}
.page-image-container img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.page-image-text-centre {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	font-weight: 600;
	font-size: 40px;
	text-shadow: 5px 5px 6px rgba(0,0,0,.8);
}
.page-image-container a {
	color: #f5f6f7;
}
.page-image-container img:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
}

/*****************************
Image with button styling
*****************************/
.image-btn-row {
	margin-left: -17.5px;
	margin-right: -17.5px;
}
.image-btn-row .panel-grid-cell {
	padding: 20px 0;
}
.image-btn-cell {
	background: #ffffff;
	text-align: center;
	margin: 8px;
	box-sizing: border-box;
	box-shadow: 0 0 30px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 30px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 30px rgba(0,0,0,0.2);
	-o-box-shadow: 0 0 30px rgba(0,0,0,0.2);
}
.image-btn-row .panel-grid-cell {
	padding: 20px 0px !important;
}
.image-btn-cell .widget_sow-button {
	padding: 20px 0;
	margin: 0 !important;
}
.image-btn-cell .so-panel {
	margin: 0 !important;
}
.image-btn-cell .widget-title {
	font-weight: 200;
	font-size: 1.5em;
	margin: 0 !important;
	padding: 15px 0;
}
.image-btn-cell .sow-image-container {
	height: 220px;
}
.image-btn-cell .sow-image-container img {
	height: 100% !important;
	width: 100%;
	object-fit: cover;
}
figure.wp-caption {
	background: transparent;
	padding: 0;
	border-radius: 0;
}
.quote-text {
	font-size: 1.25em;
	color: #0696b7;
	line-height: 1.25em;
	font-weight: 300;
}
@media (max-width: 767px) {
	.image-btn-row .panel-grid-cell {
		padding: 0 !important;
	}
}

/*****************************
Values page styling
*****************************/
.page-values .sow-image-container {
	height: 150px;
	position: relative;
}
.page-values .sow-image-container img {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

/*****************************
Button styling
*****************************/
.ow-button-hover {
	background: #0696b7;
	border: 1px solid #0696b7;
	color: #fff;
}
.ow-button-hover:hover {
	background: #146076;
	border: 1px solid #146076;
	color: #fff;
}
.btn {
  padding: 10px 20px;
  border-radius: 4px;
	text-shadow: none;
}
.btn-blue {
	background-color: #0696b7;
	border: 1px solid #0696b7!important;
	color: #fff !important;
}
.btn-blue:hover {
	background-color: #146076;
	border: 1px solid #0696b7!important;
	color: #fff !important;
}
.btn-white {
	background-color: #ffffff;
	border: 1px solid #ffffff!important;
	color: #0696b7 !important;
	text-shadow: none;
}
.btn-white:hover {
	background-color: #f4f7f9;
	border: 1px solid #f4f7f9!important;
	color: #0696b7 !important;
}
.btn-orange {
	background-color: #ffa500 !important;
	border: 1px solid #ffa500  !important;
	color: #fff !important;
}
.btn-orange:hover {
	background-color: #f2632e !important;
	border: 1px solid #f2632e !important;
	color: #fff !important;
}

/*****************************
Media centre page update
*****************************/
.page-media-centre .sow-icon-container {
	margin-bottom: 20px;
}
.page-media-centre .sow-features-clear {
	margin: 50px 0;
}
p.sow-more-text a {
	color: #0696b7 !important;
}
p.sow-more-text a:hover {
	color: #146076 !important;
}

/*-----------------------------
Services Hero Sections
------------------------------*/

/* Create four equal columns that floats next to each other */
.hero-column {
    float: left;
    width: 25%;
    padding: 10px 50px;
    min-height: 300px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    box-sizing: border-box;
	position: relative;
}
.hero-column:hover {
    -moz-box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.1);
}
.hero-column span {
  position:absolute; 
  width:100%;
  height:100%;
  top:0;
  left: 0;
  z-index: 1;
  background-image: url('empty.gif');
}

/* Clear floats after the columns */
.hero-wrapper:after {
    content: "";
    display: table;
    clear: both;
}

/* Individual column styles */
.hero-column-1 {
  background-image: url("https://stagewww.infotrack.com.au/wp-content/uploads/shutterstock_1036746562-web.jpg");
  background-size: cover;
  color: #fff;
}
.hero-column-2 {
  background-image: url("https://image.shutterstock.com/z/stock-photo-modern-glass-building-exterior-145551412.jpg");
  background-size: cover;
	background-position: center;
  color: #fff;
}
.hero-column-3 {
  background-image: url("https://image.shutterstock.com/z/stock-photo-analytical-department-working-process-closeup-woman-showing-business-reports-modern-tablet-screen-403945648.jpg");
  background-size: cover;
background-position: 50% 40%;
  color: #fff;
}
.hero-column-4 {
  background-image: url("https://stagewww.infotrack.com.au/wp-content/uploads/consumer-bg.jpg");
  background-size: cover;
  color: #fff;
}
.hero-content {
	color: #ffffff !important;
}
.hero-content h2 {
	color: #ffffff;
	text-shadow: 2px 2px 4px rgba(0,0,0,.7);
	margin-bottom: 15px;
}
.hero-content p {
	font-size: 16px !important;
	text-shadow: 2px 2px 4px rgba(0,0,0,.7);
	font-weight: 600;
}
#hero-row > .panel-grid-cell {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* Responsive layout - makes the four columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .hero-column {
        width: 100%;
    }
}

/*----------------
Dropdown styling
-------------------*/
.sf-input-select {
background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='50px' height='50px'><polyline points='46.139,15.518 25.166,36.49 4.193,15.519'/></svg>");
background-color: #fff;
background-repeat: no-repeat;
background-position: right 15px top 15px;
background-size: 16px 16px;
padding: 12px;
width: auto;
font-size: 14px;
color: #000;
text-align: center;
border-radius: 0px;
-webkit-border-radius: 0px;
-webkit-appearance: none;
border: 1px solid #000;
outline: 0;
-webkit-transition: 0.3s ease all;
-moz-transition: 0.3s ease all;
-ms-transition: 0.3s ease all;
-o-transition: 0.3s ease all;
transition: 0.3s ease all;
}
.searchandfilter ul {
	margin-left: 10px;
}
.searchandfilter ul li {
	padding: 0 10px 0 0;
}
.events-header {
	min-height: 100px;
	margin-top: 10px
}
.events-switch {
	line-height: 100px;
	margin-right: 10px;
	text-align: right;
}
.events-switch p {
	margin: 0 !important;
}

@media (max-width: 780px) {
    .searchandfilter label {
        width: 100%;
    }
	.searchandfilter select.sf-input-select {
		width: 100%;
	}
	.searchandfilter ul {
		margin-left: 0;
	}
	.events-switch {
		line-height: inherit;
		margin-bottom: 40px;
		text-align: center;
	}
}

/* Image box with title */
.box-preview-square {
	width:340px;
	height:340px;
	position:relative;
}
.box-preview-square img {
	opacity:1;
	transition:1s;
}
.box-preview-square:hover img {
	opacity:.7;
	transition:1s;
}
.box-preview-heading h2{
	background: #003e5c;
	color: #fff;
	font-size: 20px;
	padding: 10px 20px;
	position:absolute;
	transition:1s;
	bottom:0px;
	width: 330px;
	margin-bottom:50px;
}
.box-preview-square:hover h2 {
	background-color:#0696b7;
	transition:1s;
}

/* Social icons on blog page */
.wpfai-list i:before {
	color: #fff;
}
/*-------------------------------- 
Connect Template styling 
---------------------------------- */

.page-template-connect-template .panel-grid {
	margin-bottom: 0 !important;
}
.connect-register-btn {
	background: #f2632e;
	border-radius: 4px;
	padding: 10px 25px !important;
	color: #fff !important;
	transition: background 0.5s ease;
}
.connect-register-btn:hover {
	background: #ffa500;
	color: #fff;
	transition: background 0.5s ease;
}
.connect-pagebreak {
	padding: 100px 0;
	text-align: center;
	color: #fff;
	background-position: center center;
	text-transform: uppercase;
}
.connect-pagebreak .big-title {
	font-size: 6em;
	font-weight: 800;
	color: #fff;
	line-height: 1em;
	margin: 0 0 50px; 0;
	letter-spacing: 2px;
}
.connect-pagebreak .sub-title {
	font-size: 2em;
	font-weight: 300;
	color: #fff;
	margin: 0;
}
.connect-pagebreak i {
	color: #fff !important;
}
.connect-pagebreak .location-span {
	margin-left: 50px;
}
.page-template-connect-template .sow-icon-container {
	width: 90% !important;
	margin: 0 auto;
}
.connect-list {
	color: #fff;
}
.connect-list li {
	line-height: 30px;
}
.page-template-connect-template .sow-icon-elegantline:before {
	background: #1a447e;
	background: -moz-linear-gradient(45deg, #1a447e 0%, #71cdde 100%);
	background: -webkit-linear-gradient(45deg, #1a447e 0%,#71cdde 100%);
	background: linear-gradient(45deg, #1a447e 0%,#71cdde 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a447e', endColorstr='#71cdde',GradientType=1 );
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.connect-social-icons {
	display: flex;
	justify-content: center;
}
.connect-social-icons svg {
	fill: #fff;
}
.connect-social-icons a {
margin: 0 20px;
}
.connect-social-icons a svg:hover * {
	fill: #0696b7;
}
.event-partners-logos .sow-image-container {
	position: relative;
}
.event-partners-logos img {
	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%,-50%);
}

/* Header styles */
.connect-header {
	padding: 50px 0;
	background-position: 45% 50% !important;
}
.connect-header h1 {
	text-align: center;
	font-size: 100px;
	text-shadow: 5px 5px 10px #000;
	color: #fff;
	margin: 0;
	line-height: 105px;
}
.connect-header h2 {
	text-align: center;
	color: #fff;
	font-size: 32px;
	letter-spacing: 5px;
	text-transform: uppercase;
	font-weight: 400;
	text-shadow: 3px 2px 5px #000;
}
.event-speaker-img .sow-image-container {
	height: 230px !important;
}
.event-speaker-img .sow-image-container img {
	height: 100% !important;
	width: auto !important;
	margin: 0 auto;
}

/*Countdown styling */
.page-template-connect-template .pbc-unit {
	border: 1px solid #fff !important;
	border-radius: 10px !important;
}
.page-template-connect-template .pbc-unit-content {
	background-color: rgba(0, 0, 0, 0.5) !important;
	border-bottom: 1px solid #fff !important;
}
.page-template-connect-template .pbc-label {
	background-color: rgba(0, 0, 0, 0.5) !important;
	padding: 5px 0 !important;
	color: #fff !important;
}

/* Navigation styles */
.connect-nav {
	background: #fff;
	color: #0696b7;
	z-index: 200;
	box-shadow: rgba(0, 0, 0, 0.25) 0 6px 6px -6px;
}
.connect-nav ul {
	margin: 0;
	padding: 30px 0;
}
.connect-nav ul li {
	list-style: none;
	display: inline;
	-webkit-transition: 0.2s; /* Safari */
    transition: 0.2s;
}
.connect-nav ul li a {
	font-size: 15px;
	padding: 30px 0;
	height: 100%;
	margin-right: 50px;
}
.connectnav-active {
	border-bottom: 3px solid #0696b7;
}
.connect-nav .benefits-icon {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #eee;
	margin: 0 auto;
	padding: 10px 0;
	-webkit-transition: 0.2s; /* Safari */
	display: none;
    transition: 0.2s;
}
.connectnav-sticky .connect-nav .benefits-icon {
	width: 50px;
	height: 50px;
    -webkit-transition: 0.2s; /* Safari */
    transition: 0.2s;
}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.connectnav-sticky {
	position: fixed;
	top: 75px;
	left: 0;
	right: 0;
	width: 100%;
}


/*Tab List Styling */

#tabs-list {
	color: #fff;
}
#tabs-list a {
	color: #fff;
	font-weight: 300;
}
#tabs-list a:hover {
	color: #0696b7;
}
#tabs-list section {
  display: none;
  padding: 20px 0 0;
  border-top: 1px solid #ddd;
}
#tabs-list input {
  display: none;
}
#tabs-list label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 25px;
  font-weight: 600;
  text-align: center;
  color: #f5f5f5;
  border: 1px solid transparent;
}
#tabs-list label:hover {
  color: #e5e5e5;
  cursor: pointer;
}
#tabs-list input:checked + label {
  color: #fff;
  border: 1px solid #ddd;
  border-top: 2px solid #0696b7;
  border-bottom: 1px solid #24355D;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
#tabs-list #tab1:checked ~ #content1,
#tabs-list #tab2:checked ~ #content2,
#tabs-list #tab3:checked ~ #content3,
#tabs-list #tab4:checked ~ #content4 {
  display: block;
}
#tabs-list #content1 ul {
	max-height: 350px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}
#tabs-list #content2 ul,
#tabs-list #content3 ul {
	max-height: 180px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}
.list-note {
	font-weight: 600;
}
@media screen and (max-width: 1200px) {
	#tabs-list ul {
		max-height: 100% !important;
	}	
	#tabs-list {
		margin-left: -15px;
		margin-right: -15px;
	}
	.connect-pagebreak .sub-title {
		font-size: 1.4em;
	}
	
}
@media screen and (max-width: 900px) {
	.connect-list li {
		font-size: 16px;
	}
}
@media screen and (max-width: 576px) {
	#tabs-list label {
		padding: 15px;
	}
	#tabs-list ul {
		display: block;
		height: 100%;
		max-height: 100% !important
	}
	.connect-list li {
		font-size: 14px;
	}
	.list-note {
		font-size: 14px;
	}
}
@media screen and (max-width: 320px) {
	#tabs-list label {
		padding: 10px;
	}
	#tabs-list {
		margin-left: -10px;
		margin-right: -10px;
	}
}

/* Connect page company logo row vertical aligning */
.connect-logo-wrapper {
	height: 80px;
	width: 70%;
	position: relative;
	margin: 0 auto;
}
.connect-logo-wrapper img {
    max-height: 100%;  
    max-width: 100%; 
    width: auto;
    height: auto;
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;
}

/*Connect18 Responsive Styling */

@media (max-width: 767px) {
	.connect-header {
		padding: 50px 0;
	}
	.connect-header h1 {
		font-size: 70px;
		line-height: 80px;
	}
	.connect-header h2 {
		font-size: 20px;
	}
	.connect-nav ul li {
		display: block;
		padding: 5px 0;
		margin: 0 30px;
	}
	#connect-register-btn {
		padding: 5px 0px 15px 0px;
	}
	.connect-nav ul li a {
		padding: 5px 0;
		width: 100%;
	}
	.connectnav-active {
		border-bottom: 2px solid #0696b7;
	}
	.connect-nav ul {
		padding: 5px 0;
	}
	.connectnav-sticky {
		position: initial;
		padding-top: 0;
	}
	.connectnav-sticky + .container {
	  padding-top: 0;
	}
	.connect-register-btn {
		display: block;
		margin: 0;
		width: 100%;
		text-align: center;
		margin: 10px 0 !important;
	}
}
@media (max-width: 575px) {
	.connect-header {
		padding: 50px 0;
	}
	.connect-header h1 {
		font-size: 50px;
		line-height: 60px;
	}
	.connect-header h2 {
		font-size: 14px;
		letter-spacing: 3px;
	}
	.pbc-unit {
		width: 65px !important;
	}
	.pbc-unit-content {
		height: 65px !important;
	}
	.pbc-num {
		line-height: 65px !important;
	}
	.page-template-connect-template #pl-10183 .panel-grid-cell .so-panel {
		margin-bottom: 0;
	}
	.connect-pagebreak .big-title {
		font-size: 3em;
	}
	.connect-pagebreak .sub-title {
		font-size: 1em;
	}
	.connect-pagebreak .location-span {
		margin-left: 0;
		display: block;
	}
	#connect-partners .sow-features-list.sow-features-responsive .sow-features-feature {
		width: 50% !important;
		float: left;
		margin-bottom: 50px;
	}
	.connect-blue-bg {
		background-position: 85% 50%;
	}
}
@media (max-width: 360px) {
	.connect-header h1 {
		font-size: 40px;
		line-height: 50px;
	}
	.connect-header h2 {
		font-size: 14px;
		letter-spacing: 1px;
	}
}

.tg  {border-collapse:collapse;border-spacing:0;margin:0px auto;}
.tg td{font-family:inherit;font-size:14px;padding:5px 10px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:black;}
.tg th{font-family:inherit;font-size:14px;font-weight:normal;padding:5px 10px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:black;}
.tg .tg-9rsg{border-color:#24355d}
@media screen and (max-width: 767px) {.tg {width: auto !important;}.tg col {width: auto !important;}.tg-wrap {overflow-x: auto;-webkit-overflow-scrolling: touch;margin: auto 0px;}}

.mobileShow {display: none;}

/* Smartphone Portrait and Landscape */ 
@media (max-width: 480px) { 

.mobileShow {display: inline !important;}
}
.blue-gradient {
	background: #0696b7; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #91eaff 1%, #0696b7 68%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #91eaff 1%,#0696b7 68%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #91eaff 1%,#0696b7 68%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91eaff', endColorstr='#0696b7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

/********************************
	SettleIT Styling
********************************/
.md-container .panel-grid-cell {
	max-width: 992px;
	margin: 0 auto;
}
.page-id-10850 .sub-page-main-banner {
	height: 400px;
}
.settleit-quote {
    text-align: center;
    font-size: 3em;
	line-height: 1.25em;
    padding-top: 40px;
	margin: 0 !important;
}
.settleit-quote-name {
	font-size: 1.5em;
	text-align: center;
	padding-top: 20px;
}
@media (min-width: 1201px) {
	.page-id-10850 .sub-page-main-banner {
		background-position: 100% 50% !important;
	}
}
@media (max-width: 1200px) {
	.page-id-10850 .sub-page-main-banner {
		background-position: 60% 50% !important;
	}
}
@media (max-width: 992px) {
	.page-id-10850 .sub-page-main-banner {
		background-position: 60% 50% !important;
	}
}
@media (max-width: 576px) {
	.settleit-quote {
		line-height: 1.5em;
		font-size: 1.25em;
		padding-top: 20px;
	}
	.settleit-quote-name {
		font-size: 1em;
	}
	.page-id-10850 .sub-page-main-banner {
		background-position: 85% 50% !important;
	}
}
/*==================================
    TIMELINE - SettleIT Page
==================================*/
/*-- GENERAL STYLES
------------------------------*/
.timeline {
  line-height: 1.4em;
  list-style: none;
  margin: 0;
  padding: 0 25px;
  width: 100%;
  color: #ffffff;
  max-width: 500px;
}
.timeline h1, .timeline h2, .timeline h3, .timeline h4, .timeline h5, .timeline h6 {
  line-height: inherit;
  margin: 0;
  color: #fff;
}
.timeline-title {
  font-size: 16px;
}
.section-title {
  font-size: 22px;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    color: #023e5c !important;
}

/*----- TIMELINE ITEM -----*/
.timeline-item {
  padding-left: 40px;
  position: relative;
}
.timeline-item:last-child {
  padding-bottom: 0;
}

/*----- TIMELINE INFO -----*/
.timeline-info {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  margin: 0 0 .5em 0;
  text-transform: uppercase;
  white-space: nowrap;
}

/*----- TIMELINE MARKER -----*/
.timeline-marker {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15px;
}
.timeline-marker:before {
  background: #FF6B6B;
  border: 3px solid transparent;
  border-radius: 100%;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}
.timeline-marker:after {
  content: "";
  width: 3px;
  background: #ffffff;
  display: block;
  position: absolute;
  top: 24px;
  bottom: 0;
  left: 6px;
}
.timeline-item:first-child {
  padding: 0 0 50px 0 !important;
}
.timeline-item:last-child .timeline-marker:after {
  content: none;
}
.marker-client:before {
  background: #ffffff;
}
.marker-infotrack:before {
  background: #51d8f7;
}
.baby-blue-text {
  color: #51d8f7 !important;
}
.last-marker:after {
  content: "";
  width: 3px;
  background: #ffffff;
  display: none;
  position: absolute;
  top: 24px;
  bottom: 0;
  left: 6px;
}
}

/*----- TIMELINE CONTENT -----*/
.timeline-content {
  padding-bottom: 40px;
}
.timeline-content p:last-child {
  margin-bottom: 0;
}

/*----- TIMELINE PERIOD -----*/
.period {
  padding: 0;
}
.period .timeline-info {
  display: none;
}
.period .timeline-marker:before {
  background: transparent;
  content: "";
  width: 15px;
  height: auto;
  border: none;
  border-radius: 0;
  top: 0;
  bottom: 30px;
  position: absolute;
  border-top: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
}
.period .timeline-marker:after {
  content: "";
  height: 32px;
  top: auto;
}
.period .timeline-content {
  padding: 40px 0 70px;
}
.period .timeline-title {
  margin: 0;
}
.period .first-timeline-marker:before {
  content: "";
  width: 15px;
  height: auto;
  border: none;
  border-radius: 0;
  top: 0;
  bottom: 30px;
  position: absolute;
  border-top: none;
  border-bottom: 3px solid #ffffff;
}

/*----------------------------------------------
    MOD: TIMELINE CENTERED
----------------------------------------------*/
@media (min-width: 992px) {
  .timeline-centered,
  .timeline-centered .timeline-item,
  .timeline-centered .timeline-info,
  .timeline-centered .timeline-marker,
  .timeline-centered .timeline-content {
    display: block;
    margin: 0 auto;
    padding: 0;
  }
  .timeline-centered .timeline-item {
    padding-bottom: 40px;
    overflow: hidden;
  }
  .timeline-centered .final-timeline-item {
    padding-bottom: 0px;
  }
  .timeline-centered .timeline-marker {
    position: absolute;
    left: 50%;
    margin-left: -7.5px;
  }
  .timeline-centered .timeline-info,
  .timeline-centered .timeline-content {
    width: 50%;
  }
  .timeline-item .timeline-info {
    float: left;
    text-align: right;
    padding-right: 30px;
  }
  .timeline-item .timeline-content {
    float: right;
    text-align: left;
    padding-left: 30px;
  }
  .timeline-centered > .timeline-item.period .timeline-content {
    float: none;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .timeline-centered .timeline-item.period {
    padding: 50px 0;
  }
  .timeline-centered .period .timeline-marker:after {
    height: 30px;
    bottom: 0;
    top: auto;
  }
  .timeline-centered .period .timeline-title {
    left: auto;
  }
}

/*----------------------------------------------
    MOD: MARKER OUTLINE
----------------------------------------------*/
.marker-outline .timeline-marker:before {
  background: transparent;
  border-color: #FF6B6B;
}
.marker-outline .timeline-item:hover .timeline-marker:before {
  background: #FF6B6B;
}

/* Tabbed Menu jQuery */
ul.tabs{
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}
ul.tabs li{
	background: none;
	color: #ffffff;
	display: inline-block;
	padding: 10px 15px;
	cursor: pointer;
}
ul.tabs li.current{
	border: 1px solid #fff;
	border-radius: 5px;
	color: #ffffff;
}
.tab-content{
	display: none;
	padding: 15px;
}
.tab-content.current{
	display: inherit;
}

/*SettleIT Banner */
.settleit-h1 {
	font-size: 5em;
    text-shadow: none;
    color: #023e5c;
    font-weight: 900;
	margin: 0;
}
.settleit-subheading {
	font-size: 1em;
	font-weight: 900;
	color: #023e5c;
	text-shadow: none;
	margin: 0 0 1.5em;
}
@media (max-width: 1500px) {
	.settleit-h1 {
		font-size: 3em;
	}
	.settleit-subheading {
		font-size: 1em;
	}
}
@media (max-width: 1200px) {
	.settleit-h1 {
		font-size: 3.5em;
	}
	.settleit-subheading {
		font-size: 1em;
		margin: 5px 0 15px;
	}
	.btn {
		padding: 5px 10px;
	}
}
@media (max-width: 768px) {
	.settleit-h1 {
		font-size: 3em;
	}
	.settleit-subheading {
		font-size: 0.8em;
	}
}
@media (max-width: 480px) {
	.settleit-h1 {
		font-size: 3em;
	}
}

/********************************
	Blog Styling
********************************/
@media (max-width: 1200px) {
	.blog-pg-title {
		float: none;
		width: 100%;
		padding: 0;
	}
}
@media (max-width: 320px) {
	.blog-pg-img {
		margin: 0 0 20px;
	}
	.blog-pg-title {
		font-size: 12px;
	}
	.blog-header {
		margin-bottom: 20px;
	}
	.blog-header h1 {
		margin: 20px;
		font-size: 26px;
	}
	#secondary .widget h3.widget-title, #colophon .widget h3.widget-title {
		margin-bottom: 0;
	}
}
/********************************
	WebVOI
********************************/
.page-id-9434 .sub-page-main-banner .banner-headings h1 {
	color: #023e5c !important;
	text-shadow: none !important;
	font-weight: 900 !important;
	font-size: 10em !important;
	margin: 0 !important;
}
.page-id-9434 .sub-page-main-banner .banner-headings p {
	font-size: 4em !important;
	color: #0696b7 !important;
	font-weight: 600 !important;
	text-shadow: none !important;
	margin: 0 0 1em;
}
@media (max-width: 700px) {
	.webvoi-h1 {
		margin: 0 0 10px !important;
	}
}
@media (max-width: 1920px) {
	.page-id-9434 .sub-page-main-banner .banner-headings h1 {
		font-size: 5em !important;
	}
	.page-id-9434 .sub-page-main-banner .banner-headings p {
		font-size: 2em !important;
		margin: 0 0 1em;
	}
}
@media (max-width: 700px) {
	.page-id-9434 .sub-page-main-banner {
		background-position: 49% 50% !important;
	}
	.page-id-9434 .sub-page-main-banner .banner-headings h1 {
		font-size: 2em !important;
	}
	.page-id-9434 .sub-page-main-banner .banner-headings p {
		font-size: 1em !important;
		margin: 0 0 0.5em !important;
	}
}
/*********************************
	IDFY COMPARISON TABLE
**********************************/
.comparison {
  max-width:940px;
  margin:0 auto;
  text-align:center;
  padding:10px;
}
.comparison th, .comparison td {
  border: 0;
}
.comparison .price-info {
	padding: 20px;
}
.comparison table {
  width:100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  border-bottom:1px solid #CCC;
  border: 0;
}
.comparison td, .comparison th {
  empty-cells: show;
  padding:10px;
}
.compare-heading {
  font-size:18px;
  font-weight:bold !important;
  border-bottom:0 !important;
}
.compare-heading img {
  max-height: 60px;
  width: auto;
  max-width: 90%;
}
.comparison tbody tr:nth-child(odd) {
  display:none;
}
.comparison .compare-row {
  background:#F5F5F5;
}
.comparison .tickblue i {
  color:#0696b7;
  font-weight: 900;
  font-size:25px;
}
.comparison .tickwhite i {
  color:#fff;
  font-weight: 900;
  font-size:25px;
}
.comparison .bg-blue-light {
  background-color: #0696b7;
}
.comparison .bg-blue-dark {
  background-color: #06829f;
}
.comparison th {
  font-weight:normal;
  padding:30px 0;
}
.comparison tr td:first-child {
  text-align:left;
}
.comparison .table1, .comparison .table2, .comparison .tl {
  color:#FFF;
  padding:10px;
  font-size:13px;
  border-bottom:0;
}
.comparison .tl2 {
  border-right:0;
}
.comparison .table1 {
  background:#acaeb0;
  border-top-left-radius: 3px;
  border-left:0px;
  font-weight: 600;
  font-size: 18px;
}
.comparison .table2 {
  background:#023e5c;
  border-top-right-radius: 3px;
  border-right:0px;
  font-weight: 600;
  font-size: 18px;
}
.comparison .price-buy-blue {
  background:#0696b7;
  padding:10px 20px;
  font-size:12px;
  display:inline-block;
  color:#FFF;
  text-decoration:none;
  border-radius:25px;
  margin:5px 0 10px 0;
}
.comparison .price-buy-white {
  background:#ffffff;
  padding:10px 20px;
  font-size:12px;
  display:inline-block;
  color:#0696b7;
  text-decoration:none;
  border-radius:25px;
  margin:5px 0 10px 0;
}
.comparison .price-try {
  font-size:12px;
}
.new-badge {
  background: #0696b7;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  line-height: 50px;
  display: inline-block;
  position: absolute;
  top: -25px;
  right: -10px;
  font-size: 12px;
	font-weight: 900;
}
.comparison-box-shadow {
	box-shadow: inset 1px 0 0 0 #acaeb0;
}
.comparison-box-shadow-last {
	box-shadow: inset 1px -1px 0 0 #acaeb0;
}
.comparison .comparison-cross {
	display: none;
}
@media (max-width: 767px) {
  .comparison td:first-child, .comparison th:first-child {
    display: none;
  }
	.comparison .table1, .comparison .table2 {
		width: 50%;
	}
	.comparison .compare-row {
		background: #fff;
	}
	.comparison-box-shadow, .comparison-box-shadow-last {
		box-shadow: none;
	}
	.comparison .bg-blue-dark {
		background: #0696b7;
	}
	.comparison .comparison-cross {
		display: block;
	}
	.compare-heading {
		padding: 20px 0 !important;
	}
  .comparison tbody tr:nth-child(odd) {
    display:table-row;
    background:#F7F7F7;
  }
  .comparison .row {
    background:#FFF;
  }
  .comparison td, .comparison th {
    border:1px solid #CCC;
  }
  .price-info {
    border-top:0 !important;
  }
}
@media (max-width: 639px) {
  .comparison .price-buy {
    padding:5px 10px;
  }
  .comparison td, .comparison th {
    padding:10px 5px;
  }
  .comparison .hide-mobile {
    display:none;
  }
  .comparison .price-now span {
    font-size:16px;
  }
  .comparison .price-small {
    font-size: 16px !important;
    top: 0;
    left: 0;
  }
  .comparison .qbse, .comparison .table2 {
    font-size:18px;
    padding:10px 5px;
  }
  .comparison .price-buy {
    margin-top:10px;
  }
  .compare-heading {
    font-size:13px;
  }
	.new-badge {
		top: -35px;
		right: -25px;
	}
}
/*LIV Contract Banner Styles */
.liv-h1 {
	color: #023e5c;
	text-shadow: none;
}
.liv-logos {
	max-width: 200px;
}
@media (max-width: 700px) {
	.liv-h1 {
		font-size: 18px;
	}
	.liv-logos {
		max-width: 100px;
	}
}
@media (max-width: 550px) {
	.liv-h1 {
		font-size: 14px;
	}
	.liv-logos {
		max-width: 80px;
	}
}

/*--------
Playbook styles
-------*/
.playbook-template-default .content-area {
padding: 35px 0;
}
.playbook-template-default .blog-pg-title {
width: 100%;
text-align: center;
}
.playbook-template-default .blog-header,
.playbook-template-default .banner-headings {
display: none;
}
.page-the-practitioner-playbook table,
.page-the-practitioner-playbook table th,
.page-the-practitioner-playbook table td,
.playbook-template-default table,
.playbook-template-default table th,
.playbook-template-default table td {
    border: none !important;
}
/*--------
Tier 5 styles
-------*/
.tier5-heading {
font-size: 4em;
font-weight: 900;
color: #FF9831 !important;
}
.tier5-subheading {
font-size: 2em;
line-height: 1em;
}
@media (max-width: 767px) {
.tier5-heading {
font-size: 2em;
}
}