body{
	font-family: 'Roboto', sans-serif;
}
a{
	color:rgba(91, 86, 142, 0.9);
}
a:hover{
	color:rgba(91, 86, 142, 1);
}
h1{
	font-size:50px;
	font-family: 'Roboto', sans-serif;
	font-weight: 200;
	margin-bottom: 20px;
}
h1 a:hover{
	text-decoration: none;
	color:#DC860E;
}
h2{
	font-size:30px;
	font-family: 'Roboto', sans-serif;
	font-weight: 200;
}
h3{
	font-size:24px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}
.h4, h4 {
    font-size: 22px;
}
.fixedHeader{
	padding-top:150px;
}


/*------ Top Nav --------*/
.topNav{
	background:white;
	color:white;
	padding: 0px;
} 
.topNav ul {
    margin-bottom: 0px !important;
}
.topNav .contactDetails li{
 padding-right:10px;	
}
.topNav .social a{
 padding-left:10px;	
}
.topNav ul li {
    display: inline-block;
    margin: 0px 0px 0px 0px;
    font-weight: 300;
}


/*------ Top Nav --------*/


/*------ Footer --------*/
.footerNav ul{
	padding:0px;
}
.footerNav ul li a{
	color:white;
	font-weight:400;
	padding-right:10px;
	font-size: 12px;
}
.footerNav ul li.active a{
	color: #DC860E
}

footer .links{

}
footer .copy{
	background:rgb(154, 177, 58);
	color:white;
	padding:15px 0px 15px 0px;
}
footer .footerNav{
	margin-top:30px;
}
footer h4{
	font-weight: 200;
}
footer .copyright{
	line-height: 30px;
	font-size:12px;
	font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
}
/*------ Footer --------*/

header.header2{
	background:white;
	border-bottom:1px solid #c5c5c5;
	-webkit-box-shadow: 0px 6px 12px 0px rgba(145, 145, 145, 0.6);
	-moz-box-shadow:    0px 6px 12px 0px rgba(145, 145, 145, 0.6);
	box-shadow:         0px 6px 12px 0px rgba(145, 145, 145, 0.6);
	margin-bottom:20px;
}
header.header2.headerBlack{
	background:black !important;
	color:white;
	border: 0px;
	margin:0px;
	box-shadow:none;
}
header.header2.grey{
	background:#D8D8D8 !important;
	color:white;
	border: 0px;
	margin:0px;
	box-shadow:none;
}
header.header2.headerBlack .navbar-default{
    background-color: black;
    border-color: black !important;
    margin:0px;
}


header.header2.headerBlack .navbar-default .navbar-nav>li>a {
	color:white;
}
header.header2 .navbar-default .navbar-nav>li>a {
    margin-top: 0px;
}
section.subscribeHome{
	background: #efefef;
}
/*------ Nav --------*/
section.navBar{
	background: white;
}
.navbar-default .navbar-nav > li.active > a{
    color: #ffffff !important; 
    background-color:rgb(154, 177, 58);
}
.disableActive{
	background-color: transparent !important;
	background: transparent !important;
}
.navbar-default .navbar-nav>li>a{
	color: black !important;
}
.navbar-default .navbar-nav>li>a:hover{
    color: #ffffff !important;
}
.navbar-default{
    background-color: transparent;
    border: none !important; 
    border-color: white !important;
    margin-bottom: 0px !important;
}
.navbar-default .navbar-nav>ul {
    margin: 0 auto;
}
.navbar-default .navbar-nav>li>a {
    color: #ffffff;
    font-weight:800;
    font-size:14px;
}

.navbar {
    position: relative;
    min-height: 110px;
}
/*------ Nav --------*/

section.subscribeHome .inside{
	    margin-bottom: 80px;
}
section.video h3{
	padding:40px 0px;
}
section.subscribeHome hr.orange{
	margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #DC860E;
}

section.goals .box{
	border-bottom:1px solid #004B91;
	padding:10px 0px 0px 0px;
	margin-bottom:20px;
}
section.goals .box p{
	padding:0px 0px 10px 0px;
}
section.goals h2 a{
	font-size:30px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color:black;
}
section.goals .date{
	font-size:12px;
	color:#8B8B8B;
}
section.goals h2 a:hover{
	font-size:30px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color:#004B91;
	text-decoration: none;
}
section.biography{
	background:white;
}

section.bioImg{
	background:black;
}


@media only screen and (min-width : 769px) {

	.navbar-nav li a{
		transition: all 100ms !important;
	}

	footer .newsletterPadding{
		padding:150px 0px 10px 0px;
	}

}
	

.modalTitle{
	font-style: italic !important;
	color: #004B91 !important;
	font-size: 25px !important;
	font-weight: 300 !important;
}
.modalSubmit{
	background: #DE790A !important;
	border: none !important;
	text-transform: uppercase !important;
}

.modalSimmetexo .modal-body{
	padding: 40px !important;
}
.modalSimmetexo label{
	text-transform: uppercase !important;
	color: #2C2C2C;
	font-weight: 200 !important;
}
.modalSimmetexo label:not(.error){
	transform: 	translateY(30px) translateX(10px);
	transition: 300ms all !important;
}

.modalSimmetexo label.active:not(.error){
	transform: 	translateY(7px) translateX(0px);
	transition: 300ms all !important;
}

.modalSimmetexo input,.modalSimmetexo textarea{
	border: 1px solid #e8e8e8 !important;
}

.modalSimmetexo label.error{
	font-weight: 500 !important;
	margin-top: 5px !important; 
	text-transform: none !important;
}

.modalSimmetexo input:active, .modalSimmetexo input:focus,  .modalSimmetexo textarea:focus{
	background: #f9f9f9 !important;
	box-shadow: none !important;
	
}


.inside-full-height {
  /*
  // if you want to give content full height give him height: 100%;
  // with content full height you can't apply margins to the content
  // content full height does not work in ie http://stackoverflow.com/questions/27384433/ie-display-table-cell-child-ignores-height-100
  */
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

/* columns of same height styles */

.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}
.font-size-50{
	font-size: 50px !important;
}
@media (min-width: 480px) {
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-xs-top {
    vertical-align: top;
  }
  .col-xs-middle {
    vertical-align: middle;
  }
  .col-xs-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 768px) {
	.row-sm-height {
		display: table;
		table-layout: fixed;
		height: 100%;
		width: 100%;
	}

	.col-sm-height {
		display: table-cell;
		float: none;
		height: 100%;
	}
	.col-sm-top {
		vertical-align: top;
	}
	.col-sm-middle {
		vertical-align: middle;
	}
	.col-sm-bottom {
		vertical-align: bottom;
	}
}

@media (min-width: 992px) {
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-md-top {
    vertical-align: top;
  }
  .col-md-middle {
    vertical-align: middle;
  }
  .col-md-bottom {
    vertical-align: bottom;
  }
}


@media (min-width: 320px) and (max-width: 991px) {
  	.homePageQuote{
		font-size: 16px !important;
	} 
	.btn-orange{
		font-size: 13px !important;
	}
	.text-xs-center{
		text-align: center !important;
	}
	
}
@media (max-width: 480px){
	
}
@media (min-width: 1200px) {
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-lg-top {
    vertical-align: top;
  }
  .col-lg-middle {
    vertical-align: middle;
  }
  .col-lg-bottom {
    vertical-align: bottom;
  }
}
.p30{
	padding-top: 30px;
}
.p30{
	padding-top: 50px;
}
.b3Link{
	color: white !important;
}
.b3Link img{
	width: 29px !important;
	display: inline-block;
	vertical-align: top;
}
.font-weight-100{
	font-weight: 100 !important;
}

.navbar-toggle {
  border: none;
  background: transparent !important;
  border-color: white !important;
}
.navbar-toggle:hover {
  background: transparent !important;
}
.navbar-toggle .icon-bar {
  width: 22px;
  background-color: white !important;
  transition: all 0.2s;
}
.navbar-toggle .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
  opacity: 0;
}
.navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
.navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
}


.pace {
  width: 140px;
  height: 300px;
  position: fixed;
  bottom: -100px;
  right: -20px;
  z-index: 2000;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 200ms linear 0s;
  -moz-transition: all 200ms linear 0s;
  transition: all 200ms linear 0s;
}

.pace.pace-active {
  -webkit-transform: scale(.25);
  -moz-transform: scale(.25);
  -ms-transform: scale(.25);
  -o-transform: scale(.25);
  transform: scale(.25);
  opacity: 1;
}

.pace .pace-activity {
  width: 140px;
  height: 140px;
  border-radius: 70px;
  background: rgba(183, 162, 204, 1);
  position: absolute;
  top: 0;
  z-index: 1911;
  -webkit-animation: pace-bounce 1s infinite;
  -moz-animation: pace-bounce 1s infinite;
  -o-animation: pace-bounce 1s infinite;
  -ms-animation: pace-bounce 1s infinite;
  animation: pace-bounce 1s infinite;
}

.pace .pace-progress {
  position: absolute;
  display: block;
  left: 50%;
  bottom: 0;
  z-index: 1910;
  margin-left: -30px;
  width: 60px;
  height: 75px;
  background: rgba(20, 20, 20, .1);
  box-shadow: 0 0 20px 35px rgba(20, 20, 20, .1);
  border-radius: 30px / 40px;
  -webkit-transform: scaleY(.3) !important;
  -moz-transform: scaleY(.3) !important;
  -ms-transform: scaleY(.3) !important;
  -o-transform: scaleY(.3) !important;
  transform: scaleY(.3) !important;
  -webkit-animation: pace-compress .5s infinite alternate;
  -moz-animation: pace-compress .5s infinite alternate;
  -o-animation: pace-compress .5s infinite alternate;
  -ms-animation: pace-compress .5s infinite alternate;
  animation: pace-compress .5s infinite alternate;
}

@-webkit-keyframes pace-bounce {
  0% {
    top: 0;
    -webkit-animation-timing-function: ease-in;
  }
  40% {}
  50% {
    top: 140px;
    height: 140px;
    -webkit-animation-timing-function: ease-out;
  }
  55% {
    top: 160px;
    height: 120px;
    border-radius: 70px / 60px;
    -webkit-animation-timing-function: ease-in;
  }
  65% {
    top: 120px;
    height: 140px;
    border-radius: 70px;
    -webkit-animation-timing-function: ease-out;
  }
  95% {
    top: 0;
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    top: 0;
    -webkit-animation-timing-function: ease-in;
  }
}

@-moz-keyframes pace-bounce {
  0% {
    top: 0;
    -moz-animation-timing-function: ease-in;
  }
  40% {}
  50% {
    top: 140px;
    height: 140px;
    -moz-animation-timing-function: ease-out;
  }
  55% {
    top: 160px;
    height: 120px;
    border-radius: 70px / 60px;
    -moz-animation-timing-function: ease-in;
  }
  65% {
    top: 120px;
    height: 140px;
    border-radius: 70px;
    -moz-animation-timing-function: ease-out;}
  95% {
    top: 0;
    -moz-animation-timing-function: ease-in;
  }
  100% {top: 0;
    -moz-animation-timing-function: ease-in;
  }
}

@keyframes pace-bounce {
  0% {
    top: 0;
    animation-timing-function: ease-in;
  }
  50% {
    top: 140px;
    height: 140px;
    animation-timing-function: ease-out;
  }
  55% {
    top: 160px;
    height: 120px;
    border-radius: 70px / 60px;
    animation-timing-function: ease-in;
  }
  65% {
    top: 120px;
    height: 140px;
    border-radius: 70px;
    animation-timing-function: ease-out;
  }
  95% {
    top: 0;
    animation-timing-function: ease-in;
  }
  100% {
    top: 0;
    animation-timing-function: ease-in;
  }
}

@-webkit-keyframes pace-compress {
  0% {
    bottom: 0;
    margin-left: -30px;
    width: 60px;
    height: 75px;
    background: rgba(20, 20, 20, .1);
    box-shadow: 0 0 20px 35px rgba(20, 20, 20, .1);
    border-radius: 30px / 40px;
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    bottom: 30px;
    margin-left: -10px;
    width: 20px;
    height: 5px;
    background: rgba(20, 20, 20, .3);
    box-shadow: 0 0 20px 35px rgba(20, 20, 20, .3);
    border-radius: 20px / 20px;
    -webkit-animation-timing-function: ease-out;
  }
}

@-moz-keyframes pace-compress {
  0% {
    bottom: 0;
    margin-left: -30px;
    width: 60px;
    height: 75px;
    background: rgba(20, 20, 20, .1);
    box-shadow: 0 0 20px 35px rgba(20, 20, 20, .1);
    border-radius: 30px / 40px;
    -moz-animation-timing-function: ease-in;
  }
  100% {
    bottom: 30px;
    margin-left: -10px;
    width: 20px;
    height: 5px;
    background: rgba(20, 20, 20, .3);
    box-shadow: 0 0 20px 35px rgba(20, 20, 20, .3);
    border-radius: 20px / 20px;
    -moz-animation-timing-function: ease-out;
  }
}

@keyframes pace-compress {
  0% {
    bottom: 0;
    margin-left: -30px;
    width: 60px;
    height: 75px;
    background: rgba(20, 20, 20, .1);
    box-shadow: 0 0 20px 35px rgba(20, 20, 20, .1);
    border-radius: 30px / 40px;
    animation-timing-function: ease-in;
  }
  100% {
    bottom: 30px;
    margin-left: -10px;
    width: 20px;
    height: 5px;
    background: rgba(20, 20, 20, .3);
    box-shadow: 0 0 20px 35px rgba(20, 20, 20, .3);
    border-radius: 20px / 20px;
    animation-timing-function: ease-out;
  }
}

.wellContact{
	background: rgb(233, 233, 230);
	border-radius: 0px !important;
	border: none !important;
}
.btn-pink{
	background: rgb(209, 59, 91) !important;
	color: white !important;
}