/*
Theme Name: bn
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: 'Josefin Sans', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
	min-width:320px;
}

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

h1{
	color: rgb(137, 141, 143);
	text-transform: uppercase;
	font-size: 4rem;
	letter-spacing: 15px;
	line-height: 110%;
}

h1 span{
	font-weight: 600;
}

h2{
	text-transform: uppercase;
	font-size: 3rem;
	color: rgb(134, 117, 78);
}
@media screen and (max-width:768px){
	h2{
		font-size: 2rem;
	}
}


h2 span{
	font-weight: 600;
	color: #fff;
}

h3{
	text-transform: uppercase;
	color: rgb(134, 117, 78);
	font-weight: 600;
	font-size: 2.1rem;
	letter-spacing: 4px;
}

p {
	float:left;
	width:100%;
	margin-bottom: 1.5em;
	font-weight: 100;
}

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

p a{ color: rgb(133, 117, 77); }

a:hover,
a:focus,
a:active {
	text-decoration:underline;
}

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

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. */
	min-width: 100%;
}

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:3px 30px 3px 15px;
	border:none;
	text-transform:uppercase;
	font-size: 0.9rem;
	font-weight:bold;
}

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

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 {
	width: 100%;
	padding:5px 10px;
	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 {
	outline: none;
}

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;
}
input[type="text"],
input[type="email"],
textarea{
	background-color: rgba(255,255,255,0.1);
	color: #fff;
	border: 2px solid rgba(255,255,255,0.1);
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus{
	border: 2px solid rgb(134, 117, 78);
}

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

div.wpcf7-validation-errors{
	float:left;
	padding:0;
	margin:10px 0;
	color:#f00;
	border:none;
	font-size:0.9rem;
}






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





/*--------------------------------------------------------------
# APPEAR ON START OR SCROLL
--------------------------------------------------------------*/

.appear{
	position:relative;
	top:-30px;
	opacity:0;
	transition:opacity .5s linear;
	-moz-transition:opacity .5s linear;
	-webkit-transition:opacity .5s linear;
}





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

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

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

.content-width-inner{
	max-width:920px;
	float: none;
margin: 0 auto;
}

.content-width-outer{
	max-width:1024px;
	float: none;
margin: 0 auto;
}

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

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

/*@media screen and (max-width:939px){
	main .content-width-inner,
	main .content-width-outer{
		padding:0 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
--------------------------------------------------------------*/

header{
	background-color: #fff;
	height: 60px;
	position: fixed;
	z-index: 60000;
	box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.1);
}

.main-nav{
	width: auto;
	margin-right: 30px;
	position: fixed;
	top: 0;
	right: 0;
}

.header-central{ float: none; margin: 0 auto; width: 50px; }

.little-logo-link{
	width: 48px;
	height: 38px;
	float: none;
	margin: 0px auto;
	display: block;
}

.header-logo{	
	float: none;
	margin: 0 auto;
	background-image: url('img/icons/menu-logo.fw.png');
	height: 38px;
	width: 48px;
	margin-top: 11px;
	background-size: 100% 100%;
}

.header-login{
	width: auto;
	text-align: left;
	position: fixed;
	top: 21px;
	right: 120px;
	display: none;
}

.header-login a{
	color: rgb(159, 161, 163);
	font-size: 1rem;
	font-weight: 900;
	text-transform: uppercase;
}

.header-login a span{
	font-weight:400;
}



/*--------------------------------------------------------------
## HERO
--------------------------------------------------------------*/

.hero-wrapper{
	margin-top: 60px;
	/*max-height: 950px;*/
	max-height: 100vh;
	overflow: hidden;
}

.hero-wrapper picture{
	z-index: 10;
}

@media screen and (max-width:1200px){
	#parallexImage,
	#product-parallexImage,
	#product-parallexImage2,
	#product-parallexImage3{
		transform: translateY(0px) !important;
	}
}

@media screen and (max-width:750px){
	.parallax-bg{
		height: 100%;
		width: auto;
		max-width: none;
	}
	
	#product-parallexImage,
	#product-parallexImage2,
	#product-parallexImage3{
		height: 100%;
		width: auto;
		max-width: none;	
	}

}

#hero-content{
	position: absolute;
	top: 0;
	left: 0;
}

.main-logo-holder{
	width: 100%;
	float:left;
	margin-top:390px;
}

.main-logo{
	background-image: url('img/icons/mail-logo-altered.fw.png');
	float: none;
	margin:0 auto;
	width: 420px;
	height: 231px;
	background-size: 100% 100%;
}

/*Arrow Bounce*/

#hero-read-more{
	position: absolute;
	bottom: 0;
	left: 0;
}

.read-more-arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left:-18px;
  width: 36px;
  height: 40px;
  background-image: url('img/assets/learn-more-arrows.fw.png');
  background-size: contain;
  margin-bottom: 10px;
}

.animated {
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
	animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
    40% {-webkit-transform: translateY(-10px);}
    60% {-webkit-transform: translateY(-5px);}
} 
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-10px);}
    60% {transform: translateY(-5px);}
} 
/*
 * Adding the animation to our element
*/
.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
}

@media screen and (max-height:870px){
	.main-logo-holder{ margin-top: 25vh; }
}

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

/* Dropdown Button */
.dropbtn {
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
	/*width: 115px;*/
	width: 32px;
	background-image: url('img/assets/main-menu-img.fw.png');
	background-repeat: no-repeat;
	background-position: 0% 50%;
	background-color: #fff;
	margin-top: 14px;
}



/* Dropdown button on hover & focus */
/*.show {
	background-image: url('img/assets/main-menu-active.fw.png');
}*/

/* The container <div> - needed to position the dropdown content */
.dropdown-nav {
    position: relative;
    display: inline-block;
}

.dropdown-nav > span{
	float:right;
	margin:18px 0 0 10px;
	color:rgb(159, 161, 163);
	font-family:"Josefin Sans",sans-serif;
	font-size:1rem;
	font-weight:900;
}

@media screen and (max-width:479px){
	.dropdown-nav > span{
		font-size:0.8rem;
		margin-top:21px;
	}
}

/* Dropdown Content (Hidden by Default) */
.mainnav-content {
	left: -168px;
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 200px;
	border-top: 2px solid rgb(134, 117, 78);
	margin-top: 14px;
}

.mainnav-content ul{
	list-style: outside none none;
	margin: 0px;
	box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.1);
}

.mainnav-content ul li{

}



/* Links inside the dropdown */
.mainnav-content a {
    color: black;
    padding: 14px 16px;
    text-decoration: none;
    display: block;
	text-transform: uppercase;
	color: #9FA1A3;
	text-align: center;
	font-size: 1rem;
	background-image: url('img/assets/menu-diamonds.fw.png');
	background-repeat: no-repeat;
	background-position: 50% 100%;
	padding-bottom: 35px;
}

.mainnav-content ul li:last-of-type a{
	background-image: none;
	height: 70px;
}

/* Change color of dropdown links on hover */
.mainnav-content a:hover {
	color: #86754E;
	}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}



/* 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;
    background-color: #65AFD3;
  }

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


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

/*-----Intro Section-----*/

#section1{
	position: relative;
}

.background-image{
	background-repeat: no-repeat;
	background-position: 100% 0%;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.intro-holder{
	padding: 100px 0;
}

.intro-text p{
	width: 75%;
	color: rgb(133, 117, 77);
	line-height: 170%;
}

.ext-quote-link-red{ float: left; clear: left; padding: 5px 12px; background: red; color: #fff; -webkit-transition:background-color .3s; -moz-transition:background-color .3s; -o-transition:background-color .3s; transition:background-color .3s; }
.ext-quote-link-red:hover{ text-decoration:none; background-color:rgb(134, 117, 78); }

.ext-quote-link-red:active, .ext-quote-link-red:focus{ text-decoration:none; }

/*-----Product 1-----*/

.section-triangle-overlay .triangle-image{
	position: absolute;
	z-index: 600;
}

@media screen and (max-width:870px){
	.section-triangle-overlay .triangle-image{
		display: none;
	}
}

.section-product1{
	background-size: 100% auto;
	position: relative;
	overflow: hidden;
}

.parallax-bg{
	position: absolute;
	z-index: -1;
}

.product1-holder{
	padding: 100px 0;
	background-image: url('img/assets/dark-overlay.fw.png');
}

.product1-text h2{
	width: 75%;
	float: right;
	margin: 0 0 0.67em 0;
}

.product1-text p{
	color: #fff;
	width: 75%;
	line-height: 170%;
	float:right;
}

.product1-holder .triangle-image{
	position: absolute;
	margin-top: -100px;
	width: 300px;
}

/*-----Product 2-----*/

.product2-holder{
	padding: 100px 0;
}

.product2-text h2{
	margin: 0 0 0.67em 0;
}

.product2-text h2 span{
	color: rgb(133, 117, 77);
}

.product2-text p{
	color: rgb(133, 117, 77);
	line-height: 170%;
}

/*-----Product 3-----*/

.section-triangle-overlay2{
	position: relative;
}

.section-product3{
	background-size: 100% auto;
		position: relative;
	overflow: hidden;
}

.product3-holder{
	padding: 100px 0;
	background-image: url('img/assets/dark-overlay.fw.png');
}

.product3-text h2{
	margin: 0 0 0.67em 0;
}

.product3-text p{
	color: #fff;
	line-height: 170%;
}

 .triangle-image2{
	position: absolute;
	width: 300px;
	right: 0;
	z-index:600;
}

/*-----Downloads-----*/

.product5-holder{
	padding: 100px 0;
}

.product5-text h2{
	margin: 0 0 0.67em 0;
	font-weight: 600;
}

.product5-text p{
	color: rgb(133, 117, 77);
	line-height: 170%;
	margin-bottom: 4px;
}

.product5-text ul{
	list-style: outside none none;
	margin: 0;
}

.product5-text ul li{
	list-style: outside none none;
	background: url('img/assets/bullet-point.fw.png');
	padding: 0 0 0 20px;
	background-repeat: no-repeat;
	margin: 5px 0;
	background-position: 0% 50%;
}

.product5-text ul li a{
	color: rgb(133, 117, 77);
}


/*-----Contact us-----*/

.section-product6{
	background-size: 100% auto;
		position: relative;
	overflow: hidden;
}

.product6-holder{
	float: left;
	width: 100%;
	padding: 100px 0;
	background-image: url('img/assets/dark-overlay.fw.png');
}

.product6-text{ float: left; width: 50%; }

.product6-text h2{
	margin: 0 0 0.67em 0;
}

.product6-text p{
	color: #fff;
	line-height: 170%;
	width: 100%;
	margin-bottom: 4px;
}

.product6-text p a{
	color: #fff;
}

.product6-text p .fa{
	font-size: 1.1rem;
	padding-right: 10px;
}

.contact-form{
	float: left;
	width: 50%;
}

.contact-form p{
	width: 100%;
	margin-bottom: 5px;
}

.relative-form p{ color: #fff; font-size: 0.95rem; margin-bottom: 0px; }

.contact-form input[type="submit"]{
	padding: 3px 30px;
	border: 3px rgb(134, 117, 78) solid;
	color: #fff;
	background: none;
}

.contact-form input[type="submit"]:hover{
	background: rgb(134, 117, 78);
}

div.wpcf7-mail-sent-ok{
	float: left;
	color: #fff;
}



/*--------------------------------------------------------------
# Section Buttons
--------------------------------------------------------------*/

.section-buttons{
	margin-top: 20px;
	float: left;
}

.buttons-holder{

}

.diamond-btn{
	width: 168px;
	height: 113px;
	background-image: url('img/assets/diamond-button.fw.png');
	background-repeat: no-repeat;
	display: block;
	float: left;
	margin: 0 10px;
	position: relative;
	background-size: cover;
}

.buttons-holder a{
	text-transform: uppercase;
	text-align: center;	
	font-weight: 600;
}

.diamond-btn span{
	position: absolute;
	top: 53%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	color: rgb(255, 255, 255);
	letter-spacing: 1.3px;
	padding: 0 30px;
	font-size: 0.9rem;
}

.diamond-btn:hover{
	background-image: url('img/assets/diamond-button-hover.fw.png');
}

#gold-diamond{
	background-image: url('img/assets/gold-edge-diamond.fw.png');
}

#gold-diamond span{
	color: rgb(133, 117, 77);
}

#gold-diamond:hover{
	background-image: url('img/assets/gold-diamond.fw.png');
}

#gold-diamond:hover span{
	color: #FFF;
}

.partner-link{
	float:left;
	width:300px;
	height:150px;
	background-repeat:no-repeat;
	background-position:0 100%;
	text-indent:-5000px;
}

#broker-network-logo{
	background-image:url(img/icons/bn-logos.png);
}

#norton-logo{
	background-image:url(img/icons/norton-logos.png);
}

@media screen and (min-width:1025px){
	.partner-link:hover{
		background-position:0 0;
	}
}


/*--First section--*/

#bn-members-button-section{
	/*width: 75%;*/
	width: auto;
	float: right;
	clear: both;
}

#bn-members-bts{

}

#nab-button-section{
	width: 100%;
}

#insurance-button-section{
	width: 100%;
}

/*--------------------------------------------------------------
# RESPONSIVE MENU
--------------------------------------------------------------*/

@media screen and (max-width:1023px){
	/*.main-nav{
		width: 130px;
	}
	.dropdown-nav{
		left: 20px;
	}
	.mainnav-content{
		margin-left: -20px;
	}
	.header-login a{
		margin-right: 20px;
	}*/
}

@media screen and (max-width:767px){
	.dropbtn{
		background-image: url('img/assets/menu-lines.fw.png');
		width: 35px;
	}
	
	.header-login{
		width: 150px;
		font-size: 0.9rem;
	}
}

@media screen and (max-width:700px){
	/*.header-login{
		margin-top: -30px;
	}*/
	.header-login{
		width:auto;
		right: auto;
		left: 5%;
	}
	.header-login a{
		font-size: 0.8rem;
	}
	.header-login a span{
		display: none;
	}
}


/*--------------------------------------------------------------
# RESPONSIVE
--------------------------------------------------------------*/

/*------ RESPONSIVE LOGO------*/
@media screen and (max-width:1200px){
	.main-logo-holder{
		margin-top: 290px;
	}
	
	.main-logo{
		width: 300px;
		height: 174px;
	}
}

@media screen and (max-width:950px){
	.main-logo-holder{
		margin-top: 267px;	
	}
}

@media screen and (max-width:870px){
	.main-logo-holder{
		margin-top: 230px;	
	}
}


@media screen and (max-width:760px){
	.main-logo{
		width: 220px;
		height: 128px;
	}
}

@media screen and (max-width:620px){
	.main-logo-holder{
		margin-top: 180px;
	}
}

@media screen and (max-width:550px){
	.main-logo{
		width: 150px;
		height: 87px;
	}
}

@media screen and (max-width:440px){
	.main-logo-holder{
		margin-top: 140px;
	}
}

@media screen and (max-width:380px){
	.main-logo{
		width: 105px;
    	height: 61px;
	}
}
/*------ RESPONSIVE LOGO END------*/

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

	.product2-text{
		float: right;
		width: 75%;
	}

	.product1-text,
	.product4-text,
	.product5-text,{
		float: left;
		width: 90%;
	}
	
	.product3-text{
		width: 75%;
	}
	
	#nab-button-section{
		float: right;
		width: 75%;
	}
}

/*---- All Sections ----*/

.responsive-background{ display: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-repeat: no-repeat; background-position: center; z-index: -1; }

@media screen and (max-width:768px){
	.parallax-bg{ display: none; }
	.responsive-background{ display: block; }
}

/*------ SECTION 1------*/
@media screen and (max-width:1150px){
	.background-image{
		background-position: 100% 100%;
	}
	
	.intro-holder{
		padding: 50px 0;
	}
	
	.intro-text p{
		width: 60%;
	}
	
	.content-width-outer{
		padding: 0 25px;
	}
}

@media screen and (max-width:870px){
	.intro-holder{
		z-index: 10;
		position: relative;
	}
	.background-image{
		opacity: 0.1;
		z-index: 1;
	}
	.intro-text p{
		width: 100%;
	}

}

@media screen and (max-width:479px){
	.intro-text h3{
		font-size: 1.1rem;
	}

	.intro-text h1{
		font-size: 2rem;
	}
}
/*------ END SECTION 1------*/

/*------ SECTION 2------*/
@media screen and (max-width:1150px){
	.product1-holder{
		padding: 50px 0;
	}
	.product1-text h2{
		line-height: 100%;
		width: 60%;
	}
	.product1-text p{
		width: 60%;
	}
	/*#bn-members-button-section{
		width: 60%;
	}*/
	
}
@media screen and (max-width:870px){
	.product1-holder .triangle-image,
	.product3-holder .triangle-image2{
		display: none;
	}
	
	.triangle-image2{
		display: none;
	}
	
	.product1-text h2{
		width: 100%;
	}
	
	.product1-text p{
		width: 100%;
	}
	
	#bn-members-button-section{
		width: 376px;
		float: none;
		margin: 0 auto;
	}
}

@media screen and (max-width:479px){
	#bn-members-button-section{
		width: 168px;
		float: none;
		margin: 0 auto;
	}
	
	#bn-members-button-section .buttons-holder a{
	margin: 20px 0;
	}
}
/*------ END SECTION 2------*/

/*------ SECTION 3------*/
@media screen and (max-width:1150px){
	.product2-holder{
		padding: 50px 0;
	}
}
@media screen and (max-width:870px){
	.product2-text{
		width: 100%;
	}
	#nab-button-section{
		width: 315px;
		float:none;
		margin: 0 auto;
	}
	#nab-button-section .buttons-holder a{
		margin: 0;
	}
	
}
@media screen and (max-width:479px){
}
/*------ END SECTION 3------*/

/*------ SECTION 4------*/
@media screen and (max-width:1150px){
	.product3-text{
		width: 60%;
	}
	.product3-holder,
	.product5-holder,
	.product6-holder{
		padding: 50px 0;
	}
}



@media screen and (max-width:870px){
	.product3-text{
		width: 100%;
	}
	#insurance-button-section{
		width: 305px;
		float: none;
		margin: 0 auto;
	}
	#insurance-button-section .buttons-holder a{
		margin: 0;
	}
}

@media screen and (max-width:768px){
	.contact-form{
	width: 100%;
	}
}


/*------ END SECTION 4------*/

@media screen and (max-width:768px){
	.product6-text{ width: 100%; margin-bottom: 30px; }
}

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

footer{
	padding:30px 0;
	background: #fff;
	border-top: 2px solid rgb(134, 117, 78);
	color: rgb(134, 117, 78);
	font-size:0.8rem;
}


.footer-legal{
	text-align: center;
}



footer a{
	float: none;
	color: rgb(134, 117, 78);
}

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

.class{

}





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

.class{

}





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

.class{

}





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

.class{

}





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

.class{

}





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

.class{

}





#gdpr *{  }
#gdpr li{ line-height:160%; }
#gdpr table{ margin-bottom:20px; border-collapse:collapse; }
#gdpr table tr{  }
#gdpr table th{ padding:5px 10px; border:#333 solid 1px; background: #666; color:#fff !important; }
#gdpr table th p{ color:#fff !important; }
#gdpr table td{ padding:5px 10px; border:#333 solid 1px; vertical-align: top; }
#gdpr table p{ padding:0; margin:0; line-height: 160%; }