/*
Theme Name: Northside Finance
Theme URI: http://underscores.me/
Author: Nicholas Coupland
Author URI: http://nicholascoupland.com/
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: webdev
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.

WebDev is based on Underscores http://underscores.me/, (C) 2012-2016 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
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
*, *:hover, *:focus, *:visited{
	outline: none!important;
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     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;
}

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,
textarea {
	color: #666666;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 300;
	color: #252525;
	font-variant-ligatures: common-ligatures;
}

h3, h4, h4, h5, h6 {
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 1em;
    color: #FFF;
}


h3{
	font-size: 1.2em;
    font-weight: bold;
    margin-top: 1.1em;
    color: #FFF;
}

h4{
	color: #FCB6B6;
    font-size: 1.1em;
    margin-bottom: 0.368em;
    font-weight: bold;
}

p {
    margin: 0 0 1.4em 0;
    padding: 0;
    line-height: 1.5em;
    font-size: 13px;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	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%;
}

.lead{
	font-size: 19px;
	line-height: 32px;
	color:  #808080;
	margin: 0 0 26px 0;
}

.fine-print{
	opacity: .5;
	font-size: 13px;
}

.text-block:not(:last-child) {
    margin-bottom: 30px;
}



/*--------------------------------------------------------------
# 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 http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #292523 url(img/bk.png) repeat-x;
    font-family: Helvetica,sans-serif;
    margin: 0;
    padding: 0;
    color: #FBF4EE;
}

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

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

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

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

.label{
	position: relative;
    top: 0;
    right: 0;
    background: #005fd5;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .5px;
    color: #fff;
    text-transform: uppercase;
    height: 26px;
    line-height: 27px;
    min-width: 65px;
    padding: 0 10px;
    text-align: center;
    border-radius: 50px;
    z-index: 3;
}

.label-desc{
	position: relative;
    top: 2px;
    font-size: 14px;
    margin-left: 15px;
}

hr.short{
	background-color: #005fd5;
	margin: 29px 0;
	width: 44px;
}

.cta{
	
}

.cta h2,
.cta .lead{
	max-width: 555px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}



/*--------------------------------------------------------------
# Helpers
--------------------------------------------------------------*/
.no-padding{
	padding: 0;
}

.no-padding-top{
	padding-top: 0;
}

.no-padding-bottom{
	padding-bottom: 0;
}

.no-padding-right{
	padding-right: 0;
}

.no-padding-left{
	padding-left: 0;
}

.no-margin{
	margin: 0;
}

.no-margin-top{
	margin-top: 0;
}

.no-margin-bottom{
	margin-bottom: 0;
}

.no-margin-right{
	margin-right: 0;
}

.no-margin-left{
	margin-left: 0;
}

.click-through{
	pointer-events: none;
}

.circle-img{
	border-radius: 100%;
}



/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt{
	background: rgb(139,200,30);
    background: -moz-linear-gradient(top, rgba(139,200,30,1) 0%, rgba(90,134,12,1) 100%);
    background: -webkit-linear-gradient(top, rgba(139,200,30,1) 0%,rgba(90,134,12,1) 100%);
    background: linear-gradient(to bottom, rgba(139,200,30,1) 0%,rgba(90,134,12,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8bc81e', endColorstr='#5a860c',GradientType=0 );
    border: 1px solid rgba(96,148,9,1);
    border-radius: 6px;
    padding: 0 20px;
    color: #fff;
    line-height: 39px;
    height: 39px;
    display: inline-block;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    vertical-align: bottom;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all .3s ease;
    text-decoration: none;
}

button:hover,
.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
button:focus,
.button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
.woocommerce input.button:focus,
.woocommerce #respond input#submit:focus,
.woocommerce a.button:focus,
.woocommerce button.button:focus,
.woocommerce #respond input#submit.alt:focus,
.woocommerce a.button.alt:focus,
.woocommerce button.button.alt:focus,
.woocommerce input.button.alt:focus,
button:active,
.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
.woocommerce input.button:active,
.woocommerce #respond input#submit:active,
.woocommerce a.button:active,
.woocommerce button.button:active,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt:active,
.woocommerce button.button.alt:active,
.woocommerce input.button.alt:active
{
	background: rgb(90,134,12);
    background: -moz-linear-gradient(top, rgba(90,134,12,1) 1%, rgba(138,199,30,1) 100%);
    background: -webkit-linear-gradient(top, rgba(90,134,12,1) 1%,rgba(138,199,30,1) 100%);
    background: linear-gradient(to bottom, rgba(90,134,12,1) 1%,rgba(138,199,30,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a860c', endColorstr='#8ac71e',GradientType=0 );
	transform: translate3d(0, -2px, 0);
    -webkit-transform: translate3d(0, -2px, 0);
    text-decoration: none!important;
    color: #fff;
}

.button-sm{
	height: 29px;
	line-height: 29px;
	padding: 0 15px;
	font-size: 11px;
}

.button-alt{
	background: rgb(175,40,40)!important;
    background: -moz-linear-gradient(top, rgba(175,40,40,1) 0%, rgba(163,20,23,1) 100%)!important;
    background: -webkit-linear-gradient(top, rgba(175,40,40,1) 0%,rgba(163,20,23,1) 100%)!important;
    background: linear-gradient(to bottom, rgba(175,40,40,1) 0%,rgba(163,20,23,1) 100%)!important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af2828', endColorstr='#a31417',GradientType=0 );
	border: 1px solid rgba(157,26,27,1)!important;
}

.button-alt:hover{
	background: rgb(163,20,23)!important;
    background: -moz-linear-gradient(top, rgba(163,20,23,1) 0%, rgba(175,40,40,1) 100%)!important;
    background: -webkit-linear-gradient(top, rgba(163,20,23,1) 0%,rgba(175,40,40,1) 100%)!important;
    background: linear-gradient(to bottom, rgba(163,20,23,1) 0%,rgba(175,40,40,1) 100%)!important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a31417', endColorstr='#af2828',GradientType=0 );
}

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 {
	-webkit-appearance: none;
    background: #fcfcfc;
    line-height: 22.2px;
    width: 100%;
    height: 39px;
    padding: 0 13px;
    border-radius: 6px;
    border: 1px solid #ececec;
    font-size: 14px;
    transition: all .3s ease;
}

select {
	border: 1px solid #ccc;
	height: 39px;
	width: 100%;
}

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 {
	outline: none;
	border: 1px solid #76abe9;
}

textarea {
	width: 100%;
	min-height: 119px;
}



/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

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


/*--------------------------------------------------------------
## Popup CSS
--------------------------------------------------------------*/
.popup-container{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background: rgba(0,0,0,0.95);
    text-align: center;
    display: none;
    padding: 15px;
    z-index: 9999;
 }

.popup-inner{
    max-width: 650px!important;
    width: 100%!important;
    position: fixed;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left;
	z-index: 99999;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	background: #D4CDAD;
    padding: 15px 20px 25px;
    margin: 1em 0 10px 0;
    color: #292523;
}

.popup-close{
    position: absolute;
    top: 12px;
    right: 19px;
    font-size: 26px;
    line-height: 1;
    color: #000;
    cursor: pointer;
    z-index: 9999999999;
}



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

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

.main-navigation li {
	position: relative;
	display: inline-block;
	height: 70px;
}

.main-navigation ul li a {
	display: block;
	text-decoration: none;
	line-height: 67px;
    height: 52px;
	padding: 0 20px;
	font-weight: 600;
	color: rgb(212, 205, 173);
}

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

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

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

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
	color: #fff;
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

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

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

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
	border-bottom: 2px solid rgb(212,205,173);
}

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.footer-menu ul{
	list-style: none;
	padding: 0;
	margin: 0;
	float: right;
	text-align: right;
}

.footer-menu ul li{
	display: inline;
}

.footer-menu ul li a{
	margin: 0 8px;
}

/*--------------------------------------------------------------
## Off canvas wrapper
--------------------------------------------------------------*/
.sidenav{
  	background: #212121;
  	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  	display: block;
  	font-size: 16px;
  	font-weight: 400;
  	height: 100%;
  	left: 0;
  	position: fixed;
  	overflow: auto;
  	transform: translate(-262px, 0);
  	transition: transform .3s;
  	top: 50px;
  	width: 256px;
  	z-index: 99999; 
}

.sidenav.show{
    transform: translate(0, 0); 
}

.sidenav-brand a{
  	background: rgb(212, 205, 173);
  	border-bottom: 0px solid #0052b8;
  	color: #212121;
  	font-size: 20px;
  	font-weight: 600;
  	line-height: 32px;
  	padding: 20px 24px 19px;
  	display: inline-block;
  	width: 100%;
  	text-decoration: none;
}

.sidenav-header{
  	background: transparent;
  	border-bottom: 1px solid #555;
  	color: #757575;
  	font-size: 17px;
  	line-height: 22px;
  	margin: 0;
  	padding: 16px 24px 15px; 
}

.sidenav-header small{
    display: block;
    font-size: 14px;
    line-height: 16px; 
}

.sidenav-menu{
  	list-style: none;
  	margin: 0;
  	padding: 0; 
}

.sidenav-menu li{
    display: block;
    position: relative;
}

.sidenav-menu a{
    background: transparent;
    color: #BDBDBD;
    display: block;
    line-height: 24px;
    padding: 16px 32px;
    text-decoration: none;
    font-size: 15px;
}

.sidenav-menu a:hover{
    background: #616161;
    color: #BDBDBD;
}

.sidenav-menu a.active{
    color: #FAFAFA; 
}

.sidenav-menu a.active .sidenav-link-icon,
.sidenav-menu a.active .sidenav-dropdown-icon{
    color: #FAFAFA; 
}

.sidenav-menu ul,
.sidenav-dropdown{
  	border-bottom: 1px solid #424242;
  	display: none;
  	list-style: none;
  	margin: 0;
  	padding: 0; 
}

.sidenav-menu ul a,
.sidenav-dropdown a{
    background: #191919;
    color: #BDBDBD;
    padding-left: 45px; 
}

.sidenav-menu ul a:hover,
.sidenav-dropdown a:hover{
      background: #616161;
      color: #BDBDBD; 
}

.sidenav-menu ul li:first-child a,
.sidenav-dropdown li:first-child a{
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); 
}

.sidenav-menu .menu-item-has-children::after{
	content: '\f107';
	font-family: 'FontAwesome';
	color: #fff;
	position: absolute;
	top: 17px;
	right: 25px;
}

.sidenav-overlay{
 	background: rgba(255, 255, 255, 0.8);
  	display: none;
 	height: 100%;
  	left: 0;
  	position: fixed;
  	top: 0;
  	width: 100%;
  	z-index: 999;
}

.sidenav-no-scroll{
  	overflow: hidden !important; 
}



/*--------------------------------------------------------------
# Mobile Header
--------------------------------------------------------------*/
#mobile-header{
	background: #252525;
	height: 50px;
	padding: 0;
	position: relative;
	z-index: 9999;
}

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

.mobile-header-left span,
.mobile-header-left a,
.mobile-header-right span,
.mobile-header-right a{
	cursor: pointer;
	height: 50px;
	width: auto;
	line-height: 50px;
	text-align: center;
	padding: 0px 15px;
	display: inline-block;
	color: rgb(212, 205, 173);
}

.mobile-header-left span,
.mobile-header-left a{
	border-right: 1px solid #555;
}

.mobile-header-right .mobile-header-phone{
	font-size: 18px!important;
}

.mobile-header-right span,
.mobile-header-right a{
	border-left: 1px solid #555;
}

.mobile-header-right i,
.mobile-header-left i{
	font-size: 22px;
	color: rgb(212, 205, 173)
	line-height: 50px;
}

#mobile-search-form{
	background: #005fd5;
	padding: 20px 0;
	z-index: 998;
	position: absolute;
	width: 100%;
	left: 0;
	top: -30px;
	transition: top .3s ease;
}

.mobile-panel-opened{
	top: 50px!important;
}

#mobile-search-form input{
	width: 100%;
	margin: 0;
}

#mobile-shopping-cart{
	position: absolute;
	top: -350px;
	left: 0;
	width: 100%;
	padding: 20px 0;
	background: #fff;
	border-bottom: 1px solid #e3e3e3;
	transition: top .3s ease;
	z-index: 997;
	height: 350px;
}

#mobile-account-menu{
	position: absolute;
	top: -200px;
	left: 0;
	width: 100%;
	padding: 10px 0;
	background: #fff;
	border-bottom: 1px solid #e3e3e3;
	transition: top .3s ease;
	z-index: 996;
}

#mobile-account-menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#mobile-account-menu ul li{
 	display: block;
}

#mobile-account-menu ul li a{
	width: 100%;
	display: inline-block;
	text-decoration: none;
	padding: 8px 25px;
	font-size: 16px;
	border-bottom: 1px dotted #e3e3e3;
	text-align: center;
}

#mobile-account-menu ul li:last-child a{
	border-bottom: 0;
}

.mobile-item-active i,
.sidenav-no-scroll #sidenav-toggle i{
	color: #fff!important;
}

#mobile-shopping-cart .widget_shopping_cart_content{
	margin-top: 20px;
}

.woocommerce.widget_shopping_cart .buttons a{
	height: 32px;
}


/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/
.bg-primary{
	background: #005fd5;
}

.bg-primary-2{

}

.bg-primary-3{

}

.bg-dark{
	background: #252525;
}

.color-primary{
	color: #005fd5;
}

.color-primary-2{
	
}

.color-primary-3{
	
}

.color-dark{
	color: #252525;
}

.color-white,
.white{
	color: #fff;
}

.red{
	color:red;
}

/*--------------------------------------------------------------
# Globals
--------------------------------------------------------------*/
.gap-xs{
	height: 10px;
	clear: both;
}

.gap-sm{
	height: 30px;
	clear: both;
}

.gap{
	height: 50px;
	clear: both;
}

.gap-lg{
	height: 80px;
	clear: both;
}

.section{
	padding: 60px 0;
	position: relative;
}

.section-bg-one{
	background-image: url(img/section-bg-one.png) center left;
	background-size: cover;
	background-repeat: no-repeat;
}

.section-white{
	background: #fff;
}

.section-grey{
	background: #fafafa;
}

.section-mid-grey{
	background: #f1eff0;
}

.section-blue{
	background: #005fd5;
	color: #fff;
}

.section-dark{
	background: rgb(37,37,37);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(37,37,37,1) 0%,rgba(19,19,19,1) 100%);
    background: radial-gradient(ellipse at center, rgba(37,37,37,1) 0%,rgba(19,19,19,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#252525', endColorstr='#131313',GradientType=1 );
	color: #fff;
}

.section-border-bottom{
	border-bottom: 1px solid #ececec;
}

.grey-content-box{
	background: #fafafa;
	padding: 80px 50px;
}

.white-content-box{
	background: #fff;
	padding: 80px 50px;
}

.white-box-shodow{
	box-shadow: 0 0 50px 0 rgba(0,0,0,0.04);
}

.grey-box-shadow{
	box-shadow: 0 0 50px 0px rgba(0,0,0,0.1);
}

.fixed-width{
	max-width: 750px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.site-width{
	max-width: 1050px;
	width: 100%;
	margin: 0 auto;
}

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

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



/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.align-left {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.align-right {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.align-center {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

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

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

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

.valign-bottom-container{
	vertical-align: bottom;
	display: table-cell;
	position: relative;
}

.valign-bottom{
	vertical-align: bottom;
}

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

/*--------------------------------------------------------------
# Content Formatting
--------------------------------------------------------------*/

.fluid-content-right{
    padding: 0 38.5% 0 50px;
}

.fluid-content-left{
 	padding: 0 50px 0 38.5%;
}

.two-col-list{
	padding: 0;
	margin: 0;
}

.two-col-list li{
	width: 50%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;

}

.two-col-list li i{
	font-size: 16px;
	margin-right: 15px;
	color: #005fd5;
}

.container-wide{
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
}



/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 50px 0
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

.widget img{
	margin-bottom: 15px;
}

.widget ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.widget ul li{
	width: 100%;
}

.widget ul li a{
	padding: 8px 15px;
	border-bottom: 1px dotted #f3f3f3;
	display: inline-block;
	width: 100%;
	text-decoration: none;
}

.widget ul li:first-child a{
	padding-top: 0;	
}

.widget ul li:last-child a{
	padding-bottom: 0;
	border-bottom: 0;
}




/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header{
	padding: 0 0 15px 0;
	position: relative;
}

.federal-R1{
	background: url(img/federal-R1.png); 
	float: none; 
	height: 90px; 
	width: 285px;
	margin: 30px auto 0 auto;
	display: block;
}

a.logo img{
    margin: 37px auto 20px auto;
    height: 30px;
}

.phone-number{
	background: url(img/phone-number.png) no-repeat bottom; 
	text-indent:-9999px; 
	float:left; 
	height:30px; 
	width:154px; 
	margin: 37px 0 0 20px;
}

#primary-nav{
	margin-top: -10px;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer{
	margin: 0 auto 15px auto;
    background: #841E1E url(img/footer-gradient.png) repeat-x;
    color: #989690;
    overflow: hidden;
}

.footer-image {
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
    min-height: 205px;
    padding-top: 50px;
    background: url(img/footer-left.png) no-repeat top left;
    border-bottom: solid 1px #942222;
    overflow: hidden;
}

#footer .copyright{
	text-align: center;
}

.footer-bottom{
	padding: 0 60px;
}

#footer h3 {
    color: #CEA5A5;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 0;
}

#footer ul {
    list-style: none;
    float: left;
    padding: 0;
    margin: 0;
}

#footer ul li {
    float: left;
    font-size: 12px;
    padding: 3px 0 3px 10px;
    font-family: 'Helvetica Neue', Helvetica sans-serif;
    font-weight: bold;
}

#footer ul li a, #footer ul li a:visited {
    color: #CEA5A5;
    text-decoration: none;
}

.copyright {
    margin: 0px auto;
    border-bottom: solid 1px #7D1C1C;
}

.copyright p {
    color: #CEA5A5;
    margin: 1.5em 0 1.5em 0;
    text-align: none;
    font-size: 11px;
}

.copyright i {
    padding: 0 5px;
}

.copyright p a {
    color: #CEA5A5;
}

#footer .social {
 
}

#footer .social ul {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
	width: 100%;
	display: inline;
	text-align: center;
}

#footer .social ul li {
    font-size: 11px;
    font-weight: normal;
    color: #CEA5A5;
    margin-top: 15px;
    padding: 0;
    line-height: 1.5em;
    display: inline-block;
    float: none;
}

#footer .social ul li a {
    float: left;
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

#footer span {
    text-indent: -9999px;
    float: left;
}

a.facebook-icon {
    background: url(img/facebook-icon.png) no-repeat;
    margin-left: 10px;
}

a.twitter-icon {
    background: url(img/twitter-icon.png) no-repeat;
}

a.youtube-icon {
    background: url(img/youtube-icon.png) no-repeat;
}

.sitemap{
	display: inline-block;
    width: 100%;
    padding: 50px 0;
}

.sitemap ul li{
	width: 50%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.enquiry-form{
    background: #D4CDAD;
    padding: 15px 20px;
    border: solid 0px #CC0000;
    letter-spacing: 0.01em;
    margin: 1em 0 10px 0;
    width: 95%;
    display: inline-block;
    color: #292523;
}

.enquiry-form h4,
.popup-inner h4{
	color: #292523!important;
	margin: 0 0 10px 0;
	font-size: 16px;
}


.enquiry-form input,
.enquiry-form textarea,
.enquiry-form select{
	margin-bottom: 0px;
}

.enquiry-form .caldera-grid .row,
.enquiry-form #formset-cal .row{
	margin-bottom: 15px;
}

.enquiry-form h5{
	color: #292523!important;
	text-transform: uppercase;
}

.faq h3{
	margin-top: 2em!important;
}

.faq ul,
#content ul{
	margin: 0 0 1em 15px;
    padding: 0;
    list-style: none;
}

.faq ul li,
#content ul li{
	background: url(img/more-arrow.gif) no-repeat scroll 3px 2px;
    padding: 0 0 0.3em 18px;
    font-size: 12px;
}

.faq ul li a,
#content ul li a{
	color: #fff;
}

#formset-cal input[type="submit"]{
	margin-top: 20px;
}


/*--------------------------------------------------------------
# Homepage
--------------------------------------------------------------*/
#content {
    background: #942222 url(img/content.png) repeat-x;
    clear: both;
    overflow: visible;
    padding: 0 15px;
}

a.feature-more,
a.more {
    background: url(img/more-arrow.gif) no-repeat scroll right 2px transparent;
    font-size: 1.182em;
    margin-top: 5px;
    padding-right: 14px;
    color: #FCB6B6;
    text-decoration: none;
    font-size: 13px;
}

.features .feat{
	margin-bottom: 50px;
}

.features .feat-last{
	margin-bottom: 0px;
}

#content .features img{
	width: 100%;
}

#content h3 i{
	opacity: .5;
	font-size: 12px;
	margin-left: 5px;
}

.cta{
	background: rgba(176,42,42,1);
	padding: 25px;
}

.hl-number{
	width: 50px;
	height: 50px;
	display: inline-block;
	background: #000;
	color: #fff;
	border-radius: 100%;
	text-align: center;
	font-size: 30px;
	line-height: 50px;
	float: left;
	margin-right: 20px;
}

.hl-text{
	float: left;
}

.hl-text h3{
	font-size: 16px;
}

.hl-text a{
	position: relative;
}

.hl-text a i{
	position: absolute;
    top: -6px;
    left: -7px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 2px solid #fff;
    line-height: 28px;
    font-size: 18px;
    text-align: center;
    background: rgb(59,154,58);
    background: -moz-linear-gradient(-45deg, rgba(59,154,58,1) 32%, rgba(0,118,0,1) 53%);
    background: -webkit-linear-gradient(-45deg, rgba(59,154,58,1) 32%,rgba(0,118,0,1) 53%);
    background: linear-gradient(135deg, rgba(59,154,58,1) 32%,rgba(0,118,0,1) 53%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b9a3a', endColorstr='#007600',GradientType=1 );
}

.hl-text .button-icon{
	padding-left: 27px;
}

.highlights{
	position: relative;
}

.highlights h3{
	margin:0 0 5px;
}

.highlights .col-xs-12{
	text-align: center;
}

.highlights .hl{
	margin: 0 auto 70px auto;
	display: inline-block;
	width: 216px;
	text-align: left!important;
}

.highlights .hl-last{
	margin-bottom: 0;
}

.or-one,
.or-two{
	text-indent: 0;
    top: 50%;
    margin-top: -10px;
    float: left;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 99;
    color: #fff;
    margin-left: -53px;
    font-size: 17px;
    font-style: italic;
}

.or-one{
	top: 30%;
	left: 50%;
	margin-left: -10px;
}

.or-two{
	top: 71%;
	left: 50%;
	margin-left: -10px;
}


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

.hentry {
	margin: 0 0 1.5em;
}

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

.single .byline,
.group-blog .byline {
	display: inline;
}

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

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

.entry-title{
	color: #FFFFFF;
    font-weight: 400;
    font-size: 26px;
    line-height: 1em;
    margin: 0 0 0.68em 0;
    padding: 0;
}

#page-banner img{
	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, /* Older / Newer Posts Navigation (always hidden) */
.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%;
}

.video_wrapper{
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}

.video_wraper iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


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


/*--------------------------------------------------------------
## jQuery Form Validation
--------------------------------------------------------------*/
.help-block{
	padding: 8px 15px;
	display: inline-block;
	width: 100%;
} 

.form-error{
	
}

.has-error input{
	
}

.has-success input{
	
}


/*--------------------------------------------------------------
## RS Slides
--------------------------------------------------------------*/
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }


/*--------------------------------------------------------------
## Front End Framework Styles
--------------------------------------------------------------*/
#wpadminbar #wp-admin-bar-ncweb .ncweb-admin-logo{
	background-image: url(admin/img/framework-icon.png);
	background-size: 41px;
	background-repeat:no-repeat;
	background-position: center center;
	width:50px;
	height:24px;
	position:relative;
	float:left;
	speak:none;
	padding:4px 0;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}