
/*

Dark Blue: #002a3d
Light Blue: #42a1c7
Cream: #EBE7DF

Text: #333333

Body Copy: 14pt Roboto Light, 23pt Line Spacing
Navigation: 14pt Roboto Regular, 23pt Line Spacing
Intro Text: 20pt Roboto Italic, 30pt Line Spacing
Main Heading: 42pt Roboto Light, 50pt Line Spacing
Pull Out Copy (on Cream): 29pt Roboto Light, 39pt Line Spacing (and some bold in there too).
Accordian Heading Text: 20pt Roboto Light, 30pt Line Spacing

*/

@import url(https://fonts.googleapis.com/css?family=Roboto:700,400,300,100,400italic);

/* ==========================================================================
   Author's custom styles
   ========================================================================== */









body {
	color: #333;
	font-weight: 300;
	font-size: 14px;
	line-height: 23px;
}

a {
	color: #42A1C7;
	
	-moz-transition: all .25s linear;
	-webkit-transition: all .25s linear;
	-o-transition: all .25s linear;
	-ms-transition: all .25s linear;
	-khtml-transition: all .25s linear;
	transition: all .25s linear;
}
a:hover {
	color: #002A3D;
	text-decoration: none;
}


strong, b {
	font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
}


p.browsehappy {
	position: absolute;
	background: #F33;
	color: #FFF;
	text-align: center;
	padding: 10px;
	top: 0;
	left: 0;
	width: 100%;
}
p.browsehappy a,
p.browsehappy a:hover,
p.browsehappy a:active,
p.browsehappy a:focus {
	color: #FFF;
	text-decoration: underline;
}


.navbar-default {
	border-radius: 0;
	background: #002A3D;
	border: none;
	min-height: 64px;
	margin: 0;
	font-weight: 400;
}

.navbar-default .navbar-toggle {
	margin-top: 14px;
	border-color: #FFF;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #FFF;
}
.navbar-default .navbar-toggle:hover {
	background: transparent;
	border-color: #42A1C7;
}
.navbar-default .navbar-toggle:hover .icon-bar {
	background-color: #42A1C7;
}

.navbar-default ul.nav > li {
	margin-top: 7px;
}
.navbar-default ul.nav > li > a {
	color: #FFF;
}
.navbar-default ul.nav > li > a:hover,
.navbar-default ul.nav > li > a:active,
.navbar-default ul.nav > li > a:focus {
	color: #42A1C7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default ul.nav > li.active > a,
.navbar-default ul.nav > li.active > a:hover,
.navbar-default ul.nav > li.active > a:active,
.navbar-default ul.nav > li.active > a:focus {
	background: none !important;
	color: #42A1C7;
}
.navbar-default .navbar-nav > .open > a {
	background: none !important;
	color: #42A1C7 !important;
}
.navbar-default ul.nav > li > a > span.social {
	display: inline-block;
	width: 28px;
	height: 28px;
	line-height: 30px;
	background: #FFF;
	color: #002A3D;
	position: relative;
	margin-top: -7px;
	margin-left: -10px;
	text-align: center;
	border-radius: 50%;
}
.navbar-default ul.nav > li > a > span.social > em {
	margin-right: 2px;
}
.navbar-default ul.nav > li > a:hover > span.social,
.navbar-default ul.nav > li > a:active > span.social,
.navbar-default ul.nav > li > a:focus > span.social {
	background: #42A1C7;
}
@media (max-width: 360px) {
	.navbar-default .navbar-brand > img {
		max-width: 200px;
		height: auto;
		margin-top: 4px;
	}
}
@media (max-width: 1199px) {
	.navbar-nav .dropdown-menu {
		background: #002A3D;
	}
	.navbar-nav .dropdown-menu a {
		color: #FFF !important;
	}
	.navbar-nav .dropdown-menu a:hover {
		color: #42A1C7 !important;
	}
	.navbar-default #navbar {
		background: #002A3D;
		z-index: 199;
	}
	.navbar-default #navbar .link {
		text-align: center;
	}
}
@media (min-width: 1200px) {
	.navbar-nav .dropdown-menu {
		background: #FFF;
		border-radius: 0;
		top: 58px;
		padding: 0;
	}
	.navbar-nav .dropdown-menu > li {
		border-bottom: 1px solid #EBEBEB;
		border-top: 1px solid #F2F2F2;
		padding: 0;
	}
	.navbar-nav .dropdown-menu > li:first-child {
		border-top: none;
	}
	.navbar-nav .dropdown-menu > li:last-child {
		border-bottom: none;
	}
	.navbar-nav .dropdown-menu > li > a {
		padding: 5px 7px;
	}
	.navbar-nav .dropdown-menu > li > a:hover,
	.navbar-nav .dropdown-menu > li > a:active,
	.navbar-nav .dropdown-menu > li > a:focus {
		color: #42A1C7;
		background: none;
	}
}


.cover-wrap {
	background-color: #EBE7DF;
	background-image: url(../images/ajax-loader.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.cover,
.cover-thin {
	display: block;
	width: 100%;
	background-attachment: scroll;
	background-position: 50% 50%;
	background-repeat: no-repeat; 
  
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.cover .cover-caption .tbl-cell {
	text-align: center;
	vertical-align: middle;
}
.cover .cover-caption .tbl-cell .intro {
	display: none;
}
@media (max-width: 767px) {
	.cover .cover-caption .tbl-cell img {
		height: 75%;
		width: auto;
	}
	
	.cover .cover-caption .tbl-cell .intro br {
		display: none;
	}
}
@media (min-width: 768px) {
	.cover .cover-caption .tbl-cell {
		text-align: left;
	}
	.cover .cover-caption .tbl-cell img {
		float: left;
		margin: 10px 10px 0 0;
	}
	.cover .cover-caption .tbl-cell .intro {
		display: block;
		overflow: hidden;
		color: #FFF;
	}
	.cover .cover-caption .tbl-cell .intro h1 {
		font-size: 50px;
		line-height: 65px;
		padding: 0;
		margin: 0;
		text-transform: uppercase;
		font-weight: 100;
	}
	.cover .cover-caption .tbl-cell .intro p {
		display: inline;
		font-size: 16px;
		line-height: 22px;
		background: #000;
		background-color: rgba(0,0,0,.5);
		font-weight: 400;
	}
}
@media (min-width: 992px) {
	.cover .cover-caption .tbl-cell img {
		margin: 30px 10px 0 0;
	}
	.cover .cover-caption .tbl-cell .intro h1 {
		font-size: 75px;
		line-height: 95px;
	}
	.cover .cover-caption .tbl-cell .intro p {
		font-size: 20px;
		line-height: 26px;
	}
}


body > .caption {
	background: #00354E;
	color: #42A1C7;
	padding: 34px 0 40px 0;
	text-align: center;
	font-size: 29px;
	line-height: 39px;
	font-weight: 300;
}
body > .caption .intro {
	margin-top: 20px;
}
body > .caption .intro p {
	padding: 0 40px;
	margin: 0;
	color: #FFF;
}
body > .caption p .btn-info {
	margin-top: 30px;
}
@media (max-width: 767px) {
	body > .caption p {
		padding: 0;
		font-size: 20px;
		line-height: 30px;
	}
}

.btn-info {
	border-radius: 3px;
	background-color: #42A1C7;
	text-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-image: none;
	filter: none;
	border-color: #42A1C7;
	border-color: rgba(66,161,199,.75);
	border-top-color: #71B8D5;
	border-width: 2px;
}
.btn-info:hover {
	border-radius: 3px;
	background-color: #42A1C7 !important;
	text-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-image: none;
	filter: none;
	border-color: #42A1C7;
}


.tbl {
	display: table;
	width: 100%;
	height: 100%;
}
.tbl-cell {
	display: table-cell;
	width: 100%;
	height: 100%;
}


.content .galleries {
	margin-bottom: 120px;
	margin-top: 30px;
}
.content .gallery a {
	display: block;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	padding-bottom: 10px;
	background: #EBE7DF;
	color: #333;
}
.content .gallery a span.thumb {
	display: block;
	margin-top: 30px;
	margin-bottom: 10px;
	width: 100%;
	background-attachment: scroll;
	background-position: 50% 50%;
	background-repeat: no-repeat; 
  
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


.associate-co h2 {
	font-size: 42px;
	line-height: 50px;
	padding: 0;
	margin: 0 0 40px 0;
	font-weight: 300;
}
.associate-co .btn {
	margin-top: 40px;
}


.quick-widget {
	padding: 90px 0;
}
.quick-widget .icon {
	margin-right: 10px;
}
.quick-widget h3 {
	text-transform: uppercase;
	font-size: 20px;
	padding: 0;
	margin: 0 0 10px 0;
	line-height: 30px;
	font-weight: 400;
}
.quick-widget .widget-text {
	overflow: hidden;
	padding-right: 7px;
}
@media (max-width: 767px) {
	.quick-widget .widget-text {
		margin-bottom: 30px;
	}
	.quick-widget {
		padding-bottom: 10px;
	}
}


.callout {
	padding: 40px 0;
	background: #EBE7DF;
}
.callout p {
	padding: 0 40px;
	margin: 0;
	font-size: 29px;
	line-height: 39px;
	text-align: center;
	font-weight: 300;
}
@media (max-width: 767px) {
	.callout p {
		padding: 0;
		font-size: 20px;
		line-height: 30px;
	}
}


.content .gallery .gallery-item {
	margin-top: 0;
	padding: 0 2%;
}
.content .gallery img {
	border: none !important;
	width: 100%;
	height: auto;
}


.staff {
	padding: 0 0 150px 0;
}
.staff-widget {
	padding: 40px 0 90px 0;
}
.staff .profile,
.staff-widget .profile {
	padding: 0 25px 60px 25px;
	text-align: center;
}
.staff-widget .profile {
	padding-bottom: 3px;
}
.staff .profile {
	padding-bottom: 10px;
}

.staff .permalink,
.staff-widget .permalink {
	text-align: center;
}
.staff .permalink {
	margin-bottom: 50px;
}
.staff .permalink a,
.staff-widget .permalink a {
	display: inline-block;
	text-indent: -9999px;
	width: 46px;
	height: 46px;
	background-image: url(../images/Icon-Arrow-Right-Sprite.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
	-ms-transition: none;
	-khtml-transition: none;
	transition: none;
}
.staff .permalink a:hover,
.staff-widget .permalink a:hover {
	background-position: 0 -46px;
}

.staff h2 {
	font-size: 42px;
	line-height: 50px;
	padding: 10px 0 27px 0;
	border-bottom: 1px solid #B1B1B1;
	margin-bottom: 10px;
}
.staff h3,
.staff h4,
.staff h5,
.staff h6 {
	font-size: 20px;
	line-height: 30px;
	font-style: italic;
	font-weight: 400;
	padding: 4px 0 26px 0;
	margin-bottom: 32px;
}
.staff-widget h2 {
	text-transform: uppercase;
	font-size: 42px;
	line-height: 50px;
	padding: 0;
	margin: 50px 0 0 0;
	font-weight: 300;
}
.staff-widget .profile {
	padding-top: 40px;
}
.staff .profile h3, .staff .profile h4,
.staff-widget .profile h3, .staff-widget .profile h4 {
	font-size: 20px;
	line-height: 24px;
	font-style: normal;
	font-weight: 300;
	padding: 0;
	margin: 0;
}
.staff .profile h4,
.staff-widget .profile h4 {
	color: #42A1C7;
}
.staff .profile a,
.staff-widget .profile a {
	color: #42A1C7;
	display: block;
	position: relative;
	margin-bottom: 25px;
	border-radius: 50%;
}
.staff .profile a .overlay,
.staff-widget .profile a .overlay {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: #FFF;
	background-color: rgba(255,255,255,.75);
	border-radius: 50%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	
	-moz-transition: all .35s linear;
	-webkit-transition: all .35s linear;
	-o-transition: all .35s linear;
	-ms-transition: all .35s linear;
	-khtml-transition: all .35s linear;
	transition: all .35s linear;
}
.staff .profile a:hover .overlay,
.staff .profile a:active .overlay,
.staff .profile a:focus .overlay,
.staff-widget .profile a:hover .overlay,
.staff-widget .profile a:active .overlay,
.staff-widget .profile a:focus .overlay {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.staff .profile a .overlay .tbl-cell,
.staff-widget .profile a .overlay .tbl-cell {
	text-align: center;
	vertical-align: middle;
	font-size: 40px;
}
.staff-widget p {
	text-align: center;
}
.staff-widget p .btn {
	margin-top: 100px;
}
.staff .modal-content {
	border-radius: 0 !important;
	padding: 40px;
}
.staff .modal-content .row h3, 
.staff .modal-content .row h4 {
	font-size: 29px;
	line-height: 39px;
	font-style: normal;
	font-weight: 300;
	padding: 0;
	margin: 0;
}
.staff .modal-content .row h3 {
	margin-top: 24px;
} 
.staff .modal-content .row h4 {
	color: #42A1C7;
} 
.staff .modal-content .row {
	margin-bottom: 33px;
}
.staff .modal-content .modal-body p {
	padding: 7px 0 14px 0;
}
.staff .modal-content .modal-body div.meta {
	padding-top: 10px;
}
.staff .modal-content .modal-body div.meta a {
	margin-right: 14px;
	display: inline-block;
	width: 46px;
	height: 46px;
	text-align: center;
	vertical-align: middle;
	line-height: 44px;
	font-size: 20px;
	color: #FFF;
	background: #42A1C7;
	border-radius: 50%;
}
.staff .modal-content .modal-body div.meta a:hover {
	background: #00354E;
}
@media (max-width: 767px) {
	.staff-widget h2 {
		text-align: center;
	}
}
@media (max-width: 991px) {
	.staff-widget .permalink {
		margin-bottom: 30px;
	}
	.staff-widget p .btn {
		margin-top: 70px;
	}
}


.content {
	padding: 0 0 34px 0;
}
.content h2 {
	font-size: 42px;
	line-height: 50px;
	padding: 10px 0 27px 0;
	border-bottom: 1px solid #B1B1B1;
	margin-bottom: 10px;
}
.content h3,
.content h4,
.content h5,
.content h6 {
	font-size: 20px;
	line-height: 30px;
	font-style: italic;
	font-weight: 400;
	border-bottom: 1px solid #B1B1B1;
	padding: 4px 0 18px 0;
	margin-bottom: 16px;
}
.content p {
	padding: 6px 0 12px 0;
	line-height: 23px;
}

.staff .sidebar .services ul,
.content .sidebar .services ul {
	font-size: 20px;
	line-height: 30px;
	list-style: none;
	padding: 0 0 0 5px;
	margin: 0 0 30px 0;
	text-decoration: underline;
}

.content .newsletter {
	padding-bottom: 168px;
}
.content .newsletter ol {
	list-style: none;
	padding: 0;
	margin: 32px 0 32px 0;
}
.content .newsletter ol li {
	margin-bottom: 13px;
}
.content .newsletter ol li:last-child {
	margin-bottom: 0;
}
.content .newsletter ol li > a {
	display: block;
	padding: 7px 18px;
	font-size: 20px;
	height: 44px;
	line-height: 30px;
	color: #313131;
	border-bottom: 1px solid #F3F3F3;
	border-top: 1px solid #F3F3F3;
	background: #EEE url(../images/Icon-Arrow-Right.png) 98% 50% no-repeat;
}
.single-post .newsletter blockquote {
	border: none !important;
}


.single-post .content h3,
.single-post .content h4,
.single-post .content h5,
.single-post .content h6 {
	border-bottom: none;
}
.single-post .content img {
	max-width: 100%;
	height: auto;
}

.single-post .content ul, 
.single-post .content ol {
	overflow: hidden;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

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


.services {
	padding: 0 0 152px 0;
}
.single-post .sidebar .services {
	padding-bottom: 10px;
}
.services h2 {
	font-size: 42px;
	line-height: 50px;
	padding: 10px 0 27px 0;
	border-bottom: 1px solid #B1B1B1;
	margin-bottom: 10px;
}
.services h3,
.services h4,
.services h5,
.services h6 {
	font-size: 20px;
	line-height: 30px;
	font-style: italic;
	font-weight: 400;
	padding: 4px 0 20px 0;
	margin-bottom: 20px;
	border-bottom: none;
}

.services .service-list .service-item {
	margin-bottom: 14px;
	
	-moz-transition: all .25s linear;
	-webkit-transition: all .25s linear;
	-o-transition: all .25s linear;
	-ms-transition: all .25s linear;
	-khtml-transition: all .25s linear;
	transition: all .25s linear;
}
.services .service-list .service-item .service-item-head {
	height: 46px;
	line-height: 46px;
	background: #F0F0F0;
	cursor: pointer;
	padding-left: 14px;
}
.services .service-list .service-item .service-item-head > span {
	display: inline-block;
	width: 21px;
	height: 21px;
	text-align: center;
	line-height: 23px !important;
	background: #B1B1B1;
	border-radius: 50%;
	font-size: 12px;
	color: #F0F0F0;
	position: relative;
	top: 12px;
	float: left;
}
.services .service-list .service-item .service-item-head > span.toggle-minus {
	display: none;
}
.services .service-list .service-item .service-item-head > strong {
	font-size: 20px;
	font-weight: 300;
	float: left;
	margin-left: 25px;
}
.services .service-list .service-item .service-item-body {
	height: 0;
	overflow: hidden;
}
.services .service-list .service-item .service-item-body p a {
	text-decoration: underline;
}
.services .service-list .service-item .service-item-body .row a {
	display: block;
	position: relative;
	color: #42A1C7;
	margin-bottom: 10px;
}
.services .service-list .service-item .service-item-body .row a .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFF;
	background: rgba(255,255,255,.75);
	border-radius: 50%;
	opacity: 0;
	
	-moz-transition: all .25s linear;
	-webkit-transition: all .25s linear;
	-o-transition: all .25s linear;
	-ms-transition: all .25s linear;
	-khtml-transition: all .25s linear;
	transition: all .25s linear;
}
.services .service-list .service-item .service-item-body > .row .row {
	cursor: pointer;
}
.services .service-list .service-item .service-item-body > .row .row:hover .overlay {
	opacity: 1;
}
.services .service-list .service-item .service-item-body .row a .overlay .tbl-cell {
	vertical-align: middle;
	text-align: center;
	font-size: 20px;
}
.services .service-list .service-item .service-item-body div.contact-name {
	line-height: 16px;
	margin-top: 10%;
}
.services .service-list .service-item .service-item-body div.contact-title {
	color: #42A1C7;
	line-height: 16px;
}

.services .service-list .service-item.active {
	box-shadow: 0 0 10px #AAA;
}
.services .service-list .service-item.active .service-item-head {
	background: #42A1C7;
	color: #FFF;
}
.services .service-list .service-item.active .service-item-head span {
	background: #FFF;
	color: #42A1C7;
}
.services .service-list .service-item.active .service-item-head span.toggle-minus {
	display: inline-block;
}
.services .service-list .service-item.active .service-item-head span.toggle-plus {
	display: none;
}
.services .service-list .service-item.active .service-item-body {
	height: 100%;
	overflow: inherit;
	padding: 20px 40px 10px 60px;
}
.services .service-list .service-item.active .service-item-body p {
	margin-bottom: 20px;
}

.search-results .services .result-title strong {
	font-weight: 300;
	font-size: 29px;
	line-height: 39px;
}


form .form-control {
	border: 1px solid #E4E4E4;
	background: #E4E4E4;
	margin-bottom: 14px;
	border-radius: 0;
	padding: 10px 14px;
	box-shadow: none !important;
}
.contact form .form-control {
	margin-bottom: 0;
	padding: 20px;
}
.contact form .text-right {
	padding-top: 20px;
}
.contact form .btn {
	float: right;
	margin-left: 20px;
}
.contact form {
	margin-top: -30px;
	margin-bottom: 70px;
}
.sidebar form {
	margin-top: 20px;
}
.sidebar form .btn {
	float: right;
	margin-left: 20px;
}


footer .footer-widgets {
	background: #00354E;
	color: #FFF;
	padding: 40px 0;
}
footer .footer-widgets h3 {
	font-size: 20px;
	font-weight: 400;
	padding: 0;
	margin: 0 0 26px 0;
}
footer .footer-widgets ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
footer .footer-widgets a:hover {
	color: #FFF;
}
footer .footer-widgets .widget-b,
footer .footer-widgets .widget-c {
	border-left: 2px dotted #FFF;
	padding-left: 14px;
}
footer .footer-widgets .widget-c img {
	margin-bottom: 5px;
	width: 100%;
	height: auto;
}
footer .footer-widgets .widget-c p {
	padding: 0;
	margin: 0;
	font-size: 13px;
	line-height: 18px;
}
@media (max-width: 767px) {
	footer .footer-widgets .widget-a,
	footer .footer-widgets .widget-b {
		margin-bottom: 30px;
	}
	footer .footer-widgets .widget-b,
	footer .footer-widgets .widget-c {
		border-left: none;
		padding-left: 0;
	}
}
@media (max-width: 991px) {
	footer .footer-widgets .widget-a {
		margin-bottom: 30px;
	}
}

footer .legal {
	background: #002A3D;
	color: #FFF;
	font-size: 12px;
	line-height: 16px;
	padding: 10px 0;
}
footer .legal p {
	padding: 0;
	margin: 0;
}
footer .legal ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
footer .legal ul li {
	float: left;
	margin-top: 10px;
	width: 50%;
	text-align: center;
}
footer .legal ul li a {
	color: #FFF;
	font-size: 13px;
}
@media (max-width: 1199px) {
	footer .legal p {
		margin-top: 30px;
	}
}
@media (max-width: 767px) {
	footer .legal ul li {
		margin-top: 20px;
		text-align: left;
	}
}



/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }
 }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; }
 }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }