/*!
Theme Name: PSA Theme
Theme URI: https://alphasys.com.au/
Author: AlphaSys Pty Ltd
Author URI: https://alphasys.com.au/
Description: PSA Website
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: psa-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

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

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

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

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

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

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

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

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

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

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

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

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

.main-navigation li {
	float: left;
	position: relative;
}

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

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

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

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

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

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

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

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

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

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

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

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
## Accordion Section
--------------------------------------------------------------*/

.psa-accord-section .vc_tta-container {
	border-top: 1px solid #dcdee3;
}

.psa-accord-section .vc_tta-panel {
	border-bottom: 1px solid #dcdee3;
}

.psa-accord-section .vc_tta-panel-heading > h4 {
    background-color: #fff;
    padding: 20px 0 18px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.psa-accord-section .vc_tta-panel-heading h4 a >span { 
	color: #0083ca;
}

.wpb-js-composer .psa-accord-section .vc_tta  .vc_tta-controls-icon.vc_tta-controls-icon-chevron::before,
.wpb-js-composer .psa-accord-section .vc_tta-color-white.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after, 
.wpb-js-composer .psa-accord-section .vc_tta-color-white.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before, 
.wpb-js-composer .psa-accord-section .vc_tta-color-white.vc_tta-style-flat .vc_tta-controls-icon::after, 
.wpb-js-composer .psa-accord-section .vc_tta-color-white.vc_tta-style-flat .vc_tta-controls-icon::before {
	 border-color: #0083ca;
}

/*--------------------------------------------------------------
## Download Section
--------------------------------------------------------------*/

.psa-download-section .wpb_wrapper >h2 {
    padding: 15px 0;
    font-size: 28px;
    border-bottom: 1px solid #dcdee3;
    margin-bottom: 0px;
}

.psa-download-section .vc_col-sm-3 {
	top: 17px;
	width: 9%;
}

.psa-download-section .vc_col-sm-9 .vc_column-inner .wpb_wrapper .wpb_text_column .wpb_wrapper>p  {
	font-size: 14px;
	letter-spacing: 0px;
}

.psa-download-section .vc_col-sm-9 .vc_column-inner .wpb_wrapper>p  {
	font-weight: 600!important;
	font-size: 11px;
    letter-spacing: 1px;
}

.psa-download-section .vc_col-sm-2 {
	top: 15px;
}

.psa-download-section .vc_col-sm-9 {
	width: 91%;
}

.psa-download-section .dowload-btn {
	float: right;
	position: relative;
    left: 13px;
}

.psa-download-section .psa-desc-download .vc_column-inner .wpb_wrapper .wpb_text_column .wpb_wrapper,
.psa-download-section .psa-desc-download .vc_column-inner .wpb_wrapper p {
	position: relative;
}

.psa-download-section .psa-desc-download .vc_column-inner .wpb_wrapper .wpb_text_column .wpb_wrapper {
	top: 0px;
}

.psa-download-section .psa-desc-download .vc_column-inner .wpb_wrapper p {
	top: 24px;
}

.psa-download-section .dowload-btn .vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline {
	padding: 7px 15px;
    letter-spacing: 1px;
    font-weight: 700;
    color: #0083ca;
    text-transform: uppercase;
}

.psa-download-section .dowload-btn .vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline {
	border-color:  #0083ca;
}

.psa-download-section .dowload-btn .vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline:hover {
	background-color: transparent;
}

.psa-download-section .wpb_column .vc_column-inner .wpb_wrapper .vc_row-fluid:first-child {
	border-top: 1px solid #dcdee3;
}


.psa-download-section .wpb_column .vc_column-inner .wpb_wrapper>.vc_row-fluid {
	border-bottom: 1px solid #dcdee3;
	padding: 18px 0;
	margin: 0 0px;
}

.psa-download-section .psa-desc-download .vc_column-inner .wpb_wrapper>.wpb_content_element {
    margin-bottom: 0;

}

@media only screen and (max-width: 1024px) {
    .psa-download-section .vc_col-sm-6 {
     	right:0; 
     	top: 0; 
	}
}

@media only screen and (max-width: 768px) {
    .psa-download-section .vc_col-sm-3 {
    	width: 15%;
    	top: 0;
    }

    .psa-download-section .dowload-btn {
	    float: unset;
	    position: unset;
	}

	.psa-download-section .psa-desc-download .vc_column-inner .wpb_wrapper .wpb_text_column .wpb_wrapper, 
	.psa-download-section .psa-desc-download .vc_column-inner .wpb_wrapper p {
		position: unset;
	}

	.psa-download-section .wpb_column .vc_column-inner .wpb_wrapper>.vc_row-fluid {
	    display: flex;
	    flex-direction: row;
	}

	.psa-download-section .psa-desc-download .vc_column-inner .wpb_wrapper {
		line-height: 20px;
	}

	.psa-download-section .dowload-btn .vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline {
    	top: 10px;
	}

	.psa-download-section .vc_col-sm-9 {
    	top: -4px;
	}
}

@media only screen and (max-width: 425px) {
    .psa-download-section .vc_col-sm-3 {
    	width: auto;
   	}
}


/*--------------------------------------------------------------
## PSA Training Section
--------------------------------------------------------------*/

.psa-training-section .psa-heading-row .vc_col-sm-12 .vc_column-inner .wpb_wrapper  h2 {
	padding-left: 4px;
}

.psa-training-section .wpb_row:nth-child(2) {
	border-top: 1px solid #dcdee3;
}

.psa-training-section .psa-training-row {
	padding: 26px 0 0 5px;
	border-bottom: 1px solid #dcdee3;
	margin-left: 0;
	margin-right: 0px;
}

.psa-training-section .psa-training-row  .vc_btn3.vc_btn3-color-info.vc_btn3-style-outline {
	border-color: #0083ca;
}

.psa-training-section .psa-training-row .vc_btn3.vc_btn3-size-sm.vc_btn3-style-outline {
    padding: 7px 23px;
    letter-spacing: 1px;
    font-weight: 700;
    color: #0083ca;
}

.psa-training-section .psa-training-row .member-button .vc_btn3.vc_btn3-size-sm.vc_btn3-style-outline {
   	padding: 13px 0px;
    letter-spacing: 1px;
    font-weight: 700;
    color: #4d575e;
    border-color: transparent;
    font-size: 15px;
}

.psa-training-section .psa-training-row .member-button .vc_btn3.vc_btn3-size-sm.vc_btn3-style-outline:hover {
	cursor: default;
}
 
.psa-training-section .psa-training-row .vc_btn3.vc_btn3-color-info.vc_btn3-style-outline:active, 
.psa-training-section .psa-training-row .vc_btn3.vc_btn3-color-info.vc_btn3-style-outline:focus, 
.psa-training-section .psa-training-row .vc_btn3.vc_btn3-color-info.vc_btn3-style-outline:hover {
    background-color: transparent;
}

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

	.psa-training-section .psa-training-row {
		padding: 26px 0 0 0px;
		margin-left: 0px; 
	}

    .psa-training-section .psa-training-row .vc_btn3-container.vc_btn3-right {
    	text-align: left;
	}

	.psa-training-section .psa-training-row .member-button {
		text-align: center;
	}

	.psa-training-section .psa-training-row .vc_column_container>.vc_column-inner {
		padding-right: 0;
		padding-left: 0;
	}

	.psa-training-section .psa-training-row .member-button .vc_btn3.vc_btn3-size-sm.vc_btn3-style-outline {
		padding: 0 0;
		font-size: 13px;
	}

	.psa-training-section .wpb_row:nth-child(2) {
		border-top: 1px solid #dcdee3!important;
	}

	.psa-training-section .psa-training-row .wpb_content_element {
		margin-bottom: 10px;
	}

	.psa-training-section .psa-heading-row {
		border-bottom: 0;
	}

	.psa-training-section .psa-heading-row .wpb_column .vc_column-inner {
     	padding-left: 15px; 
	}
}

/*--------------------------------------------------------------
## NSW Branch Comittee Section
--------------------------------------------------------------*/

.branch-comittee-section .vc_col-sm-12 .vc_column-inner  .wpb_wrapper .branch-comittee-heading {
	padding: 5px 0!important;
}

.branch-comittee-section .vc_col-sm-12 .vc_column-inner  .wpb_wrapper .vc_row-fluid  {
	border-bottom: 1px solid #dcdee3;
	padding: 20px 0;
}

/*.branch-comittee-section .vc_col-sm-12 .vc_column-inner  .wpb_wrapper .vc_row-fluid .branch-comittee-desc .vc_column-inner .wpb_wrapper   {
	display: flex;
    flex-direction: row;
}*/

.branch-comittee-section .vc_col-sm-12 .vc_column-inner  .wpb_wrapper .vc_row-fluid .branch-comittee-desc .vc_column-inner .wpb_wrapper .wpb_content_element {
	margin-bottom: 0;

}

.branch-comittee-section .vc_col-sm-12 .vc_column-inner  .wpb_wrapper .vc_row-fluid .branch-comittee-desc .vc_column-inner .wpb_wrapper p {
	padding: 0 0 0 30px;

}

.branch-comittee-section .vc_col-sm-12 .vc_column-inner .wpb_wrapper .vc_row-fluid .vc_col-sm-4  {
	top: 18px;
}

.branch-comittee-section .vc_col-sm-12 .vc_column-inner .wpb_wrapper .vc_row-fluid .vc_col-sm-4 .vc_column-inner  .wpb_wrapper .vc_btn3-container button{
	padding: 7px 15px;
    letter-spacing: 1px;
    font-weight: 700;
    color: #0083ca;
    text-transform: uppercase;
}

.branch-comittee-section .vc_col-sm-12 .vc_column-inner .wpb_wrapper .vc_row-fluid .vc_col-sm-4 .vc_column-inner  .wpb_wrapper .vc_btn3-container button:hover{
	background-color: transparent;
}

@media only screen and (max-width: 768px) {
   .branch-comittee-section .vc_col-sm-12 .vc_column-inner .wpb_wrapper .vc_row-fluid .branch-comittee-desc .vc_column-inner .wpb_wrapper p {
    	margin: 4px 0!important;	
	}
	.branch-comittee-section .vc_col-sm-12 .vc_column-inner .wpb_wrapper .vc_row-fluid .vc_col-sm-4 {
    	top: 0;
	}
}

@media only screen and (max-width: 425px) {
	.branch-comittee-section .vc_col-sm-12 .vc_column-inner  .wpb_wrapper .vc_row-fluid .branch-comittee-desc .vc_column-inner .wpb_wrapper   {
		display: unset;
	}

	.branch-comittee-section .vc_col-sm-12 .vc_column-inner .wpb_wrapper .vc_row-fluid .branch-comittee-desc .vc_column-inner .wpb_wrapper p {
		padding: 0 0;
	}

	.branch-comittee-section .vc_col-sm-12 .vc_column-inner .wpb_wrapper .vc_row-fluid .vc_col-sm-4 .vc_column-inner  .wpb_wrapper .vc_btn3-container.vc_btn3-right {
    	text-align: left;
		margin-bottom: 0;
	}
}


/*--------------------------------------------------------------
## PSA Single Post - custom element for visual composer
--------------------------------------------------------------*/

.psa-sp {
	display: flex;
}

.psa-sp-vertical {
	margin-bottom: 40px;
	flex-direction: column;
}

.psa-sp .psa-sp-title {
	color: #0083CA;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.psa-sp .psa-sp-desc,
.psa-sp.psa-sp-vertical .psa-sp-feat-img {
	margin-bottom: 30px !important;
}

.psa-sp-feat-img .psa-sp-img-wrapper {
	background-color: #ccc;
}

.psa-sp-feat-img {
	height: 240px;
	overflow: hidden;
	position: relative;
	background-color: #efefef;
}

.psa-sp-feat-img img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

@media only screen and (min-width: 768px) { 
	.psa-sp-horizontal {
		align-items: center;
	}

	.psa-sp-horizontal > div {
		width: 50%;
	}

	.psa-sp-horizontal .psa-sp-feat-img {
		padding-right: 15px;
	}

	.psa-sp-horizontal .psa-sp-info {
		padding-left: 15px;
	}
}

@media only screen and (max-width: 767px) { 
	.psa-sp-horizontal {
		flex-direction: column;
	}

	.psa-sp-horizontal .psa-sp-feat-img {
		margin-bottom: 30px;
	}
}


/*--------------------------------------------------------------
## PSA Button Class
--------------------------------------------------------------*/

.psa-btn-outline.btn,
.psa-btn-primary.btn {
	color: #0083CA;
    font-size: 12px;
    font-weight: bold;
    font-family: inherit;
    line-height: 18px;
    letter-spacing: 2px;
    min-height: 46px;
    min-width: 160px;
    padding: 12px 20px;
    border-radius: 0;
    border: 2px solid #0083CA;
    text-transform: uppercase;
    background-color: transparent;
}

.psa-btn-outline:disabled,
.psa-btn-primary:disabled {
	opacity: .5;
	pointer-events: none;
}

.psa-btn-outline.btn:hover {
	color: #004077;
	border-color: #004077;
}

.psa-btn-outline.btn:focus,
.psa-btn-outline.btn:active {
	color: #0083CA;
	border-color: #004077;
	box-shadow: none;
}

.psa-btn-primary.btn {
	color: #fff;
	background-color: #0083CA;
	box-shadow: none;
}

.psa-btn-primary.btn:hover {
	border-color: #004077;
	background-color: #004077;
}

.psa-btn-primary.btn:focus,
.psa-btn-primary.btn:active {
	color: #0083ca;
	border-color: #004077;
	background-color: #004077;
}

.psa-btn-primary.psa-btn-xs,
.psa-btn-outline.psa-btn-xs,
.psa-btn-primary.psa-btn-sm,
.psa-btn-outline.psa-btn-sm {
	min-width: 134px;
	min-height: 34px;
    padding: 6px 12px;
}

/*--------------------------------------------------------------
## Visual Composer Button Class Override
--------------------------------------------------------------*/

.psa-btn-outline .vc_general.vc_btn3,
.psa-btn-outline .vc_general.vc_btn3:hover,
.psa-btn-outline .vc_general.vc_btn3:focus,
.psa-btn-outline .vc_general.vc_btn3:active,
.psa-btn-primary .vc_general.vc_btn3,
.psa-btn-primary .vc_general.vc_btn3:hover,
.psa-btn-primary .vc_general.vc_btn3:focus,
.psa-btn-primary .vc_general.vc_btn3:active { 
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1.8px;
    background-color: #0083CA;
    text-transform: uppercase;
    background-image: none;
}

.psa-btn-outline .vc_btn3.vc_btn3-size-xs,
.psa-btn-primary .vc_btn3.vc_btn3-size-xs {
	min-height: 34px;
	min-width: 134px;
	padding: 6px 12px;
	line-height: 20px;
}

.psa-btn-outline .vc_btn3.vc_btn3-size-xs {
	padding: 8px 12px;
    line-height: 14px;
}

.psa-btn-outline .vc_btn3.vc_btn3-size-sm,
.psa-btn-outline .vc_btn3.vc_btn3-size-md,
.psa-btn-primary .vc_btn3.vc_btn3-size-sm,
.psa-btn-primary .vc_btn3.vc_btn3-size-md {
    min-height: 46px;
    min-width: 160px;
    padding: 12px 20px;
}

.psa-btn-primary .vc_btn3.vc_btn3-size-sm,
.psa-btn-primary .vc_btn3.vc_btn3-size-md {
	line-height: 20px;
}

.psa-btn-outline a.vc_btn3.vc_btn3-size-sm,
.psa-btn-outline a.vc_btn3.vc_btn3-size-md {
	line-height: 18px;
}

.psa-btn-outline .vc_general.vc_btn3 {
	color: #0083CA;
	border: 2px solid #0083CA;
	background-color: transparent;
}

.psa-btn-primary .vc_general.vc_btn3:hover {
	color: #fff;
	background-color: #004077;
}

.psa-btn-primary .vc_general.vc_btn3:focus,
.psa-btn-primary .vc_general.vc_btn3:active {
	color: #0083ca;
	background-color: #004077;
}

.psa-btn-outline .vc_general.vc_btn3:hover {
	color: #004077;
	border: 2px solid #004077;
	background-color: transparent;
}

.psa-btn-outline .vc_general.vc_btn3:focus,
.psa-btn-outline .vc_general.vc_btn3:active {
	color: #0083CA;
	border: 2px solid #004077;
	background-color: transparent;
}

/*--------------------------------------------------------------
## Helper Class
--------------------------------------------------------------*/

.max-400,
.max-500,
.max-600,
.max-700,
.max-800 {
	margin: 0 auto;
}

.max-400 { max-width: 400px; }
.max-500 { max-width: 500px; }
.max-600 { max-width: 600px; }
.max-700 { max-width: 700px; }
.max-800 { max-width: 800px; }

.pad-40 { padding: 40px; }
.pad-50 { padding: 50px; }

.para-18 p {
	color: #4d575e;
	font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.4px;
}

h1.vc_custom_heading {
	color: #0083CA;
	font-size: 42px;
	font-weight: 600;
	line-height: 48px;
	margin-bottom: 30px; 
	letter-spacing: 0.4px;
}

h2.vc_custom_heading,
.wpb_column h2 {
	color: #004077;
	font-size: 30px;
	font-weight: 600;
	line-height: 36px;
	margin-bottom: 20px;
	letter-spacing: 0.4px;
}

h3.vc_custom_heading,
h4.vc_custom_heading,
h5.vc_custom_heading,
h6.vc_custom_heading
.wpb_text_column h3,
.wpb_text_column h4,
.wpb_text_column h5,
.wpb_text_column h6 {
	color: #0083CA;
	font-weight: 600;
}

.psa-img-with-caption {
	margin-bottom: 10px !important;
}

.psa-img-caption {
    height: 22px;
    color: #999d9f;
    line-height: 26px;
    padding-left: 12px;
    border-left: 4px solid #0083CA;
}

@media screen and (max-width: 767px) { 
	h1.vc_custom_heading {
		font-size: 36px;
		line-height: 42px;
	}

	h2.vc_custom_heading,
	.wpb_column h2 {
		font-size: 26px;
		line-height: 32px;
	}
}

/*--------------------------------------------------------------
## CTA Section
--------------------------------------------------------------*/

.psa-cta.vc_section {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 70px;
}

.psa-cta > .vc_row > .wpb_column > .vc_column-inner {
	padding: 0;
}

.psa-cta > .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper {
	padding-right: 10px;
}

.psa-cta-inside.vc_row {	
	width: 100%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}

.psa-cta-inside .wpb_column {
	position: relative;
}

.psa-cta-inside .wpb_column:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 10px;
	left: 10px;
	z-index: 1;
	background-color: #0083CA;
}

.psa-cta-inside .wpb_column .vc_column-inner {
	z-index: 10;
	position: relative;
	background-color: #004077;
}

.psa-cta-inside .wpb_wrapper {
	text-align: center;
}

.psa-cta-inside .wpb_column .wpb_text_column {
	color: #fff;
	padding-top: 45px;
	margin-bottom: 25px;
}

.psa-cta-inside .wpb_column .wpb_text_column * {
	color: #fff;
}

.psa-cta-inside .vc_btn3-container {
	margin-bottom: 54px;
}

.psa-cta-inside .psa-btn-primary .vc_btn3:hover{
	background-color: #004e90;
}


/*--------------------------------------------------------------
## Tab Section
--------------------------------------------------------------*/

.psa-tabs h6 {
	margin-bottom: 0;
}

.psa-tabs.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list {
	display: flex !important;
	display: -webkit-flex !important;
	-webkit-flex-flow: wrap; 
    flex-flow: wrap;
}

.psa-tabs.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
	flex: 1;
	-webkit-flex: 1;
	margin-right: 2px;
}

.psa-tabs.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:last-child{
	margin-right: 0;
}

.psa-tabs.vc_tta-tabs.vc_tta .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
	color: #252525;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	border: 0;
	border-radius: 15px 15px 0 0;
	background-color: #dcdee3;
}

.psa-tabs.vc_tta-tabs .vc_tta-panels > .vc_tta-panel > .vc_tta-panel-heading {
	border: none;
	background-color: #dcdee3 !important;
}

.psa-tabs.vc_tta-tabs .vc_tta-panels > .vc_tta-panel .vc_tta-panel-title > a {
    font-size: 13px;
    letter-spacing: 1px;
    color: #252525 !important;
    background-color: #dcdee3;
}

.psa-tabs.vc_tta-tabs .vc_tta-panels > .vc_tta-panel.vc_active .vc_tta-panel-title > a,
.psa-tabs.vc_tta-tabs.vc_tta .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a {
	color: #fff !important;
	background-color: #004077;
}

.psa-tabs.vc_tta-tabs.vc_general div.vc_tta-panels-container div.vc_tta-panels {
	border: none;
	background: #fff;
}

.psa-tabs.vc_tta-tabs.vc_tta .vc_tta-tabs-container .vc_tta-tabs-list:after {
	content: ' ';
	width: 100%;
	height: 1px;
	background-color: #252525;
	position: relative;
	bottom: 2px;
	display: block;
	left: 3px;
}

.psa-tabs.vc_tta-tabs.vc_tta.vc_general div.vc_tta-panel div.vc_tta-panel-body {
	border-radius: 0;
	border-bottom: solid 1px #dcdee3;
	background-color: transparent;
	padding: 40px 20px 0;
}

/*--------------------------------------------------------------
## Testimonial Section
--------------------------------------------------------------*/

.psa-testimonials-title {
    margin: 0 auto;
    max-width: 900px;
    margin-bottom: 15px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.psa-testimonials.vc_section {
	margin-left: 0;
	margin-right: 0;
}

.psa-testimonials > .vc_row > .wpb_column > .vc_column-inner {
	padding: 0;
}

.psa-testimonials .wpb_wrapper {
	padding-right: 10px;
	margin-bottom: 100px;
}

.psa-testimonials .lvca-testimonials-slider {
	max-width: 900px;
	background-color: #e9ebf0;
}

.psa-testimonials .lvca-testimonials-slider:after{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 10px;
	left: 10px;
	z-index: 1;
	background-color: #004077;
}

.psa-testimonials .lvca-testimonials-slider .lvca-flex-viewport{
	z-index: 10;
	background-color: #e9ebf0;
}

.psa-testimonials .lvca-testimonials-slider .lvca-testimonial {
	display: -webkit-flex;
  	display: flex;
    -webkit-flex-direction: column-reverse; 
  	flex-direction:         column-reverse;
}

.psa-testimonials .lvca-icon-quote {
	display: none !important;
}

.psa-testimonials .lvca-testimonials-slider .lvca-testimonial-user,
.psa-testimonials .lvca-testimonials-slider .lvca-testimonial-user > div {
	display: block;
	margin: initial;
    text-align: center;
}

.psa-testimonials  .lvca-testimonials-slider .lvca-testimonial-user .lvca-text {
	color: #252525;
	padding: 0 20px;
	margin-bottom: 30px !important;
}

.psa-testimonials .lvca-testimonials-slider .lvca-testimonial-user .lvca-image-wrapper {
	min-height: 60px
}

.psa-testimonials .lvca-testimonials-slider .lvca-testimonial-user .lvca-image-wrapper img {
	margin: 60px auto 0;
}

.psa-testimonials .lvca-testimonials-slider .lvca-testimonial-user .lvca-text .lvca-author-name {
	text-transform: capitalize;
    margin-bottom: 0;
    color: #252525;
}

.psa-testimonials .lvca-testimonials-slider .lvca-testimonial-text {
	color: #000;
	font-size: 20px;
    font-weight: 500;
    font-style: initial;
    margin-bottom: 60px;
    position: relative;
    padding: 0 100px;
    max-width: initial;
}

.psa-testimonials .lvca-testimonials-slider .lvca-testimonial-text:before,
.psa-testimonials .lvca-testimonials-slider .lvca-testimonial-text:after {
	content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 25px;
    height: 25px;
    background-image: url(images/icon-sprite.png);
    background-repeat: no-repeat;
    background-position: -170px -48px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.psa-testimonials .lvca-testimonials-slider .lvca-testimonial-text:before {
	left: 30px;
}

.psa-testimonials .lvca-testimonials-slider .lvca-testimonial-text:after {
	right: 30px;
	background-position: -198px -48px;
}

.psa-testimonials .lvca-container .lvca-flex-control-nav {
	bottom: -44px;
}

.psa-testimonials .lvca-container .lvca-flex-direction-nav a.lvca-flex-prev:before,
.psa-testimonials .lvca-container .lvca-flex-direction-nav a.lvca-flex-next:before {
	opacity: 0;
}

.psa-testimonials .lvca-container .lvca-flex-direction-nav a, 
.psa-testimonials .lvca-container .lvca-flex-direction-nav a:hover {
	top: -25px;
	background-image: url(images/icon-sprite.png);
	background-repeat: no-repeat;
	background-position: -159px -14px;
}

.psa-testimonials .lvca-container .lvca-flex-direction-nav a.lvca-flex-prev {
	right: 60px;
    left: initial;
    background-position: -123px -14px;
}

.psa-testimonials .lvca-container .lvca-flex-direction-nav a.lvca-flex-next {
	right: 0;
}

.psa-testimonials .lvca-container .lvca-flex-control-nav li a, 
.lvca-container .lvca-flex-control-nav li a:hover {
	width: 8px;
    height: 8px;
    border-color: #252525;
    background-color: transparent;
}

.lvca-container .lvca-flex-control-nav li a.lvca-flex-active, 
.lvca-container .lvca-flex-control-nav li a:hover.lvca-flex-active {
	width: 8px;
    height: 8px;
    background-color: #252525;
}

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

	.psa-testimonials .lvca-testimonials-slider .lvca-testimonial-text {
		font-size: 16px;
		padding: 0 60px;
		line-height: 28px;
	}

	.psa-testimonials .lvca-testimonials-slider .lvca-testimonial-text:before {
		left: 20px;
	}

	.psa-testimonials .lvca-testimonials-slider .lvca-testimonial-text:after {
		right: 20px;
	}
}

/*--------------------------------------------------------------
## Template B
--------------------------------------------------------------*/

.tempb-header {
	padding-top: 90px;
    padding-bottom: 30px;
}

.tempb-header h1 {
    letter-spacing: 2px;
    text-transform: uppercase;
}

.tempb-subpage {
	border: 10px solid #dcdee3;
}

.tempb-subpage .pad-50 {
	padding: 35px;
}

.tempb-subpage .psa-btn-primary {
	margin-bottom: 0;
}

.tempb-subpage-no-img {
	padding-top: 12px;
	padding-bottom: 12px;
}

@media screen and (max-width: 767px) { 
	.tempb-subpage .pad-50 {
		padding: 30px 0;
	}
	.tempb-subpage-no-img {
		padding: 0;
	}
	.tempb-subpage-no-img .psa-btn-primary.vc_btn3-right {
		text-align: left;
	}
	.tempb-subpage-no-img .pad-50:first-child {
		padding-bottom: 0;
	}
}

/*--------------------------------------------------------------
## Full Screen Search
--------------------------------------------------------------*/

.pl-blue::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #0083ca;
}
.pl-blue:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #0083ca;
}
.pl-blue::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #0083ca;
}
.pl-blue:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #0083ca;
}

.psa-search {
    position: fixed;
    top: -100%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 101%;
    height: 100%;
    opacity: 0;
    z-index: 99999;
    visibility: hidden;
    background: rgba(255,255,255,0.9);
    transition: opacity 0.5s ease-in;
    -webkit-transition: opacity 0.5s ease-in;
}

.psa-search.open {
	top: 0;
    opacity: 1;
    visibility: visible;
}

.psa-search-close {
	position: absolute;
	top: 0;
    right: 20px;
    color: #252525;
    font-size: 40px;
    font-weight: 300;
    line-height: 20px;
    height: 28px;
}

.psa-search-close:hover {
	color: #4d575e;
    text-decoration: none;
}

.psa-search-wrap {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 10%;
    margin: auto;
    height: 280px;
    max-width: 940px;
    padding: 20px;
}

.psa-search form {
    position: relative;
    width: 100%;
    height: 100%;
}

.psa-search label[for="psa-search-input"] {
    color: #4d575e;
}

#psa-search-input {
    width: 100%;
    outline: none;
    color: #0083ca;
    font-size: 28px;
    font-weight: 600;
    border-radius: 0;
    padding: 10px 20px;
    background: transparent;
    border-width: 0;
    border-bottom: 1px solid #0083ca;
    background-image: url(images/search-alt.png);
    background-repeat: no-repeat;
    background-position: 0 23px;
    text-indent: 20px;
}

.psa-search-row-radio { 
	margin-top: 40px;
}

.psa-search-row-radio .psa-search-col {
	margin-bottom: 10px;
}

.psa-search-radio {
	cursor: pointer;
	font-size: 12px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-left: 30px;
    margin-right: 36px;
    position: relative;
    line-height: 24px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.psa-search-radio input {
    opacity: 0;
    cursor: pointer;
    position: absolute;
}

.psa-search-radio span {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #004077;
}

.psa-search-radio span:after {
    content: "";
    position: absolute;
}

.psa-search-radio span:after {
 	top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
}

.psa-search-radio:hover span {
    background-color: #0083ca;
}

.psa-search-radio:hover input:checked ~ span {
	background-color: #fff;
}

.psa-search-radio input:checked ~ span:after {
    background: #0083CA;
}

@media screen and (min-width: 768px) {  
	.psa-search-wrap {
		padding-top: 100px;
	}

	.psa-search-radio {
		margin-bottom: 0;
	}

	.psa-search-row-radio {
		display: flex;
		display: -webkit-flex;
		align-items: center;
		-webkit-align-items: center;
	}

	.psa-search-row-radio .psa-search-col {
		width: 25%;
	}

	.psa-search-row-radio .psa-search-col:first-child {
		width: 75%;
	}

	.psa-search-row-radio .psa-search-col:last-child {
		text-align: right;
	}
}

/*--------------------------------------------------------------
## Template C mobile responsive
--------------------------------------------------------------*/

.psa-template-c-imgs.wpb_single_image .vc_figure,
.psa-template-c-imgs.wpb_single_image .vc_single_image-wrapper,
.psa-template-c-imgs.wpb_single_image .vc_single_image-wrapper img {
	width: 100%;
}

.site-content .psa-page-image {
	padding: 0 40px;
	left: 0;
}

.site-content .psa-page-image.hasthumbnail::before {
	position: absolute;
	left: 0;
}

.site-content .psa-page-image .post-thumbnail {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 0;
}

.site-content .psa-page-image .post-thumbnail img {
	transform: translateY(-50%);
	max-width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;

}

@media (min-width: 1281px) {
	.psa-page-image {
		padding: 0 40px;
	}
}

@media (min-width: 1025px) and (max-width: 1280px) {
	.site-content .psa-page-image.hasthumbnail::before {
		height: 330px;
	}

	.site-content .psa-page-image .post-thumbnail {
		height: 380px;
	}
}

@media (min-width: 992px) and (max-width: 1024px) {
	.site-content .psa-page-image.hasthumbnail::before {
		height: 340px;
	}

	.site-content .psa-page-image .post-thumbnail {
		height: 375px;
	}
}

@media screen and (max-width: 991px) {
	.site-content .psa-page-image {
		padding: 0;
	}

	.site-content .psa-page-image.hasthumbnail::before {
		z-index: -1;
	}

	.site-content .psa-page-image .post-thumbnail {
		height: auto;
		position: unset;
		width: 100%;
		max-height: 400px;
	}

	.site-content .psa-page-image .post-thumbnail img {
		transform: unset;
		position: initial;
	}

	.site-content .psa-page-template:before,
	.site-content .psa-page-template:after {
		content: none;
	}

	.psa-page-template .psa-padding-right {
		padding-right: 0;
	}
}


/*--------------------------------------------------------------
## Search Result Page
--------------------------------------------------------------*/

.s-content {
	padding: 20px 40px;
}

.s-content .page-title {
    color: #0083ca;
    font-size: 42px;
    font-weight: bold;
    letter-spacing: 0.4px;
}

.s-item {
	margin-bottom: 30px;
	padding-bottom: 36px;
	border-bottom: 1px solid #dcdee3;
}

.s-item-left {
	position: relative;
}

.s-item p {
	color: #4d575e;
}

.s-item-img {
	width: 290px;
    height: 180px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px; 
    background-color: #dcdee3;
}

.s-item-img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.s-item-title,
.s-item-title a {
	color: #252525;
	font-size: 30px;
    font-weight: bold;
    line-height: 36px;
    text-decoration: none;
    letter-spacing: 0.4px;
}

.s-item-summary {
	margin-bottom: 36px;
}

.s-item-type {
  	position: absolute;
  	left: -5px; top: -5px;
  	z-index: 1;
  	overflow: hidden;
  	width: 75px; height: 75px;
  	text-align: right;
  	display: none;
}

.s-item-type span {
	color: #FFF;
	width: 100px;
	display: block;
  	font-size: 10px;
  	font-weight: bold;
  	line-height: 20px;
  	text-align: center;
  	letter-spacing: 1px;
  	text-transform: uppercase;
  	transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
  	background: #79A70A;
    background: -webkit-linear-gradient(#5DA7DB 0%, #0083CA 100%);
    background: -o-linear-gradient(#5DA7DB 0%, #0083CA 100%);
    background: linear-gradient(#5DA7DB 0%, #0083CA 100%);
  	box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  	position: absolute;
  	top: 19px; left: -21px;
}

.s-item-type span:before {
	z-index: -1;
  	content: "";
  	position: absolute; left: 0px; top: 100%;
  	border-left: 3px solid #0083CA;
  	border-right: 3px solid transparent;
  	border-bottom: 3px solid transparent;
  	border-top: 3px solid #0083CA;
}

.s-item-type span:after {
	z-index: -1;
  	content: "";
  	position: absolute; right: 0px; top: 100%;
  	border-left: 3px solid transparent;
  	border-right: 3px solid #0083CA;
  	border-bottom: 3px solid transparent;
  	border-top: 3px solid #0083CA;
}

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

	.s-item {
		display: flex;
		display: -webkit-flex;
		align-items: flex-end;
		-webkit-align-items: flex-end;
	}

	.s-item-img {
		margin-bottom: 0;
	}

	.s-item-right {
		padding: 0 40px;
	}

}

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

	.s-item-img {
		width: 100%;
	}

	.s-item-title,
	.s-item-title a {
		font-size: 26px;
	}

	.s-content .page-title {
		font-size: 36px;
	}

	.site-content .content-area.s-content {
		padding: 0 20px;
		line-height: 32px;
	}

}


/*--------------------------------------------------------------
## Load More Button
--------------------------------------------------------------*/

.alm-btn-wrap {
	text-align: center;
}

.alm-load-more-btn.done {
	opacity: .5;
    pointer-events: none;
}

.alm-load-more-btn.psa-btn-outline {
	border: none;
	color: #252525 !important;
}

.alm-load-more-btn.loading:focus,
.alm-load-more-btn.loading:active {
	margin-top: 40px;
    position: relative;
}

.alm-load-more-btn.loading:before {
	content: '';
    box-sizing: border-box;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    border-radius: 50%;
    border: 4px solid #0083ca;
    border-top-color: #fff;
    animation: spinner .6s linear infinite;
    -webkit-animation: spinner .6s linear infinite;
}

@keyframes spinner {
  	to {
  		transform: rotate(360deg);
  		-webkit-transform: rotate(360deg);
  	}
}


/*--------------------------------------------------------------
## For alignment test only
--------------------------------------------------------------*/

.page-id-2069 .container-fluid .col-8 > div{
	outline: 1px solid red;
}

/* template centered */
.psa-payment-wrapper {
	margin-left: auto !important;
    margin-right: auto !important;
    max-width: 835px;
    padding: 50px 70px 50px 70px;
    background: #e9ebf0;
    margin-top: 30px;
    margin-bottom: 30px;
}

.psa-centered-content-wrapper {
	margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1040px;
    /* background: #eee; */
    margin-top: 20px;
    margin-bottom: 20px;

}


.nav-next, 
.nav-previous {
	background: #e9ebf0;
    border: 1px solid #ddd;
    padding: 4px 20px 2px;
    border-radius: 15px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    margin-right: 15px;
    color: #003d79;
    outline: none;
   	width: 120px !important;
    text-align: center;

}

.nav-next {
	margin-right: 30px;
}

.nav-previous {
	margin-left: 30px;
}

/* end of template centered */