/*
Theme Name: GoodWeave
Theme URI: http://www.goodweave.org
Author: Pulse Forward
Author URI: http://pulseforward.com
Description: GoodWeave is an official WP Theme for Good Weave Organization.
Version: 1.0
*/

@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
a, button, span, body, ul, li {
	transition: all 0.2s ease-in-out 0s;
	outline: 0 !important;
}
.row.no-pad {
	margin-right: 0;
	margin-left: 0;
}
.row.no-pad > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}
body {
	font-family: 'Lato', sans-serif;
	color: #6e6d6d;
	font-size: 16px;
	background: #eaeaea;
	line-height: 25px;
	font-weight: normal;
}
h1 {
	font-family: 'Lato', serif;
	color: #003468;
	font-size: 32px;
	font-weight: normal;
}
h2 {
	font-family: 'Lato', serif;
	color: #003468;
	font-size: 26px;
	font-weight: normal;
}
h3 {
	font-size: 18px;
	color: #59493e;
	text-transform: uppercase;
	font-weight: 600;
}
h4 {
	font-size: 18px;
	color: #003468;
	font-weight: 600;
}
h2.page-title {
	font-size: 42px;
	color: #003468;
	font-family: 'Lato', serif;
}
ol {
	list-style: inside none numeric;
	margin: 0 0 1.5em;
  padding: 0;
  counter-reset: item;
}
ol > li {
  margin: 0;
  padding: 0 0 0 2em;
  text-indent: -2em;
  list-style-type: none;
  counter-increment: item;
  font-size: 18px;
  font-weight: 400;
}
ol > li:before {
  width: 1em;
  padding-right: 0.5em;
  font-weight: bold;
  text-align: right;
  content: counter(item) ".";
}

ul {
	// list-style: inside;
	padding-left: 25px;
}

li {
	// list-style: inside;
	padding-left: 15px;
}
.header {
  background: #fff;
    border-bottom: #EAEAEA solid 1px;
    padding: 10px 0;
    transition: all 0.1s ease-in-out 0s;
    box-shadow: 0 8px 6px -6px lightgray; /* Adjust values to fine-tune the shadow effect */
}
.header .container {
}
.navbar-inverse {
	background-color: #ffffff;
	border-color: #ffffff;
	z-index: 100;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: #ffffff;
}
.navbar, .header .logo {
	vertical-align: bottom;
	margin: 0;
	min-height: 0;
	border: none;
	display: inline-block;
}
.header .logo {
	margin-left: -14px;
    margin-right: 143px; /* Adjust the value as needed to add space */
}

.header .nav-menu {
    margin-left: 40px; /* Adjust the value as needed to add space */

}
.navbar-nav > li {
	font-size: 15px;
	font-weight: 400;
	position: relative;
	text-transform: uppercase;
	padding-left: 0;
}
.navbar-nav > li > a {
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 10px;
	padding-bottom: 14px;
}
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
	color: #d3d3d3;
}
.navbar-inverse .navbar-nav > .active > a, 
.navbar-inverse .navbar-nav > .shop > a,
.navbar-inverse .navbar-nav > .current-menu-item > a, 
.navbar-inverse .navbar-nav > .active > a:focus, 
.navbar-inverse .navbar-nav > .active > a:hover {
	background: none;
	color: #d3d3d3;
	font-weight: bold;
}
.navbar-inverse .navbar-nav > .shop > a:hover{
	color:#d3d3d3;
}
.navbar-nav > li:last-child a {
	color: #6E6D6D;
	font-weight: ;
}.navbar-nav > li:nth-last-child(2) a {
	color: #6E6D6D;
	font-weight: ;
}/*
.navbar-nav > li:nth-last-child(2) a {
	color: #6E6D6D;
	font-weight: bold;
}
.navbar-nav > li:nth-last-child(3) a {
	color: #6E6D6D;
	font-weight: bold;
}
.navbar-nav > li:last-child a {
	color: #6E6D6D;
	font-weight: bold;
} */

/*.navbar-nav > li:last-child a:hover{
	color: #6E6D6D;
}*/
/*.navbar-nav > li:nth-last-child(2) a:hover{
	color: #6E6D6D;
}*/
.top-content {
	position: absolute;
	right: 15px;
	top: 0;
	z-index: 999;
	text-align: right;
}
.top-content .custom-selectbox, .top-content .search-box, .top-content .social-media {
	display: inline-block;
}
.header .container {
	position: relative;
}
.top-content .social-media a {
	color: #d9c594;
	margin-left: 10px;
	position: relative;
	top: 2px;
	font-size: 22px;
}
.top-content .social-media a:hover {
	color: #cbb778;
}
.top-content .social-media {
	margin-left: 20px;
}
.search-box {
	width: 137px;
	border-bottom: #e6e5e2 solid 1px;
	position: relative;
	margin-left: 20px;
}
.search-box .button, .search-box input {
	background: none;
	border: none;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 15px;
	padding-bottom: 2px;
}
.search-box input {
	width: 100%;
	padding-left: 5px;
}
.search-box .button {
	position: absolute;
	right: 5px;
	padding: 0;
	top: -1px;
	color: #a8a7a6;
}
.sbHolder {
	position: relative;
	/*z-index: 111;*/
	text-align: left;
}
.sbHolder .sbSelector {
	display: block;
	background: #fff;
	height: 28px;
	border: #e6e5e2 solid 1px;
	line-height: 27px;
	color: #c5c5c5;
	padding-left: 9px;
	width: 208px;
	font-size: 13px;
	padding-right: 48px;
	border-radius: 3px;
	text-decoration: none !important;
}
.sbHolder .sbOptions {
	position: absolute;
	left: 0;
	top: 0;
	text-align: left;
	right: 0;
	padding: 5px 10px;
	background: #fff;
	border: #e6e5e2 solid 1px;
	z-index: 111;
	border-radius: 0 0 3px 3px;
	border-top: none;
}
.sbHolder .sbOptions li {
	list-style: none;
}
.sbHolder .sbOptions li a {
	color: #c5c5c5;
}


.flags .sbHolder .sbOptions li:nth-child(n+2) a {
	background: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.3.0/flags/4x3/us.svg) 0 0 no-repeat;
	padding-left:30px;
}


.flags .sbHolder .sbOptions li:nth-child(n+3) a {
	background: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.3.0/flags/4x3/gb.svg) 0 0 no-repeat;
	padding-left:30px;
}


.flags .sbHolder .sbOptions li:nth-child(n+4) a {
	background: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.3.0/flags/4x3/de.svg) 0 0 no-repeat;
	padding-left:30px;
}


.sbHolder .sbOptions li a {
	font-size: 13px;
}
.sbHolder .sbToggle {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-decoration: none !important;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}
.sbHolder .sbToggle {
	position: absolute;
	right: 11px;
	top: 5px;
	color: #8f8f8f;
}
.sbHolder .sbToggle:before {
	content: "\f0d7";
	font-size: 14px;
}
.home-banner {
	/*background: url(assets/images/banner.png) center center*/;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #353434;
	background-size:cover;
	margin: auto;
	/*margin-bottom: 25px;*/
	position: relative;
}
.home-banner .container {
	height: 615px;
	opacity: 1;

}

.home-banner h1 {
    font-family: 'Lato', serif;
    color: #fff;
    max-width: 450px;
    position: relative;
    top: 120px;
    padding: 0;
    margin: 0;
    font-size: 50px;
    text-align: right;
    text-shadow: 2px 2px 5px #000;
    float: right;
}
/*
.home-banner h1 {
	font-family: 'Lato', serif;
	color: #fff;
	max-width: 450px;
	position: relative;
	top: 120px;
	padding: 0;
	margin: 0;
	font-size: 55px;
	text-align: center;
    text-shadow: 2px 2px 5px #000;
    float: right;
     width: 70%; 
    margin-right: 80px;
}*/
/*
.home-banner-caption {
    max-width: 400px !important;
    left: 580px !important;
    top: 180px !important;
    font-size: 50px !important;
} */

@media only screen and (max-width : 1130px) and (min-width : 767px) {
   .home-banner h1 {
        margin-right: 15px;
   }
}


@media only screen and (max-width : 767px) and (min-width : 500px) {
   .home-banner h1 {
        margin-right: 15px;
        max-width: 200px;
   }
}


/*
@media only screen and (max-width : 1394px) and (min-width : 767px) {

	.slide-main-div {
		text-align: right;
		margin-right: 0px;
		margin-left: 0px;
	}
	.slide-main-div-tag {
		font-size: 32px
	}
}

@media only screen and  (min-width : 1395px) {
	.slide-main-div {
		text-align: right;
		margin-right: -20px;
		margin-left: -70px;
	}
	.slide-main-div-tag {
		font-size: 42px
	}
}

	.slide-main-div-cta {
		font-size: 32px
	}
*/

/*	
.home-banner h1 {
	font-family: 'Lato', serif;
	color: #fff;
	max-width: 2300px;
	position: relative;
	right:0px;
	top: 420px;
	padding: 0;
	margin: 0;
	font-size: 42px;
	  text-shadow: 2px 2px 5px #000;
	  float:right;

}
}*/
.home-banner h1 span {
	color: #fff;
}
.main {
	background: #fff;
}
.home-services-thumbnail {
	position: relative;
}
.home-services-thumbnail img {
	width: 100%;
	max-width: none;
}
.home-services-thumbnail a:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 111;
	height: 100%;
	background: url(assets/images/gw-homepage-final_091.png) repeat-x left bottom;
}
.home-services-thumbnail .home-services-des {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 998;
	font-size: 18px;
	color: #fff;
	font-family: 'Lato', sans-serif;
	padding: 34px 30px;
}
.home-services-thumbnail .home-services-des strong {
	display: block;
	font-size: 30px;
	color: #fff;
	font-weight: 400;
	padding-bottom: 15px;
	font-family: 'Lato', serif;
}
.home-services-title h3 {
	margin: 0;
	font-size: 22px;
	padding:0px 28px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	background: #fff
	text-align: center;
	margin-bottom: 30px;
	text-transform: uppercase;
	border-radius: 0 0 0px 0px;
	color: #fff;
	opacity: 1;
	transition: all 0.2s ease-in-out 0s;
}
.home-services-title h3 a {
	color: #fff;
	display:block;
	padding:20px 0;
	text-decoration: none !important;
}
.shop .home-services-title h3 {
	background: #fff;
}
.donate .home-services-title h3 {
	background: #fff;
}
.home-services-items:hover h3 {
	opacity: .8;
}
.home-services h2 {
	font-family: 'Lato', serif;
	margin: 30px 0;
	padding: 0;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}
.founder {
	background: #fff;
	margin-bottom: 30px;
	border: 1px solid #EAEAEA; /* Adds a small border */
	padding: 0px; /* Optional: Adds some padding inside the border */

}
.founder .left {
	width: 65.8%;
}
.founder .left img {
	max-width: none;
	width: 100%;
}
.founder .right {
	width: 34.2%;
	float: right;
}
.founder-des {
	padding-left: 32px;
	padding-top: 40px;
	padding-right: 40px;
}
.founder-des h3 {
	margin: 0 0 17px;
	font-family: 'Lato', serif;
	color: #004c98;
	font-size: 28px;
	text-transform:none;
	font-weight:normal;
}
.founder-des p {
	color: #6e6d6d;
	font-size: 17px;
	margin-bottom: 25px;
	font-family: 'Open Sans', sans-serif;
	line-height: 20px;
}
.founder-des .read-more a {
	color: #399dcb;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 18px;
}
.call-2-action {
	background: url();
	padding: 60px 0 40px;
	text-align: center;
	background-color: #003468;
}
.call-2-action h4 {
	margin: 0 0 30px;
	padding: 0;
	color: #fff;
	font-weight:normal;
	font-family: 'Lato', serif;
	font-size: 32px;
}
.call-2-action a {
	display: in-line block;
	background: #399dcb;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 0px;
	padding: 15px 50px;
	text-decoration: none !important;
}
.call-2-action a:hover {
	background: #399dcb;
}
.footer {
	padding: 32px 0 25px;
}
.footer h5 {
	margin: 0 0 15px;
	font-size: 18px;
	font-weight: bold;
	color: #6e6d6d;
	text-transform: uppercase;
}
.footer h5 a {
	color: #6e6d6d;
}
.footer ul {
	padding: 0;
	margin-bottom: 25px;
}
.footer li {
	list-style: none;
	font-size: 15px;
	margin-bottom: 14px;
	line-height: 19px;
}
.footer li a {
	font-weight: 400;
	color: #6e6d6d;
}
.donate-button a {
	background: #399dcb;
	display: block;
	height: 63px;
	line-height: 63px;
	text-align: center;
	text-decoration: none;
	border-radius: 0px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 15px;
	font-size: 26px;
	text-transform: uppercase;
}
.donate-button a:hover {
	background: #399dcb;
}
.newsletter {
	margin-bottom: 28px;
}
.newsletter h6 {
	font-size: 24px;
	font-weight: normal;
	color: #003468;
	font-family: 'Lato', serif;
}

.newsletter input {
	background: #fff;
	padding: 8px 10px;
	font-family: 'Lato', sans-serif;
	border: none;
	width: 100%;
	color: #003468;
	margin-bottom: 10px;
}

.newsletter-button button, .newsletter-button input {
	background: #003468;
	color: #fff;
	border: none;
	padding: 6px 22px;
	border-radius: 0px;
	font-weight: 600;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	width: 45%;
	font-size: inherit;
}
.newsletter-button button:hover, .newsletter-button input:hover {
	background: #003468;
}

.newsletter-button-de button, .newsletter-button-de input {
	background: #003468;
	color: #fff;
	border: none;
	padding: 6px 22px;
	border-radius: 8px;
	font-weight: 600;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	width: 55%;
	font-size: inherit;
}
.newsletter-button-de button:hover, .newsletter-button-de input:hover {
	background: #003468;
}

.footer h5.contact-link a {
	color: #5eacd1;
}
.footer .contact-link a {
	color: #5eacd1 !important;
}
.footer h5 + h5 {
	padding-top: 18px;
}
.footer-social-media a {
	margin-right: 10px;
}
.footer-links > li:first-child {
	color: #003468;
  font-size: 18px;
  margin: 0 0 15px;
  text-transform: uppercase;
}
.footer-links > li:first-child a {
	font-weight: bold;
	color: #003468;
}
.navbar-nav > li > a {
	transition: all 0s ease-in-out 0s;
}
.navbar-nav > li .submenu, .sub-menu {
	position: absolute;
	left: 0px;
	top: 100%;
	list-style: none;
	width: 220px;
	display: none;
	padding: 8px 0;
	border: none;
	transition: all 0.1s ease-in-out 0s;
	background: #fff;
}
.navbar-nav > li .submenu li, li .sub-menu li {
	list-style: none;
}
.navbar-nav > li .submenu li a, li .sub-menu li a {
	display: block;
	padding: 8px 15px;
	color: #6E6D6D !important;
	font-weight: 400;
	text-transform: none;
	text-decoration: none !important;
}

#menu-for-businesses-menu > li .sub-menu li a {
	text-align: left;
}
@media (min-width:768px) {
.navbar-nav > li.menu:hover > a, li.menu-item-has-children:hover > a {
	background: #fff !important;
	color: #d3d3d3 !important;
}
.navbar-nav > li:hover .submenu, li:hover .sub-menu {
	display: block;
	opacity: 1;
}
.navbar-nav > li .submenu li a:hover, li .sub-menu li a:hover {
	background: #fff !important;
	color: #d3d3d3 !important;
}
}
.header-outer.sticky .header {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 999;
}
.header-outer.sticky .header {
	height: 60px !important;
	padding: 7px 0;
	border-bottom:none;
	box-shadow:0 0 8px rgba(0,0,0,.2);	
}
.header-outer.sticky .header .navbar-inverse{
	top:3px;
}
.header-outer.sticky .top-content {
	display: none;
}
.header-outer.sticky .header .logo img {
	height: 45px;
}

.approach-header {
	background: url(assets/images/approach-header.png) no-repeat center center;
	height: 397px;
	opacity: 1;
	padding-top: 50px;
	background-size:cover;
	font-family: 'Open Sans', serif;
}
.approach-header .container h1 {
	top: 0;
	left: 40px;
	max-width: 550px;
}
.approach-header .container span {
	display: block;
	color: #fff;
	font-size: 36px;
}
.approach-header .container p {
	font-size: 36px;
}
.approach-header .container strong {
	display: block;
	color: #fdb731;
	font-size: 124px;
}
.intro-text {
	font-size: 25px;
	color: #2d2d2d;
	margin-bottom: 40px;
	line-height: 30px;
	margin-top: 30px;
}
.intro-text h2.page-title {
	margin-top: 5px;
	margin-bottom: 20px;
}
.approach-list h2 {
	color: #003468;
	font-size: 32px;
	margin: 0 0 25px;
}
.approach-post {
	margin-bottom: 0px;
	position:relative;
}
.approach-post:after{
	width:10px;
	display:block;
	height:55px;
	background:#dadada;
	margin-bottom:3px;
	content:"";
	font-size:0;
	left:0;
	margin-top:1px;
	top:100%;
}
.approach-post:last-child:after{
	opacity:0;
}
.approach-post-thumbnail {
	font-size: 0;
	position: relative;
	border-left: #b31b27 solid 10px;
	padding-left: 4px;
}
.approach-post-thumbnail:after {
	position: absolute;
	content: "";
	width: 28px;
	height: 28px;
	background: #b31b27;
	border: #fff solid 4px;
	border-radius: 100%;
	overflow: hidden;
	display: block;
	top: 50%;
	margin-left: -23px;
	margin-top: -18px;
	z-index: 111;
}
.approach-post-des {
	padding-top: 13px;
	padding-left: 35px;
	padding-right: 85px;
}
.approach-post-des h3 {
	margin: 0 0 20px;
	text-transform: none;
	padding: 13px 20px;
	font-size: 25px;
	background: #b31b27;
	color: #fff;
	display: inline-block;
	position: relative;
	left: -85px;
	font-family: 'Arvo', serif;
	font-weight: normal;
}
.approach-post-des p {
	font-size: 18px;
	color: #3a3a39;
	line-height: 24px;
	margin-bottom: 20px;
	font-weight: 400;
}
.approach-post-des .read-more {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}
.style-orange .approach-post-thumbnail {
	border-left: #e55628 solid 10px;
}
.style-orange .approach-post-thumbnail:after {
	background: #e55628;
}
.style-orange .approach-post-des h3 {
	background: #e55628;
}
.style-blue .approach-post-thumbnail {
	border-left: #399dcb solid 10px;
}
.style-blue .approach-post-thumbnail:after {
	background: #399dcb;
}
.style-blue .approach-post-des h3 {
	background: #399dcb;
}
.style-yellow .approach-post-thumbnail {
	border-left: #fdb731 solid 10px;
}
.style-yellow .approach-post-thumbnail:after {
	background: #fdb731;
}
.style-yellow .approach-post-des h3 {
	background: #fdb731;
}
.style-dark-blue .approach-post-thumbnail {
	border-left: #003468 solid 10px;
}
.style-dark-blue .approach-post-thumbnail:after {
	background: #003468;
}
.style-dark-blue .approach-post-des h3 {
	background: #003468;
}
.business-layout .header {
	border-bottom: 7px solid #399dcb;
	text-align: right;
}
.business-layout .header .logo {
	float: left;
}
.business-layout .header .navbar-inverse {
	padding-top: 38px;
	margin-right: -15px;
}
.business-layout .header .navbar-nav > li:last-child a {
	/*color: #9d9d9d;*/
}
.business-layout .header .navbar-inverse .navbar-nav > li > a:focus, .business-layout .header .navbar-inverse .navbar-nav > li > a:hover {
	color: #ea8869;
}
.business-layout .sticky .header .navbar-inverse {
	padding-top: 0;
}
.business-layout .sticky .header .page-title {
	font-size: 28px;
	padding-left: 10px;
	padding-top: 10px;
}
.business-layout .header .page-title {
	float: left;
	padding-left: 10px;
	padding-top: 28px;
	font-family: 'Arvo', serif;
	color: #003468;
	font-size: 40px;
}
.business-content {
	padding: 0 40px;
}
.business-content h1 {
	color: #b31b27;
	margin: 5px 0 30px;
	line-height: 40px;
}
.business-box {
	margin-bottom: 45px;
}
.business-box .business-box-des h3 {
	font-weight: 900;
	color: #e55628;
	font-size: 22px;
	margin: 25px 0 18px;
}
.business-box .business-box-des p {
	font-weight: 400;
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 22px;
}
.business-box .read-more a {
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	background: #fdb731;
	color: #fff;
	text-transform: uppercase;
	padding: 9px 22px;
	border-radius: 7px;
	text-decoration: none !important;
}
.business-box .read-more.blue-button a {
	background: #399dcb;
}
.business-box .read-more.blue-button a:hover {
background: #003468 !important;
}
.business-box .read-more a:hover {
	background: #e55628;
}
.business-box-help {
	margin-bottom: 40px;
	background: #eaeaea;
	margin-bottom: 40px;
	padding: 0;
}
.business-box-help-thumbnail {
	position: relative;
	font-size: 0;
	float: left;
}
.business-box-help-thumbnail-text {
	position: absolute;
	left: 30px;
	top: 30px;
	right: 0;
}
.business-box-help-thumbnail-text span {
	float: left;
	clear: both;
	padding: 15px 20px;
	margin-bottom: 6px;
	background: #b31b27;
	font-size: 36px;
	font-family: 'Arvo', serif;
	color: #fff;
}

.business-box-help-thumbnail-text p {
	float: left;
	clear: both;
	padding: 15px 20px;
	margin-bottom: 6px;
	/*background: #b31b27;*/
	font-size: 36px;
	font-family: 'Arvo', serif;
	/*color: #b31b27;*/
	color: #fff;
	width: 100%;
}

.business-box-help-des {
	padding-top: 8px;
}
.business-box-help-des h2 {
	margin-bottom: 20px;
}
.business-box-help-des ul {
	margin-bottom: 30px;
}
.business-box-help-des ul:last-child {
	margin-bottom: 0;
}
.business-box-help-des li {
	margin-left: 20px;
	font-size: 18px;
	margin-bottom: 15px;
	color: #6e6d6d;
	font-weight: 400;
}
.business-header{
		background: url(assets/images/businesses-header.png) no-repeat center center;
		background-size:cover;
}
.business-header .container {
	height: 506px;
	opacity: 1;
	padding-top: 50px;
	font-family: 'Arvo', serif;
}
.business-header .container h1 {
	font-size: 22px;
	font-family: 'Lato', sans-serif;
	color: #fff;
	max-width: 420px;
	top: 45px;
	left: 75px;
	line-height: 26px;
}
.business-header .container h1 span {
	font-family: 'Lato', serif;
	color: #fdb731;
	display: block;
	line-height: 55px;
	font-size: 50px;
	font-weight: normal;
	padding-bottom: 25px;
}
.cms-text {
	font-size: 18px;
}
.cms-text p {
	margin-bottom: 30px;
}
.image-box {
	margin-left: 20px;
}
.image-box .image-title {
	display: block;
	font-size: 14px;
	padding: 10px 0;
	border-bottom: #e6d8b8 solid 2px;
}
.cms-text li {
	margin-left: 30px;
	margin-bottom: 10px;
}
.cms-text img {
	margin: 10px;
}
blockquote {
	border-left: 10px solid #b31b27;
	font-size: 28px;
	color: #e55628;
	line-height: 32px;
	max-width: 80%;
	margin: auto;
	margin-bottom: 30px;
	font-family: 'Lato', serif;
	font-weight: 600;
	padding: 10px 20px;
}

blockquote p {
	margin-bottom: 30px;
	color: #6e6d6d;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
}

.form-style {
	padding-bottom: 40px;
}
.wpcf7 .form-style {
	padding: 40px;
}
.input-text {
	background: #f6f5f2;
	border: #dddcda solid 1px;
	padding: 12px 20px;
	margin-bottom: 5px;
}
.input-text input, select {
	border: none;
	background: none;
	width: 100%;
}
.input-text textarea {
	border: none;
	background: none;
	width: 100%;
}
button.button {
	padding: 13px 30px;
	color: #fff;
	background: #399dcb;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	font-size: 18px;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	text-transform: uppercase;
}
button.button:hover {
	background: #e55628;
}
.wpcf7-submit {
	padding: 13px 30px;
	color: #fff;
	background: #399dcb;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	font-size: 18px;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	text-transform: uppercase;
	width: 100%;
}
.wpcf7-submit:hover {
	background: #e55628;
}
.generic-header {
	background: url(assets/images/generic-header.png) no-repeat center center;
	background-size:cover;	
}
.generic-header .container {
	height: 404px;
	position: relative;
	opacity: 1;
}
.generic-header .container h1 {
	/*position: absolute;
	left: 50px;
	top: auto;
	margin: 0;
	bottom: 50px;*/
	font-family: 'Arvo', serif;
    color: #fff;
    max-width: 550px;
    position: relative;
    left: 0px;
    top: 88px;
    padding: 0;
    margin: 0;
    font-size: 42px;
    text-shadow: 2px 2px 5px #000;
}
.generic-header .container span {
	color: #fff;
	padding-top: 50px;
	display: block;
}
.impact-header {
	background: url(assets/images/impact-header.png) no-repeat center center;
	background-size:cover;
}
.impact-header .container h1 {
	max-width: 550px;
}
.impact-video-box {
	text-align: center;
}
.impact-video h1 {
	margin-top: 0;
	padding-top: 15px;
	text-transform: uppercase;
}
.impact-video p {
	margin-bottom: 30px;
	color: #6e6d6d;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
}
.impact-video .impact-video-box {
	margin-bottom: 40px;
}
.impact-video .impact-video-box img, .impact-video .impact-video-box ifram {
	display: inline-block;
	border: none;
	max-width: 960px;
}
.impact-statics {
	padding-top: 15px;
}
.impact-stories h1 {
	padding-top: 15px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.impact-statics-box {
	height: 180px;
	margin-bottom: 20px;
	background: url(assets/images/red-bg.png) center center;
}
.impact-statics-box p {
	padding: 40px 35px 20px;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
}
.impact-statics-box strong {
	display: block;
	font-size: 56px;
	font-family: 'Arvo', serif;
	font-weight: 600;
}
.impact-statics-box span {
	display: block;
	padding-top: 30px;
}
.view-more {
	text-align: center;
	margin-bottom: 40px;
}
.view-more a, button {
	display: inline-block;
	padding: 20px 40px;
	text-transform: uppercase;
	font-size: 24px;
	letter-spacing: 2px;
	font-weight: 600;
	background: #e55628;
	color: #fff;
	text-decoration: none !important;
	border-radius: 10px;
}
.view-more a:hover {
	background: #b31b27 !important;
}
.read-more {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
}
.impact-img {
	margin-bottom: 28px;
}
.impact-des {
	/*margin-bottom: 40px;*/
}
.impact-des p {
	font-size: 22px;
	color: #3a3a39;
	font-weight: 400;
	line-height: 30px;
	padding-top: 5px;
	margin-bottom: 25px;
}


.view-more.blue-button a {
	background: #399dcb;
}
.view-more.blue-button a:hover{
	background: #003468 !important;
}
.generic-layout2 {
	padding-left: 48px;
	padding-right: 48px;
	padding-top: 25px; 
}
.impact-reports {
	padding-bottom: 40px;
}
.impact-reports h1 {
	padding-top: 10px;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.impact-report-des {
	padding-left: 25px;
}
.impact-report-des h3 {
	margin: 0 0 10px;
	color: #b31b27;
	font-size: 18px;
	line-height: 24px;
	text-transform: none;
}
.impact-report-des p {
	line-height: 18px;
}
.impact-report-des .read-more a {
	font-size: 16px;
}
.whare-to-shop-banner, .whare-to-shop-banner .container {
	height: auto;
	opacity: 1;
	margin-top: -7px;
	background: #b31b27;
}
.whare-to-shop-banner .container {
	padding-top: 43px;
	padding-bottom: 43px;
}
.whare-to-shop-banner h3 {
	font-size: 32px;
	color: #fff;
	font-family: 'Arvo', serif;
	font-weight: normal;
	margin: 0 0 20px;
	text-transform: none;
}
.whare-to-shop-banner p {
	color: #fff;
	font-size: 18px;
	margin-bottom: 30px;
}
.whare-to-shop-banner .view-more {
	text-align: left;
	margin-bottom: 0;
}
.whare-to-shop-banner .view-more a:hover {
	background: #399dcb !important;
}
.search-shop h1 {
	margin-bottom: 20px;
	margin-top: 5px;
}
.search-shop .input-text {
	border-radius: 5px;
}
.search-shop .input-text select {
	border: none;
	background: none;
	width: 100%;
}
.search-shop .sbHolder .sbSelector {
	background: none;
	border: none;
	padding-left: 0;
	padding-right: 0;
	font-size: 18px;
	color: #373737;
	opacity: .7;
}
.search-shop .sbHolder .sbToggle::before {
	font-size: 22px;
}
.search-shop .sbHolder .sbToggle {
	color: #8f8f8f;
	position: absolute;
	right: 0;
	top: 3px;
}
.search-shop .sbHolder .sbOptions {
	margin: 10px -21px;
	max-height: 415px;
	min-height: 200px;
	overflow: auto;
	padding: 10px 20px;
}
.sbHolder .sbOptions li a {
	font-size: 15px;
	color: #999;
	cursor: pointer;
}
.search-shop .white-input-box {
	background: none;
	border: none;
	padding-left: 0;
	padding-bottom: 0;
	padding-right: 0;
}
.search-shop .white-input-box input {
	border-bottom: #eeeeee solid 1px;
	color: #373737;
	font-size: 18px;
	width: 100%;
	padding: 5px;
	padding-bottom: 10px;
}
.search-shop .arrow:after {
	display: inline-block;
	font-family: FontAwesome;
	font-feature-settings: normal;
	font-kerning: auto;
	font-language-override: normal;
	font-size: inherit;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-synthesis: weight style;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	text-decoration: none !important;
	text-rendering: auto;
	transform: translate(0px, 0px);
	position: absolute;
	right: 11px;
	top: 18px;
	color: #8f8f8f;
	content: "\f0da";
	font-size: 20px;
}
.filter-buttons a {
	font-size: 15px;
	font-weight: bold;
	padding: 4px 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-radius: 20px;
	margin-right: 10px;
	border: #000 solid 2px;
}

.filter-buttons label.blue, label.red {
	font-size: 15px;
	font-weight: bold;
	padding: 4px 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-radius: 20px !important;
	margin-right: 10px;
	border: #000 solid 2px;
	background-color: transparent;
	margin-bottom: 5px;
}

.filter-buttons a.blue, label.blue {
	border: #7bbedc solid 2px !important;
	color: #7bbedc;
}

.filter-buttons label.blue.active {
	background: #7bbedc;
	color: #fff;
	text-decoration: none;
}

.filter-buttons a.blue:hover, label.blue:hover, label.blue.active:hover {
	background: #7bbedc;
	color: #fff;
	text-decoration: none;
}
.filter-buttons a.red, label.red {
	border: #e55628 solid 2px !important;
	color: #e55628;
}
.filter-buttons label.red.active {
	background: #e55628;
	color: #fff;
	text-decoration: none;
}
.filter-buttons a.red:hover, label.red:hover, label.red.active:hover {
	background: #e55628;
	color: #fff;
	text-decoration: none;
}
.filter-buttons {
	padding-top: 17px;
}
.search-shop .form-style {
	padding-bottom: 15px;
}
.gray-box {
	background: #f4f3f1;
	padding: 0 0 40px;
}
.custom-selectbox-outer .custom-selectbox, .custom-selectbox-outer label {
	display: inline-block;
	font-weight: 300;
	margin-right: 30px;
	font-size: 15px;
	color: #2d2d2d;
}
.toolbar {
	padding-bottom: 15px;
}
.toolbar .sbHolder .sbSelector {
	width: 100px;
	font-size: 15px;
	color: #999;
	padding-right: 20px;
}
.shop-list .shop-box {
	border: #dadada solid 1px;
	margin-bottom: 30px;
	box-shadow: 2px 2px 0px #dadada;
}
.shop-list .shop-des-text {
	background: #fff;
}
.shop-list .shop-des {
	min-height: 145px;
	padding: 15px 15px 0;
}
.shop-list .shop-des h4 {
	font-size: 16px;
	margin: 0 0 10px;
	font-weight: 400;
	color: #302f2f;
}
.shop-list .shop-des h4 a {
	color: #302f2f;
}
.shop-list .shop-des p {
	font-size: 13px;
	font-weight: 300;
	line-height: 18px;
}
.shop-list .sponsor {
	font-size: 11px;
	font-weight: 400;
	padding: 0px 15px 5px;
	text-transform: uppercase;
}
.shop-list .sponsor a {
	color: #003468;
}
.shop-type {
	text-align: right;
}
.shop-type a {
	padding: 4px 10px;
	background: #e55628;
	display: block;
	letter-spacing: 1px;
	font-size: 11px;
	color: #fff;
	text-decoration: none !important;
	font-weight: 400;
	text-transform: uppercase;
}
.shop-type.online a {
	background: #399dcb;
}
.load-more {
	margin-bottom: 0;
}
.search-shop {
	padding-bottom: 15px;
}
.load-more a {
	min-width: 400px;
	background: #b31b27;
	cursor: pointer;
}
.load-more a:hover {
	background: #e55628 !important;
}
.call-2-action2{
	background:url(assets/images/blue-bg.png) center center;
	padding:40px 0;
	text-align:center;
}
.call-2-action2 h4{
	color:#fff;
	margin:0 0 25px;
	font-family: 'Arvo', serif;
	font-size:32px;
	font-weight:normal;
}
.call-2-action2 a{
	background:#399dcb;
	display:inline-block;
	padding:10px 30px;
	font-size:16px;
	font-weight:600;
	text-transform:uppercase;
	color:#fff;
	border-radius:10px;
	text-decoration:none !important;
}
.call-2-action2 a:hover{
	background:#fdb731 !important;
	
}
.licensed-post{
	padding-top:10px;
}
.licensed-post h1{
	color:#b31b27;
	font-weight:normal;
	font-size:42px;
	margin-bottom:15px;
}
 .category{
	padding-bottom:8px;
	color:#003468;
	font-size:15px;
	text-transform:uppercase;
	font-weight:bold;
}
.licensed-post .post-paging{
	color:#656565;
	font-size:15px;
	font-weight:300;
}
.licensed-post .post-paging a{
	color:#656565;	
}
.licensed-post .post-paging span{
	margin:0 5px;
	opacity:.8;
}
.licensed-post .licensed-post-img{
	margin-bottom:25px;
}
.licensed-post .licensed-post-des p{
	margin-bottom:25px;
	color:#6e6d6d;
	font-weight:400;
}
.licensed-post .licensed-post-des a{
	color:#399dcb;
}
.featured-products h2{
	color:#003468;
	font-size:32px;
	margin-bottom:20px;
}
.featured-products{
	padding-bottom:40px;
}
.featured-products .featured-products-img img{
	background:#fff;
	padding:4px;
	box-shadow:0 0 4px rgba(0,0,0,.5);
}
.gray-panel{
	background:#f6f5f2;
	padding:20px 20px 5px;
	margin-bottom:50px;
}
.sidebar{
	padding-top:40px;
	padding-bottom:40px;
}
.quick-contact .quick-contact-img {
	margin-bottom:20px;
}
.quick-contact .quick-contact-img img {
	width: 100%;
}
.quick-contact p{
	color:#383737;
	font-size:15px;
	font-weight:300;
	line-height:18px;
	margin-bottom:15px;
}
.quick-contact p a{
	color:#399dcb;
}
.quick-contact hr{
	border-color:#e6e5e2;
}

.approach-box{
	background:#003468;
	padding:20px;
}
.approach-box img {
	width: 100%;
}
.approach-box h3{
	color:#fdb731;
	font-size:24px;
	text-transform:none;
	font-weight:normal;
	margin-bottom:15px;
	font-family: 'Lato', serif;
}
.approach-box p{
	font-size:15px;
	color:#fff;
	font-weight:300;
	margin-bottom:20px;
	line-height:18px;
}
.approach-box .view-more {
	margin:0 0 5px;
}
.approach-box .view-more a{
	background:#399dcb;
	font-size:18px;
	letter-spacing:1px;
	display:block;
	border-radius:5px;
	padding:10px 20px;
}
.header-noborder{
	border-bottom:none;
	position:relative;
	box-shadow:0 0 8px rgba(0,0,0,.2);
}
.retail-logo-img{
	padding:10px 0 30px;
}
.retail-post-des{
	padding-bottom:40px;
}
.retail-post-des h3{
	color:#e55628;
	font-size:26px;
	text-transform:none;
	font-weight:normal;
	margin-bottom:15px;
	font-family: 'Arvo', serif;
}
.retail-post-des a{
	color:#399dcb;
}
.retail-post-des li{
	margin-left:15px;
	color:#399dcb;
}
.uk-banner{
	background: url(assets/images/uk-banner.png) no-repeat center center;
	background-size:cover;	
}
.uk-banner .container{
	opacity:1;
	height:615px;
}
.banner-label{
	position:absolute;
	background:#b31b27;
	color:#fff;
	font-family: 'Arvo', serif;
	font-size:38px;
	left:0;
	top:0;
	padding:14px 0 18px;
	width:100%;
}
.banner-label-container{
	max-width:1150px;
	margin:auto;
}
.uk-banner .container h1{
	font-size:42px;
	padding-top:170px;
	max-width:500px;
}
.uk-banner .container h1 span{
	display:block;
	font-weight:normal;
	font-size:22px;
	padding-top:30px;
	font-family: 'Lato', sans-serif;
	font-weight:normal;
	color:#fff;
}
.blog-box{
	background:#fff;
	padding:12px;
	margin-top:30px;
	margin-bottom:30px;
	border: 1px solid #eaeaea; /* Adds a small border */
	padding: 0px; /* Optional: Adds some padding inside the border */
}
.blog-box h2{
	background:#fff;
	color:#003468;
	font-weight: bold;
	display:inline-block;
	padding:10px 20px;
	margin-top:-12px;
	position:relative;
	top:-24px;
}

.blog-box-h2 {
	margin-top:-1px !important;
}

.blog-box-image{
	text-align:right;
}
.blog-box-image img{
	display:inline-block;
}
.blog-box h3{
	margin:-5px 0 18px;
	padding:0 20px;
	font-family: 'Lato', serif;
	color:#e55628;
	padding-right:0;
	text-transform:none;
	font-size:28px;
	font-weight:normal;
	border: 1px solid #eaeaea; /* Adds a small border */
	padding: 0px; /* Optional: Adds some padding inside the border */
}
.blog-box p{
	color:#6e6d6d;
	font-size:18px;
	font-weight:400;
	padding:0 18px;
	margin-bottom:20px;
}
.blog-box .read-more{
	padding:0 20px 10px ;
}
.blog-box .read-more a{
	font-size:18px;
}
.view-more.blog{
	margin-bottom:30px;
}
.view-more.blog a{
	background:#b31b27;
}
.view-more.blog a:hover{
	background:#e55628 !important ;
	
}
.shop-list .shop-box{
	position:relative;
}
.shop-list .shop-box .shop-hover{
	left:0;
	right:0;
	bottom:0;
	top:0;
	opacity:0;
	text-align:center;
	background-color:rgba(239,231,211,.7);
	position:absolute;
}
.shop-list .shop-box .shop-hover span{
	position:relative;
	top:50%;
	height:42px;
	display:inline-block;
	border-radius:5px;
	text-transform:uppercase;
	font-weight:600;
	color:#fff;
	opacity:0;
	line-height:42px;
	margin-top:-25px;
	font-size:17px;
	background:#e55628;
	padding:0 20px;
}
.shop-list .shop-box:hover .shop-hover,
.shop-list .shop-box:hover .shop-hover span{
	opacity:1;
	
}
.whare-to-shop-banner .view-more a:hover{
	background:#fdb731 !important;
}

@media (min-width:768px) {
.business-box-help{
 	position:relative;
}

.business-box-help .col-md-4{
 	position:static;
}

.business-box-help-thumbnail {
  background: #000 none repeat scroll 0 0;
  bottom: 0;
  float: left;
  font-size: 0;
  left: 0;
  position: absolute;
  top: 0;
 	/*background: url(assets/images/businesses-3.png) no-repeat center center;*/
 	background-size:cover;
}

.business-box-help-thumbnail  img{
 	opacity:0;
}

.shop-list .shop-des-text {
	height: 200px;
}
}

.stake {
	padding: 2px;
    border: black solid 1px;
    margin-bottom: 1px;
    border-collapse: collapse;
}

.stake td,
.stake th {
padding: 5px;
    border: black solid 1px;
	vertical-align: top;
}
/* Styles By Umer */
.shop-img {
	background-color: #fff;
}

.shop-img img {
	width: 247px;
	height: 133px;
}

.ekko-lightbox-nav-overlay a {
	color: #003468;
}

div.wpcf7-validation-errors {
	border: 2px solid #003468;
}

div.wpcf7-response-output {
	margin: 0;
}

.intro-text h1.search-title {
	text-transform: uppercase;
}

.search-read-more {
	font-size: 14px;
}

.paginate-links {
	margin-bottom: 20px;
	text-align: center;
}

.paginate-links .page-numbers {
	border-radius: 5px;
	display: inline-block;
	padding: 5px 10px;
  margin: 0 2px 0 0;
  border: 1px solid #eee;
  line-height: 1;
  text-decoration: none;
  font-weight: 600;
}

.page-numbers.dots {
	border: none;
}

.page-numbers.current, a.page-numbers:hover {
	background-color: #b31b27;
	border-color: #b31b27;
	color: #fff;
}

.impact-reports .report-details {
	margin-bottom: 40px;
}

.impact-report-img {
	box-shadow: 10px 10px 5px #888888;
}

.blog-cont {
	min-height: 100px;
}

.blog-cont > p {
	font-size: 18px !important;
}

.dropdown-menu {
	top: 28px !important;
}

.dropdown-menu > li > a {
	padding: 3px 0px !important;
}

.dropdown-menu > li > a:hover {
	background: none;
	text-decoration: underline;
}

.have-child > .dropdown-menu {
	  border: medium none;
    box-shadow: none;
    padding-left: 20px;
    position: relative;
    top: 0 !important;
    width: 100%;
}

.photo-download {
  color: white;
  float: right;
  position: absolute;
  right: 5px;
  text-decoration: none !important;
}

.photo-download:hover, .photo-download:focus {
	color: #ea8869;
}

/* ---- grid ---- */


.masonry-grid {
	margin: 30px auto;
}

.masonry-grid:after {
  content: '';
  display: block;
  clear: both;
}

.masonry-grid-item {
	margin-bottom: 10px;
}

@media only screen and (max-width : 480px) {
	.grid-sizer,
	.masonry-grid-item {
	  width: 100%;
	}
}

@media only screen and (max-width : 650px) and (min-width : 481px) {
	.grid-sizer,
	.masonry-grid-item {
	  width: 46%;
	}
}

@media only screen and (min-width : 651px) {
	.grid-sizer,
	.masonry-grid-item {
	  width: 31%;
	}
}

.masonry-grid .masonry-grid-item .caption {
  bottom: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  left: auto;
  padding: 20px;
  position: absolute;
  transition: bottom 0.2s ease-in-out 0s;
  width: 100%;
}

.featured-brands-thumb > div {
	margin-bottom: 10px;
}

.featured-brands-thumb img {
	width: 250px;
	height: 150px;
}

.whare-to-shop-banner .view-more { 
	text-align: center;
	margin-top: 20px;
	/*width: 100%;*/
}

.whare-to-shop-banner .view-more a, button { 
	background-color: #399dcb;
	float: none !important;
	border: none;
}

.whare-to-shop-banner, .whare-to-shop-banner .container {
	background: #003468;
}

.brands-list > .generic-layout2 {
	padding-top: 0; 
}

.view-more .btn:focus, .view-more .btn:hover {
	color: #fff;
}

.view-more button:focus, .view-more button:hover {
	color: #fff;
	background:#fdb731 !important;
}

.view-more .dropdown-menu a, .view-more .dropdown-menu a:hover, .view-more .dropdown-menu a:focus {
	font-weight: normal;
	font-size: 12px;
	background: none !important;
}

.view-more .dropdown-menu a:hover {
	text-decoration: underline !important; 
}

.whare-to-shop-banner .btn-group, .whare-to-shop-banner .btn-group-vertical {
	display: block;
}

.whare-to-shop-banner .dropdown-menu {
	left: 28%;
	max-height: 300px;
	overflow: auto;
	padding: 0 40px;
	top: 95% !important;
	border-radius: 0 0 10px 10px;
	width: 44%;
}

.view-more button {
	border-radius: 10px 10px 0 0;
	padding: 20px 35px;
}

.generic-header .container p span {
	display: inline;
	padding: 0;
}

.impact-story {
	height: 700px;
	min-height: 500px;
	overflow: auto;
	margin-bottom: 40px;
}

.container li {
	font-weight: 400;
	font-size: 18px;
}

.wp-caption .wp-caption-text {
	display: block;
	font-size: 14px;
	padding: 10px 0;
	border-bottom: #e6d8b8 solid 2px;
	width:95%;
}

/* Umer Styles Ends Here */

/* team styles */
@media only screen and (max-width : 480px) {
	/* Smartphones: 1 image per row */
	.team-box {
		width: 100%;
	}
	.team-infoBox h3{
		color:       #fff;
		font-size: 14px
	}

	.team-infoBox p{
		font-size: 12px
	}

	.shop-list .shop-box {
		width: 280px;
	}
}
@media only screen and (max-width : 650px) and (min-width : 481px) {
	/* Tablets: 2 images per row */
	.team-box {
		width: 50%;
	}
	.team-infoBox h3{
		color:       #fff;
		font-size: 16px
	}

	.team-infoBox p{
		font-size: 14px
	}
}

@media only screen and (min-width : 651px) {
	/* large screens: 3 images per row */
	.team-box {
		width: 33.3%;
	}
	.team-infoBox h3{
		color:       #fff;
		font-size: 16px
	}

	.team-infoBox p{
		font-size: 14px
	}
}

#team-box-content {
	overflow: hidden;
	padding-bottom: 20px;
}
.team-box {
	float: left;
	box-sizing: border-box;
	cursor: pointer;
	cursor: hand;
}
.team-boxInner {
	padding-top: 15px;
	margin: 0 15px;
	box-sizing: border-box;
	display: block;
	position: relative;
}
.team-infoBox {
	position: absolute;
	font-size:   150%;
	color:       #fff;
	text-align:center;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	background:  -webkit-linear-gradient(transparent,rgba(0,0,0,.5));
	padding:     15px;
	bottom: 0;
}

.team-no-photo {
position: relative;
background: #e55628;
}

.team-detailWrapper {
	/*clear: both;*/
	float: left;
	display: none;
	margin:20px
}

ul.team-nav {
	display: block;
	list-style: none;
	text-align: center;
	padding: 0;
	margin: 0;
}

ul.team-nav li{
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
	display:inline;
	padding:20px;
}
ul.team-nav a{
	display:inline-block;
	padding:10px;
}

.team-nav-current{
	color: #ea8869;
	font-weight: bold;
}

.card {
	position: relative;
	float: left;
	padding-bottom: 25%;
	width: 25%;
	text-align: center;
}

.card__front,
.card__back {
	position: absolute;
	top: 0;
	left: 0;
	width: 90%;
	height: 90%;
}

.card__front,
.card__back {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.card__front {
	background-color: #F5F5DC;
}

.card__back {
	background-color: #1e1e1e;
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}

.newsroom-button {
	display:inline-block;
	border-radius:0px;
	text-transform:uppercase;
	font-weight:600;
	color:#fff;
	line-height:42px;
	margin-left:25px;
	margin-right:12.5px;
	font-size:17px;
	background:#004c98;
	padding:0 20px;
 }

.newsroom-button a {
	color:#fff;
	text-decoration: none;
}

.news-social-media a {
    height:42px;
    width:42px;
    margin:5px;
    display:inline-block;
    font-size:30px;
}

.add-dash {
	position: relative;
	margin-bottom:15px;
}
.add-dash:before {
    	content: '';
	z-index: 1;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: 1px;
		background: #dddddd;

}

.add-dash__title {
		position: relative;
		z-index: 2;
    	font-family: 'Arvo', serif;
    	color: #003468;
    	font-size: 32px;
    	font-weight: normal;
		background: #fff;
		text-transform: uppercase;
		display: inline-block;
		padding-right:20px;
}


#custom-login form{
    margin-left: 0;
    padding: 26px 24px 46px;
    font-weight: 400;
    overflow: hidden;
    background: #f6f5f2;
    border: 1px solid #ccd0d4;
    box-shadow: 0 1px 3px rgba(0,0,0,.04);
}
#custom-login {
background: #FFF;
margin: 50px auto;
width: 400px;
}
#custom-login label {
font-size: 14px;
    line-height: 1.5;
    display: inline-block;
    margin-bottom: 3px;
}

#custom-login  p {
    margin-bottom: 0px;
}
#custom-login ul {
    padding-left: 0px;
    margin:0px;
    list-style-type: none;
} 
#custom-login li {
    padding-left: 0px;
    margin:0px;
    list-style-type: none;
}  

#custom-login input[type=text], #custom-login  input[type=password], #custom-login  input[type=submit]{
    font-size: 24px;
    line-height: 1.33333333;
    width: 100%;
    border-width: .0625rem;
    padding: .1875rem .3125rem;
    margin: 0 6px 16px 0;
    min-height: 40px;
    max-height: none;
}
#custom-login form .forgetmenot{
float:none;
}

.invisibleLink {
    display: block;
  
    position: absolute;
    height: 100%; width: 100%;
}