/*!
Theme Name: soteria_trusight
Author: Chaman
Description: Theme based on underscores
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: soteria_trusight
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.

soteria_trusight is based on Underscores https://underscores.me/, (C) 2012-2020 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/
*/

:root {
	--section-start:#BEC0CC;
	--section-s1:#5D69A3; /* img bg #525d9b - Start	*/
	--section-c1:#757BAC; /* img bg #5c5f96 - Know you */
	--section-c5:#498AAD; /* img bg #4988b3 - Ready to change */
	--section-c6:#409CBE; /* img bg #338cb6 - Tools */
	--section-c7:#41B0BE; /* img bg NA - Goals */
	--section-c8:#32ACA9; /* img bg NA - Change */
	--section-c9:#465083; /* img bg NA - Complete */
}
/* var(--section-s1) */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
    font-size: 56.3%; /* adjust global font size base */
    /*
    font-size:50.0% gives 1.0rem = 8px
    font-size:56.3% gives 1.0rem = 9px - better corolation with XD sizes
    font-size:62.5% gives 1.0rem = 10px - (62.5/100) * 16px = 10px
    */
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
    padding: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * 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;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 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;
	font-size: 1em;
}

/* 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;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * 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.
 */
.mono,
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * 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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * 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;
	padding: 0;
}

/**
 * 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;
	outline-offset: -2px;
}

/**
 * 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;
	font: inherit;
}

/* 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;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	/* font-family: 'Univers LT W01_57 Condensed',  -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; */
	font-family: "Roboto", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-weight: 400; font-style: normal; 
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
    margin:0 0 1.5em 0;
}

p {
	margin-bottom: 1.0em;
}

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;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
.mono,
code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #2A325D;color:#fff;
}

a:visited {
	color: #2A325D;color:#fff;
}

a:hover,
a:focus,
a:active {
	color: #2A325D;color:#fff;
}

a:focus {
	outline: thin dotted;
}

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

a[target="_blank"] {display:inline-block;padding-right:19px!important; background:url(/wp-content/themes/soteria_trusight/images/icon-outbound-link.svg) right center no-repeat;background-size: 13px!important;text-decoration: none;}
a[target="_blank"]:hover,
a[target="_blank"]:focus,
a[target="_blank"]:active {background:#2A325D url(/wp-content/themes/soteria_trusight/images/icon-outbound-link.svg) right center no-repeat!important;background-size: 13px!important;}


/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #2A325D;
  border-radius: 0;
  background: #2A325D url(/wp-content/themes/soteria_trusight/images/arrow-next-white.svg) right 5px center no-repeat;
  box-shadow: none;
  align-items: center;
  column-gap: 16px;
  cursor: pointer;
  display: flex;
  flex-wrap: nowrap;
  font-size: 13px;
  row-gap: 16px;
  text-align: left;
  text-indent: 0px;
  text-transform: uppercase;
  line-height: 1.3;
  margin: 0;
  padding: 6px 10px;
  width: 288px;
  color: #fff;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	
}

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-radius: 0;
	border: 1px solid #2A325D;
	padding: 6px 10px;
	align-items: center;
	column-gap: 16px;
	cursor: pointer;
	display: flex;
	flex-wrap: nowrap;
	font-size: 13px;
	box-shadow: none;
	margin-bottom: 20px;
	width: 288px;
}

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%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	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 {
	display: block;
	left: auto;
}

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

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

.main-navigation li {
	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: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0;
    padding:0;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
	position: relative;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin:0;
}

.page-links {
	clear: both;
	margin: 0;
}

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

/* 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 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;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

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

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* 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;
}

.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: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

/* ====================================================================================================
   _____       __            _           ______           _____ _       __    __ 
  / ___/____  / /____  _____(_)___ _    /_  __/______  __/ ___/(_)___ _/ /_  / /_
  \__ \/ __ \/ __/ _ \/ ___/ / __ `/_____/ / / ___/ / / /\__ \/ / __ `/ __ \/ __/
 ___/ / /_/ / /_/  __/ /  / / /_/ /_____/ / / /  / /_/ /___/ / / /_/ / / / / /_  
/____/\____/\__/\___/_/  /_/\__,_/     /_/ /_/   \__,_//____/_/\__, /_/ /_/\__/  
                                                              /____/                                                                                        
=======================================================================================================
#CCD324 green 1
#4DBDCB blue 2
#EDAD2C orange 3
#E6D023 yellow 4
#61C370 green 5

#2A325D dark blue
#DD5148 sos red

font-family:'Univers LT W01_57 Condensed';
font-family:'Univers LT W01_67 Bold_1476016';

.roboto-light {font-family:"Roboto",sans-serif; font-weight: 300; font-style: normal;}
.roboto-regular { font-family: "Roboto", sans-serif; font-weight: 400; font-style: normal; }
.roboto-medium { font-family: "Roboto", sans-serif; font-weight: 500; font-style: normal; }
.roboto-bold { font-family: "Roboto", sans-serif; font-weight: 700; font-style: normal; }
.roboto-black { font-family: "Roboto", sans-serif; font-weight: 900; font-style: normal; }

=======================================================================================================
Notes
* Bakground colour is DEPENDANT on "page number" so if extra questions get added then CSS must be adjusted
* Progress bars are all CSS
* Some content & structural code (mainly C6.2) has been added via Formidable > Form > Settings > Customise HTML
* text area and datepicker need <div class="withleftborder">[input]</div> around to make left border
==================================================================================================== */
.home header.entry-header {display:none;}

.site-info {background: #2A325D;position: absolute;bottom: 0;left: 0;width: calc(100% - 30px);margin-left: 30px;height: 43px;display: flex;}
.site-info-inner{display: flex;align-items: flex-start;justify-content: center;padding-left: 20px;font-size: 0.9rem;flex-direction: column;color: #fff; opacity:0.7;}

.toplogo,.swansealogo {position: absolute;top: 50px;left:calc(50% - 150px);width:137px;height:46px;}

.frm_style_formidable-style.with_frm_style .frm-show-form .frm_section_heading h3 {
	background-color: #000;  color: cyan;margin: 0;margin-bottom: 0px;padding: 5px;position: absolute; left: 20px;top: 20px;z-index: 20;
	border: 1px solid cyan;display: none;
}
.todo {background:magenta}
p.todo {}

h2 {display: inline;background:#2A325D;color:#fff;font-family:'Univers LT W01_67 Bold_1476016';font-size:4.4rem;line-height: 5.5rem;text-transform: uppercase;}
h2 span {padding:0 6px;}
/*.frm_form_field*/ p, li {	color: #2A325D;color:#fff;font-size: 2.1rem;	line-height: 2.9rem;}
/*.frm_form_field*/ p strong,.frm_form_field p b {/*font-family: 'Univers LT W01_67 Bold_1476016';*/font-weight: 500;}
/*.frm_form_field*/ p.likelabel {/*font-family: 'Univers LT W01_67 Bold_1476016';*/ line-height: 2.5rem; /*text-transform: uppercase;*/ padding-left: 0; padding-bottom: 0; position: relative; font-weight: 500;}
/*.frm_form_field*/ p.font16 {font-size:1.7rem;line-height:2.4rem;font-weight: 300;}
/*.frm_form_field*/ p.font14 {font-size:1.4rem;line-height:2.4rem;}
.frm_form_field p.withleftmargin {padding-left:40px;}
.frm_form_field p.icon-checklist {background:url(/wp-content/themes/soteria_trusight/images/icon-checklist.svg) left top no-repeat;}
.frm_form_field p.icon-checklist-plus {background:url(/wp-content/themes/soteria_trusight/images/icon-checklist-plus.svg) left top no-repeat;}
.frm_form_field p.icon-checklist2yellow {background:url(/wp-content/themes/soteria_trusight/images/icon-checklist2-yellow.svg) left top no-repeat;}
.frm_form_field p.icon-bulb {background:url(/wp-content/themes/soteria_trusight/images/icon-bulb.svg) left top no-repeat;}
.frm_form_field p.icon-bulb2 {background:url(/wp-content/themes/soteria_trusight/images/icon-bulb2.svg) left top no-repeat;}
.frm_form_field h4 {/*font-family: 'Univers LT W01_67 Bold_1476016';color: #2A325D;*/margin-top: 2em;font-size: 2.1rem; font-weight: bold!important;color:#fff;  }
.fullwidthblock {background:rgba(255,255,255,0.5);} /* use with .row-full */
.fullwidthblockinner,
.fullwidthblock .wp-block-group__inner-container {width:300px; max-width:100%;margin:0 auto;padding: 20px 0;}
ul.warning {padding:0px 0;margin:0;}
ul.warning  li {color:#0D0C09; font-size:1.6rem;font-size:1.7rem;line-height:2.4rem;font-weight: 300; line-height: 2.4rem;padding: 0 0 0 40px;list-style: none;background: url(/wp-content/themes/soteria_trusight/images/icon-warning.svg) left top 0px no-repeat;min-height: 24px;margin: 20px 0;}
p.dark {color:#0D0C09;}

.prevbox {height: 34px;}

.frm_message {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	margin: 0!important;
	padding: 0!important;
	border-radius: 0!important;
	height: 100vh;
	border:0!important;
	color:#2A325D!important;
}
.with_frm_style .frm_message p {
    margin-bottom: 5px;
    color: lime!important /*#2A325D!important*/;
}

/* opacity should match #e5e993 */
.progressbox {height:8px;width:100%;background:rgba(255,255,255,0.5);border-radius:4px;margin-top: 16px;margin-bottom: 20px;position: relative;}
.progressbox::after {content:'';display: block;position: absolute;top: -16px;right:0;font-size: 1.4rem;color: #fff;}
.progressbar {height:8px;background:#2A325D; width:0;border-bottom-left-radius:4px;border-top-left-radius:4px;}

/*#fullpagelayout, {display: flex;justify-content: center;min-height: 100vh;}*/
.page-id-82,
.frm_form_fields {display: flex;justify-content: center;min-height: 100vh;background-color:var(--section-s1);padding-top: 130px;position: relative;}
.frm_form_field {width:300px;max-width: 100%;} /* this sets max width <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
#frm_field_40_container .frm_form_field,
.frm_opt_container .frm_form_field {width:288px;}

.with_frm_style .frm_primary_label {/*font-family:'Univers LT W01_67 Bold_1476016';font-weight: 700;*/ font-size:2.1rem;line-height: 2.5rem;color:#2A325D;color: #fff;font-weight: 500; padding-left: 40px;padding-bottom:30px;position: relative;/*background:url(/wp-content/themes/soteria_trusight/images/question-green.svg) left 3px top 0 no-repeat;*/ }
.with_frm_style .frm_primary_label::before {content: '';display: block;width: 18px;height: 21px;background:url(/wp-content/themes/soteria_trusight/images/question.svg) left top no-repeat;position: absolute;left: 3px;opacity: 0.5;opacity:1;}
.with_frm_style .frm_primary_label span {color: #fff;text-transform: none;font-size:2.0rem;/*font-family:'Univers LT W01_57 Condensed';*/ font-weight: 300; display: block;}
.with_frm_style .frm_primary_label span.info {font-size:1.6rem;font-size:1.7rem;font-weight: 300;line-height: 2.4rem;color:#2A325D;color:#fff;}
.with_frm_style .frm_primary_label span.frm_required {display:none;}


/* left border line */
.with_frm_style .frm_submit {margin-left: 12px;border-left: 1px solid #fff;padding-left: 19px;padding-top:20px;width:288px;max-width: 100%;}
#frm_field_40_container,
.frm_opt_container,
.withleftborder {margin-left: 12px;border-left: 1px solid #fff;padding-left: 19px;width:288px;max-width:100%;}
.withleftborder {padding-bottom:20px;}

/* general form styles */
.with_frm_style input[type="number"],
.with_frm_style select,
.with_frm_style textarea {border:1px solid #fff;border-radius: 0;box-shadow: none; /*text-transform: uppercase;*/}
.with_frm_style input.frm_date,
.with_frm_style textarea {border:1px solid #2A325D /*#707070*/;}
.with_frm_style input.frm_date {border-radius: 0;background: #fff url(/wp-content/themes/soteria_trusight/images/icon-date.svg) right center no-repeat;}

.frm_label_button_container {/*text-transform: uppercase;*/font-weight: 300;}
.frm_display_format_buttons .frm_label_button_container, .frm_display_format_buttons .frm_image_option_container {
	border: 1px solid #fff;
	border-radius: 0;
	background-color: transparent;
	padding: 6px 8px;
	/*cursor: pointer;
	align-items: center;
	height: 100%;
	display: flex;
	box-sizing: border-box;
	flex-wrap: nowrap !important;
	gap: 16px;
	overflow: hidden;*/
}
.frm_display_format_buttons .frm_label_button_container:hover, .frm_display_format_buttons .frm_image_option_container:hover, .frm_display_format_buttons .frm_radio input[type="radio"]:focus + .frm_label_button_container, .frm_display_format_buttons .frm_radio input[type="radio"]:focus + .frm_image_option_container, .frm_display_format_buttons .frm_checkbox input[type="checkbox"]:focus + .frm_label_button_container, .frm_display_format_buttons .frm_checkbox input[type="checkbox"]:focus + .frm_image_option_container, .frm_display_format_buttons .frm_scale input[type="radio"]:focus + .frm_label_button_container, .frm_display_format_buttons .frm_scale input[type="radio"]:focus + .frm_image_option_container, .frm_nps__button:hover, .frm_nps__button:focus {
	border-color: #2A325D;
	box-shadow:none;
}
.frm_display_format_buttons .frm_radio input[type="radio"]:checked + .frm_label_button_container, .frm_display_format_buttons .frm_radio input[type="radio"]:checked + .frm_image_option_container, .frm_display_format_buttons .frm_checkbox input[type="checkbox"]:checked + .frm_label_button_container, .frm_display_format_buttons .frm_checkbox input[type="checkbox"]:checked + .frm_image_option_container, .frm_display_format_buttons .frm_scale input[type="radio"]:checked + .frm_label_button_container, .frm_display_format_buttons .frm_scale input[type="radio"]:checked + .frm_image_option_container, .frm_nps__button.frm_nps__button--active, .frm_nps__buttons input[type="radio"]:focus + .frm_nps__button, .frm_nps__buttons input[type="radio"]:checked + .frm_nps__button {
	background-color: #2A325D;
	border-color: #2A325D;
	color: #fff;
}


.frm_style_formidable-style.with_frm_style .frm_submit button.esubmitbutton{
	border: 1px solid #fff;
	border-radius: 0;
	background: transparent url(/wp-content/themes/soteria_trusight/images/arrow-next-white.svg) right 5px center no-repeat;
	box-shadow: none;
	align-items: center;
	column-gap: 16px;
	cursor: pointer;
	display: flex;
	flex-wrap: nowrap;
	font-size: 13px;
	row-gap: 16px;
	text-align: left;
	text-indent: 0px;
	text-transform: uppercase;
	line-height: 1.3;
  	margin: 0;
 	 padding: 6px 10px;
  	width: 100%;
	color:#fff;
}

button.ebackbutton {
	border:none;
	border-radius: 0;
	background:transparent url(/wp-content/themes/soteria_trusight/images/arrow_back.svg) left bottom no-repeat;
	color: rgba(0, 0, 0, 0);
	line-height: 1;
	width:34px;
	height: 34px;
	padding: 10px 10px 0 0;
	cursor: pointer;
  }


.frm_style_formidable-style.with_frm_style .frm_section_heading { margin-top:0; }
.frm_style_formidable-style.with_frm_style .frm_submit button.esubmitbutton.active {background:#2A325D url(/wp-content/themes/soteria_trusight/images/arrow-next-white.svg) right 5px center no-repeat;color:#fff;border: 1px solid #2A325D;}
.frm_style_formidable-style.with_frm_style .form-field {margin-bottom:0;padding-bottom:0px;}
.frm_style_formidable-style.with_frm_style .form-field.frm_section_heading {/*background:orange;*/margin-bottom:0;padding-bottom:0;position: relative;}
.frm_style_formidable-style.with_frm_style .form-field.frm_top_container {/*background:red;*/padding-bottom:20px;}
.frm_style_formidable-style.with_frm_style .form-field.vertical_radio {/*background:cyan;*/margin-bottom:0;padding-bottom:0;}
.frm_style_formidable-style.with_frm_style .form-field.vertical_radio .frm_opt_container {/*background:lime;*/margin-bottom:0;padding-bottom:20px;}

.plaintext h1 {padding-left:0px;margin: 0 0 15px 0;font-family:'Univers LT W01_67 Bold_1476016';font-size:4.4rem;line-height:5.4rem;color:#2A325D;text-transform: uppercase;}
.plaintext p {padding-left:40px;margin: 0 0 20px 0;font-size:1.4rem;line-height:2.1rem;color:#2A325D;}
.icon-clock, .icon-clock-blue {position: relative;}
.icon-clock::before, .icon-clock-blue::before {content: '';display: block;width: 24px;height: 24px;background:url(/wp-content/themes/soteria_trusight/images/icon-clock.svg) left top no-repeat;position: absolute;left: 0px;opacity: 0.5;}
.icon-clock-blue::before {background:url(/wp-content/themes/soteria_trusight/images/icon-clock.svg) left top no-repeat;opacity: 1;}
.frm_page_num_1 .plaintext h1 {font-size:2.0rem;line-height:2.6rem;color:#fff;text-transform:initial;}
.frm_page_num_1 .plaintext p {color:#fff;}

.top_buttons {position: absolute;
	top: 0;
	left: 0;
	width:100%;
	max-width: 100%;
display: flex;
}
#form_s1 .top_buttons {z-index: 200;}
.frm_style_formidable-style.with_frm_style .frm_submit button .frm_save_draft, 
#frm_form_2_container .frm_form_submit_style.frm_save_draft, 
.sfl,
.sos {
	margin:0;
	padding:4px 20px;
	border:0;
	border-radius:0;
	background:#2A325D;
	display: flex;
	align-items: center;
	justify-content: left;
	height: 32px;
	box-shadow: none;
	font-size:1.5rem;
	color: #fff;
	text-transform: uppercase;
	flex-grow:1;
	cursor:pointer;
}
.logged-in .sfl {display:none;}
.sos {background:#DD5148;flex-grow:0;cursor:pointer;}
.emptysaveforlater {flex-grow:1;}
.sfl {background:rgba(42,50,93,0.5);background:#666;}
#logoutbutton, .footerloginbutton {
	margin:0;
	padding:4px 20px;
	height: 32px;
	color:#fff;
	background: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
  text-transform: uppercase;
  font-size: 1.5rem;
  max-width: 300px;cursor:pointer;
}
#loginbutton {
	margin:0;
	padding:4px 20px;
	height: 32px;
	color:#fff;
	background: #2A325D;
	display: flex;
	align-items: center;
	justify-content: left;
	text-decoration: none;
  text-transform: uppercase;
  font-size: 1.5rem;
  flex-grow:1;
  cursor:pointer;
  }
.logout.btn {margin:0;
	padding:4px 20px;
	height: 32px;
	color:#fff;
	background: #2A325D;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
  text-transform: uppercase;
  width:auto;
  font-size: 1.5rem;}

.formspacing {padding-bottom:20px}
.formspacing input {border: 1px solid #2A325D;border-radius: 0;background-color:#fff;padding: 6px 8px;box-shadow: none;font-size: 13px;
	color: #444444;
	font-weight: normal;
	line-height: 1.3;text-transform: uppercase;}
.formspacing input[type=submit], .formspacing input[type=submit]:hover {color:#fff;background:#2A325D;border: 1px solid #2A325D;cursor: pointer;}

.rafonly {display:none;}
.showraf .rafonly {display:block;}
.hidelogout #logoutbutton {display:none;}

.sectionbar {display:flex;align-items: center;padding:30px 0 0 32px;margin-bottom: 50px;}
.barbefore {width:20px;min-width:20px;height: 8px; }
.number { border-radius:22px;width:22px;height: 22px;display: flex;align-items: center;justify-content: center; font-size: 2rem;}
.barafter {width:5px;min-width:5px;height: 8px;} 

.barafter {display:none;}
.barbefore {width: 25px;min-width: 25px;height: 8px;}

.number {color:var(--section-c9);}
.n1 {background:#2A325D;}
.n2 {background:#2A325D;;}
.n3 {background:rgba(255,255,255,0.5);}
.n4 {background:rgba(255,255,255,0.5);}
.n5 {background:rgba(255,255,255,0.5);}
.n6 {background:rgba(255,255,255,0.5);}


/* S1 (demographic) & S2 (PGSI mini form) Lime Green ---------------------------------------------------------------------------------------------- */
.frm_page_num_1 {background:var(--section-s1) url(/wp-content/themes/soteria_trusight/images/s1.jpg) center top no-repeat;background-size: cover;}
.with_frm_style .frm_page_num_1 .frm_primary_label{display:none;}
.frm_page_num_1 .prevbox,
.frm_page_num_1 .progressbox,
.frm_page_num_1 .sectionbar,
.frm_page_num_2 .progressbox,
.frm_page_num_2 .sectionbar,
.frm_page_num_3 .sectionbar,
.frm_page_num_4 .sectionbar,
.frm_page_num_5 .sectionbar,
.frm_page_num_6 .sectionbar,
.frm_page_num_7 .sectionbar,
.frm_page_num_8 .sectionbar,
.frm_page_num_9 .sectionbar,
.frm_page_num_10 .sectionbar,
.frm_page_num_11 .sectionbar  {opacity:0;}
.frm_page_num_2 {
	background:var(--section-s1) url(/wp-content/themes/soteria_trusight/images/c1.jpg) center top no-repeat;background-size: cover;
}
/* .frm_page_num_2 .progressbox::after {content:'1/3';}
.frm_page_num_2 .progressbar {width:calc(14px + 0%);} */
.frm_page_num_3 .progressbox::after {content:'1/9';}
.frm_page_num_3 .progressbar {width:calc(14px + ((1/9) * 100%));}
.frm_page_num_4 .progressbox::after {content:'2/9';}
.frm_page_num_4 .progressbar {width:calc(14px + ((2/9) * 100%));}
.frm_page_num_5 .progressbox::after {content:'3/9';}
.frm_page_num_5 .progressbar {width:calc(14px + ((3/9) * 100%));}
.frm_page_num_6 .progressbox::after {content:'4/9';}
.frm_page_num_6 .progressbar {width:calc(14px + ((4/9) * 100%));}
.frm_page_num_7 .progressbox::after {content:'5/9';}
.frm_page_num_7 .progressbar {width:calc(14px + ((5/9) * 100%));}
.frm_page_num_8 .progressbox::after {content:'6/9';}
.frm_page_num_8 .progressbar {width:calc(14px + ((6/9) * 100%));}
.frm_page_num_9 .progressbox::after {content:'7/9';}
.frm_page_num_9 .progressbar {width:calc(14px + ((7/9) * 100%));}
.frm_page_num_10 .progressbox::after {content:'8/9';}
.frm_page_num_10 .progressbar {width:calc(14px + ((8/9) * 100%));}
.frm_page_num_11 .progressbox::after {content:'9/9';}
.frm_page_num_11 .progressbar {width:calc(14px + ((9/9) * 100%));}

.frm_page_num_3 .progressbar {width:calc((1/9) * 100%);}
.frm_page_num_4 .progressbar {width:calc((2/9) * 100%);}
.frm_page_num_5 .progressbar {width:calc((3/9) * 100%);}
.frm_page_num_6 .progressbar {width:calc((4/9) * 100%);}
.frm_page_num_7 .progressbar {width:calc((5/9) * 100%);}
.frm_page_num_8 .progressbar {width:calc((6/9) * 100%);}
.frm_page_num_9 .progressbar {width:calc((7/9) * 100%);}
.frm_page_num_10 .progressbar {width:calc((8/9) * 100%);}
.frm_page_num_11 .progressbar {width:calc((9/9) * 100%);border-radius: 4px;}

/* .frm_page_num_5  {background-color:var(--section-s1);} */

/* C1 (PGSI short form), C2 & C3 - Blue --------------------------------------------------------------------------------------------------------- */
/* .frm_page_num_6 {
	background:var(--section-c1) url(/wp-content/themes/soteria_trusight/images/c1.jpg) center top no-repeat;background-size: cover;
}
.frm_page_num_6,
.frm_page_num_7,
.frm_page_num_8,
.frm_page_num_9,
.frm_page_num_10,
.frm_page_num_11,
.frm_page_num_12,
.frm_page_num_13
{
	background-color:var(--section-c1);
} */

/* .frm_page_num_5 .progressbox,
.frm_page_num_5 .sectionbar,
.frm_page_num_6 .progressbox,
.frm_page_num_6 .sectionbar {opacity:0;} */
.frm_page_num_12 .progressbox,
.frm_page_num_12 .sectionbar,
.frm_page_num_13 .progressbox,
.frm_page_num_13 .sectionbar,
.frm_page_num_14 .progressbox,
.frm_page_num_14 .sectionbar {opacity:0;}



.frm_page_num_7 .number,
.frm_page_num_8 .number,
.frm_page_num_9 .number,
.frm_page_num_10 .number,
.frm_page_num_11 .number,
.frm_page_num_12 .number {color:var(--section-c1);}

.frm_page_num_7 .n3, .frm_page_num_7 .n4, .frm_page_num_7 .n5, .frm_page_num_7 .n6,
.frm_page_num_8 .n3, .frm_page_num_8 .n4, .frm_page_num_8 .n5, .frm_page_num_8 .n6,
.frm_page_num_9 .n3, .frm_page_num_9 .n4, .frm_page_num_9 .n5, .frm_page_num_9 .n6,
.frm_page_num_10 .n3, .frm_page_num_10 .n4, .frm_page_num_10 .n5, .frm_page_num_10 .n6,
.frm_page_num_11 .n3, .frm_page_num_11 .n4, .frm_page_num_11 .n5, .frm_page_num_11 .n6,
.frm_page_num_12 .n3, .frm_page_num_12 .n4, .frm_page_num_12 .n5, .frm_page_num_12 .n6,
.frm_page_num_13 .n3, .frm_page_num_13 .n4, .frm_page_num_13 .n5, .frm_page_num_13 .n6,
.frm_page_num_14 .n3, .frm_page_num_14 .n4, .frm_page_num_14 .n5, .frm_page_num_14 .n6 {display:none;}

/* C4 Gambling Harm info & C5 - Orange ----------------------------------------------------------------------------------------------------------- */
.frm_page_num_14 {
	background:var(--section-c5) url(/wp-content/themes/soteria_trusight/images/c5.jpg) center top no-repeat;background-size: cover;
}
.frm_page_num_14,
.frm_page_num_15,
.frm_page_num_16,
.frm_page_num_17,
.frm_page_num_18,
.frm_page_num_19,
.frm_page_num_20,
.frm_page_num_21,
.frm_page_num_22,
.frm_page_num_23,
.frm_page_num_24,
.frm_page_num_25,
.frm_page_num_26
{
	background-color:var(--section-c5);
}

.frm_page_num_14 .progressbox,
.frm_page_num_14 .sectionbar {opacity:0;}
.frm_page_num_15 .progressbox::after {content:'1/12';}
.frm_page_num_15 .progressbar {width:calc(14px + 0%);}
.frm_page_num_16 .progressbox::after {content:'2/12';}
.frm_page_num_16 .progressbar {width:calc(14px + ((1/12) * 100%));}
.frm_page_num_17 .progressbox::after {content:'3/12';}
.frm_page_num_17 .progressbar {width:calc(14px + ((2/12) * 100%));}
.frm_page_num_18 .progressbox::after {content:'4/12';}
.frm_page_num_18 .progressbar {width:calc(14px + ((3/12) * 100%));}
.frm_page_num_19 .progressbox::after {content:'5/12';}
.frm_page_num_19 .progressbar {width:calc(14px + ((4/12) * 100%));}
.frm_page_num_20 .progressbox::after {content:'6/12';}
.frm_page_num_20 .progressbar {width:calc(14px + ((5/12) * 100%));}
.frm_page_num_21 .progressbox::after {content:'7/12';}
.frm_page_num_21 .progressbar {width:calc(14px + ((6/12) * 100%));}
.frm_page_num_22 .progressbox::after {content:'8/12';}
.frm_page_num_22 .progressbar {width:calc(14px + ((7/12) * 100%));}
.frm_page_num_23 .progressbox::after {content:'9/12';}
.frm_page_num_23 .progressbar {width:calc(14px + ((8/12) * 100%));}
.frm_page_num_24 .progressbox::after {content:'10/12';}
.frm_page_num_24 .progressbar {width:calc(14px + ((9/12) * 100%));}
.frm_page_num_25 .progressbox::after {content:'11/12';}
.frm_page_num_25 .progressbar {width:calc(14px + ((10/12) * 100%));}
.frm_page_num_26 .progressbox::after {content:'12/12';}
.frm_page_num_26 .progressbar {width:calc(14px + ((11/12) * 100%));}

.frm_page_num_15 .progressbar {width:calc((1/12) * 100%);}
.frm_page_num_16 .progressbar {width:calc((2/12) * 100%);}
.frm_page_num_17 .progressbar {width:calc((3/12) * 100%);}
.frm_page_num_18 .progressbar {width:calc((4/12) * 100%);}
.frm_page_num_19 .progressbar {width:calc((5/12) * 100%);}
.frm_page_num_20 .progressbar {width:calc((6/12) * 100%);}
.frm_page_num_21 .progressbar {width:calc((7/12) * 100%);}
.frm_page_num_22 .progressbar {width:calc((8/12) * 100%);}
.frm_page_num_23 .progressbar {width:calc((9/12) * 100%);}
.frm_page_num_24 .progressbar {width:calc((10/12) * 100%);}
.frm_page_num_25 .progressbar {width:calc((11/12) * 100%);}
.frm_page_num_26 .progressbar {width:calc((12/12) * 100%);border-radius: 4px;}

.frm_page_num_15 .n2, 
.frm_page_num_16 .n2, 
.frm_page_num_17 .n2, 
.frm_page_num_18 .n2, 
.frm_page_num_19 .n2, 
.frm_page_num_20 .n2, 
.frm_page_num_21 .n2, 
.frm_page_num_22 .n2, 
.frm_page_num_23 .n2, 
.frm_page_num_24 .n2, 
.frm_page_num_25 .n2, 
.frm_page_num_26 .n2,
.frm_page_num_15 .n3, 
.frm_page_num_16 .n3, 
.frm_page_num_17 .n3, 
.frm_page_num_18 .n3, 
.frm_page_num_19 .n3, 
.frm_page_num_20 .n3, 
.frm_page_num_21 .n3, 
.frm_page_num_22 .n3, 
.frm_page_num_23 .n3, 
.frm_page_num_24 .n3, 
.frm_page_num_25 .n3, 
.frm_page_num_26 .n3 {background:#2A325D;}

.frm_page_num_15 .number,
.frm_page_num_16 .number,
.frm_page_num_17 .number,
.frm_page_num_18 .number,
.frm_page_num_19 .number,
.frm_page_num_20 .number,
.frm_page_num_21 .number,
.frm_page_num_22 .number,
.frm_page_num_23 .number,
.frm_page_num_24 .number,
.frm_page_num_25 .number,
.frm_page_num_26 .number {color:var(--section-c5);}

.with_frm_style .frm_page_num_15 .frm_primary_label::before,
.with_frm_style .frm_page_num_16 .frm_primary_label::before,
.with_frm_style .frm_page_num_17 .frm_primary_label::before,
.with_frm_style .frm_page_num_18 .frm_primary_label::before,
.with_frm_style .frm_page_num_19 .frm_primary_label::before,
.with_frm_style .frm_page_num_20 .frm_primary_label::before,
.with_frm_style .frm_page_num_21 .frm_primary_label::before,
.with_frm_style .frm_page_num_22 .frm_primary_label::before,
.with_frm_style .frm_page_num_23 .frm_primary_label::before,
.with_frm_style .frm_page_num_24 .frm_primary_label::before,
.with_frm_style .frm_page_num_25 .frm_primary_label::before,
.with_frm_style .frm_page_num_26 .frm_primary_label::before {width: 24px;height: 24px;background:url(/wp-content/themes/soteria_trusight/images/icon-head.svg) left top no-repeat;left: 0px;}

/* C6 Decisional balance - Yellow #E6D023 -------------------------------------------------------------------------------------------------------- */
.frm_page_num_27 {
	background:var(--section-c6) url(/wp-content/themes/soteria_trusight/images/c6.jpg) center top no-repeat;background-size: cover;
}
.frm_page_num_27,
.frm_page_num_28,
.frm_page_num_29,
.frm_page_num_30 {
	background-color:var(--section-c6);
}

.frm_page_num_27 .progressbox,
.frm_page_num_27 .sectionbar {opacity:0;}
.frm_page_num_28 .progressbox::after {content:'1/3';}
.frm_page_num_28 .progressbar {width:calc(14px + 0%);}
.frm_page_num_29 .progressbox::after {content:'2/3';}
.frm_page_num_29 .progressbar {width:calc(14px + ((1/3) * 100%));}
.frm_page_num_30 .progressbox::after {content:'3/3';}
.frm_page_num_30 .progressbar {width:calc(14px + ((2/3) * 100%));}

.frm_page_num_28 .progressbar {width:calc((1/3) * 100%);}
.frm_page_num_29 .progressbar {width:calc((2/3) * 100%);}
.frm_page_num_30 .progressbar {width:calc((3/3) * 100%);border-radius: 4px;}

#frm_field_185_container,
#frm_field_192_container {padding-bottom: 0;}

.frm_page_num_28 .n2, .frm_page_num_29 .n2, .frm_page_num_30 .n2,
.frm_page_num_28 .n3, .frm_page_num_29 .n3, .frm_page_num_30 .n3,
.frm_page_num_28 .n4, .frm_page_num_29 .n4, .frm_page_num_30 .n4 {
	background:#2A325D;
}

.frm_page_num_28 .number, .frm_page_num_29 .number, .frm_page_num_30 .number {
	color:var(--section-c6);
}

.with_frm_style .frm_page_num_28 .frm_primary_label::before,
.with_frm_style .frm_page_num_29 .frm_primary_label::before ,
.with_frm_style .frm_page_num_30 .frm_primary_label::before  {width: 24px;height: 24px;background:url(/wp-content/themes/soteria_trusight/images/icon-checklist.svg) left top no-repeat;left: 0px;}

.changingbox {display: flex;flex-wrap: wrap;}
.changingbox p, .changingbox label {color:#2A325D;}
.changingcol {width:300px;}
.changingcol:last-child{margin-top:10px;border-top:1px solid #2A325D;padding-top:10px;}

#frm_field_196_container,
#frm_field_189_container,
#frm_field_198_container,
#frm_field_197_container {display:flex;}

#frm_field_196_container label,
#frm_field_189_container label,
#frm_field_198_container label,
#frm_field_197_container label {width:40px;/*font-family:'Univers LT W01_57 Condensed';*/font-size:1.4rem;padding:10px 0;color:#2A325D;}

#frm_field_196_container label.frm_primary_label::before,
#frm_field_189_container label.frm_primary_label::before,
#frm_field_198_container label.frm_primary_label::before,
#frm_field_197_container label.frm_primary_label::before {content: '';
	display: block;
	position: absolute;
  	opacity: 1;
	width: 24px;
	height: 24px;
	background: url(/wp-content/themes/soteria_trusight/images/icon-bar-blue.svg) left top no-repeat;
	left: 0px;
	top:0;
}
#frm_field_196_container label.frm_primary_label::after,
#frm_field_198_container label.frm_primary_label::after {content: '';
	display: block;
	position: absolute;
  	opacity:1;
	width: 24px;
	height: 24px;
	background: url(/wp-content/themes/soteria_trusight/images/icon-list-plus.svg) left top no-repeat;
	left: 0px;
	top: 30px;
}
#frm_field_189_container label.frm_primary_label::after,
#frm_field_197_container label.frm_primary_label::after {content: '';
	display: block;
	position: absolute;
  	opacity: 1;
	width: 24px;
	height: 24px;
	background: url(/wp-content/themes/soteria_trusight/images/icon-list-minus.svg) left top no-repeat;
	left: 0px;
	top: 30px;
}
.with_frm_style .frm_page_num_29 .frm_submit {
	margin-left: 12px;
	border-left: 0;
	padding-left: 20px;}


/* C7 Goal setting - Mint Green #61C370 ---------------------------------------------------------------------------------------------------------- */
.frm_page_num_31 {
	background:var(--section-c7) url(/wp-content/themes/soteria_trusight/images/c7.jpg) center center no-repeat;background-size: cover;
}
.frm_page_num_31,
.frm_page_num_32,
.frm_page_num_33 {
	background-color:var(--section-c7);
}

.frm_page_num_31 .progressbox,
.frm_page_num_31 .sectionbar {opacity:0;}
.frm_page_num_32 .progressbox::after {content:'1/2';}
.frm_page_num_32 .progressbar {width:calc(14px + 0%);}
.frm_page_num_33 .progressbox::after {content:'2/2';}
.frm_page_num_33 .progressbar {width:calc(14px + ((1/2) * 100%));}

.frm_page_num_32 .progressbar {width:calc((1/2) * 100%);}
.frm_page_num_33 .progressbar {width:calc((2/2) * 100%);border-radius: 4px;}

#frm_field_202_container,
#frm_field_205_container {padding-bottom: 0;}

.frm_page_num_32 .n2, .frm_page_num_33 .n2,
.frm_page_num_32 .n3, .frm_page_num_33 .n3,
.frm_page_num_32 .n4, .frm_page_num_33 .n4,
.frm_page_num_32 .n5, .frm_page_num_33 .n5 {
	background:#2A325D;
}

.frm_page_num_32 .number, .frm_page_num_33 .number {
	color:var(--section-c7);
}

.with_frm_style .frm_page_num_32 .frm_primary_label::before,
.with_frm_style .frm_page_num_33 .frm_primary_label::before {width: 24px;height: 24px;background:url(/wp-content/themes/soteria_trusight/images/icon-flag.svg) left top no-repeat;left: 0px;}


/* C8 Change plan - lime green ------------------------------------------------------------------------------------------------------------------- */
.frm_page_num_34 {
	background:var(--section-c8) url(/wp-content/themes/soteria_trusight/images/c8.jpg) center top no-repeat;background-size: cover;
}
.frm_page_num_35,
.frm_page_num_36,
.frm_page_num_37,
.frm_page_num_38 {
	background-color:var(--section-c8);
}
.frm_page_num_34 .progressbox,
.frm_page_num_34 .sectionbar {opacity:0;}
.frm_page_num_35 .progressbox::after {content:'1/4';}
.frm_page_num_35 .progressbar {width:calc(14px + 0%);}
.frm_page_num_36 .progressbox::after {content:'2/4';}
.frm_page_num_36 .progressbar {width:calc(14px + ((1/4) * 100%));}
.frm_page_num_37 .progressbox::after {content:'3/4';}
.frm_page_num_37 .progressbar {width:calc(14px + ((2/4) * 100%));}
.frm_page_num_38 .progressbox::after {content:'4/4';}
.frm_page_num_38 .progressbar {width:calc(14px + ((3/4) * 100%));}

.frm_page_num_35 .progressbar {width:calc((1/4) * 100%);}
.frm_page_num_36 .progressbar {width:calc((2/4) * 100%);}
.frm_page_num_37 .progressbar {width:calc((3/4) * 100%);}
.frm_page_num_38 .progressbar {width:calc((4/4) * 100%);border-radius: 4px;}

.frm_page_num_34 .n2, .frm_page_num_35 .n2, .frm_page_num_36 .n2, .frm_page_num_37 .n2, .frm_page_num_38 .n2,
.frm_page_num_34 .n3, .frm_page_num_35 .n3, .frm_page_num_36 .n3, .frm_page_num_37 .n3, .frm_page_num_38 .n3,
.frm_page_num_34 .n4, .frm_page_num_35 .n4, .frm_page_num_36 .n4, .frm_page_num_37 .n4, .frm_page_num_38 .n4,
.frm_page_num_34 .n5, .frm_page_num_35 .n5, .frm_page_num_36 .n5, .frm_page_num_37 .n5, .frm_page_num_38 .n5,
.frm_page_num_34 .n6, .frm_page_num_35 .n6, .frm_page_num_36 .n6, .frm_page_num_37 .n6, .frm_page_num_38 .n6 {
	background:#2A325D;
}
.frm_page_num_34 .number, .frm_page_num_35 .number, .frm_page_num_36 .number, .frm_page_num_37 .number, .frm_page_num_38 .number {
	color:var(--section-c8);
}

#frm_field_217_container,
#frm_field_215_container,
#frm_field_222_container,
#frm_field_219_container {padding-bottom: 0;} 


.speach {background:rgba(255,255,255,0.5); padding: 10px 20px;font-size: 1.6rem;line-height: 2.4rem;position: relative;color:#2A325D;}
.speach::after {display: block;
	content:'';
	position: absolute;
  	opacity: 1;
	width: 16px;
	height: 16px;
	border-bottom-right-radius: 16px;
	background:rgba(255,255,255,0.5);
bottom: -16px;
left: 23px;}
.speach div.quote {/*font-family:'Univers LT W01_67 Bold_1476016';*/font-weight: 700; font-size: 2.1rem;line-height: 2.4rem;position: relative;
	padding-left: 20px;background:url(/wp-content/themes/soteria_trusight/images/icon-quote.svg) top left no-repeat;}
.speach div.quote p {color:#2A325D;}

.with_frm_style .frm_page_num_35 .frm_primary_label::before,
.with_frm_style .frm_page_num_36 .frm_primary_label::before,
.with_frm_style .frm_page_num_37 .frm_primary_label::before,
.with_frm_style .frm_page_num_38 .frm_primary_label::before {width: 24px;height: 24px;background:url(/wp-content/themes/soteria_trusight/images/icon-question.svg) left top no-repeat;left: 0px;}

/* C2 Your Score 0-2 */
.frm_page_num_39 {
	background:var(--section-c9) url(/wp-content/themes/soteria_trusight/images/c9.jpg) center top no-repeat;background-size: cover;
}
.frm_page_num_39 {background-color:var(--section-c9);}
.frm_page_num_39 .progressbox,
.frm_page_num_39 .sectionbar {opacity:0;}

/* C9 Summary & C10 onward sign posting - blue --------------------------------------------------------------------------------------------------- */




/* ---------------------
standard style overrides 
------------------------ */

/* intro paras */
.frm_page_num_1 p,
.frm_page_num_6  p,
.frm_page_num_14 p,
.frm_page_num_27 p,
.frm_page_num_31 p,
.frm_page_num_34 p {color:#fff;}

/* hide left border and pad/mar */
.with_frm_style .frm_page_num_2 .frm_submit,
.with_frm_style .frm_page_num_12 .frm_submit,
.with_frm_style .frm_page_num_13 .frm_submit,
.with_frm_style .frm_page_num_14 .frm_submit,
.with_frm_style .frm_page_num_27 .frm_submit,
.with_frm_style .frm_page_num_31 .frm_submit,
.with_frm_style .frm_page_num_34 .frm_submit,
.with_frm_style .frm_page_num_39 .frm_submit {
	margin-left:0;
	border-left:0;
	padding-left:0;
	padding-top: 20px;
	width: 300px;
	max-width: 100%;
}
.sectionbar.score1,
.sectionbar.score2 {display: none;}

.with_frm_style .frm_radio label, .with_frm_style .frm_checkbox label {color:#fff;}

/* --------------------------------------------------------------------------------------
  normal pages 
	11 = S1 (actual page, with whole form)
	19 = C3 Reinforcement and safety tips (Low risk, Path score = 0, 1 or 2)
	21 = C9 Summary of intervention (Assessment completed)
	30 = C10 Signposting
	57 = Logout 
  	82 = Start
---------------------------------------------------------------------------------------*/
.page-id-19,
.page-id-21,
.page-id-30,
.page-id-57 {background:var(--section-c9);}
.page-id-82 {background:var(--section-start);}
.page-id-21 {background:var(--section-c9) url(/wp-content/themes/soteria_trusight/images/c9.jpg) center top no-repeat;background-size: cover;}

.page-id-19 .site,
.page-id-21 .site,
.page-id-30 .site,
.page-id-57 .site {min-height: 100vh;padding: 208px 20px 70px 20px;} /* 130px */
.page-id-82 .site {padding: 30px 20px 30px 20px;} 

.page-id-19 .site-main,
.page-id-21 .site-main,
.page-id-30 .site-main,
.page-id-57 .site-main,
.page-id-82 .site-main {width:300px;max-width: 100%;margin:0 auto;}

a.mybutton {display: block;border:1px solid #2A325D;padding:6px 8px;color:#2A325D;
	background: transparent url(/wp-content/themes/soteria_trusight/images/arrow-next-blue.svg) right 5px center no-repeat;
	box-shadow: none;
	align-items: center;
	column-gap: 16px;
	cursor: pointer;
	display: flex;
	flex-wrap: nowrap;
	font-size: 13px;
	row-gap: 16px;
	text-align: left;
	text-indent: 0px;
	text-transform: uppercase;
	line-height: 1.3;
text-decoration: none;}
.page-id-21 a.mybutton {border:1px solid #fff;color:#fff;
	background: transparent url(/wp-content/themes/soteria_trusight/images/arrow-next-white.svg) right 5px center no-repeat;}
a.mybutton:hover,
.page-id-21 a.mybutton:hover {background:#2A325D url(/wp-content/themes/soteria_trusight/images/arrow-next-white.svg) right 5px center no-repeat;color:#fff;} 
 

.wp-block-group.withleftborder {margin: 20px 0;padding: 0 0 0 20px;}
.wp-block-group.withleftborder h3 {color:#2A325D;color:#fff;font-size:2.1rem;margin:0;padding:0 0 0 3px;font-weight: 500;}
.wp-block-group.withleftborder p {margin:0 0 1em 0;}
.wp-block-group.withleftborder p:last-child {margin:0;}
.wp-block-group.withleftborder a {color:#2A325D;color:#fff;display: inline-block; padding: 0 3px;font-weight: 300;}
.wp-block-group.withleftborder a:hover {color:#fff;background: #2A325D;}


.frm-datepicker td.ui-datepicker-current-day, 
.frm-datepicker td .ui-state-hover, 
.frm-datepicker thead,
.ui-datepicker td .ui-state-hover {background: #2A325D !important;}
.frm-datepicker .ui-widget-header, .frm-datepicker .ui-datepicker-header {
	background: #5f6586 !important;}

#sospopup, #msgpopup {position: absolute;top:0;left:0;width:100vw;height: 100vh;background: var(--section-c9);display: none;z-index: 300;}
#sospopup.show, #msgpopup.show {display:block;}
#sospopup .withleftborder, #msgpopup .withleftborder  {position:relative;left:0;}
.closesos, .closesfl, .closesloginpopup, .closeinfopopup {position: absolute;top:0;right:0;margin: 0;width:134px;justify-content: center; padding: 4px 20px;background: #2A325D;display: flex;align-items: center;height: 32px;font-size: 1.5rem;color: #fff;text-transform: uppercase; cursor: pointer;}
.positionsos {padding: 108px 20px 10px 20px;}
.close_frm_message{/*width:134px;*/justify-content: center; padding: 4px 20px;background: #2A325D;display: flex;align-items: center;height: 32px;font-size: 1.5rem;color: #fff;text-transform: uppercase; cursor: pointer;}
.with_frm_style .frm_message p.close_frm_message {color: #fff!important;}
#sflpopup {position: absolute;top:0;left:0;width:100vw;height: 100vh;background: var(--section-c9);display: none;}
#sflpopup.show {display:block;}

#loginpopup {position: absolute;top:0;left:0;width:100vw;height: 100vh;background: var(--section-c9);display: none;z-index: 300;}
#loginpopup.show {display:block;}

#login-message {font-family:'Univers LT W01_67 Bold_1476016';font-size:2.1rem;line-height: 2.5rem;color:#fff;margin-top: 20px;}
#login-message div {background:#DD5148;padding:10px 20px;width:300px;max-width:100%;}

#infobutton,.closeinfopopup {position: absolute;top: 50px;right: 65px;width: 46px;height: 47px;padding: 10px;cursor: pointer;}
#infopopup {position: absolute;top:0;left:0;width:100vw;height: 100vh;background: #2A325D;display: none;color:#fff;}
#infopopup.show {display:block;}
#infopopup p, #infopopup li {color:#fff;}



/* --------------------------------------------------------------------------------------
  home/splash page
---------------------------------------------------------------------------------------*/
.page-id-82 {background:var(--section-start) url(/wp-content/themes/soteria_trusight/images/start.jpg) center center no-repeat;background-size: cover;text-align: center;}
.page-id-82 .toplogo {display:none;}
.red-hat, .red-hat-med, .red-hat-bold {
	/* font-family: "Red Hat Display", sans-serif!important;
	font-optical-sizing: auto!important;
	font-weight: 400!important;
	font-style: normal!important; */
	font-family: "Roboto", sans-serif!important; font-weight: 400!important; font-style: normal!important;
}
.red-hat-med {font-weight: 500!important;}
.red-hat-bold {font-weight: 700!important;}

.homepagelogo {padding:180px 0 20px 0;}
.home #fullpagelayout .red-hat-bold {font-size:2rem;line-height:2rem;margin: 1rem 0;color: #fff;}
.home #fullpagelayout .red-hat-med {font-size:1.4rem;line-height:1.4rem;margin: 1rem 0;color: #fff;}
.home .start a {background:rgba(42,50,93,0.5);font-family:'Univers LT W01_67 Bold_1476016';font-size: 4.4rem;line-height:1em;color:#fff;text-transform: uppercase;display: inline-block;padding:20px;text-decoration:none;}

/*===============================================
  Small mobile
===============================================*/
@media only screen and (max-width:380px) { 
	.homepagelogo {padding: 80px 0 20px 0;}
	.home .start a {background:rgba(42,50,93,1.0);}
	.home #fullpagelayout .red-hat-bold,
	.home #fullpagelayout .red-hat-med {
		text-shadow: 1px  1px 2px rgba(42, 50, 93, 1),
					 1px -1px 2px rgba(42, 50, 93, 1),
					-1px -1px 2px rgba(42, 50, 93, 1),
					-1px  1px 2px rgba(42, 50, 93, 1);
	}
	
}


/*===============================================
  Tablet
===============================================*/
@media only screen and (min-width:690px) { 
	.homepagelogo {padding:180px 0 40px 0;}
	.start {padding-top:40px;}
	
	.positionsos {padding: 208px 20px 30px 30px;}
	.page-id-82 {background:var(--section-start) url(/wp-content/themes/soteria_trusight/images/start_md.jpg) center center no-repeat;background-size: cover;}
	.frm_page_num_1 {background:var(--section-s1) url(/wp-content/themes/soteria_trusight/images/s1_md.jpg) center top no-repeat;background-size: cover;}
	.frm_page_num_2 {background:var(--section-c1) url(/wp-content/themes/soteria_trusight/images/c1_md.jpg) center top no-repeat;background-size: cover;}
	.frm_page_num_14 {background:var(--section-c5) url(/wp-content/themes/soteria_trusight/images/c5_md.jpg) center top no-repeat;background-size: cover;}
	.frm_page_num_27 {background:var(--section-c6) url(/wp-content/themes/soteria_trusight/images/c6_md.jpg) center top no-repeat;background-size: cover;}
	.frm_page_num_31 {background:var(--section-c7) url(/wp-content/themes/soteria_trusight/images/c7_md.jpg) center center no-repeat;background-size: cover;}
	.frm_page_num_34 {background:var(--section-c8) url(/wp-content/themes/soteria_trusight/images/c8_md.jpg) center top no-repeat;background-size: cover;}
	.frm_page_num_39, .page-id-21 {background:var(--section-c9) url(/wp-content/themes/soteria_trusight/images/c9_md.jpg) center top no-repeat;background-size: cover;}

	.page-id-19 .site-main, 
	.page-id-21 .site-main, 
	.page-id-30 .site-main,
	.page-id-57 .site-main, 
	.page-id-82 .site-main {margin: 0 0 0 10px;}
	.offright {position: absolute!important;top: 0;left: 320px!important;}

	.frm_form_fields {justify-content: left;padding-left: 30px;}
	.toplogo,.swansealogo {left: 30px;}
	.top_buttons {justify-content: right;}
	#frm_form_2_container .frm_form_submit_style.frm_save_draft, .sfl, #loginbutton {flex-grow: 0;}
	/* warning signs */
	#frm_field_175_container {position: absolute;left: 330px;width: 340px;}
	.fullwidthblock.row-full {padding: 0 20px;}
	.fullwidthblock.row-full .fullwidthblockinner {padding:1px 0;}
	/* 4 box pros/cons */
	#frm_field_188_container .changingbox {width: calc(100% + 40px) !important;left: -20px !important;}
	#frm_field_188_container .changingbox .fullwidthblockinner {}
}

@media only screen and (min-width:760px) {
	/* 4 box pros/cons */
	#frm_field_188_container .changingbox {width: 670px !important;left: -40px !important;}
	#frm_field_188_container .changingbox .fullwidthblockinner {display: flex;width: 630px;gap: 30px;}
	#frm_field_188_container .changingcol:last-child {margin-top: 0;border-top: 0;padding-top:0;}
	
}

/*===============================================
  Desktop
===============================================*/
@media only screen and (min-width:1000px) { 
	.homepagelogo {padding:60px 0 40px 0;}

	.positionsos {padding: 208px 20px 30px 75px;}
	.page-id-82 {background:var(--section-start) url(/wp-content/themes/soteria_trusight/images/start_lg.jpg) center center no-repeat;background-size:contain;}
	.frm_page_num_1 {background:var(--section-s1) url(/wp-content/themes/soteria_trusight/images/s1_lg.jpg) center top no-repeat;background-size: cover;}
	.frm_page_num_2 {background:var(--section-c1) url(/wp-content/themes/soteria_trusight/images/c1_lg.jpg) center top no-repeat;background-size: cover;}
	.frm_page_num_14 {background:var(--section-c5) url(/wp-content/themes/soteria_trusight/images/c5_lg.jpg) center top no-repeat;background-size: cover;}
	.frm_page_num_27 {background:var(--section-c6) url(/wp-content/themes/soteria_trusight/images/c6_lg.jpg) center top no-repeat;background-size: cover;}
	.frm_page_num_31 {background:var(--section-c7) url(/wp-content/themes/soteria_trusight/images/c7_lg.jpg) center center no-repeat;background-size: cover;}
	.frm_page_num_34 {background:var(--section-c8) url(/wp-content/themes/soteria_trusight/images/c8_lg.jpg) center top no-repeat;background-size: cover;}
	.frm_page_num_39, .page-id-21 {background:var(--section-c9) url(/wp-content/themes/soteria_trusight/images/c9_lg.jpg) center top no-repeat;background-size: cover;}
	

	.frm_form_fields {justify-content: left;padding-left: 75px;}
	.toplogo,.swansealogo {left: 75px;}
	.site-info {width: calc(100% - 75px);margin-left: 75px;}

	.frm_style_formidable-style.with_frm_style .form-field {
		/* position: relative; */
	}

	.progressbox {width: 740px;}
	.frm_form_field {width: 740px;}
	.with_frm_style .frm_primary_label {max-width: 300px;}
	p {max-width: 300px;}
	ul {position: relative;}
	.positionsos ul {max-width: 340px;left: -40px;position: relative;}
	.sectionbar {position: absolute;bottom: 75px;}
	.frm_page_num_29 .sectionbar {bottom: 15px;}
	

	.frm_opt_container {position: absolute;top:26px;left: 440px;}
	/* spacing required with 4 option buttons */
	.frm_submit {position: absolute;top: 395px;left: 515px;}

	/* start */
	#frm_field_40_container {position: absolute;top: 276px;left:calc(75px + 440px);}
	.frm_page_num_1 .frm_submit {position: absolute;top: 483px;left:calc(75px + 440px);}

	/* #frm_field_6_container .frm_opt_container {position: absolute;top:26px;left: 440px;}
	.frm_page_num_2 .frm_submit {position: absolute;top: 395px;left: 515px;} */

	#frm_field_175_container .fullwidthblock.row-full,
	.page-id-19 .fullwidthblock.row-full {width: 610px!important;}
	#frm_field_175_container .fullwidthblockinner,
	.page-id-19 .fullwidthblock .wp-block-group__inner-container{width: 570px!important;}
	ul.warning::after {clear:both;content: '';display: block;}

	

	.withleftborder {position: absolute;top:0;left: 440px;}

	.withleftborder.speachouter {top: 51px;}
	/* spacing required with date field & text box */
	.frm_page_num_35 .frm_submit  {top: 384px;}

	/* spacing required with 5 option buttons */
	.frm_page_num_15 .frm_submit,
	.frm_page_num_16 .frm_submit,
	.frm_page_num_17 .frm_submit,
	.frm_page_num_18 .frm_submit,
	.frm_page_num_19 .frm_submit,
	.frm_page_num_20 .frm_submit,
	.frm_page_num_21 .frm_submit,
	.frm_page_num_22 .frm_submit,
	.frm_page_num_23 .frm_submit,
	.frm_page_num_24 .frm_submit,
	.frm_page_num_25 .frm_submit,
	.frm_page_num_26 .frm_submit  {top: calc(395px + 37px);}

	/* spacing required with text boxes */
	.frm_page_num_28 .frm_submit,
	.frm_page_num_30 .frm_submit,
	.frm_page_num_32 .frm_submit,
	.frm_page_num_33 .frm_submit,
	.frm_page_num_36 .frm_submit,
	.frm_page_num_37 .frm_submit,
	.frm_page_num_38 .frm_submit  {top: 344px;}

	/* button not shifted on title pages */
	.frm_page_num_2 .frm_submit,
	.frm_page_num_12 .frm_submit,
	.frm_page_num_13 .frm_submit,
	.frm_page_num_14 .frm_submit,
	.frm_page_num_27 .frm_submit,
	.frm_page_num_29 .frm_submit,
	.frm_page_num_31 .frm_submit,
	.frm_page_num_34 .frm_submit
	{
		position: relative;
		top: 0;
		left: 0;
		margin-bottom: 90px
	}

	.page-id-19 .site, 
	.page-id-21 .site, 
	.page-id-30 .site, 
	.page-id-57 .site {padding: 208px 20px 30px 75px;} 
	.page-id-82 .site {padding: 30px 20px 30px 20px;}
	.page-id-19 .site-main, 
	.page-id-21 .site-main, 
	.page-id-30 .site-main, 
	.page-id-57 .site-main, 
	.page-id-82 .site-main {margin: 0;width:100%;}
	.page-id-19 .withleftborder,
	.page-id-21 .withleftborder,
	.page-id-30 .withleftborder, 
	.page-id-57 .withleftborder, 
	.page-id-82 .withleftborder {position: relative;top: 0;left: 0;}
	
	.page-id-30 .withleftborder,
	.page-id-30 .withleftborder p,
	#sospopup .withleftborder,
	#sospopup .withleftborder p {width:100%;max-width: 100%;}
}

@media only screen and (min-width:1120px) { 
	#frm_field_175_container .fullwidthblock.row-full  {width: 710px!important;}
	#frm_field_175_container .fullwidthblockinner {width: 670px!important;padding: 40px 0;}
	ul.warning li:nth-child(odd) {width: 47%;float: left;margin-top: 0;clear: left;}
	ul.warning li:nth-child(even) {width: 47%;float: right;margin-top: 0;clear: right;}
	.page-id-19 ul.warning li:nth-child(odd), .page-id-19 ul.warning li:nth-child(even) {float:none;width:100%;margin-top:20px;}
}

@media only screen and (min-width:1390px) { 
	#frm_field_188_container .changingbox { width: 670px !important; left: 375px !important; top: 0px; position: absolute !important; }
	.frm_page_num_29 .sectionbar {bottom: 75px;}
}

@media only screen and (max-width:759px) {
	#frm_field_188_container .icon-checklist-plus br {display:none;}
}
.blog_public_warning {display:none!important;}