/*
Theme Name: suzzanelaidlaw
Theme URI: http://underscores.me/
Author: Web Wizards
Author URI: https://www.webwizards.com.au/
Description: Custom Theme for Suzzane Laidlaw
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: suzzanelaidlaw
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

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

.FAQ{
    width: 74%;
    margin: auto;
    padding: 25px 0px;
    
}

.FAQ h2{
    text-align:center;
     padding-bottom:10px;
}

.accordion {
  background-color: #eee!important;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

button.active, body .accordion:hover {
 background-color: #ccc!important;

}

.accordion:after {
    content: '\002B';
    color: #d1aa07;
    font-weight: 500;
    float: right;
    margin-left: 5px;
    font-size: 35px;
}

button.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
 box-shadow: none!important;
 margin-bottom: 10px;
}

div#content {
    margin-bottom: -38px;
    overflow: hidden;
}

.video-title.mb-10 h1{
        line-height: 10px;
}

@media(max-width:767px){
    .video-title.mb-10 h1{
        line-height: 28px;
    }
    
}

.single-media-newsroom h1.entry-title{
    font-size: 30px!important;
}

#top-contact ul li {
    vertical-align: text-top;
}


.fa-linkedin-square:before {
    content: "\f08c";
}
#Top-Socials {
    padding:0px!important;
        margin-top: -4%;
}

@media(max-width:767px){
    #Top-Socials {
        margin-top: -15%;
    }
}

#Top-Socials ul{
    float:right;
    margin: 0;
    padding: 0;
    list-style-type: none;
    
}
@media(max-width:1200px){
#Top-Socials ul{ float:left;}
}
#Top-Socials ul li{
    display: inline-block;
    margin-right: 3px;
    vertical-align: text-top;
}

#Top-Socials ul li a {
    font-size: 20px;
    font-weight: 700;
    color: #00548e;
}
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size:100%;
}

body {
	margin: 0;
}

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

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

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

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

b,
strong {
	font-weight: bold;
}
li strong {
    text-transform: uppercase;
}
dfn {
	font-style: italic;
}

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

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

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

pre {
	overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

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

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

input {
	line-height: normal;
}

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

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

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: "futura-pt",sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 28px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "futura-pt",sans-serif;
    font-weight: 700;
    font-style: normal;
	color:#00548e;
	margin-top:10px;
	margin-bottom:20px;
}

h1 {font-size:3rem; line-height: 56px;}
h2 {font-size:2.8rem; line-height: 48px;}
h3 {font-size:2.3rem; line-height: 36px;}
h4 {
    font-size: 20px;
    line-height: 28px;
}
h5 {font-size:1.5rem; line-height: 18px;}
h6 {font-size:1.2rem; line-height: 14px;}


h1.large {
     font-size:72px;
     line-height:68px;
}
@media screen and (max-width:1200px) {
    h1.large {
        font-size:62px;
        line-height:62px;
    }
}
@media all and (max-width:990px) {
    h1.large {
        font-size:56px;
        line-height:64px;
    }    
}
@media screen and (max-width:767px) {
    h1 {font-size:32px; line-height: 36px;}
    h2 {font-size:28px; line-height: 30px;}
    h3 {font-size:22px; line-height: 26px;}
    h4 {font-size:18px; line-height: 24px;}
    h5 {font-size:14px; line-height: 18px;}
    h6 {font-size:11px; line-height: 14px; }
}
@media screen and (max-width:480px) {
    h1 {font-size:32px; line-height: 36px;}
    h2 {font-size:28px; line-height: 30px;}
    h3 {font-size:22px; line-height: 26px;}
    h4 {font-size:18px; line-height: 24px;}
    h5 {font-size:14px; line-height: 18px;}
    h6 {font-size:11px; line-height: 14px;}
}

.home h1{
    color:#fff!important;

}
p {
	margin-bottom: 1.5em;
    font-style: normal;
}

.uppercase {
     text-transform: uppercase;   
}
.underline {
     text-decoration:underline !important;   
}
.text-bold {
     font-weight:700 !important;   
}
.text-light {
     font-weight:300 !important;   
}
.super-lead {
     font-size:26px !important;   
}
.lead {
     font-size:18px !important;  
     line-height:24px !important;
}   
.text-drop-shadow {
    text-shadow: 2px 2px 8px #000;
}
.text-dark-blue {
     color:  #0a1e2c !important; 
}
.text-yellow {
     color: #f9bf3b !important;   
}
.text-blue {
     color:#00548e !important;   
}


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

blockquote {
	margin: 0 0 50px 0; 
    border-left: 5px solid #f9bf3b;
}
blockquote p {
    font-family: "futura-pt",sans-serif;
    font-weight:700;
    color:#153d58;
    font-size:46px;
    line-height:48px;
}

address {
	margin: 0 0 1.5em;
}

.gform_body input, .gform_body textarea {
    border: 1px solid #d1aa07 !important;
}
#field_2_1 .ginput_container.ginput_container_text,
#field_2_3 .ginput_container.ginput_container_text {
    padding-right: 10px !important;
}

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

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

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

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

big {
	font-size: 125%;
}

.single-services section.new-section:nth-child(even) {
    background: #ececec;
}

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

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

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border:0;
	border-radius: 0;
	background: #511e78;
	color: #fff;
	font-size: 15px;
	padding: 10px 20px;
	transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color:#cf55a0;
	transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

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 {
	background-color:#cf55a0;
	transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

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;
	padding: 10px 15px;
	width:100%;
	border:0;
	background-color:#efefef;
}

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: 0px;
	color: #666;
	padding: 10px 15px;
	background-color:#efefef !important;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #153d58;
	transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

a:visited {
	color: #153d58;
	text-decoration:none;
}

a:hover, a:focus, a:active {
	color: #f9bf3b;
	text-decoration:none;
	transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

a:focus {
	outline: thin dotted;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#menu-header-menu li {
    display: inline-block;
    padding: 0 0.5%!important;
}



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

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

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

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

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	    padding-bottom: 30px;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	    padding-bottom: 30px;
}

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

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

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

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

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

.hentry {
	margin: 0 0 1.5em;
}

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

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

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

.twocount {
    column-count: 2;
}
.twocount li {
    display: inline-block;
    width: 100%;
}

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}
.grey-box i {
    display: block;
    font-size: 66px;
    font-weight: bold;
    border-radius: 69px;
    max-width: 110px;
    height: 110px;
    line-height: 115px;
    margin: 0 auto;
    color: #ececec;
    margin-bottom: 30px;
    overflow: hidden;
}
.grey-box i.fa-file-signature {
    background: #a70000;
}
.grey-box i.fas.fa-book{
    background: #00548e;
}
.grey-box i.fas.fa-phone-office {
    background: #d1aa07;
}
i.fas.fa-file-signature:before {
    margin-left: 15px;
}
.grey-box i:before {
    text-shadow: 20px 20px 20px rgba(0,0,0,0.4);
}
.grey-box a {
    max-width: 315px;
    display: block;
    margin: 0 auto;
    line-height: 25px;
    color: #00548e !important;
    font-weight: bold;
    text-transform: uppercase;
        background: #d4d4d4;
    padding: 16px;
}
.grey-box a:hover {
    color: #d1aa07 !important;
}
.valwrap {
    max-width: 1050px !important;
}


/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/


/**** Spacing  ****/

/* Margin Top */
.mt-0 {margin-top: 0 !important;}
.mt-5 {margin-top: 5px !important;}
.mt-10 {margin-top: 10px !important;}
.mt-15 {margin-top: 15px !important;}
.mt-20 {margin-top: 20px !important;}
.mt-25 {margin-top: 25px !important;}
.mt-30 {margin-top: 30px !important;}
.mt-40 {margin-top: 40px !important;}
.mt-50 {margin-top: 50px !important;}
.mt-60 {margin-top: 60px !important;}
.mt-70 {margin-top: 70px !important;}
.mt-80 {margin-top: 80px !important;}
.mt-90 {margin-top: 90px !important;}
.mt-100 {margin-top: 100px !important;}
.mt-120 {margin-top: 120px !important;}
.mt-130 {margin-top: 130px !important;}
.mt-140 {margin-top: 140px !important;}
.mt-150 {margin-top: 150px !important;}
.mt-160 {margin-top: 160px !important;}
.mt-170 {margin-top: 170px !important;}
.mt-180 {margin-top: 180px !important;}
.mt-190 {margin-top: 190px !important;}
.mt-200 {margin-top: 200px !important;}

/* Margin Right */
.mr-0 {margin-right: 0 !important;}
.mr-5 {margin-right:5px !important;}
.mr-10 {margin-right: 10px !important;}
.mr-20 {margin-right: 20px !important;}
.mr-30 {margin-right: 30px !important;}
.mr-40 {margin-right: 40px !important;}
.mr-50 {margin-right: 50px !important;}
.mr-60 {margin-right: 60px !important;}
.mr-70 {margin-right: 70px !important;}
.mr-80 {margin-right: 80px !important;}
.mr-90 {margin-right: 90px !important;}
.mr-100 {margin-right: 100px !important;}
.mr-120 {margin-right: 120px !important;}

/* Margin Bottom */
.mb-0 {margin-bottom: 0 !important;}
.mb-5 {margin-bottom: 5px !important;}
.mb-10 {margin-bottom: 10px !important;}
.mb-15 {margin-bottom: 15px !important;}
.mb-20 {margin-bottom: 20px !important;}
.mb-30 {margin-bottom: 30px !important;}
.mb-40 {margin-bottom: 40px !important;}
.mb-50 {margin-bottom: 50px !important;}
.mb-60 {margin-bottom: 60px !important;}
.mb-70 {margin-bottom: 70px !important;}
.mb-80 {margin-bottom: 80px !important;}
.mb-90 {margin-bottom: 90px !important;}
.mb-100 {margin-bottom: 100px !important;}
.mb-120 {margin-bottom: 120px !important;}
.mb-150 {margin-bottom: 150px !important;}

/* Margin Left */
.ml-0 {margin-left: 0 !important;}
.ml-5 {margin-left:5px !important;}
.ml-10 {margin-left: 10px !important;}
.ml-20 {margin-left: 20px !important;}
.ml-30 {margin-left: 30px !important;}
.ml-40 {margin-left: 40px !important;}
.ml-50 {margin-left: 50px !important;}
.ml-60 {margin-left: 60px !important;}
.ml-70 {margin-left: 70px !important;}
.ml-80 {margin-left: 80px !important;}
.ml-90 {margin-left: 90px !important;}
.ml-100 {margin-left: 100px !important;}
.ml-120 {margin-left: 120px !important;}

/* Padding Top  */
.pt-0 {padding-top:0 !important;}
.pt-5 {padding-top: 5px !important;}
.pt-10 {padding-top:10px !important;}
.pt-15 {padding-top:15px !important;}
.pt-20 {padding-top:20px !important;}
.pt-30 {padding-top:30px !important;}
.pt-40 {padding-top:40px !important;}
.pt-50 {padding-top:50px !important;}
.pt-60 {padding-top:60px !important;}
.pt-70 {padding-top:70px !important;}
.pt-80 {padding-top:80px !important;}
.pt-90 {padding-top:90px !important;}
.pt-100 {padding-top:100px !important;}
.pt-110 {padding-top:110px !important;}
.pt-120 {padding-top:120px !important;}
.pt-160 {padding-top:160px !important;}

/* Padding Right  */
.pr-0 {padding-right:0 !important;}
.pr-5 {padding-right:5px !important;}
.pr-10 {padding-right:10px !important;}
.pr-20 {padding-right:20px !important;}
.pr-30 {padding-right:30px !important;}
.pr-40 {padding-right:40px !important;}
.pr-50 {padding-right:50px !important;}
.pr-60 {padding-right:60px !important;}
.pr-70 {padding-right:70px !important;}
.pr-80 {padding-right:80px !important;}
.pr-90 {padding-right:90px !important;}
.pr-100 {padding-right:100px !important;}
.pr-110 {padding-right:110px !important;}
.pr-120 {padding-right:120px !important;}

/* Padding Bottom  */
.pb-0 {padding-bottom:0 !important;}
.pb-5 {padding-bottom: 5px !important;}
.pb-10 {padding-bottom:10px !important;}
.pb-15 {padding-bottom:15px !important;}
.pb-20 {padding-bottom:20px !important;}
.pb-30 {padding-bottom:30px !important;}
.pb-40 {padding-bottom:40px !important;}
.pb-50 {padding-bottom:50px !important;}
.pb-60 {padding-bottom:60px !important;}
.pb-70 {padding-bottom:70px !important;}
.pb-80 {padding-bottom:80px !important;}
.pb-90 {padding-bottom:90px !important;}
.pb-100 {padding-bottom:100px !important;}
.pb-110 {padding-bottom:110px !important;}
.pb-120 {padding-bottom:120px !important;}

/* Padding Left  */
.pl-0 {padding-left:0 !important;}
.pl-5 {padding-left:5px !important;}
.pl-10 {padding-left:10px !important;}
.pl-20 {padding-left:20px !important;}
.pl-30 {padding-left:30px !important;}
.pl-40 {padding-left:40px !important;}
.pl-50 {padding-left:50px !important;}
.pl-60 {padding-left:60px !important;}
.pl-70 {padding-left:70px !important;}
.pl-80 {padding-left:80px !important;}
.pl-90 {padding-left:90px !important;}
.pl-100 {padding-left:100px !important;}
.pl-110 {padding-left:110px !important;}
.pl-120 {padding-left:120px !important;}

/* Background Colours */
.white {
    background: #fff !important;
}
.wt-100 {
    width: 100% !important;
}

@media screen and (min-width:992px) {
    .pr-lg-0 {
         padding-right:0 !important;   
    }
    .pl-lg-0 {
         padding-left:0 !important;   
    }
}
@media screen and (max-width:991px) {
    .pl-md-0 {
        padding-left:0 !important;
        }
    .pr-md-0 {
         padding-right:0 !important;   
    }
    .mb-sm-10{
         margin-bottom:10px !important;   
    }
    .mb-sm-20{
         margin-bottom:20px !important;   
    }
    .mb-sm-30 {
         margin-bottom:30px !important;   
    }
    .text-md-center {
         text-align:center !important;   
    }
    .text-md-left {
         text-align:left !important;   
    }
    .pt-md-100 {
         padding-top:100px !important;
    }
    .mt-md-0 {
         margin-top:0 !important;   
    }
}    
@media screen and (max-width:768px) {
     .text-sm-center {
          text-align:center !important;   
     }
     .mt-sm-0 {
         margin-top:0 !important;
     }
     .mt-sm-100 {
          margin-top:100px !important;   
     }
     .pr-md-15 {
        padding-right: 15px !important;
    }
     .pl-md-15 {
         padding-left: 15px !important;
     }
}
@media screen and (max-width:767px){
     .mr-sm-20 { margin-right:20px !important; }
     .ml-sm-20 { margin-left:20px !important; }   
     .pb-sm-60 { padding-bottom:60px !important;}
     .pt-sm-60 { padding-top:60px !important; }
     .pt-sm-40 { padding-top:40px !important; }
     .mt-sm-10 { margin-top:10px !important;}
     .pl-sm-0 { padding-left:0 !important;}
     .pr-sm-0 {padding-right:0 !important;}
     .ml-sm-0 {margin-right:0 !important;}
     .mr-sm-0 {margin-right:0 !important;}
     .pl-sm-15 {padding-left:15px !important;}
     .pr-sm-15 {padding-right:15px !important;}
}
@media screen and (max-width:480px){
    .text-xs-center {
          text-align:center !important;   
    }
    .text-xs-left {
          text-align:left !important;   
    }
    .mr-xs-0 {margin-right:0 !important;}
    .pt-xs-0 {padding-top:0 !important;}
    .pr-xs-0 {padding-right:0 !important;}
    .pb-xs-0 {padding-bottom:0 !important;}
    .pl-xs-0 
    .pb-xs-60 {padding-bottom:60px !important;}
    .pb-xs-80 {padding-bottom:80px !important;}
    .mt-xs-0 {margin-top:0 !important; }
    .mt-xs-10 {margin-top:10px !important; }
    .mb-xs-10 {margin-bottom:10px !important; }
}

.entry-header {
     padding-bottom:10px;   
}
.site-content {
    /* padding-top:40px;
     padding-bottom:40px;*/
}
.site-content p {
     margin-bottom:30px;   
}
.site-content ul li {
    position: relative;
    margin-bottom: 20px;
}
.site-content ul li:before {
    content: "\f058";
    font-family: fontawesome;
    color: #de4538;
    position: absolute;
    left: 0px;
}
.page-id-127 .site-content ul li {
    position: relative;
    margin-bottom: 15px;
        padding: 6px 30px;
}
.page-id-127 .site-content ul li:before {
    content: "\f091";
    font-family: fontawesome;
    color: #d1aa07;
    position: absolute;
    left: 0px;
}
#footer ul li:before {
    content: "";
}
.site-content a,
.site-content a:visited {
     color:#d1aa07;
     text-decoration:none;
}
.site-content a:hover,
.site-content a:focus {
     color:#00548e;
     text-decoration:none;
}
.site-content ul{
      padding:0;
     margin:15px 0px;
     line-height:24px;
     color:#222;
     list-style-type:none;
}
.site-content ul li {
     padding:6px 40px;   
     font-weight:500;
}
.site-content ol{
      padding:0;
     margin:15px 0px;
     line-height:24px;
     color:#222;
     list-style-type:none;
}

.site-content ol li {
     padding:6px 40px;   
     font-weight:500;
}
section {

}
section ul{
   
}
section ul li {
      
}
.font-20 a {
    font-size: 20px !important;   
}
@media (min-width: 1200px) {
    .container {
        width: 1390px;
        max-width: 100%;
    }
}
@media (min-width: 992px) {
    .col-md-2.four {
        width: 20%;
    }
}
@media screen and (max-width:480px) {
     section {
          /*padding:40px 0;   */
     }
}

.img-80 {
     width:80% !important;   
}
.img-100 {
     width:100%;   
}
.img-center {
     margin:0 auto;       
}
.img-404 {
     max-width:320px;   
}

#primary {
     padding:0px;   
}
.clearit {
    clear: both;
    height: 0;
    overflow: hidden;
}
.col-sm-4.text-md-center {
    text-align: center;
}
body.page-template-divi-template  .entry-content {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.services-menu {
    background: #E2E2E2 !important;
}
div#home-services {
    position: absolute !important;
    bottom: 0 !important;
    width: 100% !important;
    left: 0;
    right: 0;
}
div#home-services .et_pb_column {
    margin-right: 12px !important;
}
.et-db #et-boc .et-l div#home-services .et_pb_column .et_pb_module {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.et-db #et-boc .et-l div#home-services .et_pb_column .et_pb_module:hover h4.et_pb_module_header {
    color: #d1aa07!important;
}
.et-db #et-boc .et-l div#home-services .et_pb_column .et_pb_module:hover a.et_pb_button.et_pb_promo_button {
    background: #d1aa07!important;
    color: #fff !important;
}
.et-db #et-boc .et-l div#home-services .et_pb_column .et_pb_module  {
    border-top: 13px solid transparent;
}
.et-db #et-boc .et-l div#home-services .et_pb_column .et_pb_module:hover  {
    border-top: 13px solid #D1AA07;
}
.et_pb_module.book-image {
    float: left;
}
.et_pb_module.book-text, .et_pb_button_module_wrapper {
    width: 40%;
    float: right;
}
.et_pb_module.book-image {
    width: 60%;
}
.social-proof h4 {
    padding-bottom: 20px !Important;
}
.n2-ss-slider-pane-single {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.n2-ss-slider-3.n2-ow {
    margin: 0 !important;
}
#video-book .et_pb_column:nth-child(1) {
    padding-right: 60px;
}
div#n2-ss-3#n2-ss-3 .n2-ss-slide {
    background: transparent !important;
}
div#n2-ss-3-arrow-next, div#n2-ss-3-arrow-previous {
    bottom: -25px !important;
}
.extend-grey-bg:after {
    content: "";
    background: #ececec;
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
}
.extend-grey-bg {
    padding-top: 25px !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    padding-bottom: 5px !important;
}
.extend-grey-bg:before {
    content: "";
    background: #ececec;
    position: absolute;
    top: 0;
    left: -200%;
    width: 200%;
    height: 100%;
}
.book-text a {
    color: #fff !important;
    font-size: 16px!important;
    text-transform: uppercase!important;
    background-color: #d1aa07 !important;
    border: 2px solid #d1aa07 !important;
    transition: color 300ms ease 0ms,background-color 300ms ease 0ms !important;
    line-height: 24px!important;
    display: inline-block!important;
    padding-top: 4px!important;
    padding-bottom: 4px!important;
    padding-right: 60px!important;
    padding-left: 60px!important;
}
.book-text a:hover {
    background: transparent !important;
    color: #00548E !important;
}
.book-text p {
    padding-bottom: 10px !important;
}
.extend-grey-bg ul li {
    display: block;
    width: 100%;
    text-transform: uppercase;
    font-size: 16px !important;
    font-weight: bold;
}
.date-time ss-p {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}
#n2-ss-5 .n2-ss-slide {
    box-shadow: 0px 3px 10px rgba(0,0,0,0.16) !important;
}
#n2-ss-5 .n2-ss-slider-pane-single {
    padding-bottom: 20px !important;
    padding-top: 5px !important;
}
div#n2-ss-6#n2-ss-6 .n2-ss-slide, div#n2-ss-7#n2-ss-7 .n2-ss-slide {
    background: transparent !important;
}

/*** Colour  ****/
.primary-bgcolour {
     background-color:#00548e;   
}
.secondary-bgcolour {
     background-color:#e4e4e4;   
}
.alternate-colour {
     background-color:#cccccc;   
}
.alternate-light-colour {
     background-color:#fbfbfb;   
}
.bg-white {
     background-color:#fff;   
}
.bg-orange {
     background-color:#f9690e;   
}
.bg-yellow {
     background-color:#f9bf3b;   
}
.bg-dark-blue {
    background-color: #0a1e2c;
}
.bg-light-grey {
     background-color:#ececec;   
}
.bg-grey {
     background-color: #757575;   
}
.bg-light-blue {
     background-color:#5dade2;  
}
.bg-transparent {
     background-color:transparent;   
}
.bg-blue-gradient {
    background: #0a1e2c; /* Old browsers */
    background: -moz-linear-gradient(left, #0a1e2c 67%, #1f5b83 67%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #0a1e2c 67%,#1f5b83 67%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #0a1e2c 67%,#1f5b83 67%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a1e2c', endColorstr='#1f5b83',GradientType=1 ); /* IE6-9 */
}
.bg-yellow-gradient {
    background: #f9bf3b; /* Old browsers */
    background: -moz-linear-gradient(left, #f9bf3b 40%, #f9690e 40%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #f9bf3b 40%,#f9690e 40%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #f9bf3b 40%,#f9690e 40%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9bf3b', endColorstr='#f9690e',GradientType=1 ); /* IE6-9 */   
}
.bg-dark {
     background-color:#1e1e1e;
}
.text-white {
     color:#fff !important;   
}
.primary-colour {
     color:#14285e !important;   
}
.secondary-colour {
    color:#373c42 !important;   
}
.red {
    color:#ca1820;
}    

.light-grey {
     color:#848484 !important;;   
}
.top-border-bar {
      border-top:3px solid #fff;   
}
.bottom-border-bar {
    border-bottom:3px solid #fff;   
}
.main-button {
     display:block;
     background-color:#878688;
     padding:12px 0;
     text-align:center;
     color:#fff !important;
     font-weight:700;
     border:1px solid #c2e805;
}
.main-button:hover,
.main-button:focus {
     color: #c2e805 !important;  
}
.btn-inline {
     display:inline-block !important;
}
.btn-block {
     display:block !important;   
}
.width-200 {
     width:200px;   
}
.btn-gold {
    display:inline-block;
    padding: 12px 75px;
    color: #fff !important;
    text-decoration: none;
    background-color:#d1aa07;
    font-size:18px;
    text-align:center;
    text-transform: uppercase;
}
.btn-gold:hover, .btn-gold:focus {
    text-decoration:none;
    background-color:#00548e !important;
    color:#fff !important;    
}

.btn-l-blue {
    display:inline-block;
    padding: 12px 30px 12px 30px;
    color: #fff !important;
    text-decoration: none;
    background-color:#3497db;;
    font-size:14px;
    text-align:center;
    border-radius:5px;
    
}
.btn-l-blue:hover, .btn-l-blue:focus {
     background-color:#f9bf3b;
}
.btn-orange {
    display:inline-block;
    padding: 12px 30px 12px 30px;
    color: #fff !important;
    text-decoration: none;
    background-color:#f9690e;;
    font-size:14px;
    text-align:center;
    border-radius:5px;
}
.btn-orange:hover, .btn-orange:focus {
     background-color:#3498db;
}
.btn-dark-blue {
    display:inline-block;
    padding: 12px 30px 12px 30px;
    color: #fff !important;
    text-decoration: none;
    background-color:#1f5b83; 
    font-size:14px;
    text-align:center;
    border-radius:5px;
}
.btn-dark-blue:hover, .btn-dark-blue:focus {
    text-decoration:none;
    background-color:#3498db !important;
    color:#fff !important;    
}
.btn-dark-blue i{
     color:#3498db; 
     transition: all 0.5s ease;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
}
.btn-dark-blue:hover i, .btn-dark-blue:focus i{
     color:#fff;   
     transition: all 0.5s ease;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
}
.btn-grey {
    display:inline-block;
    padding: 12px 30px 12px 30px;
    color: #091e2c !important;
    text-decoration: none;
    background-color:#d7d7d7;
    font-size:14px;
    text-align:center;
    border-radius:5px;
}
.btn-grey:hover, .btn-grey:focus {
    text-decoration:none;
    background-color:#3498db !important;
    color:#fff !important;    
}
.btn-grey i {
     color: #091e2c;  
     transition: all 0.5s ease;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
}
.btn-grey:hover i, .btn-grey:focus i{
      color:#fff;  
      transition: all 0.5s ease;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
}

.btn-blue {
    display: block;
    border-radius: 12px;
    background-color: #2f578f;
    padding: 20px 20px 20px 20px;
    color: #fff !important;
    text-decoration: none;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    margin-bottom:30px;
}
.btn-blue:hover, .btn-blue:focus {
    text-decoration:none;
    background-color:#f6b900 !important;
    color:#fff !important;    
}
.btn-light-blue {
    display: inline-block;
    border-radius: 12px;
    background-color: #3497db;
    padding: 15px 40px;
    color: #fff !important;
    text-decoration: none;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    margin-bottom:30px;
}
.btn-light-blue:hover, .btn-light-blue:focus {
     background-color:#f9bf3b; 
}

.home section#events .col-md-2 {
    float: none !important;
    display: inline-block !important;
}
.entry-content li {
    display: inline-block;
    width: 49%;
}

.teamimage {
    border-radius: 195px;
    height: 367px;
    width: 367px;
    border: 4px solid #d1aa09;
    background-position: center;
    background-size: cover;
}

/** Background Video **/

/* Style the video: 100% width and height to cover the entire window */
#myVideo {
    position: absolute;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

/* Add some content at the bottom of the video/page */
.content {

}
.content img {
        transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.content img:hover {
    transform: scale(1.3);
}

/* Style the button used to pause/play the video */
#myBtn {
    width: 45px;
    font-size: 18px;
    padding: 10px;
    border: none;
    color: #fff;
    cursor: pointer;
    z-index: 999;
    position: absolute;
    bottom: 210px;
    background: transparent;
    box-shadow: none;
    outline: none;
}
section {
    position: relative;
}

.btn-black{
    display:inline-block;
    padding: 12px 30px 12px 30px;
    color: #fff !important;
    text-decoration: none;
    background-color:#0a1e2c;
    font-size:14px;
    text-align:center;
    border-radius:5px;
}
.btn-black:hover, .btn-black:focus {
    text-decoration:none;
    background-color:#f9690e !important;
    color:#fff !important;    
}
.btn-black i{
     color:#fff; 
     transition: all 0.5s ease;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
}
.btn-black:hover i, .btn-black:focus i{
     color:#fff;   
     transition: all 0.5s ease;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
}

.btn-wide {
     padding:12px 60px;
}
.btn-outline {
     display:inline-block;
     background:transparent;
     border:2px solid #fff;
     padding:7px 25px;
     color:#fff !important;
     text-decoration:none;
}
.btn-outline:hover, .btn-outline:focus {
      border:2px solid #cf55a0;  
}
.btn-action-yellow {
    display: inline-block;
    border-radius: 12px;
    background-color:  #f9bf3b;
    padding: 15px 40px;
    color: #fff !important;
    text-decoration: none;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    margin-bottom:30px;
}
.btn-action-yellow:hover, .btn-action-yellow:focus {
     background-color:#3497db; 
}
.btn-action-orange {
     display: inline-block;
    border-radius: 12px;
    background-color:  #f9690e;
    padding: 15px 40px;
    color: #fff !important;
    text-decoration: none;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    margin-bottom:30px;
    
}
.btn-action-orange:hover, .btn-action-orange:focus {
     background-color:#3497db; 
}
.display-block {
     display:block !important;   
}

.border-white {
     border:3px solid #fff;   
}

.btn-100{
     width:100%;   
     text-align:center;
}
.btn-r-0 {
     border-radius:0 !important;   
}
.float-right {
      float:right;  
}
.secondary-bgcolor p{
     color:#fff !important   
}
.border-r-20{
     border-radius:20px;   
}
.border-r-30{
     border-radius:30px;   
}
.width-30 {
    width:30% !important;   
}
.width150px {
     width:150px !important;   
}
.pos-relative {
     position:relative;   
}
.pos-absolute {
     position:absolute;   
}
.bottom-20 {
     bottom:20px;   
}
.bottom-0 {
     bottom:0px;   
}

a.page-numbers {
    background: #00558e;
    color: #fff !important;
    padding: 5px 20px;
}
span.page-numbers {
    background: #d0ab05;
    padding: 5px 20px;
    color: #fff;
}
.pagination {
    width: 100%;
    text-align: center;
    margin-top: 40px;
}
.blog-title {
    color: #00548e;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 26px;
    min-height: 52px;
}
.post-type-archive-media-newsroom .blog-title {
        min-height: 104px;
}

.blog-date {
    color: #d1aa07;
    font-weight: 700;
    font-size: 16px;
}
.blog-content p {
    color: #8a8a8d;
    font-size: 18px;
    margin-bottom: 0;
    min-height: 170px;
}
.blog-image {
    height: 220px;
    background-color: #313131 !important;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    background-repeat: no-repeat;
}
.blog-image img {
    width: 100%;
    background: #ffffff;
}
.addressmap {
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    text-align: center;
    padding: 13px 10px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8px;
        margin-left: 15px;
    margin-right: 15px;
}
.contact-page-details a {
    font-size: 25px;
    color: #00548e;
    font-weight: 700;
}
.hentry {
    margin:0;
}
input[type="submit"] {
    display: inline-block;
    padding: 12px 75px;
    color: #fff !important;
    text-decoration: none;
    background-color: #d1aa07;
    font-size: 20px !important;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    width: 100% !important;
}
input[type="submit"]:hover {
    background: #00558e;
}
.gfield_label {
    display: none !important;
}
li.gfield {
    padding: 0 !important;
    margin: 0 !important;
}
.post-navigation {
    margin-bottom: 0 !important;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
    width: 100%;
     font-weight: bold;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
     width: 100%;   
     text-align: center;

}
.nav-previous:after {
    content: "\f101";
    font-family: fontawesome;
    margin-left: 10px;
}
.nav-next:before {
    content: "\f100";
    font-family: fontawesome;
    margin-right: 10px;
    color: #00558e ;
}
.nav-next a {
    color: #00558e !important;
}
.blog-page-img img {
    width: 100%;
}

/*--------------------------------------------------------------
# Back To Top
--------------------------------------------------------------*/
.topbutton {
    height:50px;
    width:50px;
    border-radius:0px;
    position:fixed;
    right:30px;
    bottom:30px;
    z-index:150;
    background-color:#00548e;
    display:none;
    color:#fff;
    cursor: pointer;
     transition: all 0.5s ease;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
}
.topbutton i{
     font-size:20px;   
     color:#fff !important;
     padding:13px 16px 13px 15px;
}
.topbutton:hover,
.topbutton:focus {
     background-color:#d1aa07;  
}
@media screen and (max-width:480px) {

}


/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

#top-bar-menu {
     padding:30px 0 0 0;   
}
#top-bar-menu ul {
     margin:0;
     padding:0;
     list-style-type:none;
}
#top-bar-menu ul li{
     display:inline-block;   
     margin-right:20px;
}
#top-bar-menu ul li a{
     text-transform:uppercase;  
     font-size:20px;
     font-weight:700;
}
.logo {
     padding:20px 0;   
}
#top-contact {
     padding:30px 0 0 0;  
     text-align:right;
}
#top-contact ul {
     margin:0;
     padding:0;
     list-style-type:none; 
}
#top-contact ul li{
      display:inline-block;   
       margin-right:3px;
}
#top-contact ul li a{
     font-size:20px;   
     font-weight:700;
     color:#00548e;
}

@media(max-width:767px){
    #top-contact ul li a{
     font-size:18px;
    }
    #top-contact ul li:first-child{
       margin-right:0px!important;
}
}

#top-contact ul li:hover a, #top-bar-menu ul li:hover a {
    color: #cbab3a !important;
}

div#top-bar-menu ul li a {
    color:#00548E!important;
}
#top-contact ul li:first-child {
     margin-right:20px;   
}
/*--------------------------------------------------------------
# Main Navigation
--------------------------------------------------------------*/
#menu-header-menu {
     list-style-type:none;
     margin:0;
     padding:0;
}
#menu-header-menu li {
    display: inline-block;
    padding: 0 2.5%;
}
#menu-header-menu li:first-child {
    padding-left: 0;
}
#menu-header-menu li:last-child {
    padding-right: 0;
}
#menu-header-menu li a {
     display:block;
     text-transform:uppercase;
     display:block;
     padding:20px 5px;
     font-size:15px;
}
#mainMenu {
     background-color:#00548e;   
     padding:15px 0;
     width:30vw; 
     text-align: left;
     min-width:320px;
}
#mainMenu .navmenu-brand {
     text-align:left;  
     margin-bottom:30px;
}
#mainMenu .btn-menu-close {
     text-align:right;
     color:#fff;
     font-size:24px;
     display:block;
     padding-right:30px;
}
#mainMenu .navmenu-brand img {
     max-width:200px; 
     margin-left:20px;
}
.navmenu-default .navmenu-nav>.active>a {
   color: #0b1e2c;
    background-color: rgba(203,160,12,1);

}
.navmenu-nav li:hover a {
    color: #fff !important;
   background-color: rgba(203,160,12,1) !important;
   
}
#menu-primary-menu {
     margin:0 !important;   
}
#menu-primary-menu li a {
        color: #fff;
        text-transform: uppercase;
}
.navbar-collapse {
     border-top:0;
     box-shadow:none;
}
#field_1_1 .ginput_container.ginput_container_text {
    padding-right: 10px;
}
input, textarea, select {
    padding: 14px 25px !important;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
     padding-bottom:120px;   
     padding-top:60px;
}
#footer h3 {
     color:#00548e;
     font-size:24px;
     
}
#footer ul {
    list-style-type:none;
    margin:0;
    padding:0;
}    
#footer ul li{
     margin:0;
     padding:0;
}
#footer ul li a, #footer ul li a:visited{
     display:block;
     padding:5px 0;
     color:#444444;
}
#footer ul li a:hover, #footer ul li a:focus {
    color:#d1aa07;
}
.footer-menu-1 ul li a {
    color:#444444;
    text-transform: uppercase;
    font-weight:700;
}
.footer-menu-2 ul li a {
     text-transform: uppercase;   
}
#footer-social {
     margin-top:30px !important;   
}
#footer-social li {
     display:inline-block;   
     margin:0;
}
#footer-social li a {
     margin-right:12px;  
     font-size:22px;
}
#footer-contact li:first-child a,
#footer-contact li:nth-child(2) a {
    font-size:20px;
    text-transform:uppercase;
    font-weight:700;
}
#footer-social li:last-child a {
     margin:0;   
}
#sub-footer .copyright {
     font-size:12px;
     color:#fff;
     margin-bottom:0;
     text-transform: uppercase;
}
.webwizards {
     text-align:right;   
}
.webwizards p {
     float:right;
     color:#fff;
     font-size:12px;
     margin-bottom:0;
     margin-right:10px;
     text-transform:uppercase;
}
.webwizards img.webwizards-img {
    float:right;
    width:60px;
}
.webwizards a, .webwizards a:visited {
     color:#fff;   
}
.webwizards a:hover, .webwizards a:focus {
    color:#d1aa07;
}
    
@media screen and (max-width:991px) {
    .webwizards {
        text-align:center;   
    }    
    .webwizards p {
         float:none;  
    }
    .webwizards img.webwizards-img {
         float:none;   
    }
    header.entry-header {
        background: #00548e !important;
        text-align: center;
    }
    iframe {
        width: 100% !important;
        padding-right: 0px !important;
        text-align: center;
        padding-left: 0px !important;
        margin-bottom: 50px;
    }
    
}
@media screen and (max-width:767px) {
    article, .new-section {
        padding-left: 20px;
        padding-right: 20px;
    }
    .new-section img {
        margin-bottom: 0 !important;
        padding-bottom: 50px !important;
    }
}

@media screen and (max-width:480px) {
    .ser-wrap {
        padding-left: 18px;
        padding-right: 18px;
        min-height: 345px;
    }
    .ser-content p {
        font-size: 14px;
        line-height: 17px;
    }
    .cs-wrap {
        padding-bottom: 40px !important;
        height: 220px !important;
    }
}

/*--------------------------------------------------------------
# Header Section
--------------------------------------------------------------*/

header.entry-header {
    height: 176px;
    position: relative;
    background: #00548e;
}
h1.entry-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
    padding-top: 60px;
    position: relative;
    z-index: 2;
}
header.entry-header:after {
    content: "";
    width: 50%;
    background: #313131;
    height: 176px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}
header.entry-header:before {
    content: "";
    width: 70%;
    background: #00558e;
    height: 176px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    border-right: 10px solid #d1aa09;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
}

/* Events */
.events-wrapper i {
    font-size: 58px;
    display: block;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
}
.events-wrapper {
    padding-top: 25px;
    position: relative;
    padding-bottom: 20px;
}
a.more-button, a.more-button:visited {
    background: #404040;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    padding: 8px 10px;
    width: 80%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25px;
}
span.event-date {
    background: #d1aa07;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    padding: 8px 10px;
    width: 80%;
    display: block;
    position: absolute;
    margin: 0 auto;
    top: -20px;
    left: 0;
    right: 0;
}
span.event-time {
    font-size: 16px;
    text-align: center;
    width: 100%;
    display: block;
    color: #8a8a8d;
    margin-bottom: 20px;
}
.events-wrapper h4 {
    padding: 0px 25px;
    text-align: center;
    width: 100%;
    font-size: 16px;
    min-height: 55px;
    line-height: 18px;
    text-transform: uppercase;
}
/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.parallax-window {
    background: transparent;
}
.cs-wrap {
     height:180px;   
     padding-top:40px;
     padding-bottom:0;
}
#contact-section p{
    text-transform:uppercase;
    color:#d1aa07;
    font-size:18px;
    font-weight:700;
    margin-bottom:0;
}


/*--------------------------------------------------------------
# Video 
--------------------------------------------------------------*/
/*.action-video {
     position:relative;
     height:450px;
}

.video-background {
  background: #000;
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -99;
}
.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#vidtop-content {
	top: 0;
	color: #fff;
}
.vid-info { position: absolute; top: 0; right: 0; width: 33%; background: rgba(0,0,0,0.3); color: #fff; padding: 1rem;  }
.vid-info h1 { font-size: 2rem; font-weight: 700; margin-top: 0; line-height: 1.2; }
.vid-info a { display: block; color: #fff; text-decoration: none; background: rgba(0,0,0,0.5); transition: .6s background; border-bottom: none; margin: 1rem auto; text-align: center; }
@media (min-aspect-ratio: 16/9) {
  .video-foreground { height: 220%; top: 0; }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground { width: 220%; left: 0; }
}
@media all and (max-width: 600px) {
.vid-info { width: 50%; padding: .5rem; }
.vid-info h1 { margin-bottom: .2rem; }
}
@media all and (max-width: 500px) {
.vid-info .acronym { display: none; }
}
*/

#big-video {
    position: relative;
    background: #000;
    overflow: hidden;
    height: 950px;
}

#big-video .video {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

#big-video .video-element {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.video-overlay {
    background: rgba(0, 45, 102, 0.58);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99;
}
.video-content {
    text-align: center;
    z-index: 99;
    position: absolute;
    color: #fff;
    bottom: 60px;
    left: 0;
    right: 0;
}
.video-title {
    font-size: 50px;
    font-weight: bold;
    line-height: 50px;
    text-transform: uppercase;
}
.video-play a:before {
    content: "\f144";
    font-family: 'Font Awesome 5 Pro';
    color: #fff !important;
    font-size: 52px;
    display: block;
        transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.video-play a:hover:before {
    color: #d1aa07 !important;
}
.video-play a {
    color: #fff !important;
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 43px;
}

.entry-content {
    margin-bottom: 50px;
}


/*--------------------------------------------------------------
# Logos 
--------------------------------------------------------------*/

#logos {
     padding:0 0 90px 0; 
     text-align: center;
}
.logowrap img {
    height: 90px;
}
.logowrap {
    display: inline-block;
    padding: 0 1%;
}

/*--------------------------------------------------------------
# Sucess Stories 
--------------------------------------------------------------*/

.success-business {
    font-size: 25px;
}
.success-workshop {
    color: #00548e;
    font-weight: bold;
}
.success-content {
    min-height: 160px;
}
.home .success-content {
    min-height: inherit;
}

/*--------------------------------------------------------------
# Services Home Page
--------------------------------------------------------------*/

.ser-title {
    color: #00548e;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 20px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.ser-content {
    font-size: 16px;
    line-height: 20px;
    color: #8a8a8d;
}
.ser-image img {
    margin-top: -70px;
}
.ser-wrap {
    padding-left: 18px;
    padding-right: 18px;
}
.ser-wrap:hover .ser-title {
    color: #d1aa07;
}

/*--------------------------------------------------------------
# Determination 
--------------------------------------------------------------*/

#determination {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    min-height: 480px;
    padding: 80px 0;
    background-image: linear-gradient(to left, rgba(215, 223, 229, 1) 54%, rgba(255, 255, 255, 0) 82%) , url(https://www.suzzannelaidlaw.com.au/wp-content/uploads/2020/11/Book.jpg);
}
#determination h2 {
     font-size:52px;
     line-height:56px;
     text-transform: uppercase;
     margin-bottom:40px;
}

@media screen and (max-width:1600px) {
    #determination {
     background-size: contain;
     background-position-x: -44%;
    }
}

@media(max-widht:1300){
    #determination {
        background-position-x: -80%;
    }
}

@media(max-width:1280px){
    #determination {
        background-position-x: -267%;
    }
}

@media screen and (max-width: 1188px){
    #determination {
      background-size: auto;
        background-position-x: 48%;
        background-position-y: 0%;
        background-image: url(https://www.suzzannelaidlaw.com.au/wp-content/uploads/2020/11/Book.jpg);
        padding-top: 480px;
    }
    
     #determination .col-sm-7.col-sm-offset-5.text-center{
         float: none;
        margin: auto;
     }
}
@media screen and (max-width:991px) {
   .services-menu {
        display: none;
    } 
    .video-content {
        position: relative;
        background: #fff;
        bottom: 0;
        padding-bottom: 60px;
        padding-top: 60px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .video-title, .video-play a, .video-play a:before {
        color: #00548e !important;
        
    }
    .video-title {
        font-size: 25px;
        line-height: 30px;
    }
    #big-video {
        height: 400px;
    }

}
@media screen and (max-width:768px) {
        #big-video {
            height: 250px;
        }
        .email-li {
            float: right;
            margin-right: 0;
        }
        .phone-li {
            float: left;
        }
        #top-bar-menu {
            padding: 20px 0 0 0;
        }
        #top-contact {
            padding-top: 20px;
            padding-bottom: 20px;
            background: #fff;
            margin-right: -15px;
            margin-left: -15px;
            padding-left: 15px;
            padding-right: 15px;
        }
        #determination h2 {
            font-size: 40px;
            line-height: 50px;
        }
        a.btn-gold {
            margin-right: 0 !important;
            width: 100%;
        }
        .logowrap {
            margin-bottom: 30px;
        }
}
@media screen and (max-width:480px) { 
        #big-video {
            height: 200px;
        }
        .site-main img {
            width: 100%;
        }
     .bg-xs-transparent {
          background-color:transparent !important;   
     }
     .ser-title {
        font-size: 16px;
    }
    .ser-wrap {
        padding-left: 10px;
        padding-right: 10px;
    }
    #big-video {
        height: 490px;
    }
    .video-content {
        background: rgba(255, 255, 255, 0.7);
    }
    #myVideo {
        position: absolute;
        top: -126px;
        min-width: 100%;
        min-height: 100%;
        right: -210%;
    }
}
@media screen and (max-width:320px) { 
    .ser-title {
        font-size: 12px;
    }
    #determination h2 {
        font-size: 33px;
        line-height: 37px;
    }
    .ser-wrap {
        padding-left: 10px;
        padding-right: 10px;
    }
    #big-video {
        height: 490px;
    }
    .video-content {
        background: rgba(255, 255, 255, 0.7);
    }
    #myVideo {
        position: absolute;
        top: -126px;
        min-width: 100%;
        min-height: 100%;
        right: -283%;
    }
}


