/*
Theme Name: bn-homepage-scrolls
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bn
Tags:

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.

bn is based on Underscores http://underscores.me/, (C) 2012-2015 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 http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Margin, padding, gaps
		## Posts and pages
		## Background and font colours
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: 'Montserrat', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
	min-width:320px;
	background: #f5f5f5 !important;
}

*,
*::after,
*::before{
	box-sizing:border-box;
	margin:0;
	padding: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,
a:focus {
	outline: 0;
}

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0 0 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-appearance: textfield;
	box-sizing: content-box;
}

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,
textarea {
	color: #67686B;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	float:left;
	width:100%;
	clear: both;
	font-weight: 400;
}

h2{
	color: #014364;
	font-size: 1.2rem;
	text-transform: uppercase;
	margin: 10px 0;
}

p {
	float:left;
	width:100%;
	margin-bottom: 1.5em;
	font-weight: 100;
	color: #014364;
	font-size: 0.85rem;
}

a {
	color: #1B95AB;
	text-decoration:none;
	cursor:pointer;
}

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

a:hover{
	text-decoration:underline;
}

@media screen and (max-width:1024px){
	a:hover{
		text-decoration:none;
	}
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-size: 15px;
}

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

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

big {
	font-size: 125%;
}

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

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

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	border: 0;
	height: 1px;
	margin: 0.625em;
}

ul,
ol {
	float:left;
	width:100%;
	margin: 0 0 1.5em 1.25em;
}

ul {
	list-style: disc;
}

main ul{
	font-weight:100;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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



/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

.form-row {
	margin: 1em 0;
}

label {
	display: block;
}

form button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	float:right;
	padding:5px 15px;
	border:none;
	font-size: 0.9rem;
	font-weight:bold;
	background-color:#174579;
	border:4px solid #174579;
	color:#fff;
	-webkit-transition:background-color .2s linear,color .2s linear;
	-moz-transition:background-color .2s linear,color .2s linear;
	transition:background-color .2s linear,color .2s linear;
}

@media screen and (min-width:1025px){
	form button:hover,
	input[type="button"]:hover,
	input[type="reset"]:hover,
	input[type="submit"]:hover {
		background-color:#fff;
		color:#174579;
	}
}

form button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
form button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="date"],
input[type="password"],
input[type="search"],
textarea,
select  {
	width: 100%;
	padding:10px 20px;
	margin:0 0 10px;
	border:none;
	font-size:0.9rem;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="date"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	
}

select{
	padding:10px 16px;
	/*background:url(img/assets/select-dropdown-arrow.png) no-repeat 94% 50%;*/
	cursor:pointer;
}

textarea {
	float:left;
	min-width: 100%;
	max-width: 100%;
	height:100px;
	min-height:100px;
	max-height:300px;
}

p.sensitive-data{
	font-size:0.85rem;
}

/***** OVERRIDES FROM CONTACT FORM PLUGIN *****/

.wpcf7-form{
	float:left;
	width:100%;
}

span.wpcf7-form-control-wrap{
	float:left;
	width:100%;
}

input[type="text"].wpcf7-not-valid,
input[type="email"].wpcf7-not-valid,
input[type="tel"].wpcf7-not-valid,
input[type="url"].wpcf7-not-valid,
input[type="date"].wpcf7-not-valid,
input[type="password"].wpcf7-not-valid,
input[type="search"].wpcf7-not-valid,
textarea.wpcf7-not-valid{
	margin:0;
}

span.wpcf7-not-valid-tip{
	float:left;
	width:100%;
	margin:0 0 20px;
}

.wpcf7-response-output{
	float:left;
	margin:20px 0 0;
}

div.wpcf7-validation-errors{
	
}





/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

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





/*--------------------------------------------------------------
# ALLOW FOR CENTRE VERTICAL ALIGN
--------------------------------------------------------------*/

.center-outer{
	display:table;
	height:100%;
	width:100%;
}

.center-inner{
	display:table-cell;
	vertical-align:middle;
}





/*--------------------------------------------------------------
# ANIMATION CLASSES
--------------------------------------------------------------*/

/***** YOU MUST ADD ONE OF THE SCROLL-ANIMATION CLASSES *****/
.scroll-animation{
	-webkit-transition-property:all;
	-moz-transition-property:all;
	-o-transition-property:all;
	transition-property:all;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.animation-speed-1s{
	-webkit-transition-duration:1s;
	-moz-transition-duration:1s;
	-o-transition-duration:1s;
	transition-duration:1s;
}
.animation-speed-2s{
	-webkit-transition-duration:2s;
	-moz-transition-duration:2s;
	-o-transition-duration:2s;
	transition-duration:2s;
}
.animation-speed-3s{
	-webkit-transition-duration:3s;
	-moz-transition-duration:3s;
	-o-transition-duration:3s;
	transition-duration:3s;
}
.animation-speed-4s{
	-webkit-transition-duration:4s;
	-moz-transition-duration:4s;
	-o-transition-duration:4s;
	transition-duration:4s;
}
.animation-speed-5s{
	-webkit-transition-duration:5s;
	-moz-transition-duration:5s;
	-o-transition-duration:5s;
	transition-duration:5s;
}

.appear{
	position:relative;
	opacity:0;
}

.scale-in{
	-webkit-transform:scale(0.8);
	-moz-transform:scale(0.8);
	transform:scale(0.8);
}

.appear-from-left{
	position:relative;
	left:-200px;
}

.appear-from-right{
	position:relative;
	right:-200px;
}

.appear-from-above{
	position:relative;
	top:-200px;
}

.appear-from-below{
	position:relative;
	bottom:-200px;
}

.blur{
	-webkit-filter:blur(20px);
	filter:blur(20px);
}

.appear-done{opacity:1;}
.scale-in-done{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1);}
.appear-from-left-done{left:0;}
.appear-from-right-done{right:0;}
.appear-from-above-done{top:0;}
.appear-from-below-done{bottom:0;}
.blur-done{-webkit-filter:blur(0);filter:blur(0);}



/* EXTENDING LINES */

.line{
	clear:both;
	height:2px;
	background-color:#E4E4E4;
}

.line-animation{width:0;}
.line-left{float:left;}
.line-right{float:right;}

.line-100-done{width:100%;}
.line-75-done{width:75%;}
.line-50-done{width:50%;}
.line-25-done{width:25%;}





/*--------------------------------------------------------------
# ANIMATED CIRCLE BORDERS
--------------------------------------------------------------*/

.circle-container {
  display: block;
  float: left;
  width:200px;
  margin-right: 55px;
  margin-bottom: 45px;
}
 
.circle-container h3 {
  display: block;
  text-align: center;
  font-size: 2.25em;
  line-height: 1.4em;
  color: #363636;
  text-shadow: 1px 1px 0 #fff;
}

.circlestat{
	opacity:0;
	transition:opacity .3s linear;
	-moz-transition:opacity .3s linear;
	-webkit-transition:opacity .3s linear;
}

.circliful {
    float:left;
	position: relative; 
}

.circle-text, .circle-info, .circle-text-half, .circle-info-half {
    width: 100%;
    position: absolute;
    text-align: center;
    display: inline-block;
	color:#fff;
}

.circle-info, .circle-info-half {
	color: #999;
}

.circliful .fa {
	margin: -10px 3px 0 3px;
	position: relative;
	bottom: 4px;
}





/*--------------------------------------------------------------
# EXTRA CLASSES
--------------------------------------------------------------*/

.margin-20{margin-bottom:20px;}
.margin-30{margin-bottom:30px;}
.margin-50{margin-bottom:50px;}
.margin-70{margin-bottom:70px;}

.visuallyHidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}






/*--------------------------------------------------------------
# Structural
--------------------------------------------------------------*/

main{
	float:left;
	width:100%;
	padding-top:30px;
}

.full-width{
	float:left;
	width:100%;
}

.full-height{
	height:100vh;
}

.content-width{
	display:block;
	margin:0 auto;
}

.content-width-inner{
	max-width:920px;
}

.content-width-outer{
	max-width:1024px;
}

.content-width-wide{
	max-width:1600px;
}

.left-content{
	float:left;
	width:50%;
}

.right-content{
	float:right;
	width:50%;
}

@media screen and (max-width:1649px){
	.content-width-wide{
		padding-left:2%;
		padding-right:2%;
	}
}

@media screen and (max-width:1099px){
	main .content-width-inner,
	main .content-width-outer{
		padding-left:2%;
		padding-right:2%;
	}
}

@media screen and (max-width:767px){
	.left-content{
		width:100%;
		margin:0 0 50px;
	}
	
	.right-content{
		width:100%;
	}
}





/*--------------------------------------------------------------
# RE-USED ELEMENTS THAT ARE OVERRIDDEN INDIVUDALLY
--------------------------------------------------------------*/

/*--------------------------
# SOCIAL ICONS
---------------------------*/

.social-wrapper ul{
	margin:0;
	list-style:none;
}

.social-wrapper ul li a{
	float:left;
	width:23px;
	height:22px;
	margin:0 3px;
	background-image:url(img/icons/social-icons.png);
	background-repeat:no-repeat;
	text-indent:-5000px;
}

.social-wrapper ul li a.social-linkedin{
	background-position:0 0;
}
.social-wrapper ul li a.social-twitter{
	background-position:-29px 0;
}
.social-wrapper ul li a.social-facebook{
	background-position:-57px 0;
}



/*--------------------------
# BREADCRUMB TRAIL
---------------------------*/

#breadcrumb-wrapper{
	float:left;
	width:100%;
}

#breadcrumb-wrapper nav{
	float:left;
}

#breadcrumb-wrapper span{
	padding:0 3px;
}

#breadcrumb-wrapper span:first-of-type{
	padding-left:0;
}

#breadcrumb-wrapper span a{
	
}

#breadcrumb-wrapper span > span{
	
}

@media screen and (min-width:1025px){
	#breadcrumb-wrapper span a:hover{
		
	}
}





/*--------------------------
# SIDEBAR
---------------------------*/

.sidebar{
	/*width:20%;*/
}

.sidebar ul{
	float:left;
	width:100%;
	list-style:none;
	margin:0;
}

.sidebar ul li{
	width:auto;
	padding:0 0 0 20px;
	margin:0 0 8px;
	clear:both;
}

.sidebar ul li a{
	float:left;
	padding:1px 0;
	font-size:0.9rem;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
}

.sidebar ul li.current-menu-item{
	background:url(img/assets/sidebar-menu-item-left.jpg) no-repeat 0 0 #e0144c;
	background-size:contain;
}

.sidebar ul li.current-menu-item a{
	padding:1px 23px 1px 0;
	background:url(img/assets/sidebar-menu-item-right.jpg) no-repeat 100% 0 #e0144c;
	background-size:contain;
	color:#fff;
}

@media screen and (max-width:767px){
	.sidebar ul li{
		clear:none;
		min-width:15%;
		margin:0 0 15px;
		text-align:center;
	}
	
	.sidebar ul li a{
		width:100%;
	}
}





/*--------------------------------------------------------------
# HEADER
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Main nav
--------------------------------------------------------------*/

/* Toggle button */

.menu-toggle{
	float:left;
	width:56px;
	height:56px;
	padding:0;
	border:none;
	background:url(img/assets/main-nav-controls.png) no-repeat 50% 13px;
	border-radius:0;
	text-indent:-5000px;
	display:none;
}

.toggled .menu-toggle{
	background-position:50% -55px;
}

/* Nav bar */

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	height: 85px;
	position:relative;
	z-index:2000;
	background-color:#fff;
	padding-top: 15px;
}

.main-navigation .content-width{
	padding-left:0;
	padding-right:0;
}

.main-navigation-sticky{
	float:left;
	width:100%;
}

.main-navigation-stuck{
	position:fixed;
	top:0;
	left:0;
}

/* Resets */

.main-navigation ul{
	float:left;
	width:100%;
	margin:0;
	list-style:none;
}

.main-navigation ul li{
	
}

.main-navigation ul a{
	
}

/* Menu Options */

ul#primary-menu {
	float:left;
	width:100%;
	list-style: none;
	z-index:10001;
}

ul#primary-menu > li {
	float: right;
	width:auto;
	padding: 20px 4%;
	position: relative;
}

ul#primary-menu > li.current_page_item a{
	border-bottom: 2px solid;
}

ul#primary-menu > li > a {
	float:left;
	text-transform: uppercase;
	font-size: 0.9rem;
	width:100%;
	display: block;
	color:#1D3043;
	text-decoration: none;
	text-align:center;
	transition:background .1s linear;
	-moz-transition:background .1s linear;
	-webkit-transition:background .1s linear;
}

/*ul#primary-menu > li:first-of-type{
	background:url(img/icons/nav-icon-home.png) no-repeat 50% 50%;
}

ul#primary-menu > li:first-of-type > a{
	width:36px;
	height:100%;
	text-indent:-5000px;
}*/

ul#primary-menu > li.current_page_item > a{
	
}

ul#primary-menu > li > ul {
	
}

ul#primary-menu > li > ul > li{
	
}

ul#primary-menu > li > ul > li > a{
	text-align:left;
}

ul#primary-menu > li.current_page_item > ul > li > a{
	text-transform:none;
}

ul#primary-menu > li > ul > li > ul {
	
}

ul#primary-menu > li > ul > li > ul > li{
	
}

ul#primary-menu > li > ul > li > ul > li > a {
	
}

@media screen and (max-width: 1023px) {
	ul#primary-menu{
		margin:0;
	}
	
	ul#primary-menu > li{
		
	}
}

@media screen and (max-width: 939px) {
	.menu-toggle {
		display: block;
	}
	
	ul#primary-menu{
		margin:0;
		display:none;
	}
	
	ul#primary-menu > li{
		
	}
}

@media screen and (max-width: 767px) {
	ul#primary-menu > li{
		
	}
}

/* Hover */

@media screen and (min-width:1025px){
	ul#primary-menu > li > a:hover{
		border-bottom: 2px solid;
	}
}





/* Mobile version */

@media (max-width: 939px) {
  /***** CHANGE THE BACKGROUND COLOUR OF THE MENU TITLE BAR HERE, PLUS THE WIDTH TO STOP SHOWING AT THE BOTTOM *****/
  .mm-panel.mm-hasnavbar .mm-navbar {
    background-color: #65AFD3;
  }
	
  .mm-menu,
  .mm-panels,
  .mm-panels > .mm-panel {
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
  }

  .mm-listview a,
  .mm-listview a:hover,
  .mm-navbar a,
  .mm-navbar a:hover {
    text-decoration: none;
  }
 .mm-hidden {
    display: none !important;
  }

  .mm-wrapper {
    position: relative;
    overflow-x: hidden;
  }

  .mm-menu {
    position: absolute;
    display: block;
    padding: 0;
  }

  .mm-panels,
  .mm-panels > .mm-panel {
    position: absolute;
    border-color: inherit;
    background-color: inherit;
  }

  .mm-btn,
  .mm-panel.mm-highest {
    z-index: 1;
  }

  .mm-panels {
    overflow: hidden;
  }

  .mm-panel {
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  .mm-panel.mm-opened {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .mm-panel.mm-subopened {
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0);
  }

  .mm-panels > .mm-panel {
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 20px;
    -webkit-overflow-scrolling: touch;
  }

  .mm-listview .mm-divider,
  .mm-listview > li > a,
  .mm-listview > li > span,
  .mm-navbar .mm-title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .mm-panels > .mm-panel.mm-hasnavbar {
    padding-top: 40px;
  }

  .mm-panels > .mm-panel:after,
  .mm-panels > .mm-panel:before {
    display: block;
    height: 20px;
    content: "";
  }

  .mm-vertical .mm-panel {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }

  .mm-listview .mm-vertical .mm-panel,
  .mm-vertical .mm-listview .mm-panel {
    display: none;
    padding: 10px 0 10px 10px;
  }

  .mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after,
  .mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after {
    border-color: transparent;
  }

  .mm-vertical li.mm-opened > .mm-panel,
  li.mm-vertical.mm-opened > .mm-panel {
    display: block;
  }

  .mm-listview > li.mm-vertical > .mm-next,
  .mm-vertical .mm-listview > li > .mm-next {
    bottom: auto;
    height: 40px;
  }

  .mm-listview > li.mm-vertical > .mm-next:after,
  .mm-vertical .mm-listview > li > .mm-next:after {
    top: 16px;
    bottom: auto;
  }

  .mm-listview > li.mm-vertical.mm-opened > .mm-next:after,
  .mm-vertical .mm-listview > li.mm-opened > .mm-next:after {
    right: 19px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .mm-btn {
    position: absolute;
    top: 0;
    width: 40px;
    height: 40px;
  }

  .mm-clear:after,
  .mm-clear:before,
  .mm-close:after,
  .mm-close:before {
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    width: 5px;
    height: 5px;
    margin: auto;
    content: "";
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border: 2px solid transparent;
  }

  .mm-clear:before,
  .mm-close:before {
    right: 18px;
    border-right: none;
    border-bottom: none;
  }

  .mm-clear:after,
  .mm-close:after {
    right: 25px;
    border-top: none;
    border-left: none;
  }

  .mm-arrow:after,
  .mm-next:after,
  .mm-prev:before {
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    content: "";
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border: 2px solid transparent;
  }

  .mm-prev:before {
    left: 23px;
    border-right: none;
    border-bottom: none;
  }

  .mm-arrow:after,
  .mm-next:after {
    right: 23px;
    border-top: none;
    border-left: none;
  }

  .mm-navbar {
    line-height: 20px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 40px;
    margin: 0;
    padding: 0 40px;
    text-align: center;
    border-color: inherit;
    border-bottom: 1px solid;
  }

  .mm-navbar > * {
    display: block;
    padding: 10px 0;
  }

  .mm-navbar .mm-btn:first-child {
    left: 0;
    padding-left: 20px;
  }

  .mm-navbar .mm-btn:last-child {
    right: 0;
    padding-right: 20px;
    text-align: right;
  }

  .mm-panel .mm-navbar {
    display: none;
  }

  .mm-panel.mm-hasnavbar .mm-navbar {
    display: block;
    color: #fff;
  }

  .mm-listview,
  .mm-listview > li {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .mm-listview {
    float:none;
	width:auto;
	font: inherit;
    font-size: 14px;
    line-height: 20px;
  }

  .mm-listview > li {
    position: relative;
  }

  .mm-listview > li,
  .mm-listview > li .mm-next,
  .mm-listview > li .mm-next:before,
  .mm-listview > li:after {
    border-color: inherit;
  }

  .mm-listview > li > a,
  .mm-listview > li > span {
    display: block;
    margin: 0;
    padding: 10px 10px 10px 20px;
    color: inherit;
  }

  .mm-listview > li > a.mm-arrow,
  .mm-listview > li > span.mm-arrow {
    padding-right: 50px;
  }

  .mm-listview > li:not(.mm-divider):after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: "";
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }

  .mm-listview .mm-next {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    padding: 0;
    background: rgba(3, 2, 1, 0);
  }

  .mm-listview .mm-next:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: "";
    border-left-width: 1px;
    border-left-style: solid;
  }

  .mm-listview .mm-next + a,
  .mm-listview .mm-next + span {
    margin-right: 50px;
  }

  .mm-listview .mm-next.mm-fullsubopen {
    width: 100%;
  }

  .mm-listview .mm-next.mm-fullsubopen:before {
    border-left: none;
  }

  .mm-listview .mm-next.mm-fullsubopen + a,
  .mm-listview .mm-next.mm-fullsubopen + span {
    margin-right: 0;
    padding-right: 50px;
  }

  .mm-panels > .mm-panel > .mm-listview {
    margin: 20px -20px;
  }

  .mm-panels > .mm-panel > .mm-listview:first-child,
  .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
    margin-top: -20px;
  }

  .mm-listview .mm-inset {
    margin: 0;
    padding: 0 10px 15px 40px;
    list-style: disc inside;
  }

  .mm-listview .mm-inset > li {
    padding: 5px 0;
  }

  .mm-listview .mm-divider {
    font-size: 10px;
    line-height: 25px;
    text-indent: 20px;
    text-transform: uppercase;
  }

  .mm-listview .mm-spacer {
    padding-top: 40px;
  }

  .mm-listview .mm-spacer > .mm-next {
    top: 40px;
  }

  .mm-listview .mm-spacer.mm-divider {
    padding-top: 25px;
  }

  .mm-menu {
    color: rgba(0, 0, 0, 0.7);
    border-color: rgba(0, 0, 0, 0.1);
    background: #f3f3f3;
  }

  .mm-menu .mm-navbar a,
  .mm-menu .mm-navbar > * {
    color: #fff;
  }

  .mm-menu .mm-btn:after,
  .mm-menu .mm-btn:before {
    border-color: #fff;
  }

  .mm-menu .mm-listview {
    border-color: rgba(0, 0, 0, 0.1);
  }

  .mm-menu .mm-listview > li .mm-arrow:after,
  .mm-menu .mm-listview > li .mm-next:after {
    border-color: rgba(0, 0, 0, 0.3);
  }

  .mm-menu .mm-listview > li a:not(.mm-next) {
    tap-highlight-color: rgba(255, 255, 255, 0.5);
  }

  .mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
  .mm-menu .mm-listview > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.5);
  }

  .mm-menu .mm-divider,
  .mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel,
  .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
  .mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
    background: rgba(0, 0, 0, 0.05);
  }

  .mm-page {
    position: relative;
    box-sizing: border-box;
	overflow:hidden;
  }

  .mm-slideout {
    z-index: 1;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
  }

  html.mm-opened {
    position: relative;
    overflow-x: hidden;
  }

  html.mm-blocking,
  html.mm-blocking body {
    overflow: hidden;
  }

  html.mm-background .mm-page {
    background-color: #fff;
  }

  #mm-blocker {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(3, 2, 1, 0);
	cursor:pointer;
  }

  html.mm-blocking #mm-blocker {
    display: block;
  }

  .mm-menu.mm-offcanvas {
    position: fixed;
    z-index: 0;
    display: none;
  }

  .mm-menu.mm-offcanvas.mm-current {
    display: block;
  }

  .mm-menu {
    width: 80%;
    min-width: 140px;
    max-width: 440px;
  }

  html.mm-opening .mm-slideout {
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0);
  }
}
@media (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media (min-width: 550px) and (max-width: 939px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
  }
}
/* tablet - desktop */
@media (min-width: 940px) {
  #menu,
  #mm-blocker {
    display: none !important;
  }
}





/*--------------------------------------------------------------
# FOOTER
--------------------------------------------------------------*/

footer{
	padding:30px 0;
	font-size:0.8rem;
}

footer a{
	float:left;
}

footer h4{
	padding:0 0 20px;
}

footer #footer-column-links h4{
	text-transform:uppercase;
}

footer ul{
	list-style:none;
	float:left;
}

footer ul li{
	width:auto;
}

/***** LINKS COLUMN *****/

#footer-column-links ul{
	margin:0 40px 0 0;
}

#footer-column-links ul li{
	margin:0 0 3px;
	clear:both;
}

/***** NEWSLETTER COLUMN *****/

footer #newsletterForm{
	
}

footer #newsletterForm input[type=text]{
	float:left;
	width:70%;
	height:33px;
	padding:3px 15px;
	margin:0;
	background:none;
	border:3px solid #fff;
	border-radius:10px;
	-o-border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

footer #newsletterForm input[type=submit]{
	float:right;
	width:28%;
	height:33px;
	padding:3px 5px;
	color:#58595b;
	text-transform:uppercase;
	border-radius:10px;
	-o-border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

/***** SOCIAL COLUMN *****/

#footer-column-social ul{
	float:right;
	margin:0;
}

#footer-column-social ul li{
	
}

#footer-column-social ul li a{
	float:left;
	width:30px;
	height:30px;
	margin:0 0 0 15px;
	background-image:url(img/icons/social-icons-white.png);
	background-repeat:no-repeat;
	text-indent:-5000px;
}

#footer-column-social ul li a.social-linkedin{
	background-position:0 0;
}

#footer-column-social ul li a.social-twitter{
	background-position:-43px 0;
}

#footer-column-social ul li a.social-facebook{
	background-position:-84px 0;
}

.partner-logos a{
	float:right;
	margin:0 0 0 30px;
}

.partner-logos a.broker-network-logo{
	margin-top:17px;
}



/************************ RESPONSIVE **************************/

@media screen and (max-width:959px){
	footer{
		padding:30px 2%;
	}
	
	#footer-column-newsletter{
		margin:0 0 30px;
	}
	
	.partner-logos{
		float:none;
		display:block;
		width:218px;
		margin:0 auto;
	}
	
	.partner-logos a:last-of-type{
		margin-left:0;
	}
}

@media screen and (max-width:479px){
	#footer-column-links{
		margin:0 0 30px;
	}
	
	#footer-column-social{
		float:none;
		display:block;
		width:120px;
		margin:0 auto;
	}
	
	#footer-column-social ul li a.social-linkedin:first-of-type{
		margin-left:0;
	}
}





/*--------------------------------------------------------------
# RE-USED ELEMENTS - OVERRIDE ON INDIVIDUAL PAGE STYLING
--------------------------------------------------------------*/

/***** OWL CAROUSEL *****/

.owl-carousel .owl-item{
	padding:0 20px;
	
}

/***** CATEGORY AND PRODUCT TEASERS *****/

.teaser-wrapper{
	display:block;
	max-width:260px;
	margin:0 auto;
	background-color:#fff;
}





/*--------------------------------------------------------------
# HOME PAGE
--------------------------------------------------------------*/

.menu-logo{
	float: left;
	max-width: 49%;
	padding-left: 20px;
}

.menu-logo img{
	width: 240px;
	margin-top: 13px;
}

.menu-buttons{
	width: 70%;
	float: right;
	padding-right: 20px;
}


.design-option-image{
	position: absolute;
	width: 100%;
}

.homepage-option-holder{
	float: left;
	box-shadow: 5px 5px 12px rgba(0,0,0,0.05);
	margin: 0 1.65% 30px;
}

.homepage-option-holder-2{ width: 46%; margin: 0 2%; }
.homepage-option-holder-3{ width: 30%; margin: 0 1.65%;}
.homepage-option-holder-4{ width: 21%; margin: 0 2%; }
.homepage-option-holder-5{ width: 30%; margin: 0px 1.65% 40px; }
.homepage-option-holder-6{ width: 30%; margin: 0px 1.65% 40px; }
.homepage-option-holder-7{ width: 21%; margin: 0px 2% 40px; }
.homepage-option-holder-8{ width: 21%; margin: 0px 2% 40px; }
.homepage-option-holder-9{ width: 30%; margin: 0px 1.65% 40px; }
.homepage-option-holder-10{ width: 21%; margin: 0px 2% 40px; }
.homepage-option-holder-11{ width: 30%; margin: 0px 1.65% 40px; }
.homepage-option-holder-12{ width: 30%; margin: 0px 1.65% 40px; }

.homepage-option-holder-5:nth-of-type(4){ margin-bottom: 0px; margin-left: 18%; }
.homepage-option-holder-5:nth-of-type(5){ margin-bottom: 0px; }

.homepage-option-holder-7:nth-of-type(5){ margin-bottom: 0px; margin-left: 15%; }
.homepage-option-holder-7:nth-of-type(6){ margin-bottom: 0px; }
.homepage-option-holder-7:nth-of-type(7){ margin-bottom: 0px; }

.homepage-option-holder-10:nth-of-type(9){ margin-bottom: 0px; margin-left: 18%; }
.homepage-option-holder-10:nth-of-type(10){ margin-bottom: 0px; }

.homepage-option-holder-11:nth-of-type(10){ margin-bottom: 0px; margin-left: 18%; }
.homepage-option-holder-11:nth-of-type(11){ margin-bottom: 0px; }

.homepage-option-thumbnail{
	position: relative;
}

.homepage-option-thumbnail .thumbnail-hover{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 32, 47,0.9);
	opacity: 0;
	transition: all 0.5s;
}

.homepage-option-thumbnail:hover .thumbnail-hover{
	opacity: 1;	
}

.page-template-template-documents .homepage-option-thumbnail img{
	float: none;
	margin: 0 auto;
}

.thumbnail-hover-button{
	width: 141px;
	margin: 0 auto;
	background: url(img/icons/next-arrow-white.fw.png);
    background-repeat: no-repeat;
    background-size: 12%;
    background-position: 65% 50%;
}

.thumbnail-hover-button a{
	color: #fff;
	text-transform: uppercase;
	font-size: 0.8rem;
	letter-spacing: 2px;
	padding: 10px 50px 10px 30px;
	border: 1px solid #fff;
	background-color: rgba(225,225,225,0.15);
	transition: all 0.5s;
}

.thumbnail-hover-button a:hover{
	text-decoration: none;
	background-color: rgba(225,225,225,0.2);
}

.homepage-option-info{
	float: left;
	position: relative;
	width: 100%;
	padding: 30px 40px 40px;
	background-color: #fff;
}

.homepage-option-view{
	position: absolute;
	bottom: 10px;
	right: 30px;
}

.homepage-option-view a{
	color: #014364;
	text-transform: uppercase;
	font-size: 0.75rem;
	letter-spacing: 2px;
	font-weight: 600;
}

.homepage-option-view a:hover{
	text-decoration: none;
}

.next-arrow-blue{
	width: 13px;
	height: 13px;
	float: right;
	margin-top: 8px;
	margin-right: -15px;
	background: url("img/icons/next-arrow-blue.fw.png");
	background-size: contain;
	background-repeat: no-repeat;
}

.next-arrow-white{
	width: 15px;
	height: 13px;
	float: right;
	margin-top: -18px;
	margin-right: 47px;
	background: url("img/icons/next-arrow-white.fw.png");
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	right: 35%;
}

.page-template-template-homepage_option .homepage-option img,
.page-template-template-inner_option .homepage-option img{
	position: absolute;
	top: 0;
	width: 100%;
	overflow: hidden;
	z-index: 10000;
}

.timings-information-holder{
	float: left;
	width: 100%;
	margin-top: 50px;
}

.timings-information-holder .timings-info{
	float: left;
	width: 97%;
	box-shadow: 5px 5px 12px rgba(0,0,0,0.05);
	margin: 40px 0%;
	background-color: #fff;
	margin: 0 1.7%;
	padding: 40px;
}


/*--------------------------------------------------------------
# CATEGORY PAGE
--------------------------------------------------------------*/

.option-more-info,
.option-more-info .option-more-info-text{
	position: fixed;
	width: 60px;
	height: 60px;
	top: 15%;
	left: 0;
	background-color: #0B4153;
	z-index: 20000;
}

.option-more-info .option-more-info-text{
	width: 400px;
	height: auto;
	opacity: 0;
	transition: all 1s;
	padding: 60px 20px 50px 20px;
	z-index: 500;
}

.option-more-info .option-more-info-text p{
	color: #fff;
	font-size: 0.8rem;
}

.option-more-info .option-more-info-text p a{
	text-transform: lowercase;
	letter-spacing: normal;
}

.option-more-info .option-more-info-text a{
	color: #fff;
	text-transform: uppercase;
	font-size: 0.8rem;
	letter-spacing: 4px;
}

.opacity-full{
	opacity: 1 !important;
}

.plus-close-info{
	width: 35px !important;
	margin: 12px;
	transition: all 1.5s;
}

.plus-close-info:hover{
	cursor: pointer;
}

.close-more-info{
	transform: rotate(135deg);
	width: 25px !important;
}

.side-scrolling-image .large-full-image{
	width: auto !important;
	max-width: none;
	height: 100vh;
}

/*.option-more-info:hover .option-more-info-text{
	opacity: 1;
}*/


/*--------------------------------------------------------------
# RIGHT POPOUT
--------------------------------------------------------------*/

.info-sidebar{
	position: fixed;
	top: 0;
	right: -390px;
	width: 380px;
	height: 100vh;
	background-color: #fff;
	box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.1);
	z-index: 70000;
	transition: all 1s;
	overflow: hidden;
}

.info-sidebar-active{
	right: 0;
	/*width: 380px;
	min-width: 380px;*/
}

.close-info-sidebar{
	position: absolute;
	top: 25px;
	right: 7%;
	padding-right: 40px;
}

.close-info-sidebar:hover{
	cursor: pointer;
}

.close-info-sidebar p,
.current-status p{
	font-size: 1rem;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0;
}

.close-info-sidebar:hover p{
	border-bottom: 2px solid;
}

.current-status{
	float: left;
	padding: 20px;
	width: 100%;
	background-color: #FFA64D;
	margin-top: 70px;
}

.current-status p{
	font-size: 0.9rem;
	font-weight: 500;
	color: #fff;
	text-align: center;
}

.current-status p span{
	font-weight: 600;
}

.docs-holder,
.dates-holder{
	float: left;
	position: relative;
	width: 100%;
}

.docs-holder{
	margin-top: 20px;
}

.docs-holder-heading,
.dates-holder-heading{
	float: left;
	width: 100%;
	background: #f8f8f8;
	padding: 20px;
}

.docs-holder-heading p,
.dates-holder-heading p{
	text-transform: uppercase;
	font-size: 0.9rem;
	font-weight: 500;
	margin: 0;
}

.docs-row,
.date-row{
	float: left;
	width: 100%;
	padding: 15px 20px;
	border-bottom: 1px solid #f8f8f8;
}

.docs-row-right,
.docs-row-left,
.date-row-right,
.date-row-left{
	float: left;
	width: 50%;
	font-size: 0.8rem;
}

.docs-row p,
.docs-row a,
.date-row p{
	margin: 0;
	text-transform: uppercase;
}

.docs-row a{
	color: #014364;
    font-size: 0.80rem;
}




/*--------------------------------------------------------------
# PROMPTS
--------------------------------------------------------------*/

.display-once,
.display-once2{
	display: none;
}

.full-page-overlay{
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	height: 100%;
	width: 100%;
	z-index: 10003;
}

.prompt-alert{
	position: absolute;
	top: 20%;
	width: 450px;
	background-color: #fff;
	height: 200px;
	left: 26%;
	z-index: 10006;
	background: url("img/icons/popup-arrow.fw.png");
	background-position: 0% 25%;
	background-repeat: no-repeat;
	padding-left: 44px;
}

.prompt-alert-inner{
	position: fixed;
	top: 10%;
	width: 450px;
	background-color: #fff;
	height: 170px;
	left: 90px;
	z-index: 10006;
	background: url("img/icons/popup-arrow.fw.png");
	background-position: 0% 25%;
	background-repeat: no-repeat;
	padding-left: 44px;
}

.prompt-alert .content-holder,
.prompt-alert-inner .content-holder{
	float: left;
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #fff;
}

.close-popup{
	position:absolute;
	top: 5px;
	right: 5px;
	width: 20px;
	height: 20px;
	background: url("img/icons/plus-close-blue.fw.png");
	background-size: contain;
	transform: rotate(45deg);
}

.close-popup:hover{
	cursor: pointer;
}

.popup-information{
	float: left;
	width: 100%;
	padding: 25px 20px;
}

.prompt-alert-inner .popup-information{
	padding: 30px 20px;
}

/*--------------------------------------------------------------
# PRODUCT PAGE
--------------------------------------------------------------*/

.class{

}





/*--------------------------------------------------------------
# CONTACT PAGE
--------------------------------------------------------------*/

.class{

}





/*--------------------------------------------------------------
# BLOG PAGE
--------------------------------------------------------------*/

.class{

}





/*--------------------------------------------------------------
# DEFAULT PAGE
--------------------------------------------------------------*/

.class{

}