/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

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

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

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

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

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #30393d;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

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

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

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

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

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

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.phone-link,
.main-nav,
.sub-menu,
.meta-list,
ul:not([id]):not([class]),
.contact-link,
.registered-list,
.footer .footer-brand,
.footer .footer-contact,
.footer .social-network {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.btn-holder:after,
.footer .footer-brand:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #556a75; /* MAIN TEXT COLOUR */
	background: #fff; /* MAIN BG COLOUR */
	font: 18px/1.4 "Titillium Web", "Helvetica Neue", "Helvetica", sans-serif; /* FONT CHOICE, ALSO CHANGE IN HTML */
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

.gm-style img {
	max-width: none;
}

h1,
.h1,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: #30393d; /* HEADINGS COLOUR THROUGHOUT */
}

h2,
.h2 {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: #30393d; /* H2 SUB HEADINGS COLOUR */
}

h1,
.h1 {
	font-size: 48px;
}

h2,
.h2 {
	font-size: 36px;
}

h3,
.h3 {
	font-size: 28px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #556a75; /* TEL NUMBER LINKS COLOUR, IN HEADER AND THROUGHOUT */
	text-decoration: none;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	font-weight: 700;
}

a:hover,
a:focus {
	color: #5f5ba5;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	border-radius: 4px;
	border: 1px solid #556a75;
	box-shadow: 0 1px 1px rgba(255, 255, 255, .25), inset 0 3px 2px #ccc;
	width: 100%;
	padding: 5px 14px 6px;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #000;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #556a75;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #556a75;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #556a75;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #556a75;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #556a75;
}

select {
	border-radius: 4px;
}

textarea {
	vertical-align: top;
	resize: none;
	letter-spacing: 0;
}

textarea#address {
	height: 122px;
}

textarea#message {
	height: 312px;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	cursor: pointer;
	border-radius: 4px;
	background: #5f5ba5;
	-webkit-transition: background .3s;
	transition: background .3s;
	border: 1px solid #556a75;
	color: #ebebeb;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .25), inset 0 -3px 2px #52297a;
	padding: 5px 14px;
	font-size: 18px;
	box-sizing: border-box;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="file"]:hover,
input[type="file"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #000;
	box-shadow: none;
}

input[type="submit"]:disabled {
	-webkit-text-fill-color: #ebebeb !important;
	opacity: 1 !important;
}

.contact-form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.contact-form .col {
	width: 48%;
}

.contact-form .col.right-side {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

label {
	display: block;
	margin-bottom: 6px;
}

.input-row {
	margin-bottom: 14px;
}

/* ----------- iPhone 4 and 4S ----------- */

/* ----------- iPhone 5 and 5S ----------- */

/* ----------- iPhone 6 ----------- */

/* ----------- iPhone 6+ ----------- */

/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: 1px solid #556a75;
	width: 100%;
	border-radius: 4px;
	background-color: #ddd;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .25), inset 0 -3px 2px #bbb;
	height: 40px;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 18px;
	line-height: 40px;
	margin: 0 35px 0 15px;
}

.jcf-drop-flipped .jcf-select-drop-content {
	border-radius: 3px 3px 0 0 !important;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	border: 4px solid transparent;
	border-top: 4px solid #6d6d6d;
	bottom: 0;
	right: 15px;
	top: 45%;
}

.jcf-drop-active {
	background: #fff;
}

.jcf-drop-active .jcf-select-opener {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	top: 0;
	bottom: 18px;
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #556a75;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .25), inset 0 -3px 2px #bbb;
	padding-bottom: 3px;
	background: #ddd;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 14px;
	font-size: 12px;
	width: 100%;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.jcf-list .jcf-list-content .jcf-option-hideme {
	display: none;
}

.jcf-list ul {
	list-style: none;
	padding: 0 !important;
	margin: 0 !important;
	background: #ececec;
}

.jcf-list ul li {
	padding-left: 0 !important;
	font-size: 18px !important;
}

.jcf-list ul li:before {
	display: none !important;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 5px 9px 5px 15px;
	color: #656565;
	height: 1%;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #5f5ba5;
	border-top: 1px solid #556a75;
	border-bottom: 1px solid #556a75;
	color: #ebebeb;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

/* header styles */

.top-block {
	padding: 18px 0 14px; /* TOP OF PAGE PADDING */
	/* border-top: 13px solid #78909c; */  /* PAGE TOP BORDER */
	background: #fff;
}

.top-block:after { /* ADJUST THIS FOR VARYING LOGO HEIGHTS */
	content: "";
	background: #ececec;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 188px;
}

.header .logo { /* NEW, SVG LOGO SIZING ON DESKTOP */
	width: 292px;
	height: 158px;
	margin-top: -5px;	
}

.header .logo img {
	width: 100%;
}

.top-block .container {
	text-align: center;
}

.phone-link {
	padding-top: 14px; /* HEADER PHONE LINK VERTICAL SPACING */
	font-size: 48px;
	line-height: 1.25;
}

.phone-link a {
	font-weight: 600;
}

.header nav .container {
	padding: 0;
}

/* navigation block styles */

#nav {
	position: relative;
}

.main-nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-transition: -webkit-transform .3s;
	transition: transform .3s;
}

.nav-active .main-nav {
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
}

.main-nav > li:last-child a {
	border-bottom: none;
}

.main-nav > li:last-child .sub-menu-holder {
	right: 0;
	left: auto;
}

.main-nav > li.hover a,
.main-nav > li.active a {
	background: #5f5ba5; /* NAVIGATION ACTIVE TAB AND DROP-DOWN MENU COLOUR */
}

.main-nav > li a {
	display: block;
	padding: 10px 0;
	line-height: 1;
	color: #fff;  /* NAVIGATION TEXT COLOUR */
	font-size: 23px;
	font-weight: 600;
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
}

.main-nav > li a:hover {
	background: #5f5ba5; /* NAVIGATION HOVER TAB COLOUR */
}

/* submenu block styles */

.sub-menu {
	height: 0;
	text-align: left;
	min-width: 320px; /* SUB-MENU WIDTH */
	overflow: hidden;
	z-index: 999;
}

.sub-menu li a {
	padding: 10px 60px 10px 20px;
	color: #fff; /* SUB-MENU TEXT COLOUR */
	position: relative;
}

.sub-menu li a:after {
	width: 32px;
	height: 32px;
	position: absolute;
	right: 20px;
	top: 7px;
	content: "";
	background: url("../images/sprites.png") no-repeat -32px -88px;
}

.hover .sub-menu {
	left: 0;
	height: auto;
}

/* burger menu style */

.nav-opener {
	float: right;
	width: 32px;
	height: 32px;
	position: relative;
	border-radius: 50%;
	border: 3px solid #556a75;
}

.nav-opener:hover {
	opacity: .9;
}

.nav-active .nav-opener span {
	opacity: 0;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15%;
	right: 15%;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav-opener span,
.nav-opener:before,
.nav-opener:after {
	background: #556a75;
	position: absolute;
	top: 50%;
	left: 6px;
	right: 6px;
	height: 3px;
	margin-top: -2px; /* height/2 */
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 30%;
}

.nav-opener:after {
	top: 70%;
}

.nav-opener span {
	text-indent: -9999px;
}

.has-drop > a:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: -webkit-transform .2s;
	transition: transform .2s;
}

.has-drop:last-child .sub-menu {
	right: 0;
	left: auto;
}

.hover.has-drop > a:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.resize-active .main-nav {
	-webkit-transition: none;
	transition: none;
}

/* main container styles */

#wrapper {
	overflow: hidden;
}

.container {
	max-width: 1000px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}

.align-right {
	text-align: right;
}

.pull-right {
	text-align: center;
	margin-bottom: 18px;
}

.accessibility {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.accessibility:focus {
	position: static;
	width: auto;
	height: auto;
}

.simple-link {
	color: #5f5ba5;
	text-decoration: underline;
}

.simple-link:hover {
	color: #78909c;
	text-decoration: none;
}

blockquote {
	font-style: italic;
	font-size: 18px;
	margin: 0 0 1.4em;
	line-height: 1.333;
}

strong {
	color: #30393d; /* BOLD TEXT COLOUR THROUGHOUT, EXCEPT AUTHOR NAME */
}

.text-box {
	padding: 32px 0 19px;
	font-weight: 600;
	line-height: 1.2;
	font-size: 30px;
	color: #556a75;
}

.text-box2 { /* CERISE REVISED CLASS FOR POSPROP HOME PAGE */
	padding: 32px 0 0;
	font-weight: 600;
	line-height: 1.2;
	font-size: 28px;
	color: #556a75;
}

.text-box.other-bg {
	padding: 20px 0 33px;
	background-color: #e1e8ec; /* MISSION STATEMENT BOX BG COLOUR */
	text-align: center;
	font-size: 24px;
	font-weight: 400;
}

.text-box.other-bg p {
	margin-bottom: .6em;
}

.meta-list {
	font-size: 20px;
}

.meta-list li {
	display: inline-block;
	font-weight: 700;
	color: #30393d;
}

ol {
	list-style-type: none;
	counter-reset: num;
	/* font-size: 21px; CERISE EDIT */
}

ol li:before {
	content: counter(num) ". ";
	counter-increment: num;
	color: #5f5ba5;
	font-weight: 700;
}

ul:not([id]):not([class]) {
	/* font-size: 21px; CERISE EDIT */
	color: #556a75;
	padding-left: 15px;
	margin-bottom: 25px;
}

ul:not([id]):not([class]) li {
	line-height: 1.6; /* BULLET LIST SPACING */
	position: relative;
	padding-left: 32px;
}

ul:not([id]):not([class]) li:before { /* BULLET POINTS */
	width: 16px;
	height: 16px;
	display: inline-block;
	content: "";
	background: url("../images/sprites.png") no-repeat -271px -21px;
	margin-right: 14px;
	vertical-align: baseline;
	position: absolute;
	left: 0;
	top: 6px;
}

ul:not([id]):not([class]) li.red { /* BULLET POINTS OF DIFFERENT COLOUR */
	color: #78909c;
	font-weight: 700;
}

ul:not([id]):not([class]) li.red:before { /* BULLET POINTS OF DIFFERENT COLOUR */
	background: url("../images/sprites.png") no-repeat -271px 0;
}

ul:not([id]):not([class]) a {
	color: #5f5ba5;
	text-decoration: underline;
}

ul:not([id]):not([class]) a:hover {
	text-decoration: none;
}

ul:not([id]):not([class]) strong {
	color: #30393d;
}

.list-box2 { /* CERISE REVISED CLASS FOR POSPROP HOME PAGE */
	padding: 0 0 20px;
}

.list-box {
	padding: 36px 0 3px;
}

.list-box .container {
	position: relative;
}

.list-box .container:after {
	width: 404px;
	height: 400px;
	content: "";
	/* background: url("../images/star-circle.png") no-repeat; CERISE EDIT FOR POSPROP */
	position: absolute;
	right: -15%;
	bottom: -170px;
	z-index: -1;
}

.list-box h2 {
	margin-bottom: 18px;
}

.heading-bg {
	background: url("../images/about-title-bg.jpg") no-repeat 50% 50%;
	background-size: cover;
	min-height: 149px;
	position: relative;
	margin-bottom: 45px;
}

.heading-bg:after {
	content: "";
	height: 20px;
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	border-top: 4px solid #fff;
	background: -webkit-linear-gradient(top, #c2c4c6 0%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to bottom, #c2c4c6 0%, rgba(255, 255, 255, 0) 100%);
}

.text-holder {
	margin-bottom: 49px;
}

.text-holder.contact-information {
	position: relative;
}

.text-holder.contact-information:after {
	width: 404px;
	height: 400px;
	content: "";
	background: none; /* CERISE EDIT, REMOVES STAR CIRCLE FROM TEXT-HEAVY PAGES */
	/* background: url(../images/star-circle.png) no-repeat; CERISE EDIT FOR POSPROP */
	position: absolute;
	right: -4%;
	bottom: 0px; /* CERISE EDIT WAS -110px FOR FULL PAGE WITH FORM */
	z-index: -1;
}

.text-holder.contact-information p {
	margin-bottom: 1.3em;
}

.text-holder .large-text {
	font-size: 25px;
	line-height: 34px; /* CERISE EDIT, NEW LINE */
}

/* video styles */

.video {
	margin-bottom: 57px;
}

.video .container {
	position: relative;
}

.video .container:after {
	width: 404px;
	height: 400px;
	content: "";
	background: url(../images/star-circle.png) no-repeat;
	position: absolute;
	right: -15%;
	bottom: -65px;
	z-index: -1;
}

.video-block {
	background: url("../images/video-bg.jpg") no-repeat;
	height: 270px;
	width: 480px;
	position: relative;
	margin: 26px 0;
	background-size: cover;
}

.video-block iframe {
	border: none;
	width: 100%;
	height: 100%;
}

.play-btn {
	width: 88px;
	height: 88px;
	background: url("../images/arrow-btn.png") no-repeat;
	background-size: cover;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-indent: -9999px;
}

.play-btn:hover {
	opacity: .8;
}

.call-text {
	color: #78909c; /* LARGE CALL TO ACTION TEXT COLOUR */
	font-size: 30px;
	font-weight: 700;
	font-style: italic;
	margin: 5px 0 80px;
}

.call-text a[href^=tel] {
	color: #5f5ba5;
}

.author-name { /* AUTHOR NAME COLOUR */
	font-size: 18px;
	color: #30393d;
	font-weight: 700;
}

address {
	font-style: normal;
	padding-top: 2px;
	margin-bottom: 23px;
	line-height: 1.3;
}

address span {
	color: #30393d;
	font-weight: bold;
}

.contact-link,
.registered-list {
	margin-bottom: 23px;
}

.contact-link li,
.registered-list li {
	margin-bottom: 3px;
}

.contact-link li span,
.registered-list li span {
	display: inline-block;
	width: 67px;
}

.contact-link li a[href*="mailto"],
.registered-list li a[href*="mailto"] {
	color: #5f5ba5;
	text-decoration: underline;
}

.contact-link li a[href*="mailto"]:hover,
.registered-list li a[href*="mailto"]:hover {
	text-decoration: none;
	color: #5f5ba5;
}

.registered-list li span {
	width: 175px;
}

.hideme {
	display: none;
}

.input-error {
	border-color: #5f5ba5 !important;
}

/* cycle carousel styles */

.cycle-gallery {
	position: relative;
}

.cycle-gallery:after {
	content: "";
	display: block;
	border-top: 2px solid #fff;
	background: -webkit-linear-gradient(top, #a7a9ac 0%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to bottom, #a7a9ac 0%, rgba(255, 255, 255, 0) 100%);
	height: 16px;
}

.cycle-gallery .mask {
	position: relative;
	overflow: hidden;
}

.cycle-gallery .mask .slideset {
	width: 99999px;
	float: left;
}

.cycle-gallery .mask .slide {
	padding-top: 30px;
	float: left;
	background-size: cover;
	background-position: 50% 50%;
	min-height: 409px;
	position: relative;
}

.cycle-gallery .mask .slide.active .slide-text {
	-webkit-animation: move 1s infinite;
	animation: move 1s infinite;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

.slide-text {
	text-shadow: 0 3px 5px rgba(0, 0, 0, .65);
	line-height: 1.1;
	letter-spacing: -.7px;
}

.slide-text .h1 {
	color: #fff;
}

.popup-holder {
	position: relative;
	overflow: hidden;
	height: 0;
}

.lightbox-demo {
	padding: 5px;
}

.lightbox-demo h2 {
	margin: 0 0 10px;
}

.lightbox-demo p {
	margin: 0;
}

.btn-holder {
	position: absolute;
	bottom: 34px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.btn-next,
.btn-prev {
	width: 82px;
	height: 88px;
	display: inline-block;
	background: url("../images/arrow-btn.png") no-repeat;
	cursor: pointer;
	float: right;
	background-size: cover;
}

.btn-next:hover,
.btn-prev:hover {
	opacity: .85;
}

.btn-prev {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	float: left;
}

.lightbox-galley {
	margin-bottom: 41px;
}

.lightbox-galley .preview-holder {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.lightbox-galley .lightbox {
	border-radius: 10px;
	overflow: hidden;
	-webkit-transition: -webkit-filter .3s, filter .3s;
	transition: filter .3s;
}

/*.lightbox-galley .lightbox:hover {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
} CERISE EDIT, REMOVE GRAYSCALE HOVER EFFECT AT MSP'S REQUEST */

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

/* lightbox styles */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
}

.fancybox-outer,
.fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
	background-image: url("../images/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url("../images/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url("../images/fancybox/blank.gif"); /* helps IE */
	-webkit-tap-highlight-color: transparent;
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url("../images/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, .8);
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

.footer {
	padding: 20px 0 46px;
	background: #78909c; /* FOOTER BACKGROUND COLOUR */
	border-top: 4px solid #90abb9; /* FOOTER TOP LINE COLOUR */
}

.footer .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer .footer-brand {
	margin-top: 7px;
}

.footer .footer-brand li {
	float: left;
	margin: 0 2px 0 13px;
}

.footer .footer-brand li a:hover {
	opacity: .7;
}

.footer .footer-contact {
	max-width: 320px; /* CERISE EDIT FOR POSPROP, WAS 300px */
}

.footer .footer-contact li {
	color: #556a75;
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 3px;
}

.footer .footer-contact li a {
	font-weight: 600;
	color: #fff;
}

.footer .footer-contact li a:hover {
	opacity: .7;
}

.footer .by {
	color: #fff;
	height: 38px;
	font-weight: 400;
	font-size: 11px;
	padding: 30px 80px 0 0;
	max-width: 220px;
}

.footer .by .aardvark {
	position: relative;
	color: inherit;
	font-weight: 700;
	border-bottom: 1px solid #404040;
}

.footer .by .aardvark:after {
	content: "";
	width: 80px;
	height: 38px;
	margin: -26px 0 0 1px;
	position: absolute;
	background: url(../images/aardvark-logo.svg) no-repeat;
	background-size: 100% 100%;
}

.footer .by .aardvark:hover:after {
	background: url(../images/aardvark-logo-rollover.svg) no-repeat;
    background-size: 100% 100%;
}

.footer .social-network {
	width: 342px;
	margin-top: 7px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.footer .social-network li {
	margin: 0 7px;
}

.footer .social-network li.tw a {
	background: url("../images/sprites.png") no-repeat 0 0;
}

.footer .social-network li.tw a:hover {
	background: url("../images/sprites.png") no-repeat 0 -44px;
}

.footer .social-network li.fb a {
	background: url("../images/sprites.png") no-repeat -44px 0;
}

.footer .social-network li.fb a:hover {
	background: url("../images/sprites.png") no-repeat -44px -44px;
}

.footer .social-network li.in a {
	background: url("../images/sprites.png") no-repeat -88px 0;
}

.footer .social-network li.in a:hover {
	background: url("../images/sprites.png") no-repeat -88px -44px;
}

.footer .social-network li.insta a {
	background: url("../images/sprites.png") no-repeat -132px 0;
}

.footer .social-network li.insta a:hover {
	background: url("../images/sprites.png") no-repeat -132px -44px;
}

.footer .social-network li.pint a {
	background: url("../images/sprites.png") no-repeat -176px 0;
}

.footer .social-network li.pint a:hover {
	background: url("../images/sprites.png") no-repeat -176px -44px;
}

.footer .social-network li.yt a {
	background: url("../images/sprites.png") no-repeat -220px 0;
}

.footer .social-network li.yt a:hover {
	background: url("../images/sprites.png") no-repeat -220px -44px;
}

.footer .social-network li a {
	width: 43px;
	height: 43px;
	display: block;
	text-indent: -9999px;
}

@media only screen and (device-width: 320px) and (device-height: 480px) and (-webkit-min-device-pixel-ratio: 2) {
	textarea {
		text-indent: -3px;
	}
}

@media only screen and (device-width: 320px) and (device-height: 568px) and (-webkit-min-device-pixel-ratio: 2) {
	textarea {
		text-indent: -3px;
	}
}

@media only screen and (device-width: 375px) and (device-height: 667px) and (-webkit-min-device-pixel-ratio: 2) {
	textarea {
		text-indent: -3px;
	}
}

@media only screen and (device-width: 414px) and (device-height: 736px) and (-webkit-min-device-pixel-ratio: 3) {
	textarea {
		text-indent: -3px;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
	#fancybox-loading,
	.fancybox-close,
	.fancybox-prev span,
	.fancybox-next span {
		background-image: url("../images/fancybox/fancybox_sprite@2x.png");
		background-size: 44px 152px;
	}

	#fancybox-loading div {
		background-image: url("../images/fancybox/fancybox_loading@2x.gif");
		background-size: 24px 24px;
	}
}

@media screen and (min-width: 768px) {
	.pull-right {
		float: right;
		margin: 0 0 18px 40px;
	}

	.lightbox-galley .lightbox {
		max-width: 160px;
	}

	.footer .footer-contact li a {
		margin-left: 12px;
	}
}

@media screen and (min-width: 1024px) {
	.top-block:after {
		display: none;
	}

	.top-block .container {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.header nav {
		background: #78909c; /* NAVIGATION STRIP COLOUR */
		border-bottom: 2px solid #fff;
	}

	#nav {
		z-index: 999;
	}

	.main-nav > li {
		-webkit-flex-basis: 20%; /* NAVIGATION NUMBER OF TABS */
		-ms-flex-preferred-size: 20%; /* NAVIGATION NUMBER OF TABS */
		flex-basis: 20%; /* NAVIGATION NUMBER OF TABS */
		text-align: center;
		border-left: 1px solid #fff;
		position: relative;
	}

	.main-nav > li:last-child {
		border-right: 1px solid #fff;
	}

	.sub-menu {
		position: absolute;
		top: 100%;
		left: -9999px;
		z-index: 99;
		background: #78909c; /* SUB-MENU INITIAL BG COLOUR BEFORE CHANGE TO NAVIGATION ACTIVE TAB COLOUR */
		-webkit-transition: opacity .3s;
		transition: opacity .3s;
	}

	.sub-menu li:hover a {
		color: #000;
		font-weight: 600;
		background: #96c; /* SUB-MENU HOVER COLOUR */
	}

	.sub-menu li:hover a:after {
		background: url("../images/sprites.png") no-repeat 0 -88px;
	}

	.nav-opener {
		display: none;
	}

	.lightbox-galley .lightbox {
		max-width: 224px;
	}

	.footer .social-network li:first-child {
		margin-left: 0;
	}

	.footer .social-network li:last-child {
		margin-right: 0;
	}
}

@media screen and (max-width: 1023px) {
	h1,
	.h1 {
		font-size: 30px;
	}

	h2,
	.h2 {
		font-size: 23px;
	}

	h3,
	.h3 {
		font-size: 19px;
	}

	h4,
	.h4 {
		font-size: 16px;
	}

	h5,
	.h5 {
		font-size: 12px;
	}

	h6,
	.h6 {
		font-size: 10px;
	}

	.top-block {
		position: relative;
		padding: 16px 0 0;
		border-bottom: 6px solid #556a75;
		z-index: 99;
	}

	.phone-link {
		font-size: 35px;
		position: relative;
		z-index: 1;
	}

	.header .logo {
		width: 281px;
		height: 150px;
		margin: 0 0 12px 22px; /* LOGO POSITIONING ON MOBILE */
	}

	.main-nav {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		background: #5f5ba5;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		z-index: 1;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	.main-nav:before,
	.main-nav:after {
		content: "";
		display: block;
		background: -webkit-linear-gradient(top, #3f3c6d 0%, rgba(255, 255, 255, 0) 100%); /* COLOUR AT TOP AND BOTTOM EDGES OF BURGER MENU */
		background: linear-gradient(to bottom, #3f3c6d 0%, rgba(255, 255, 255, 0) 100%); /* COLOUR AT TOP AND BOTTOM EDGES OF BURGER MENU */
		height: 11px;
	}

	.main-nav:after {
		background: -webkit-linear-gradient(bottom, #3f3c6d 0%, rgba(255, 255, 255, 0) 100%); /* COLOUR AT TOP AND BOTTOM EDGES OF BURGER MENU */
		background: linear-gradient(to top, #3f3c6d 0%, rgba(255, 255, 255, 0) 100%); /* COLOUR AT TOP AND BOTTOM EDGES OF BURGER MENU */
	}

	.main-nav > li a {
		padding: 16px 20px;
		position: relative;
		font-size: 26px;
		border-bottom: 1px solid #fff;
	}

	.main-nav > li a:after {
		width: 32px;
		height: 32px;
		position: absolute;
		right: 20px;
		top: 15px;
		content: "";
		background: url("../images/sprites.png") no-repeat -32px -88px;
	}

	.sub-menu li a {
		color: #000;
		border: none;
		background: #96c;
	}

	.sub-menu li a:after {
		background: url("../images/sprites.png") no-repeat 0 -88px;
	}

	.hover .sub-menu li a {
		background: #96c;
	}

	.hover .sub-menu {
		border-bottom: 1px solid #fff;
	}

	.has-drop > a {
		pointer-events: none;
	}

	.mobile-hidden {
		display: none;
	}

	.container {
		padding: 0 20px;
	}

	.text-box {
		font-size: 20px;
	}

	.cycle-gallery .mask .slide {
		min-height: 360px;
	}

	.btn-next,
	.btn-prev {
		width: 60px;
		height: 60px;
	}

	.footer .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.footer .footer-contact {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
		text-align: center;
		margin-bottom: 15px;
	}

	.footer .by {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}

	.footer .social-network {
		margin-bottom: 20px;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.footer .social-network li {
		margin-bottom: 10px;
	}
	.list-box .container:after { /* CERISE EDIT, NEW STYLE */
		display: none;
	}
	.text-holder.contact-information:after { /* CERISE EDIT, NEW STYLE */
		display: none;
	}
	.video .container:after { /* CERISE EDIT, NEW STYLE */
		display: none;
	}
}

@media screen and (max-width: 767px) {
	body {
		font-size: 16px;
	}

	textarea#message {
		height: 122px;
	}

	button,
	input[type="button"],
	input[type="reset"],
	input[type="file"],
	input[type="submit"] {
		width: 100%;
		padding: 12px 14px;
	}

	.contact-form {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.contact-form .col {
		width: 100%;
	}

	.text-box.other-bg {
		font-size: 19px;
	}

	.meta-list {
		font-size: 15px;
	}

	ul:not([id]):not([class]) {
		font-size: 16px;
	}

	ul:not([id]):not([class]) li:not(:last-child) {
		margin-bottom: 10px;
	}

	.list-box {
		padding: 24px 0 17px;
	}

	.list-box .container:after {
		display: none;
	}

	.list-box h2 {
		margin-bottom: 12px;
	}

	.heading-bg {
		margin-bottom: 25px;
	}

	.text-holder {
		margin-bottom: 25px;
	}

	.text-holder.contact-information:after {
		display: none;
	}

	.text-holder .large-text {
		font-size: 20px;
	}

	.video {
		margin-bottom: 25px;
	}

	.video .container:after {
		display: none;
	}

	.video-block {
		height: 163px;
		width: 290px;
		margin: 25px auto 0;
	}

	.video-block iframe {
		width: 290px !important;
		height: 163px !important;
	}

	.play-btn {
		width: 60px;
		height: 60px;
	}

	.call-text {
		font-size: 22px;
		text-align: center;
		margin: 5px 0 25px;
	}

	.cycle-gallery .mask .slide {
		min-height: 170px;
	}

	.slide-text .h1 {
		font-size: 22px; /* CAROUSEL TEXT SIZE ON MOBILE */
		margin-top: -10px; /* CAROUSEL TEXT VERTICAL POSITIONING ON MOBILE */
	}

	.btn-next,
	.btn-prev {
		width: 48px;
		height: 48px;
	}

	.lightbox-galley {
		margin-bottom: 15px;
	}

	.lightbox-galley .preview-holder {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.lightbox-galley .lightbox {
		text-align: center;
		margin-bottom: 10px;
	}

	.footer {
		padding-bottom: 65px;
	}

	.footer .footer-brand li {
		margin: 3px 9px 30px 6px;
	}

	.footer .social-network {
		width: 200px;
	}
}

@media screen and (max-width: 374px) {
	.container {
		padding: 0 15px;
	}
}

@-webkit-keyframes move {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes move {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

