@import url('font.css');

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
  font-size: 14px; /* default em value */
}

body{
	color:#333232;
	font-family:"Proxima Nova",proxima-nova, sans-serif;
	font-weight:300;
	font-size: 1em;
    line-height: 1.4;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 21%, #cae6f4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(21%,#ffffff), color-stop(100%,#cae6f4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 21%,#cae6f4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 21%,#cae6f4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 21%,#cae6f4 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 21%,#cae6f4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cae6f4',GradientType=0 ); /* IE6-9 */
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}



/* ==========================================================================
   Specialty Classes
   ========================================================================== */

body .g-center {
	margin: 0 auto;
	float: none;
}
.policy h4 {
	margin: 30px 0 10px 0;
}

.policy p {
	margin-top: 0;
}

a.link {
	color: #4093BC;
	text-decoration: underline;
}

.md-size {
	min-width: 127px;
	display: inline-block;	
}

.btn.lg-size {
	min-width: 264px;
	display: inline-block;	
	font-size: 26px;
}

.text-l {
	text-align: left !important;
}


/* ==========================================================================
   Responsive Resets
   ========================================================================== */

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

html {
  overflow-y: auto;
}

img,
audio,
video,
canvas {
  max-width: 100%;
}

h2 {
	color: #585E5E;
	font-size: 1.7em;
	font-weight: 300;
}

.footer-container footer {
    color: white;
    padding: 20px 0;
}

.ie7 .title {
    padding-top: 20px;
}

.grid-05 { width: 6.818181818182%;  }
.grid-1  { width: 13.636363636364%; }
.grid-12 { width: 16.969696969697%; }
.grid-15 { width: 21.969696969697%; }
.grid-2  { width: 30.30303030303%;  }
.grid-25 { width: 38.636363636363%; }
.grid-3  { width: 46.969696969697%; }
.grid-35 { width: 55.303030303030%; }
.grid-4  { width: 63.636363636364%; }
.grid-45 { width: 71.969696969697%; }
.grid-5  { width: 80.30303030303%;  }
.grid-6  { width: 96.969696969697%; }

.grid-05,
.grid-1,
.grid-12,
.grid-15,
.grid-2,
.grid-25,
.grid-3,
.grid-35,
.grid-4,
.grid-45,
.grid-5,
.grid-6,
.grid-unit {
	float: left;
	margin: 0 1.515151515152% 1em;
}

.center {
	text-align: center;
}	

.pd-3 {
	padding: 0 30px;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
	overflow: auto;
	/*border-top: 4px #4094BD solid;*/
	background: #fff;
	-webkit-box-shadow: 0px 10px 24px 3px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 10px 24px 3px rgba(0,0,0,0.25);
	box-shadow: 0px 10px 24px 3px rgba(0,0,0,0.25);
}

.lt-ie9 .container {
	width: 1200px;
}

a { 
	-webkit-tap-highlight-color:rgba(255,255,255,0.2); 
	text-decoration:none; 
}

.btn {
	padding: 20px 25px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0 auto;
	font-size: 1.2em;
	font-family:"VAG Rounded W01 Bold";
	-webkit-transition: 0.1s linear all;
	-moz-transition: 0.1s linear all;
	-ms-transition: 0.1s linear all;
	-o-transition: 0.1s linear all;
	transition: 0.1s linear all;
	text-align: center;
}

.blue {
	background: #73C2DF;
	color: #fff;
}

.white {
	background: #fff;
	color: #73C2DF;
}

a.blue:hover {
	background: #4094BD;
	color: #fff;
}

a.white:hover {
	background: #4094BD;
	color: #fff;
}

.header-cont {
	overflow: auto;
}

/*share*/
#index-showcase .share {
	display: block;
}

@media only screen and (max-width: 815px) {
	#home #index-showcase .share a.help {
		background: none !important;
	}

	#home #index-showcase .share a.help:hover {
		background: #73C2DF !important;
	}
}

@media only screen and (max-width: 646px) {
	body#login .sec-callout.right .callout-inner {
		padding: 80px 0 0 20px;		
	}
	body#login input {
		width: auto;
	}
	body#login .sec-callout p {
		color: #ffffff;
	}
}

@media only screen and (max-width: 1175px) {
	body#login .sec-callout p {
		color: #ffffff;
	}
}

#login .intro {
	width: 63%;
}

#login .intro h1 {
	color: #ffffff;
}

#login .intro p {
	font-size: 27px;
	line-height: 34px;
	color: #408CB5;
	font-family:"VAG Rounded W01 Bold";
}


#login .intro h1 {
	margin-top: 0;
}


#index-showcase .share a.help {
	position: absolute; 
	top: 20px;
	right: 20px;
	width: 170px;
	background: url(../images/share-top-wht.png) no-repeat center left;
	padding: 10px 0 10px 43px;
	color: #fff;
	font-size: 1.1em;
	text-align: left;
	font-weight: bold;
	-webkit-transition: 0.1s linear all;
	-moz-transition: 0.1s linear all;
	-ms-transition: 0.1s linear all;
	-o-transition: 0.1s linear all;
	transition: 0.1s linear all;
	display: block;
}

#index-showcase .share a.help:hover {
	background-color: #73C2DF;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#index-showcase .share .items ul {
	list-style-type: none;
	margin: 0; padding: 0;
}

#index-showcase .share .items ul li a {
	float: left;
}

#index-showcase {
	background: url(../images/index-showcase-bg.jpg) no-repeat top center;
	min-height: 500px;
	text-align: center;
	position: relative;
}

#index-showcase .showcase-cont {
	padding: 10% 0 0 0;
}

#index-showcase .showcase-cont img {
	margin: 0 0 15px 0;
}

#index-showcase h1 {
	margin: 0 0 25px 0; padding: 0;
	font-size: 4em;
	color: #fff;
	font-family:"VAG Rounded W01 Bold";
}

#index-showcase h1.home-intro {
	line-height: 1.1;
	margin-bottom: 40px;
	letter-spacing: 2px;
}

ul.our-approach-list {
	margin: 50px 0;
	padding: 0;
}

ul.our-approach-list li {
	font-family:"VAG Rounded W01 Bold";
	list-style-type: none;
	display: table;
	background: #408CB5;
	min-height: 108px;
	margin-bottom: 2px;
	color: #ffffff;
	font-size: 23px;
	line-height: 28px;
	position: relative;
	width: 100%;
}

ul.our-approach-list li span {
	display: inline-block;
	background: #0E4A5E;
	width: 80px;
	height: 71px;
	line-height: 71px;
	text-align: center;
	margin: 20px;
	position: relative;
}

ul.our-approach-list li p {
	position: relative;
	margin: 0;
	padding: 0px 200px 0 15px;
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}

ul.our-approach-list li.styled {
	background: #08871D;
}

ul.our-approach-list li.styled span {
	background: #ffffff;
	color: #08871D;
}

#about-us #selection {
	margin: 0;
}

#selection {
	width: 100%;
	margin: 0 0 70px 0;
	float: left;
}

#selection .col-left {
	float: left;
	margin: 0;
	width: 600px;
}

#selection .col-right {
	float: left;
	/*width: 0;*/
	width: 600px;
}

#about-us #selection .callout p {
	font-family:"VAG Rounded W01 Bold";
	font-size: 35px;
	line-height: 42px;
	color: #408CB5;
}

#about-us #selection .callout {
	background: url(../images/about-grid-1.jpg) no-repeat top left #ffffff;
	height: 400px;
}

#about-us #selection .callout.two {
	background: url(../images/about-grid-2.jpg) no-repeat top left #ffffff;
	height: 400px;
}

#about-us #selection .callout.three {
	background: #ffffff;
	padding: 50px 60px;
	width: auto;
	height: auto;
	text-align: left;
}

#about-us #selection .callout.four {
	background: url(../images/about-grid-3.jpg) no-repeat top right #ffffff;
	height: 360px;
}

#home #selection .callout,
#home #selection .callout.two {
	width: inherit;
	height: auto;
	background: none;
}

#selection .callout {
	/*background: url(../images/trash-pacemakers.jpg) top left;*/
	background: url(../images/family-1.jpg) top left;
	width: 600px;
	height: 407px;	
	margin-top: 3px;
}

#selection .callout.two {
	background: url(../images/family-2.jpg) top left;
	width: 600px;
	height: 407px;
}

#selection .callout.short {
	height: 400px;
}

#selection .callout .title {
	margin: 0 0 25px 0; padding: 120px 80px 0 80px;
	font-size: 2.7em;
	color: #fff;
	font-family:"VAG Rounded W01 Bold";
	
}

#selection .entry {
	float: left;
	display: block;
	width: 313px;
	cursor: pointer;
	height: 216px;
}

#selection .selection-1 {
	background: url(../images/selection-1.jpg);
	margin: 0 3px 3px 0;
}

#selection .selection-2 {
	background: url(../images/selection-2.jpg);
	margin: 0 0 3px 0;
}

#selection .selection-3 {
	background: url(../images/selection-3.jpg);
	margin: 0 3px 0 0;
}

#selection .selection-4 {
	background: url(../images/selection-4.jpg)
}

#selection .entry .entry-cont {
	display: block;
	width: 273px;
	height: 176px;
	background-color:rgba(64,148,189,0.6);
	padding: 20px;
}

#selection .entry .entry-cont .title {
	color: #fff;
	font-size: 1.5em;
	font-family:"VAG Rounded W01 Bold";
}

#selection .entry .entry-cont p {
	color: #fff;
	font-size: 1.2em;
}

#selection .entry .entry-cont a {
	color: #fff;
	font-size: 1.2em;
	font-family:"VAG Rounded W01 Bold";
}



header {
	background: #4094BD;
	float: left;
	width: 100%;
}

header .logo {
	width: 166px;
	height: 50px;
	background: url(../images/worldpace.png) no-repeat top left;
	text-indent: -8787px;
	margin: 18px 15px 18px 80px;
	float: left;
}	

header nav.primary-nav {
	float: right;
	text-align: right;
	width: 56.2%;	
	padding: 30px 0 0 0;
	position: relative;
}

header nav.primary-nav ul {
    margin: 0;
    padding: 0;
}

header nav.primary-nav a {
    display: block;
	float: left;
    text-decoration: none;
	font-family: proxima-nova, sans-serif;
    font-weight:900;
	font-size: 1em;
    color: #fff;
	padding: 5px 1px 5px;
	margin: 0 0 0 20px;
	-webkit-transition: 0.1s linear all;
	-moz-transition: 0.1s linear all;
	-ms-transition: 0.1s linear all;
	-o-transition: 0.1s linear all;
	transition: 0.1s linear all;
}

header nav.primary-nav a:hover {
    color: white;
}

header nav.primary-nav a:hover {
    color: #B0EBF3;
}

header .mobile-nav {
	display: none;
}

.primary-nav .share-nav {
	margin-top: -5px;
}

/*.share-top {
	width: 215px;
	display: block;
	padding: 25px 10px;
	position: absolute; 
	top: 80px;
	right: 0;
	background: #4094BD;
}*/

#share-ico-nav {
	width:  580px;
	position: absolute;
	top: 0; right: 0;
	margin: 0;
	padding: 18px 25px;
	background: #B0EBF3;
}

#share-ico-nav a {
	display: block;
	float: left;
	text-align: left;
}

#share-ico-nav a.facebook-ico,
#share-ico-nav a.twitter-ico,
#share-ico-nav a.google-ico {
	display: block;
	margin: 10px 0 0 6px;
	padding: 8px 20px 0 38px;
	min-height: 32px;
	color:#4094BD;
}

#share-ico-nav a.facebook-ico:hover,
#share-ico-nav a.twitter-ico:hover,
#share-ico-nav a.google-ico:hover {
	color:#fff;
}

#share-ico {
	width: 125px;
	position: absolute;
	top: 6px; right: 0;
	margin: 0 20px 0 0;
}

#share-ico a.facebook-ico,
#share-ico a.twitter-ico,
#share-ico a.google-ico  {
	width: 33px;
	height: 32px;
	display: block;
	text-indent: -8787px!important;
	float: left;
	margin: 10px 0 0 6px;
}

#share-ico a.facebook-ico,
#share-ico-nav a.facebook-ico {
	background: url(../images/facebook-ico.png) no-repeat left top;
}

#share-ico a.twitter-ico,
#share-ico-nav a.twitter-ico {
	background: url(../images/twitter-ico.png) no-repeat left top;
}

#share-ico a.google-ico,
#share-ico-nav a.google-ico {
	background: url(../images/google-ico.png) no-repeat left top;
}

.footer-callout .main .intro {
	margin: 0 auto 4em;
}

.main .intro {
	text-align: center;
	margin: 5.5em auto;
	width: 75%;
}

.main.facebook .intro {
	text-align: center;
	margin: 5em auto;
	width: 95%;
}

.footer-callout {
	margin: 0 auto 0 auto;
	display: block;
}

.footer-callout h3 {
	font-size: 29px;
	font-weight: 400;
	line-height: 35px;
	color: #585E5E;
	margin: 15px 0 20px 0;
}

.footer-callout p {
	margin: 0;
	color: #707070;
	margin: 0 0 40px 0;
	line-height: 25px;
}

.learn-work {
	/*background: url(../images/pacemaker-footer-bg.jpg) no-repeat top center;*/
	background: #0E4A5E;
	padding: 40px 0 80px 0;
	text-align: center;
	display: block;
}

.container .learn-work p {
	font-family:"VAG Rounded W01 Bold";
	color: #fff;
	font-size: 39px;
	font-weight: 300;
	margin: 30px 0 40px 0;
	text-align: center;
	padding: 0 30px;
}

.footer-cont {
	background: #4094BD;
	float: left;
	width: 100%;
	padding: 15px 0 25px 0;
}

.footer-cont footer {
	padding: 0 80px;
}

.footer-cont .col-ft-1 {
	/*float: left;
	width: 16.88%;*/
}

.footer-cont .col-ft-1  h4 {
	color: #fff;
}

.footer-cont .col-ft-1 p {
	color: #0E4A5E;
	line-height: 1.7;
}

.footer-cont .col-ft-1 ul {
	list-style: none;
	margin: 0; padding: 0;
}

.footer-cont .col-ft-1 ul li a {
	color: #A6D5DF;
	line-height: 1.7;
}

.footer-cont .col-ft-1 ul li a:hover {
	color: #fff;
}

.footer-cont .location {
	float: left;	
}

.footer-cont .location p {
	margin-top: 0;
}

.footer-cont .location.last {
	padding-left: 37px;
}

.footer-cont a {
	color: #ffffff;
}

.footer-cont a:hover {
	color: #0E4A5E;
}

.footer-bottom {
	clear: both;
	margin: 0;
	border-top: 1px #73C2DF solid;
	text-align: center;
}

.footer-bottom ul {
	padding: 0;
	margin: 0;
}

.footer-bottom ul li {
	display: inline;
}

.footer-bottom ul li a {
	color: #9ECDD7;
	font-size: 15px;
	padding: 0 7px;
}

.footer-bottom span {
	padding: 45px 0 0 0;
	display: block;
	color: #fff;
	font-size: 16px;
}

.share-bottom a.help {
	background: url(../images/share-top.png) no-repeat center left;
	display: block;
	padding: 10px 0 10px 43px;
	color: #C6DEE4;
	position: relative;
	width: 170px;
	font-size: 1.1em;
	text-align: left;
	float: right;
	font-weight: bold;
	-webkit-transition: 0.1s linear all;
	-moz-transition: 0.1s linear all;
	-ms-transition: 0.1s linear all;
	-o-transition: 0.1s linear all;
	transition: 0.1s linear all;
	display: block;
}

.share-bottom a.help:hover {
	background-color: #73C2DF;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.share-bottom ul {
	list-style-type: none;
	margin: 0; padding: 0;
}

.share-bottom ul li a {
	float: left;
}

.footer-nav .active {
	color: #fff !important;
	background: none;
}

/* --------------------------------------------------------------------------- */

h1 {
	font-family:"VAG Rounded W01 Bold";
	font-size: 3.2em;
	color: #4093BC;
}

h2 {
	/*font-family:"VAG Rounded W01 Bold";*/
	font-family:"Proxima Nova",proxima-nova, sans-serif;
	font-weight:400;
	font-size: 2.6em;
	color: #585E5E;
	line-height: 44px;
}

h5 {
	font-size: 1.8em;
	text-align: center;
	color: #282828;
	margin-bottom: 40px;
}

#home .container {
	border-top: 4px #4094BD solid;
}

#home .intro h2 {
	font-family:"Proxima Nova",proxima-nova, sans-serif;
	font-size: 40px;
	line-height: 44px;
}

#home .main .intro {
	width: 80%;
}

.intro h2 {
	color: #585E5E;
	font-family:"VAG Rounded W01 Bold";
	font-size: 24px;
	line-height: 35px;
}

.active {
	background: url(../images/nav-arrow.png) no-repeat bottom center;
	color: #AFEAF2 !important;
	padding-bottom: 12px !important;
}

.title,
.p-sub {
	font-family:"VAG Rounded W01 Bold";
	font-size: 2.7em;
	color: #fff;
}


.no-bg {
	background: none !important;
}

.no-bg .title {
	color: #4093BC !important;
}

#selection .col-left.full {
	max-width: 598px;
}

#selection .col-right.full {
	max-width: 598px;
}

.sub-nav {
	background: #AFEAF2;
	height: 46px;
}

#friends-of-worldpace .sub-nav nav {
	margin-right: 270px;
}

#our-mission .sub-nav nav {
	margin-right: 495px;
}

.sub-nav nav {
	float: right;
	margin-right: 180px;

}

.sub-nav nav li {
	float: left;
}

.sub-nav nav a {
	color: #4093BC;
	font-weight: bold;
	padding: 5px 1px 5px 20px;
}

.sub-nav nav .active {
	color: #0E4A5E !important;
}

/* ------------------------------------------------------- */

.sec-heading {
	height: 130px;
}

.sec-heading .title {
	padding-top: 30px;
	margin-bottom :0;
}

.sec-heading p {
	margin-top: 0;
	color: #ffffff;
	font-size: 1.6em;
}

.sec-callout {
	height: 572px;
	clear: both;
}

.sec-callout.family-1,
.sec-callout.family-2 {
	height: auto;
}

.sec-callout .callout-inner {
	padding: 150px 0 0 80px;
	max-width: 650px;
	float: left;
}

.sec-callout.right .callout-inner {
	padding: 180px 70px 0 0;
	float: right;
	max-width: 520px;
}

.sec-callout .title {
	font-size: 2.8em;
	line-height: 40px;
	margin-bottom: 30px;
}

.sec-callout.right .btn {
	float: right;
	clear: both;
	margin: 1em 250px 0 0;
}

.intro h1 {
	margin-bottom: 0;
}

.intro.sub-intro h1 {
	font-size: 29px;
	line-height: 35px;
	margin-bottom: 20px;
}

.intro p {
	margin-top: 0.25em;
	font-size: 15px;
	line-height: 27px;
}

.intro .btn {
	margin: 0;
}


.profile {
	width: 80%;
	margin: 75px auto 30px;
	overflow: auto;
}

.profile .logo {
	margin-bottom: 40px;
}

.profile h2 {
	color: #408CB5;
	font-family:"VAG Rounded W01 Bold";
	margin: 0;
}

.profile .position {
	font-family:"VAG Rounded W01 Bold";
	color: #0E4A5E;
	font-weight: bold;
	letter-spacing: -1px;
}

.profile p {
	font-size: 15px;
	line-height: 27px;
}

.profile .partner-logo {
	text-align: right;
}

.profile .partner-logo p {
	margin: 0;
}

.profile .partner-logo h3 {
	font-family:"VAG Rounded W01 Bold";
	color: #408CB5;
	font-size: 22px;
	line-height: 26px;
	margin: 17px 0 10px 0;
}

.profile .partner-logo a {
	color: #333232;
	text-decoration: underline;
}

.profile .partner-logo a:hover {
	color: #408CB5;
}

.sec-callout p {
	color: #474747;
	font-size: 1.2em;
}

.sec-callout .p-sub {
	font-size: 34px;
	line-height: 42px;
	color: #ffffff;
	margin: 20px 0;
}

#home #selection .callout {
	margin: 0;
}

#our-mission .sec-heading {
	background: url(../images/sec-header.jpg);
}

#our-mission .sec-callout {
	background: url(../images/our-mission-callout-1.jpg);
}

/*#our-mission .sec-callout.family-1 {
	background: url(../images/family-1-lg.jpg);		
}

#our-mission .sec-callout.family-2 {
	background: url(../images/family-2-lg.jpg);		
}*/

#our-mission .sec-callout.right {
	background: url(../images/our-mission-callout-2.jpg);
}

#our-mission #selection .img-1 {
	background: url(../images/our-mission-callout-3.jpg);
}

#our-mission #selection .img-2 {
	background: url(../images/our-mission-callout-4.jpg);
}

#our-mission #selection .img-3 {
	background: url(../images/our-mission-callout-5.jpg);
}

#our-mission #selection .img-4 {
	background: url(../images/our-mission-callout-6.jpg);
}

#our-mission #selection .img-5 {
	background: url(../images/our-mission-callout-7.jpg);
}

#our-mission #selection .img-6 {
	background: url(../images/our-mission-callout-8.jpg);
}

#our-mission #selection .img-7 {
	background: url(../images/our-mission-callout-9.jpg);
}

#our-mission #selection .cover-two {
	position: absolute;
	max-width: 700px;
	padding-left: 240px;
}

#about-us .sec-heading,
#contact-us .sec-heading {
	background: url(../images/sec-header.jpg);
}

@media only screen and (max-width: 1216px) {
	#contact-us .event-boxes .grid-2,
	#contact-us .event-boxes .box {
		width: 100%;
			-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	  		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	  		box-sizing: border-box;
	  		margin: 5px 0;
		}
	#contact-us .event-boxes .wrap {
		padding: 0 10px;
	}
	#contact-us #contact-form label {
		text-align: left;
	}
}

#contact-us .box {
	border: 1px solid #408CB5;
	position: relative;
	padding: 30px 20px;
	width: 282px;
	margin: 0 10px;
	min-height: 78px;
}

#contact-us .box a {
	color: #408CB5;
}

#contact-us .box h4 {
	margin: 10px 0;
}

.phone-num  span { 
	padding: 0 10px;
	font-size: 22px;
}

#about-us .intro {
	margin-bottom: 100px;
}

#about-us .intro p {
	margin: 5px 0 30px;
}

#about-us .pacemakers-1 {
	background: url(../images/pacemakers-1.jpg);
}

#about-us .pacemakers-2 {
	background: url(../images/pacemakers-2.jpg);
}

#about-us .sec-callout.pacemakers-2 .callout-inner {
	padding: 230px 80px 0 80px;
}

.message-blurb h1 {
	font-size: 39px;
	line-height: 49px;
	padding: 30px 50px;
}

#about-us .sec-callout .callout-inner {
	max-width: 650px;
	text-align: center;
	padding: 285px 80px 0 80px;
	margin: 0 auto;
	float: none;
}

#donate-paypal {
	position: relative;
}

#donate-paypal #element_1 {
	background: url(../images/btn-usd.png) no-repeat right 0 #ffffff;
	width: 435px;
	height: 73px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #73BBD8;
	margin-bottom: 15px;
	line-height: 30px;
	padding-left: 42px;
	color: #585E5E;
   	font-size: 27px;
}

#login .primary-nav .share-nav {
	float: right;
	padding-right: 100px;
}

#login input#submitBtn {
	width: 195px;
	color: #ffffff;
}

#login .sec-callout.right {
	min-height: 788px;
}

#login .sec-callout.right .callout-inner {
	padding: 130px 70px 0 0;
}

#login .intro .wrap {
	padding-top: 30px;
}

#login input {
	width: 435px;
	height: 73px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: none;
	margin: 0 0 15px 0;
	line-height: 30px;
	padding: 0 20px;
	color: #585E5E;
   	font-size: 23px;
   	float: none;
}

#login .sec-callout p {
	color: #333333;
}

#loginForm p {
	font-size: 15px;	
}

.symbol {
	position: absolute;
	color: #585E5E;
   	font-size: 27px;
   	top: 20px;
	left: 15px;
}

/*#element_1::-webkit-input-placeholder {
   color: #585E5E;
   font-size: 27px;
}

#element_1:-moz-placeholder { 
   color: #585E5E;
   font-size: 27px;  
}

#element_1::-moz-placeholder {  
   color: #585E5E;
   font-size: 27px;  
}

#element_1:-ms-input-placeholder {  
   color: #585E5E;
   font-size: 27px;  
}*/

.usd {
	margin-left: -15px;
	margin-top: -2px;
	border-top: 1px solid #73BBD8;
	border-bottom: 1px solid #73BBD8;
	border-right: 1px solid #73BBD8;
	position: relative;

  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;

  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;

  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

@media only screen and (max-width: 1216px) {
	#donate .sec-callout.left p {
		color: #ffffff;
	}

	#donate .sec-callout.left a {
		color: #ffffff;
	}
}

#donate .sec-callout .callout-inner {
	padding: 98px 0 0 80px;
}

#donate .sec-callout.left {
	background: url(../images/family-1-lg.jpg) no-repeat center -35px;
}

#donate .sec-callout.left p {
	font-size: 13px;
	line-height: 26px;
	max-width: 275px;
}

#donate .sec-callout.left a {
	color: #161616;
	text-decoration: underline;
}

#donate .sec-callout.left a:hover {
	text-decoration: none;
}

#donate .intro {
	width: 90%;
}

#donate .intro h3 {
	margin: 60px 0;
	font-family:"VAG Rounded W01 Bold";
}

#board .sec-heading,
#partners .sec-heading,
#events .sec-heading,
#advisory-board .sec-heading,
#donate .sec-heading,
#faqs .sec-heading,
#press .sec-heading,
#privacy-policy .sec-heading,
#terms-and-conditions .sec-heading {
	background: url(../images/sec-header.jpg);
}

@media only screen and (max-width: 1216px) {
	#events .event-boxes .grid-2 {
		width: 96.969696969697%;
	}
	#events .event-boxes .wrap {
		padding: 0;
	}
}

.event-boxes {
	margin: 50px auto;
	display: table;
}

.event-boxes .wrap {
	padding-left: 70px;
}

.event-boxes .grid-2 {
	margin: 10px 6px;
}

#press .box a {
	margin-top: 10px;
}

@media only screen and (max-width: 1216px) {
	#press .event-boxes .grid-2 {
		width: 100%;
	}
	#press .event-boxes .wrap {
		padding: 0;
	}
}

#press .footer-cont {
	padding: 15px 0 125px 0;
}

#press .box {
	padding: 23px 50px 0 50px;
	min-height: 175px;
}

.box {
	border: 1px solid #408CB5;
	min-height: 198px;
	position: relative;
	padding: 30px 50px 0 50px;
}

.box img {
	margin-bottom: 20px;
}

.box .description {
	font-size: 15px;
	line-height: 21px;
	color: #408CB5;
	margin-bottom: 10px;
}

.box p {
	font-size: 12px;
	color: #565656;
	margin: 0;
	line-height: 20px;
}

.box p strong {
	font-size: 13px;
	color: #0E4A5E;
}

.box h3 {
	font-size: 19px;
	font-weight: bold;
	color: #408CB5;
	margin: 0;
}

.box a.btn {
	display: inline-block;
	margin-top: 30px;
	font-size: 12px;
	padding: 10px 19px;
}

#board hr,
#partners hr,
#taking-action hr,
#advisory-board hr,
#friends-of-worldpace hr {
	width: 90%;
	border-color: #73C1DE;
	margin: 40px auto;
}

@media only screen and (max-width: 1216px) {
	#taking-action .callout-box .grid-2 {
		width: 100%;
	}
	#taking-action .callout-box .boxes.visit {
		border-top: 3px solid #ffffff;
		border-bottom: 3px solid #ffffff;
		border-right: none;
		border-left: none;
	}
}

.callout-box .boxes {
	text-align: left;
	padding: 40px 40px 0 40px;
}

.callout-box .boxes.visit {
	border-left: 2px solid #0E4A5E;
	border-right: 2px solid #0E4A5E;
}

.callout-box .boxes h3 {
	font-size: 20px;
	line-height: 30px;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	font-weight: bold;	
	color: #ffffff;	
}

.callout-box .boxes p {
	margin: 0;
	font-size: 13px;
	line-height: 16px;
	color: #ffffff;
}

.callout-box .grid-2 {
	background: #408CB5;
	margin: 0;
	width: 400px;
}

.callout-box .boxes p em {
	font-size: 20px;
	line-height: 30px;
	font-family: georgia, serif;
	color: #ffffff;
}

.callout-box .boxes a.btn {
	display: block;
	padding: 8px 0px;
	width: 200px;
	text-align: center;
	margin: 35px auto 20px auto;
}

#taking-action .sub-nav nav {
	margin-right: 270px;
}

#taking-action .sec-heading,
#friends-of-worldpace .sec-heading {
	background: url(../images/sec-header.jpg);
}

#taking-action .sec-callout {
	background: #4990ba url(../images/taking-action-callout-2.jpg) right no-repeat;
	height: 422px;
	margin-bottom: 50px;
}

#taking-action .sec-callout .callout-inner {
	padding-top: 160px;
}

#taking-action .sec-callout p {
	color: #2c2c2c;
	font-size: 18px;
	line-height: 31px;
}

#taking-action .sec-callout .blurb p {
	margin: 0;
}

#login .sec-callout.right,
#taking-action .sec-callout.right {
	background: url(../images/taking-action-callout-1.jpg) no-repeat 0 0 ;
	height: 660px;
	margin-bottom: 0;
}

#taking-action .facebook .sec-callout.right {
	background: url(../images/taking-action-callout-fb.jpg) no-repeat 0 0 ;
	height: 348px;
	margin-bottom: 0;
}

#press .main-cont {
	margin: 80px 0 60px;
}

#press .press-item {
	border: 1px solid #4094BD;
}

.press-item img {
	margin-top: 20px;
}

.press-item p {
	color: #4094BD;
	width: 70%;
	margin: 0 auto;
}

.press-item .btn {
	display: inline-block;
	margin: 20px 0;
	padding: 10px 15px;
	font-size: 1em;
}

/* ==========================================================================
   Contact form
   ========================================================================== */

#contact-form label {
	color: #585E5E;
	float: left;
	display: inline-block;
	width: 160px;
	text-align: right;
	font-size: 22px;
	padding: 0 30px 0 0;
	line-height: 75px;
}

#contact-form input,
#contact-form textarea {
	width: 484px;
	height: 75px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #cccccc;
	margin-bottom: 13px;
	padding-left: 42px;
	color: #585E5E;
   	font-size: 27px;
}

#contact-form textarea {
	padding-top: 20px;
}

#contact-form textarea {
	height: 246px;
}

#contact-form #submit {
	border: none;
	width: 236px;
	margin-top: 35px;
	color: #ffffff;
	text-align: center;
}



/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 1216px) {
	#selection .col-left {
		float: none;
		margin: 0 auto 3px auto;
		max-width: 600px;
	}

	#selection .col-right {
		float: none;
		margin: 0 auto;
		max-width: 600px;
	}

	#our-mission #selection .cover-two {
		position: static;
		max-width: none;
		padding-left: 80px;
	}

	#about-us .message-blurb {
		padding: 0 50px;
	}

	.share-bottom {
		clear: both;
		float: left;
	}

	.col-ft-1 {
		width: 21.969696969697%;
	}

	.intro .btn {
		display: block;
		max-width: 304px;
		margin-left: auto;
		margin-right: auto;
	}

	#taking-action .footer-callout {
		max-width: 100%;
	}

	#taking-action .footer-callout .boxes {
		text-align: center;
	}

	.footer-callout {
		max-width: 650px;
	}

	.footer-cont footer {
		padding: 0 30px;
	}

	.footer-cont .location.last {
		padding-left: 0;
	}
}

/*Fixes navigation not showing after resizing browser*/
@media only screen and (min-width: 1058px) {
	header nav.primary-nav {
		display: block !important;
	}
}


@media only screen and (max-width: 1057px) {
	header .mobile-nav {
		display: block;
		float: right;
		text-align: right;
		padding: 20px 80px 0 0;
	}
	
	header .mobile-nav a {
		display: block;
		float: left;
		text-decoration: none;
		font-weight: bold;
		font-size: 2em;
		color: #fff;
		padding: 5px 1px 5px;
		margin: 0 0 0 20px;
		-webkit-transition: 0.1s linear all;
		-moz-transition: 0.1s linear all;
		-ms-transition: 0.1s linear all;
		-o-transition: 0.1s linear all;
		transition: 0.1s linear all;
	}	
	
	
	header .mobile-nav a:hover {
		 color: #B0EBF3;
	}
	
	header nav.primary-nav {
		display: none;
		position: absolute;
		background: #277EA8;
		width: 100%;
		margin-top: 80px;
		padding: 0;
		z-index: 100;
	}

	header nav.primary-nav a {
		float: none;
		text-align: center;
		padding: 10px 0;
		border-bottom: 1px solid #4094BD;
		margin: 0;
	}

	header nav.primary-nav .share-nav {
		display: none;
	}

	.header-mobile-nav {
		margin-bottom: 116px;
	}

	.sub-nav {
		display: none;
	}

	.learn-work p {
		font-size: 1.5em;
	}
	#donate .sec-callout.left {
		background: url(../images/family-1-lgv2.jpg) no-repeat center -35px;
	}

	#donate .sec-callout .callout-inner {
		padding: 100px 30px;
		max-width: 480px;
		float: none;
		margin: 0 auto;
	}

	#donate #donate-paypal #element_1 {
		width: 87%;
	}

	#donate .sec-callout.left a {
		color: #ffffff;
	}

	#donate .sec-callout.left p {
		max-width: 100%;
		color: #ffffff !important;
		text-align: center;
	}

	#donate #donate-paypal {
		position: relative;
		max-width: 480px;
		margin: 0 auto;
		text-align: center;
	}

	/*#taking-action .sec-callout p {
		color: #ffffff;
	}*/
	#taking-action .sec-callout .title {
		color: #585E5E;
	}
	#taking-action .sec-callout .callout-inner {
		padding: 100px 30px;
		float: none;
		max-width: 100%;
	}
	#taking-action .sec-callout.right {
		background: none;
		height: inherit;
	}

	.main-cont ul.our-approach-list li p {
		padding: 0px 30px 0 10px;
	}
}

@media only screen and (max-width: 646px) {
	#selection .entry {
		clear: both;
		float: none;
		margin: 0 auto 3px auto;
	}

	#selection .col-right {
		width: auto;
	}

	.learn-work {
		padding-top: 20px;
	}

	.learn-work p {
		font-size: 1.3em;
	}

	#about-us .sec-callout .callout-inner {
		padding: 130px 30px 0 30px;
	}

	#about-us .sec-callout.pacemakers-2 .callout-inner {
		padding: 110px 30px 0 30px;
	}

	.sec-callout.right .btn {
		margin: 0 auto;
		float: none;
	}
	#our-mission .sec-callout .callout-inner {
		padding: 80px 40px 0 40px;
	}
	#our-mission .sec-callout .title {
		font-size: 30px;
	}
	#our-mission .sec-callout .p-sub {
		font-size: 25px;
	}
	.main-cont ul.our-approach-list li p {
		font-size: 16px;
		line-height: 20px;
	}
	.main-cont ul.our-approach-list li {
		padding: 10px 0;
	}

	body#taking-action .sec-callout .callout-inner,
	 {
		padding: 60px 30px 0 30px;
	}
}

@media only screen and (max-width: 580px) {
	.grid-1,
	.grid-15,
	.grid-2,
	.grid-25,
	.grid-3,
	.grid-35,
	.grid-4,
	.grid-45,
	.grid-5,
	.grid-55,
	.grid-6 {
		width: 96.969696969697%;
	}

	#index-showcase .showcase-cont {
		padding: 25% 0 0 0;
	}

	#selection .callout .title {
		font-size: 2.2em;
		padding: 50px 50px 0 50px;
	}
}

@media only screen and (max-width: 520px) {
	#home #selection .callout {
		background-position: -100px 0;
		background-repeat: no-repeat;
	}
	#home #selection .callout.two {
		background-position: -90px 0;
	}
	#contact-form input,
	#contact-form textarea {
		width: 100%;
	}
	#contact-us .phone-num span {
		display: block;
		padding: 10px;
	}
}

@media only screen and (max-width: 420px) {
	header .logo {
		margin-left: 30px;
		margin-right: 0;
	}

	header .mobile-nav {
		padding-right: 30px;
	}

	header .mobile-nav a {
		margin-left: 0;
	}

	#index-showcase h1 {
		font-size: 2.5em;
	}

	.learn-work {
		padding-top: 5px;
	}
}

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

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hide {
	display: none;
}

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; 
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }


    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; 
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.facebook .sec-callout .callout-inner .title {
	font-family:"VAG Rounded W01 Bold";
	font-size: 3em;
	color: #fff!important;
	text-align: right;
}