/* Minification failed. Returning unminified contents.
(987,10): run-time error CSS1024: Expected media identifier, found '{'
(1004,2): run-time error CSS1019: Unexpected token, found '}'
(1760,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(1761,10): run-time error CSS1035: Expected colon, found '{'
(1765,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(1766,10): run-time error CSS1035: Expected colon, found '{'
(1770,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(1771,10): run-time error CSS1035: Expected colon, found '{'
(1775,1): run-time error CSS1019: Unexpected token, found '@-ms-keyframes'
(1776,10): run-time error CSS1035: Expected colon, found '{'
(1785,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(1786,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(1792,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(1793,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(1815,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(1816,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(1842,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(1843,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
 */
/*--------------------------------------------------------------
Elements
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(69, 94, 104, 0.5);
}

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

body {
	margin:0;
	padding-top:125px;
	background:#FFFFFF;
}

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

img {
	border: 0;
	vertical-align: middle;
	height: auto;
	max-width: 100%;
}

svg {
	max-width:100%;
	stroke: currentColor;
	fill: currentColor;
	vertical-align:middle;
}

embed,
iframe,
object {
	max-width: 100%;
}

table {
	max-width:100%;
	border-collapse:collapse;
	border-spacing:0;
}

hr {
	box-sizing: content-box;
	border-top: 1px solid #b8c7d3;
	border-bottom: none;
	border-right:none;
	border-left:none;
	height: 0;
	margin: 2.2em 0 2.8em;
}



/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #002147;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top:0;
	line-height:1.2;
}


h1 {
	font-size:2.5em;
	font-weight:400;
	line-height:1.4;
	margin-bottom:.7em;
}

h2 {
	font-size:1.7em;
	font-weight:600;
	margin-bottom:.6em;
	text-transform:uppercase;
	letter-spacing:.02em;
	color:#AD3744;
}


@media (min-width: 768px) {
	h2 {
		font-size:2em;
	}
}

h2 + h3 {
	margin-top:-.6em;
}

h3 {
	font-size:1.5em;
	font-weight:400;
	line-height:1.6;
	margin-bottom:1em;
}

h4 {
	font-size:1.3em;
	font-weight:700;
	line-height:1.5;
	margin-bottom:.7em;
	color:#AD3744;
}

h5 {
	font-size:1.2em;
	font-weight:500;
	line-height:1.6;
	margin: .3em 0;
}

h6 {
	font-size:.85em;
	font-weight:400;
	line-height:1.5;
	margin-bottom:.4em;
}

h1 a, h2 a, h3 a, h4 a {
	font-weight:inherit;
	color:inherit;
}

p {
	margin-bottom:1rem;
	margin-top:0;
	font-size:1.25rem;
	line-height:1.8;
}

b,
strong {
	font-weight: bold;
}

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

blockquote {
	margin: 2em auto 2em;
	padding:1em 1.3em;
	border-radius:8px;
	font-size:1.2em;
    background: rgba(170, 170, 170, .1);
}

blockquote p:last-child{
	margin-bottom:0;
}

address {
	margin: 0 0 1.5em;
}

small {
	font-size: 75%;
}

big {
	font-size: 140%;
}

main li {
	margin: 0 0 .7em;
}

.caption {
	font-style:italic;
	font-size:.9em;
	margin:.4em 0;
}

ul {
	list-style:disc;
}

ul, ol {
	padding:0 0 0 1.1em;
	font-size:1.25rem;
}

article li {
	margin-bottom:.4em;
}



/*--------------------------------------------------------------
Links
--------------------------------------------------------------*/
a {
	color:inherit;
	background-color: transparent;
	font-weight: inherit;
	text-decoration: underline;
	-webkit-transition: all .3s;
			transition: all .3s;
}

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

a:hover {
	text-decoration:underline;
	color:#AD3744;
}

a:focus {
	outline: 0
}

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

.more-link {
	display:inline-block;
}

a.more-link {
	text-decoration:none;
	font-weight:700;
	color:#3D6297;
}

a.more-link:visited {
	color:#6482a8;
}

h3.more-link {
	display:block;
	margin:.7em 0;
}

.more-link::after {
	display:inline-block;
	content:"";
	height: .4em;
    width: .4em;
	margin:0 0 .1em .3em;
    vertical-align: middle;
    border-top: 3px solid;
    border-right: 3px solid;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

a.more-link:hover {
	text-decoration:none;
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);;
            transform: translateX(5px);
}

.btn {
	display:inline-block;
	position:relative;
	transition:all .5s;
	text-decoration:none;
	text-align:center;
	font-size:1rem;
	font-weight:700;
    padding: 1.2em 1.3em;
    min-width: 220px;
	margin:.3em 0;
	background:#AD3744;
	color:#FFFFFF;
}

.btn + .btn {
	margin-left:3em;
}


@media (max-width: 768px) {
	.btn + .btn {
		margin-left:0;
	}
	
	.btn {
		display:block;
	}
}

.btn:hover {
	background-color:rgba(0, 0, 0, 0.8);
	color:#FFF;
	text-decoration:none;
}

.btn:after {
	display:inline-block;
	content:"";
	height: .5em;
    width: .5em;
	margin:0 0 .1em .3em;
    vertical-align: middle;
    border-top: 2px solid;
    border-right: 2px solid;
    -webkit-transform: rotate(45deg);
    		transform: rotate(45deg);

	-webkit-transition: -webkit-transform .3s;
			transition: transform .3s;
}

.nav-next .btn:after {
	display:none;
}

.nav-next .btn:before {
	display:inline-block;
	content:"";
	height: .5em;
    width: .5em;
	margin:0 .3em .1em 0;
    vertical-align: middle;
    border-bottom: 2px solid;
    border-left: 2px solid;
    -webkit-transform: rotate(45deg);
    		transform: rotate(45deg);

	-webkit-transition: -webkit-transform .3s;
			transition: transform .3s;
}


.btn.down:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
}

.btn:hover:after {
    -webkit-transform: translateX(4px) rotate(45deg) ;
            transform: translateX(4px) rotate(45deg) ;
}

.nav-next .btn:hover:before {
    -webkit-transform: translateX(-4px) rotate(45deg) ;
            transform: translateX(-4px) rotate(45deg) ;
}

.btn.down:hover:after {
    -webkit-transform: rotate(90deg) translateX(5px);
            transform: rotate(90deg) translateX(5px);
}



/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
.site-header {
	display:block;
	position:fixed;
	top:0;
	right:0;
	left:0;
	z-index:9999;
	background-color:#FFFFFF;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(5,5,5,0.2);
    -moz-box-shadow: 0px 3px 3px 0px rgba(5,5,5,0.2);
    box-shadow: 0px 3px 3px 0px rgba(5,5,5,0.2);
}

body.admin-bar .site-header {
	top:30px;
}

.top-bar {
	text-align:right;
	background-color:#4B4F54;
	font-size:1.1em;
}

.top-bar a {
	display:inline-block;
	padding:.2em .5em;
	text-decoration:none;
	color:#FFFFFF;
}

.top-bar a:hover {
	color:#F5F5F5;
}

.top-bar svg {
	padding-bottom:.1em;
}

.cd-sites-menu {
	display:inline-block;
	position:relative;
	margin-right:.3em;
}

.cd-sites-menu-trigger {
	font-size:.9em;
	font-weight:400;
}

.cd-sites-menu-trigger::after {
	display:inline-block;
	content:"";
	height: .5em;
    width: .5em;
	margin:0 0 .4em .7em;
    vertical-align: middle;
    border-top: 2px solid;
    border-right: 2px solid;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.cd-sites-menu-inner {
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	background-color:#4B4F54;
	text-align:left;
}

.cd-sites-menu:hover .cd-sites-menu-inner {
	left: 0;
}

.cd-sites-menu-inner a {
	display:block;
	padding:.7em .9em;
	margin:0;
	font-weight:400;
	font-size:.8em;
	min-width:210px;
}

.cd-sites-menu-inner a:hover,
.cd-sites-menu-inner a.current {
	background-color:rgba(0,0,0,.4);
}


.site-logo a {
	display:block;
	max-width:160px;
	z-index:99999;
	padding:.8em 0;
}



/*--------------------------------------------------------------
Menus
--------------------------------------------------------------*/
.nav-container {
	text-align:right;
}

.main-navigation {
	display:inline-block;
	margin-top:1.4em;
	text-transform:uppercase;
}

.main-navigation ul {
	list-style: none;
	font-size:inherit;
	margin: 0;
	padding: 0;
}

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

.main-navigation a {
	display: block;
	text-decoration: none;
	line-height:2em;
	font-size: .9em;
	font-weight: 600;
	letter-spacing:.07em;
	color:inherit;
}

/* Padding for: top level nav item on: large screen */
@media screen and (min-width: 992px) {
	.main-navigation a {
		padding: 2.4em .5em 1.3em;
	}
}

.main-navigation a:hover {
	color:inherit;
}

/* Left margin for: nav item on: large screen */
@media screen and (min-width: 992px) {
	.main-navigation ul.menu > li {
		margin:0 0 0 1.7em;
	}
}

.nav-menu > .current-menu-item > a,
.nav-menu > .current-page-ancestor > a {
	font-weight:800;
}

.nav-menu > .current-menu-item > a,
.nav-menu > .current-page-ancestor > a,
.nav-menu > .menu-item > a:hover {
	color:#AD3744;
}

/* Dropdowns for large screen */
@media screen and (min-width: 992px) {
	.main-navigation ul.menu > li.menu-item-has-children > a::after {
		display:inline-block;
		content:"";
		height: .5em;
		width: .5em;
		margin:0 0 .4em .3em;
		vertical-align: middle;
		border-top: 2px solid;
		border-right: 2px solid;
		-webkit-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	
	.main-navigation ul ul {
		text-align:left;
		background-color:#7C878E;
		float: left;
		position: absolute;
		top: 100%;
		left: -999em;
		z-index: 99999;
	}
	
	.main-navigation ul ul a {
		min-width: 210px;
		padding:.4em 1em;
		color: #FFFFFF;
	}
	
	.main-navigation ul li:hover > ul {
		left: 0;
	}

	.main-navigation ul ul ul {
		text-align:left;
		float: left;
		position: absolute;
		top: 0;
		left: -999em;
		z-index: 99999;
	}
	
	.main-navigation ul ul li:hover > ul {
		left: 100%;
	}
}

.main-navigation ul ul li {
	display:block;
	font-size:.8em;
	line-height:2em;
}

.main-navigation ul ul .current-menu-item a {
	background-color:rgba(0,0,0,.4);
	color:#FFFFFF;
}

.main-navigation ul ul a:hover {
	background-color:rgba(0,0,0,.4);
	color:#FFFFFF;
}



.menu-toggle {
	display: none;
	position:absolute;
	top:20px;
	right:20px;
	background:#FFF;
	color:#002147;
	border:2px solid #002147;
	box-shadow:none;
	margin:0;
	padding:.5em .7em;
	min-width:auto;
	cursor:pointer;
}

.menu-toggle:before {
	content:'\2630';
}

@media screen and (max-width: 991px) {
	
	.menu-toggle {
		display: block;
	}
	
	.main-navigation {
		display: none;
		margin: 0;
		text-align:center;
	}

	.main-navigation.toggled {
		display: block;
		margin:20px 0;
	}
	
	body .main-navigation li {
		display:block;
		padding:0;
	}
	
	.main-navigation ul ul a:before {
		content:'- ';
	}
	
}



/*--------------------------------------------------------------
Search 
--------------------------------------------------------------*/
#main-search-trigger {
	display:inline-block;
	margin-left:1.3em;
}

@media screen and (max-width: 991px) {
	#main-search-trigger {
		position:absolute;
		top:-30px;
		right:20px;
	}
}

#main-search-trigger svg {
	height:1em;
	width:1em;
	overflow:visible;
}

#main-search-form {
	display:none;
	position:absolute;
	right:40px;
	padding:10px;
	background-color:#FFF;
	border-left:1px solid #CCC;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
}

.search-form .search-field {
	width:70%;
}

.search-form .search-submit {
	width:28%;
	min-width:auto;
	padding: 9px 10px;
}



/*--------------------------------------------------------------
Structure
--------------------------------------------------------------*/
.site-main {
	padding-top:2.8em;
}



/*--------------------------------------------------------------
Home Header
--------------------------------------------------------------*/
.home-header {
	position:relative;
	min-height:270px;
	background-color:#EEF0F3;
	border-bottom: 1px solid #E8E8E8;
	background-position:right 220px;
	background-repeat:no-repeat;
	background-size:50%;
}

@media (min-width: 992px) {
	.home-header-content {
		margin:3.5em .6em 0;
	}
}

.home-header h1 {
	margin-bottom:.3em;
	margin-top:.5em;
}

@media (min-width: 992px) {
	.home-header h1 {
		font-size:2.5em;
	}
}
	
.home-header h2 {
	color:#002147;
	font-size:1.65em;
	font-weight:400;
	margin-bottom:2em;
}

.home-header-img-left {
	background-position:center center;
	background-size:cover;
	min-height:300px;
}

@media (min-width: 992px) {
	.home-header-img-left {
		position:absolute;
		top:0;
		bottom:0;
		left:0;
		width:50%;
	}
}



/*--------------------------------------------------------------
Page Header
--------------------------------------------------------------*/
.page-header {
	padding:1.1em 0 .7em;
	min-height:350px;
	margin-bottom:3.5em;
	background-color:#F3F4F7;
	border-bottom: 1px solid #E8E8E8;
	background-position:right bottom;
	background-repeat:no-repeat;
	background-size:65%;
}

.page-header h1 {
	margin-top:.7em;
}

@media (min-width: 992px) {
	.page-header h1 {
		margin-top:1.8em;
	}
}



/*--------------------------------------------------------------
Feature box
--------------------------------------------------------------*/
.feature-box {
	display:block;
	padding:20px;
	margin:15px auto;
	text-decoration:none;
	font-weight:inherit;
}

a.feature-box:hover {
	text-decoration:none;
	color:inherit;
    box-shadow: 0 4px 9px rgba(0,0,0,.12);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.feature-box h3 {
	font-size:1.4em;
	margin-top: .3em;
	margin-bottom:.6em
}

.feature-box p {
	font-size:1.1em;
}



/*--------------------------------------------------------------
Feature list  - <svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' viewBox='0 0 1792 1792'><path fill='#366098' d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z'/></svg>
--------------------------------------------------------------*/
ul.feature-list {
	list-style:none;
	padding-left:1.7em;
}

ul.feature-list > li {
	margin-bottom:.8em;
}

ul.feature-list > li:before{
	content: "";
    height: 1em;
    width: 1em;
    display: inline-block;
	vertical-align:middle;
    margin-left: -1.8em;
	margin-right:.7em;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;	
	background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%27100%25%27%20height%3D%27100%25%27%20viewBox%3D%270%200%201792%201792%27%3E%3Cpath%20fill%3D%27%23366098%27%20d%3D%27M1671%20566q0%2040-28%2068l-724%20724-136%20136q-28%2028-68%2028t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28%2068-28t68%2028l294%20295%20656-657q28-28%2068-28t68%2028l136%20136q28%2028%2028%2068z%27%2F%3E%3C%2Fsvg%3E");
}



/*--------------------------------------------------------------
Visual Helpers
--------------------------------------------------------------*/
.txt-white {
	color:#FFFFFF;
}

.txt-grey {
	color:#7c878e;
}

.txt-light-blue {
	color:#3d6297;
}

.txt-white{
	color:#ffffff;
}

.bg-grey {
	background-color:#F3F4F7;
	border:1px solid #E8E8E8;
	color:#002147;
}

.bg-red {
	background-color:#AD3744;
	color:#FFFFFF;
}

.bg-blue {
	background-color:#3D6297;
	color:#FFFFFF;
}

.bg-dark-blue {
	background-color:#002147;
	color:#FFFFFF;
}

.line-left::before {
	position:absolute;
	content:"";
	top:0;
	bottom:0;
	left:0;
	border-left:1px solid #89949E;
}

@media (min-width: 992px) {

	.line-center  {
		position:relative;
	}
	
	.line-center::before {
		position:absolute;
		content:"";
		top:0;
		bottom:1em;
		left:50%;
		border-left:1px solid #b8c7d3;
	}
	
}



/*--------------------------------------------------------------
Testimonials Shortcode
--------------------------------------------------------------*/
.testimonial-container {
	margin-bottom:2em;
	-webkit-column-count: 2;
	   -moz-column-count: 2;
			column-count: 2;
	-webkit-column-width: 400px;
	   -moz-column-width: 400px;
			column-width: 400px;
	-webkit-column-gap: 80px;
	   -moz-column-gap: 80px;
			column-gap: 80px;
}

.testimonial-container .testimonial {
	display:inline-grid;
	position:relative;
	background-color:#f3f4f7;
	padding:40px 40px 20px 40px;
	border-radius:7px;
	font-size:1em;
	margin-bottom:57px;
	-webkit-column-break-inside: avoid;
              page-break-inside: avoid;
                   break-inside: avoid;
}



/* Safari 6.1-10.0 (Stacking Testimonials from in Safari versions 6.1-10) */

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) 
{ @media {

    _:-webkit-full-screen, .testimonial-container { 
	-webkit-column-count: auto;
	   -moz-column-count: auto;
			column-count: auto;
	-webkit-column-width: auto;
	   -moz-column-width: auto;
			column-width: auto;

    }
	
	
	_:-webkit-full-screen, .testimonial-container .testimonial {
		
		display:block!important;
	}
}}



.testimonial-container .testimonial.testimonial-group-consumer {
	background-color:#e9eaed;
}

.testimonial-container .testimonial.testimonial-group-consumer .testimonial-arrow {
	border-top-color:#e9eaed;
}

.testimonial-container .testimonial.testimonial-group-agent {
	background-color:#d3d9e2;
}

.testimonial-container .testimonial.testimonial-group-agent .testimonial-arrow {
	border-top-color:#d3d9e2;
}

.testimonial-container .testimonial .testimonial-arrow {
	display:block;
	position:absolute;
	top:100%;
	right:80%;
	width: 0; 
	height: 0; 
	border-top: 30px solid #f3f4f7;
    border-bottom: 20px solid transparent;
    border-right: 40px solid transparent;
}



/*--------------------------------------------------------------
Testimional Footer
--------------------------------------------------------------*/
.testimonial-footer {
	background-image:url(img/testimonial-bg.png);
	background-size:cover;
	background-position:center center;
	padding:6em 0 4em;
}

.testimonial-footer .testimonial {
	display:inline-block;
	position:relative;
	vertical-align:middle;
	padding:20px 20px 0;
	margin-bottom:4em;
	background-color:#FFF;
	border-radius:7px;
	font-size:.8em;
}

.testimonial-footer .testimonial p {
	font-size:1rem;
}


.testimonial-footer .testimonial::after {
	display:block;
	position:absolute;
	top:100%;
	right:80%;
	content:"";
	width: 0; 
	height: 0; 
	border-top: 30px solid #FFF;
    border-bottom: 20px solid transparent;
    border-right: 40px solid transparent;
}



/*--------------------------------------------------------------
Blog
--------------------------------------------------------------*/
.blog-item {
	position:relative;
	margin:0 0 40px;
	padding-bottom:0;
}

.blog-item img {
	float:left;
	max-width:150px;
	margin-right:30px;
	margin-bottom:20px;
}

.blog-item h3 {
	font-size:1.6em;
	margin-bottom:.4em;
}

.blog-item p {
	margin-bottom:2.8em;
}

.blog-item .more-link {
	position:absolute;
	bottom:18px;
	right:25px;
}


.blog-item small {
	font-size:35%;
	vertical-align:top;
	font-weight:bold;
}

/*--------------------------------------------------------------
Single Blog
--------------------------------------------------------------*/
.entry-meta {
	margin:.7em 0;
	font-size:.8em;
}

.entry-meta a {
	color:inherit;
	text-decoration:none;
	font-weight:300;
}

.entry-meta ul {
	font-size:1em;
	margin:0;
	padding:0;
}

.entry-meta li {
	list-style:none;
	margin:0;
	padding:0;
}

.entry-date:before{
    display: inline-block;
	vertical-align:middle;
	margin-right:.7em;
	content: "";
    height: 1em;
    width: 1em;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;	
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTc5MiIgaGVpZ2h0PSIxNzkyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0xOTIgMTY2NGgyODh2LTI4OEgxOTJ2Mjg4em0zNTIgMGgzMjB2LTI4OEg1NDR2Mjg4em0tMzUyLTM1MmgyODhWOTkySDE5MnYzMjB6bTM1MiAwaDMyMFY5OTJINTQ0djMyMHpNMTkyIDkyOGgyODhWNjQwSDE5MnYyODh6bTczNiA3MzZoMzIwdi0yODhIOTI4djI4OHpNNTQ0IDkyOGgzMjBWNjQwSDU0NHYyODh6bTc2OCA3MzZoMjg4di0yODhoLTI4OHYyODh6bS0zODQtMzUyaDMyMFY5OTJIOTI4djMyMHpNNTc2IDQ0OFYxNjBxMC0xMy05LjUtMjIuNVQ1NDQgMTI4aC02NHEtMTMgMC0yMi41IDkuNVQ0NDggMTYwdjI4OHEwIDEzIDkuNSAyMi41VDQ4MCA0ODBoNjRxMTMgMCAyMi41LTkuNVQ1NzYgNDQ4em03MzYgODY0aDI4OFY5OTJoLTI4OHYzMjB6TTkyOCA5MjhoMzIwVjY0MEg5Mjh2Mjg4em0zODQgMGgyODhWNjQwaC0yODh2Mjg4em0zMi00ODBWMTYwcTAtMTMtOS41LTIyLjVUMTMxMiAxMjhoLTY0cS0xMyAwLTIyLjUgOS41VDEyMTYgMTYwdjI4OHEwIDEzIDkuNSAyMi41dDIyLjUgOS41aDY0cTEzIDAgMjIuNS05LjV0OS41LTIyLjV6bTM4NC02NHYxMjgwcTAgNTItMzggOTB0LTkwIDM4SDE5MnEtNTIgMC05MC0zOHQtMzgtOTBWMzg0cTAtNTIgMzgtOTB0OTAtMzhoMTI4di05NnEwLTY2IDQ3LTExM1Q0ODAgMGg2NHE2NiAwIDExMyA0N3Q0NyAxMTN2OTZoMzg0di05NnEwLTY2IDQ3LTExM3QxMTMtNDdoNjRxNjYgMCAxMTMgNDd0NDcgMTEzdjk2aDEyOHE1MiAwIDkwIDM4dDM4IDkweiIvPjwvc3ZnPg==");
}

.entry-cat:before{
    display: inline-block;
	vertical-align:middle;
	margin-right:.7em;
	content: "";
    height: 1em;
    width: 1em;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;	
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTc5MiIgaGVpZ2h0PSIxNzkyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0xNzI4IDYwOHY3MDRxMCA5Mi02NiAxNTh0LTE1OCA2NkgyODhxLTkyIDAtMTU4LTY2dC02Ni0xNThWMzUycTAtOTIgNjYtMTU4dDE1OC02NmgzMjBxOTIgMCAxNTggNjZ0NjYgMTU4djMyaDY3MnE5MiAwIDE1OCA2NnQ2NiAxNTh6Ii8+PC9zdmc+");
}


.share {
	margin:0 0 2em;
}

.share a {
	display:inline-block;
	max-width:25px;
	margin-right:5px;
}

.share a img {
	filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	
	transition: all .3s;
}

.share a:hover img {
	filter: none;
	-webkit-filter: grayscale(0%);
}

.share small {
	display:inline-block;
	margin-right:10px;
}

.single-post .wp-post-image {
	margin:0 auto 2em;
}



/*--------------------------------------------------------------
Interactive Area
--------------------------------------------------------------*/
.interactive-area {
	position:relative;
	max-width:450px;
	margin:1em auto;
}

.interactive-area img {
	display:block;
	max-width:80%;
	margin:0 auto;
}

@media (max-width: 500px) {

	.interactive-area {	
		margin-right:20px;
		margin-left:20px;
	}
}

/*wiggle 2s infinite alternate*/
.interactive-point {
    position: absolute;
    
	-webkit-transition: opacity 600ms 600ms, -webkit-transform 600ms 600ms;
	transition: opacity 600ms 600ms, transform 600ms 600ms;
    
	-webkit-transform-origin: top left;
    transform-origin: top left;

	-webkit-animation: fadein .5s;
			animation: fadein .5s;
	-webkit-animation-fill-mode:backwards;
			animation-fill-mode:backwards;

    z-index: 1;
}

.interactive-point:nth-of-type(1) {
	animation-delay:.3s;
	-webkit-animation-delay:.3s;
}

.interactive-point:nth-of-type(2) {
	animation-delay:.6s;
	-webkit-animation-delay:.6s;
}

.interactive-point:nth-of-type(3) {
	animation-delay:.9s;
	-webkit-animation-delay:.9s;
}

.interactive-point:nth-of-type(4) {
	animation-delay:1.2s;
	-webkit-animation-delay:1.2s;
}

.interactive-point:nth-of-type(5) {
	animation-delay:1.5s;
	-webkit-animation-delay:1.5s;
}

.interactive-point:nth-of-type(6) {
	animation-delay:1.8s;
	-webkit-animation-delay:1.8s;
}

.interactive-point:nth-of-type(7) {
	animation-delay:2.1s;
	-webkit-animation-delay:2.1s;
}

.interactive-point:nth-of-type(8) {
	animation-delay:2.4s;
	-webkit-animation-delay:2.4s;
}



.interactive-point.open-off {
	animation:none;
	-webkit-animation:none;
}


.interactive-point-icon {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;	
	cursor:pointer;
	width:45px;
	height:45px;
	line-height:1;
	font-size:33px;
	font-weight:800;
	text-align:center;
	color:#FFFFFF;
	border-radius:50%;
	border:5px solid #FFFFFF;
	background:#89949E;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(5,5,5,0.2);
    -moz-box-shadow: 0px 3px 3px 0px rgba(5,5,5,0.2);
    box-shadow: 0px 3px 3px 0px rgba(5,5,5,0.2);
		
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;	
	
	-webkit-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

.interactive-point.open .interactive-point-icon {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.interactive-point-inner {
	max-width: 0;
    max-height: 0;
	overflow:hidden;
    background-color: #FFFFFF;
    border-radius: 20px;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    z-index: 1;
}

.interactive-point.open .interactive-point-inner {
	max-width:420px;
	max-height:333px;
}

.interactive-point.left .interactive-point-inner {
    -webkit-transform: translate(-95%, 0);
    -ms-transform: translate(-95%, 0);
    transform: translate(-95%, 0);
}

.interactive-point.left.top .interactive-point-inner {
    -webkit-transform: translate(-99%, -92%);
    -ms-transform: translate(-99%, -92%);
    transform: translate(-99%, -92%);
}

.interactive-point.top .interactive-point-inner {
    -webkit-transform: translate(0, -95%);
    -ms-transform: translate(0, -95%);
    transform: translate(0, -95%);
}

.interactive-point-content {
	padding:20px;
	width:225px;
	font-size:.8em;
	color:#002147;
}

.interactive-point-content h4 {
	margin:0 0 .2em;
}



/*--------------------------------------------------------------
Region Select
--------------------------------------------------------------*/
#region-trigger img {
	display:inline-block;
	vertical-align:middle;
	max-width:27px;
}

#region-popup {
	display:none;
	text-align:center;
}

.region-popup-bg {
	position:fixed;
	z-index:9999;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background:rgba(0,0,0,.5);
}

.region-popup-box {
	position:fixed;
	z-index:99999;
	top:20%;
	right:0;
	left:0;
	margin:0 auto;
	width:630px;
	max-width:90%;
	padding:30px;
	text-align:center;
}

.region-popup-box a {
	display:inline-block;
	margin:1.5em 1em;
}



/*--------------------------------------------------------------
Toggle
--------------------------------------------------------------*/
.toggle-trigger {
	display:block;
	text-decoration:none;
	font-weight:700;
	font-size:1.5em;
	padding:.4em 0 .7em;
}

.toggle-trigger::after {
	display:inline-block;
	content:"";
	height: .5em;
    width: .5em;
	margin:0 0 .4em .3em;
    vertical-align: middle;
    border-top: 2px solid;
    border-right: 2px solid;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.toggle-trigger[aria-expanded='true']::after {
	margin:.2em 0 0 .3em;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.toggle-container {
	display:none;
	padding-bottom:1.5em;
}

.toggle-container[aria-hidden='true'] {
	display:none;
}



/*--------------------------------------------------------------
Sidebar
--------------------------------------------------------------*/
.sidebar .widget {
	padding:15px 20px 10px;
	margin-bottom:20px;
}

.sidebar .widget h2 {
	font-size:1.7em;
	margin-bottom:.4em;
}

.sidebar .widget p {
	font-size:1.1em;
}



/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
.site-footer {
	margin:3em 0 0
}

/* Space for blog page */
.blog .site-footer {
	margin:5em 0 0;
}

.main-footer {
	background-color:#4B4F54;
	color:#FFFFFF;
	padding:4em 0;
}

.main-footer a {
	color:#FFFFFF;
}

.main-footer a:hover {
	color:#FFFFFF;
}

.main-footer .widget .menu {
	list-style: none;
	margin: 0 0 2em;
	padding: 0;
	font-size:.8em;
}

.main-footer .widget .menu a {
	display:block;
	margin:0 0 .3em;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:500;
}

.main-footer .widget .menu a:hover {
	text-decoration:underline;
}

.social {
	text-align:center;
	margin-bottom:1em;
}

.social a {
	display:inline-block;
	width:30px;
}

.footer-meta {
	margin:3em auto 0;
	text-align:center;
	font-size:.8em;
}

.footer-meta a {
	text-decoration:none;
	font-weight:500;
}

.menu-legal-container {
	display:inline-block;
}

.menu-legal-container ul {
	list-style:none;
	font-size:inherit;
	margin:0;
	padding:0;
}

.menu-legal-container li {
	display:inline-block;
	margin:0;
	padding:0;
}

.menu-legal-container li:before {
	content:' – ';
}


/*--------------------------------------------------------------
Helper classes
--------------------------------------------------------------*/
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: polygon(0px 0px, 0px 0px,0px 0px, 0px 0px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

/* Align */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

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

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

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

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

@media (max-width: 991px) {
	.txt-center-mobile {
		text-align:center!important;
	}
}

.display-block {
	display:block!important;
}



body .txt-small {
	font-size:1em;
}


/* Font Weight */
.fw-300 {
	font-weight:300;
}

.fw-400 {
	font-weight:400;
}

.fw-700 {
	font-weight:700;
}

.fw-900 {
	font-weight:900;
}


/* Font Size */
.sz-1em {
	font-size:1em;
}

.sz-1-5em {
	font-size:1.5em;
}

.sz-2em {
	font-size:2em;
}

.sz-3em {
	font-size:3em;
}

.sz-3-5em {
	font-size:3.5em;
}


/* Margin */
.m-0 {
	margin:0;
}

.m-t-1em {
	margin-top:1em;
}

.m-t-2em {
	margin-top:2em;
}

.m-t-3em {
	margin-top:3em;
}

.m-t-4em {
	margin-top:4em;
}

.m-b-1em {
	margin-bottom:1em;
}

.m-b-2em {
	margin-bottom:2em;
}

.m-b-3em {
	margin-bottom:3em;
}

.m-b-4em {
	margin-bottom:4em;
}

.m-a-20 {
	margin:20px;
}


/* Padding */
.p-0 {
	padding:0;
}

.p-a-20 {
	padding:20px;
}

.p-a-2em {
	padding:2em;
}


/* Width */
.mw-200 {
	max-width:200px;
	margin-left:auto;
	margin-right:auto;
}


.mw-400 {
	max-width:400px;
	margin-left:auto;
	margin-right:auto;
}

.mw-900 {
	max-width:900px;
	margin-left:auto;
	margin-right:auto;
}

.mw-1000 {
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
}



/*--------------------------------------------------------------
Animations
--------------------------------------------------------------*/
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Firefox */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Safari and Chrome */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Opera */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@-webkit-keyframes wiggle {
  0% { -webkit-transform: rotate(-8deg); transform: rotate(-8deg); }
  10% { -webkit-transform: rotate(8deg); transform: rotate(8deg); }
  12% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
}

@keyframes wiggle {
  0% { -webkit-transform: rotate(-8deg); transform: rotate(-8deg); }
  10% { -webkit-transform: rotate(8deg); transform: rotate(8deg); }
  12% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
}



.loader {
	margin: 100px auto;
	font-size: 25px;
	width: .8em;
	height: .8em;
	border-radius: 50%;
	position: relative;
	text-indent: -9999em;
	-webkit-animation: load5 1.1s infinite ease;
			animation: load5 1.1s infinite ease;
	-webkit-transform: translateZ(0);
		-ms-transform: translateZ(0);
			transform: translateZ(0);
}
@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #333333, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #333333, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #333333, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #333333, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #333333, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #333333, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #333333, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #333333;
  }
}
@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #333333, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #333333, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #333333, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #333333, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #333333, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #333333, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #333333, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #333333;
  }
}



/*--------------------------------------------------------------
Hubspot Forms
--------------------------------------------------------------*/
#hbspt-form-container {
	min-height:150px;
}

#hbspt-form-container:empty:after{
	display:block;
    content: "Loading...";
	text-align:center;
	padding:3em;
}

.hs-form-field > label {
	position:absolute;
	left:-10000px;
	top:auto;
}

/* show label if no placholder */
.no-placeholder .hs-form-field > label {
	position:relative;
	left:auto;
}

.hs-form .hs-error-msgs {
	list-style:none;
	margin:.3em 0 0;
	padding:0;
}

.hs-form .hs-error-msgs label {
	color:red;
	font-weight:400;
	font-size:.8em;
}

.hs-form input:focus:required:invalid {
	border-color:orange;
}

.hs-form .hs-button {
	width:100%;
	min-width:auto;
}


form input.error {
	border-color:red;
}

form .field {
	margin:0 0 .8em;
}

.form-error {
	color:red;
	margin:.3em 0 0;
	font-size:.8em;
}



/*--------------------------------------------------------------
MailChimp
--------------------------------------------------------------*/
#mc_embed_signup {
	margin-top:1em;
}

#mc_embed_signup response {
	margin:.3em 0;
}

#mc_embed_signup input[type="submit"] {
	display:block;
	width:100%;
}



/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

label {
	color: #2C2D2D;
	font-size:.9em;
	font-weight: 700;
}

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

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

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

input[type="search"] {
	-webkit-appearance: textfield;
}

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    outline: none;
	border:none;
	box-shadow: none;
	text-shadow: none;
	border-radius: 0;
	font-size: 1rem;
	line-height: 1;
	cursor: pointer;
	-webkit-appearance: none;
	
	position:relative;
	transition:all .5s;
	text-decoration:none;
	display:inline-block;
	
	text-align:center;
	font-weight:700;
    padding: 1.3em 1.2em;
    min-width: 200px;
	background:#AD3744;
	color:#FFFFFF;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background-color: #000000;
    color: #fff;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	outline:0;
}

input[type="text"],
input[type="tel"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="password"],
input[type="search"],
select,
textarea {
    width: 100%;
    border: 1px solid #bababa;
    outline: none;
    color: #2C2D2D;
    background-color: rgba(255, 255, 255, 0.9);
	border-radius: 0;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="date"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	border:1px solid #2C2D2D;
}

input[type="text"],
input[type="tel"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="password"],
input[type="search"] {
    padding: 6px 10px;
}

textarea {
    padding: 4px 11px;
	overflow: auto;
}

.wpcf7-recaptcha {
	margin-bottom:1em;
}



/*--------------------------------------------------------------
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: 1em 0 3em 0;
}

.gallery-caption {
	display: block;
	margin-top:.3em;
}

.wp-caption-text {
	font-size:.8em;
	text-align: center;
	
}



/*--------------------------------------------------------------
Galleries
--------------------------------------------------------------*/
.gallery {
	text-align:center;
	margin:0 -.8em 1em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	margin:0 0 1em;
	padding:0 .8em;
}

.gallery-item img {
	outline:1px solid #CCC;
}

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



/*--------------------------------------------------------------
Colorbox Core Style
--------------------------------------------------------------*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}



/*--------------------------------------------------------------
Colorbox Theme
--------------------------------------------------------------*/
/* ordered & tabbed in a way that represents the nesting of the generated HTML. */
#cboxOverlay{background:#000; opacity: 0.8;}
#colorbox{outline:0;}
    #cboxContent{margin-top:20px;background:#000;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{border:3px solid #000; background:#fff;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxLoadingGraphic{background:url(img/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; min-width:auto; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
        
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
		
        #cboxPrevious{
			position:absolute;
			top:50%;
			left:10px;
			margin-top:-32px;
			background:url(img/controls.png) no-repeat top left;
			width:28px;
			height:65px;
			text-indent:-9999px;
			opacity:.8;
		}
        #cboxPrevious:hover{opacity:1;}
		
        #cboxNext{
			position:absolute;
			top:50%;
			right:10px;
			margin-top:-32px;
			background:url(img/controls.png) no-repeat top right; 
			width:28px;
			height:65px;
			text-indent:-9999px;
			opacity:.8;
		}
        #cboxNext:hover{opacity:1;}
		
        #cboxClose{
			position:absolute;
			top:10px;
			right:10px;
			display:block;
			background:url(img/controls.png) no-repeat top center;
			width:22px;
			height:22px;
			text-indent:-9999px;
			opacity:.8;
		}
        #cboxClose:hover{opacity:1;}



/*--------------------------------------------------------------
Row Modifiers
--------------------------------------------------------------*/
.flexbox .row.same-height {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.flexbox .row.same-height > [class*='col-'] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}


.flexbox .row.same-height .feature-box {
	width:100%;
	height:100%;
}


.row.g-0 {
	margin-right:0;
	margin-left:0;
}

.row.g-0 > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

.row.g-4 {
	margin-right:-2px;
	margin-left:-2px;
}

.row.g-4 > [class*='col-'] {
    padding-right:2px;
    padding-left:2px;
}

.row.g-20 {
	margin-right:-10px;
	margin-left:-10px;
}

.row.g-20 > [class*='col-'] {
    padding-right:10px;
    padding-left:10px;
}

.row.g-40 {
	margin-right:-20px;
	margin-left:-20px;
}

.row.g-40 > [class*='col-'] {
    padding-right:20px;
    padding-left:20px;
}



/*--------------------------------------------------------------
Grid
--------------------------------------------------------------*/
.container {
	position:relative;
	max-width: 1320px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}

.row {
	margin-left:-20px;
	margin-right:-20px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}

/* Larger gutters for large screens */
@media (min-width: 768px) {
	.container {
		padding-right: 40px;
		padding-left: 40px;
	}
	
	.row {
		margin-left:-40px;
		margin-right:-40px;
	}
	
	.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	  padding-left: 40px;
	  padding-right: 40px;
	}
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}




@-ms-viewport {
  width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm {
	  display: block !important;
	}
	table.visible-sm {
	  display: table;
	}
	tr.visible-sm {
	  display: table-row !important;
	}
	th.visible-sm,
	td.visible-sm {
	  display: table-cell !important;
	}
	.visible-sm-block {
	  display: block !important;
	}
	.visible-sm-inline {
	  display: inline !important;
	}
	.visible-sm-inline-block {
	  display: inline-block !important;
	}
	.hidden-sm {
	  display: none !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
  .visible-md-block {
    display: block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
  .visible-lg-block {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
  .hidden-lg {
    display: none !important;
  }
}



/*--------------------------------------------------------------
Clearings
--------------------------------------------------------------*/
.clear:after,
.site-header:after,
.site-footer:after,
.clearfix:after,
.container:after,
.row:after,
.nav:after {
	content: "";
	display: table;
	clear: both;
}



/*--------------------------------------------------------------
Print
--------------------------------------------------------------*/
@media print {
	
	body {
		padding:0;
	}
	
	.site-header {
		position:relative;
	}
	
	.top-bar,
	.nav-container,
	.page-header .btn,
	.sidebar,
	.share,
	.testimonial-footer,
	.site-footer .widget,
	.site-footer .social {
		display:none;
	}

}
/* Override bootstrap behavior - horizontal description lists truncate terms too long to fit in left column */
.dl-horizontal dt {
    white-space: normal;
}




/*--------------------------------------------------------------
Structure
--------------------------------------------------------------*/

.home-header-img-left {
  background-image:url(../Images/Inspector-Header-bg.jpg);
  background-position:center center;
  background-size:cover;
  min-height:300px;
}

.center-container {
    margin: 0 auto;
    text-align: center;
    margin-bottom:3em;
}

.main-footer {
	margin-top:3em;
}

/*--------------------------------------------------------------
IMG
--------------------------------------------------------------*/

.center-container img {
  width:800px;
}

.devices img {
	 width:650px;
	}

.sign-off img {
	width: 260px;
}


/*--------------------------------------------------------------
Links
--------------------------------------------------------------*/

a.more-link {
  text-decoration:none;
  font-weight:700;
  color:#3D6297;
  font-size:1.24em;
  
}

@media (max-width: 768px) {
	.btn.bg-blue {
		margin-bottom:0;
		}
	}
