/* ETW Styles for Header, Footer and Sticky Navigation */
/* Header Styles Starts here */

.nav{ 
    white-space: nowrap; 
	display: inline-block !important;
}

.nav > li {
    display: inline-block !important;
    position: relative;
	
}

.nav > ul{
	display: inline-block !important;
	list-style: none;
    width: 100%;
	 font-size: 0;
}

.openmenu > .dropdown-menu {
	display: inline-block !important;
}

.nav > li > a {
	display: inline-block !important;
}

.navbar-nav > li > a, .nav > li > a{
	font-family: 'Oswald';
}

.navbar-static-top {
	margin-bottom: 19px;
}

.navbar-default-first{
	background: #4D2A28;
	z-index: 600;
}

.navbar-default-second{
	background-image: url('//www.embracingtheworld.org/wp-content/assets/images/background-texture-main-nav.jpg');
	z-index: 500;
}

.navbar-default{
	border-color: none;
	border-width: 0px;
}

.navbar{
	min-height: 38px;
 }  
 
 #first > .nav > li > a {
	position: relative;
	display: inline-block !important;
	padding: 9px 16px;
	white-space: nowrap;
	font-style: normal;
}

#first > .nav > li > a:hover,
#first > .nav > li > a:focus,
#first > .nav > li > a.active {
	background-color: #d0547b;
}

 #second > .nav > li > a {
	position: relative;
	display: inline-block !important;
	padding: 19px 24px;
	font-style: normal;
	white-space: nowrap;
}

#second > .nav > li > a:hover,
#second > .nav > li > a:focus,
#second > .nav > li > a.active {
	background-color: #d0547b;
}
 
.navbar-default-second .navbar-nav > li > a{
	line-height: 30px;
}

.navbar-default-first .navbar-nav > li > a{
	line-height: 20px;
}

.navbar-default-first .navbar-nav > li > a {
    color: #ffffff;
    text-transform: uppercase;
	font-size: 14px;
	letter-spacing:1px;
	font-style: normal;
}

.navbar-default-second .navbar-nav > li > a {
    color: #FFFFFF;
    text-transform: uppercase;
	font-size: 20px;
	letter-spacing:1px;
	font-style: normal;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #ffffff;
}

.navbar-default-first .navbar-nav > .active > a,
.navbar-default-first .navbar-nav > .active > a:hover,
.navbar-default-first .navbar-nav > .active > a:focus {
	color: #B69890;
	background-color: #4D2A28;
}

.navbar-default-second .navbar-nav > .active > a,
.navbar-default-second .navbar-nav > .active > a:hover,
.navbar-default-second .navbar-nav > .active > a:focus {
	color: #B69890;
	background-color: #814B33;
}

.navbar-default-first .navbar-nav > .open > a,
.navbar-default-first .navbar-nav > .open > a:hover,
.navbar-default-first .navbar-nav > .open > a:focus {
	color: #ffffff;
	background-color: #4D2A28;
}

.navbar-default-second .navbar-nav > .open > a,
.navbar-default-second .navbar-nav > .open > a:hover,
.navbar-default-second .navbar-nav > .open > a:focus {
	color: #ffffff;
	background-color: #814B33;
}


.hero-unit{
	background-color: #eeeeee;
	height:350px;
}

.navbar-static-top {
    margin-bottom: 0;
}

.navbar-logo {
	position:absolute;
	top:-65px;
	background-color: #4D2A28;
}

.second-menu > li > a{
	color: #ffffff;
    text-decoration: none;
	line-height: 32px;
	font-family: 'Oswald';
	text-transform: uppercase;
	padding: 6px 23px;
	font-style: normal;
}

.first-menu > li > a{
    color: #ffffff;
    text-decoration: none;
    line-height: 32px;
    font-family: 'Oswald';
    text-transform: uppercase;
    padding: 3px 12px;
	font-style: normal;
}

.second-menu > li > a:hover,
.second-menu > li > a:focus {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #d0547b;
}

.first-menu > li > a:hover,
.first-menu > li > a:focus {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #d0547b;
}

.first-menu-about{
    min-width: 107px;
  
}

.first-menu-language{
    min-width: 87px;
}

.first-menu-help{ 
    min-width: 187px;
}

.first-menu  {
  position: absolute;
  top: 100%;
  z-index: 1000;
  display: none;
  float: left;
  padding: 0 0 15px;
  margin: 2px 0 0;
  font-size: 13px;
  list-style: none;
  background-color: #4D2A28;
  border: 2px solid #cccccc;
  border: 0px solid rgba(0, 0, 0, 0.15);
  border-radius: 14px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
		  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  text-align: left;
  letter-spacing: 0px;
}


.second-menu {
  position: absolute;
  top: 100%;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 0 0 15px;
  margin: 0px 0 0;
  font-size: 18px;
  list-style: none;
  background-color: #4D2A28;
  /*background-image: url('//www.embracingtheworld.org/wp-content/assets/images/background-texture-main-nav.jpg');*/
  border: 0px solid #cccccc;
  border: 0px solid rgba(0, 0, 0, 0.15);
  border-radius: 14px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  text-align: left;
  letter-spacing: 1px;
}

.navbar-right .dropdown-menu {
    left: 0;
}

/* ADDED for centering navbar items */
.navbar .inner-nav ul {
	position:relative;
	left:50%;
	float:left;
	margin-right:0;
	margin-left:0;
}

/* ADDED for centering navbar items */
.navbar .inner-nav li {
	position:relative;
	right:50%;
	float:left;
	margin:0;
	list-style:none
}

/* Header Styles Ends here */

/*Sticky nav styles starts here */

#sticky-nav > .nav > li > a {
	position: relative;
	/*display: block;*/
	padding: 10px 65px;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 20px;
	white-space: nowrap; 
	display: inline-block !important;
	font-style: normal;
}

#sticky-nav > .nav > li > a:hover,
#sticky-nav > .nav > li > a:focus{
	background-color: #d0547b;
	/*background-color: transparent;*/
}

/*#sticky-nav > .nav > li > a.active{
	/*background-image: url('//www.embracingtheworld.org/wp-content/assets/images/sticky-nav-active.png');*/
	/*background-color: #d0547b;*/
	/*background-color: transparent;*/
/*}*/

#sticky-nav > .nav > li.active{
	/*background-image: url('//www.embracingtheworld.org/wp-content/assets/images/sticky-nav-active.png');*/
	background-color: #d0547b;
}

#sticky-nav > .nav > .active>a  b {
	position:absolute;
	left:50%;
	bottom:-10px;
	margin-left:-5px;
	border-left:10px dashed transparent;
	border-right:10px dashed transparent;
	border-top:10px solid #d0547b;
	overflow:hidden;
	height:0;
	z-index:9;
}

#sticky-nav > .nav > .active>a:after {
	content:" ";
	position:absolute;
	left:50%;
	bottom:-10px;
	margin-left:-5px;
	border-left:10px dashed transparent;
	border-right:10px dashed transparent;
	border-top:10px solid #d0547b;
	overflow:hidden;
	height:0;
	z-index:9;
}

 .sticky-nav{
	background-image: url('//www.embracingtheworld.org/wp-content/assets/images/sticky-nav-bg.jpg');
	line-height: 20px;
	margin-bottom: 0px;
	float:none;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 20px;
	border-radius: 0px;
	border: 0px;
	max-width: 1800px;
 }
 
 .non-sticky-nav{
	background-color:#006586;
	line-height: 20px;
	margin-bottom: 0px;
	float:none;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 20px;
	padding: 10px 65px;
 }
 
 .navbar .sticky-inner-nav ul {
	position:relative;
	left:50%;
	margin-right:0;
	margin-left:0;
}

/* ADDED for centering navbar items */
.navbar .sticky-inner-nav li {
	position:relative;
	right:50%;
	margin:0;
	list-style:none
}
 

/* Sticky nav styles ends here */

/* Footer Styles Starts here */

#push,
#footer {
height: 360px;
color: #ffffff;
font-family:'Open Sans';
}

#footer-content1 {
	background: #006c90;
	background-size: 100% 100%;
	margin-bottom: -180px;
}

#footer-content1 h5{
	color: #abe9fe;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
}

#footer-content1 h4{
	color: #ffffff;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
}

#footer-top-wave-blue{
	background-image: url('//www.embracingtheworld.org/wp-content/assets/images/etw-top-wave.png');
	background-size: 100% 100%;
	background-color: #4189a2;
}

#footer-top-wave-white{
	background-image: url('//www.embracingtheworld.org/wp-content/assets/images/etw-footer-bg-blue.png');
	background-size: 100% 100%;
	background-color: transparent;
	height:50px;
	margin-top: -45px;
}

.extra-content {
	margin-top:-80px;
	padding-top:200px;
	padding-bottom:50px;
	background-color:#4189A2;
}

#footer-mid-wave{
	background-image: url('//www.embracingtheworld.org/wp-content/assets/images/etw-footer-bg3.png');
	background-size: 100% 100%;
	margin-top: -130px;
	height: 142px;
}

#footer-content2{
	background: #1e1e1e;
	background-size: 100% 100%;
	font-size: 11px;
	font-family:'Open Sans';
	padding-bottom: 40px;
}

#footer-bottom-credit{
	background-image: url('//www.embracingtheworld.org/wp-content/assets/images/background-texture-main-nav.jpg');
	padding: 5px;
	height:47px;
}

.footer-bottom-credit-text{
	font-family:'Open Sans';
	text-align: center;
	margin: 0px auto;
	text-transform: uppercase;
	padding: 10px 0px;
	letter-spacing: 1px;
	color: #ffffff;
	font-size: 10px;
}

#footer-bottom-credit a{
	color: #ffffff;
	font-style: normal;
}

#footer-bottom-credit a:hover{
	color: #d0547b;
}


.tiny-heart-img{
	margin-top: -4px;
}

#footer-bottom{
	background: #4D2A28;
	background-size: 100% 100%;
	text-transform: uppercase;
	font-size: 10px;
	color: #ffffff;
	padding-top: 10px;
	font-family:'Open Sans';
}

#footer-bottom p{
	font-size: 9px;
	color: #ffffff;
}

.footer-bottom-text{
	text-align: center;
	margin: 0px auto;
}

#footer-bottom  a {
	 color: #FFFFFF;
	 font-weight: normal;
	 font-size: 9px;
	 font-style: normal;
}

#footer-bottom a:hover,
#footer-bottom a:focus {
	 color: #d0547b;
	 text-decoration: none;
}

#footer-content2 a {
	 color: #936957;
	 font-style: normal;
}

#footer-content2 a:hover,
#footer-content2 a:focus {
	 color: #d0547b;
	 text-decoration: none;
}

#footer-content1 a {
	 color: #ffffff;
}

#footer-content1 a:hover,
#footer-content1 a:focus {
	 color: #d0547b;
	 text-decoration: none;
}

.footer-img{
	margin: -44px 10px 0px 0px;
	float:left;
}

.footer-links > h5{
	color: #936957;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	text-align: left;
	font-family:'Open Sans';
}

.footer-links > a{
	color: #936957;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	text-align: left;
	font-style: normal;
}

.footer-links > a:hover,
.footer-links > a:focus{
	color: #d0547b;
}

.footer-links > p{
	color: #ffffff;
}

.footer-links > ul{
	text-align: left;
	padding-left: 0px;
	list-style: none;
}

.footer-links > li{
	list-style: none;
}

.footer-links > li > a {
	 color: #FFFFFF;
	 font-weight: normal;
	 font-size: 11px;
}

.footer-links > li > a:hover,
.footer-links > li > a:focus {
	color: #d0547b;
}

.footer-links > p > a {
	 color: #FFFFFF;
	 font-weight: normal;
	 font-style: normal;
}

.footer-links > p > a:hover,
.footer-links > p > a:focus {
	color: #d0547b;
}

.footer-top-links > h5{
	color: #936957;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	text-align: left;
	font-family:'Open Sans';
}

.footer-top-links > h5 > a{
	color: #936957;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	text-align: left;
	font-style: normal;
}

.footer-top-links > a:hover,
.footer-top-links > a:focus{
	color: #d0547b;
}


.footer-top-links > p{
	color: #ffffff;
}

.footer-top-links > ul{
	text-align: left;
	padding-left: 0px;
	list-style: none;
}

.footer-top-links > li{
	list-style: none;
}

.footer-top-links > ul >  li > a {
	 color: #FFFFFF;
	 font-weight: normal;
	 font-size: 12px;
	 font-style: normal;
}

.footer-top-links > ul > li > a:hover,
.footer-links > li > a:focus {
	color: #d0547b;
}

.footer-top-links > p{
	width: 400px;
	font-size: 12px;
	line-height: 20px;
	font-family:'Open Sans';
}

.footerfontbig{
	font-size: 16px;
	text-transform: uppercase;
}

.footer-head{
	font-size: 16px;
	font-family:'Open Sans';
	color: #ffffff;
	text-transform: uppercase;
	display: inline;
}

.footer-top-links > p > a {
	 color: #FFFFFF;
	 font-weight: normal;
}

.footer-top-links > p > a:hover,
.footer-top-links > p > a:focus {
	color: #d0547b;
}

.tilt{
	transform:rotate(-4deg);
	-ms-transform:rotate(-4deg); /* IE 9 */
	-webkit-transform:rotate(-4deg); /* Safari and Chrome */
}

.tilt-alt{
	transform:rotate(4deg);
	-ms-transform:rotate(4deg); /* IE 9 */
	-webkit-transform:rotate(4deg); /* Safari and Chrome */
}

.box-shadow{
	box-shadow: 0 0 30px black;
}

.img-border{
	border: 3px solid #ffffff;
}

.footer-img-ap{
	margin: -22px 15px 32px 0px;
	border: 3px solid #ffffff;
	box-shadow: 0 0px 11px #222;
}

.footer-img-pdf{
	margin-top: 25px;
	box-shadow: 0 0 11px #333;
}

@media (min-width: 992px) {
/* WAYPOINT MAGIC ON HEADER NAVIGATION */

.nav-pop-up{
	top:0px !important;
	max-height: 55px;
	padding-bottom: 20px;
	background: #036588 !important;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.8);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.8);
}

}

header {
	height:auto;
}

#sticky-nav.affix {
    position: fixed;
    top: 0;
    width: 100%;
	max-width: 1800px;
	min-width: 1000px;
    z-index:10;
}

.footer-row{
margin-bottom: 0px;
}

a.scroll-to-top {
    background: url("//www.embracingtheworld.org/wp-content/assets/images/back-to-top.gif") no-repeat scroll center center transparent;
    bottom: 30px;
    cursor: pointer;
    font-size: 0;
    height: 40px;
    outline: 0 none;
    position: fixed;
    right: 30px;
    text-indent: -9999px;
    width: 41px;
}

a.scroll-to-top:hover{
	background: url("//www.embracingtheworld.org/wp-content/assets/images/back-to-top-hover.gif") no-repeat scroll center center transparent;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:  #fff;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}

/**********************************************/
/* Wrapper for page content to push down footer */
/* Negative indent footer by it's height */
/* Holding it if we might need it in future*/
/*#wrap {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -360px;
}*/

/* Footer Styles Ends here */





 
 

