/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries


font-family: "myriad-pro-condensed",sans-serif;
font-style: normal;
font-weight: 400;


font-family: "myriad-pro",sans-serif;
font-style: normal;
font-weight: 400;

font-family: "myriad-pro",sans-serif;
font-style: italic;
font-weight: 400;

font-family: "myriad-pro",sans-serif;
font-style: normal;
font-weight: 700;

font-family: "myriad-pro",sans-serif;
font-style: italic;
font-weight: 700;











*/




@media only screen and (max-height: 738px) {
	
	img.hm-graphic {
    width: 450px !important;
}
		
	}



@media only screen and (max-height: 660px) {
	
	img.hm-graphic {
    width: 375px !important;
}
		
	}



@media only screen and (max-height: 580px) {
	
	img.hm-graphic {
    width: 325px !important;
}
		
	}



/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; 
 min-height: 1px;}

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; }
}

/* For devices larger than 550px */
@media (min-width: 1025px) {
  .container {
    width: 90%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}

.spacer {
	margin-bottom: 4rem;
}

/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }
body {
  font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  color: #222; 
  font-family: "myriad-pro",sans-serif;
  font-style: normal;
  font-weight: 400;  
  }


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
}
h1 { font-size: 2.1rem; line-height: 2.5rem;  color: #002c5d; font-family: "myriad-pro",sans-serif; font-style: normal; font-weight: 400;  text-align: left; margin-bottom: 2.75rem; text-transform: uppercase;}
h2 { font-size: 3rem; line-height: 1.25; color: #00757e; font-family: "myriad-pro",sans-serif; font-style:normal; font-weight: 600;}
h3 { font-size: 2.3rem; line-height: 1.3;  color: #002c5d; font-family: "myriad-pro",sans-serif; font-style: normal; font-weight: 400;}
h4 { font-size: 1.65rem; line-height: 1.1em; color: #002c5d; font-family: "myriad-pro",sans-serif; font-style: normal; font-weight: 700; margin-bottom: 0; }
h5 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.05rem; }
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }

@media (max-width: 750px) {
	h1 {font-size: 3.75rem; line-height: 4.5rem;}
	h1 br {display: none;}
}


/* Larger than phablet */
@media (min-width: 550px) {
  /*h1 { font-size: 3.6rem; }
  h2 { font-size: 4.2rem; }
  h3 { font-size: 3.6rem; }
  h4 { font-size: 3.0rem; }
  h5 { font-size: 2.4rem; }
  h6 { font-size: 1.5rem; }*/
}

p , ul, ol{
  margin-top: 0; 
  font-size: 1.7rem;
  color: #444444;
  line-height:1.7;
}

.main b {
	color: #00757e;
}

p.quote-large{
	font-size: 2.5rem;
	color: #00757e;
}

p.quote-sb {
	font-size: 1.6rem;
	margin-bottom: 0;
}
p.quote-med {
	font-size: 2.25rem;
	color: #00757e;
}
p.quote-med b {
	font-size: 1.5rem;
}

p.quote-sb b {
	font-weight: 700;
	color: #077a8c;	
}

p.quote-sb-title{
	font-style: italic;
	font-size: 1.3rem;
	line-height: 1.8rem;
	margin-top: 0;
}

.ph-caption {
	font-size: 1.25rem;
}
.board p {
	line-height: 1.4em;
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #1EAEDB; }
a:hover {
  color: #0FA0CE; }


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  padding: 15px 30px;
  color: #b41a83;
  text-align: center;
  font-size: 1.3rem;
  line-height: 20px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid #b41a83;
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #ffffff;
  outline: 0; 
  background-color: #b41a83;}
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #d57a1b;
   }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #006f75; }


/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */

ol {
  list-style: decimal;
	margin-left: 30px;
}
ol, ul {
  padding-left: 2rem;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
  margin-bottom: 1rem; }


/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: right;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0px; }
th:last-child,
td:last-child {
  padding-right: 0px; }


.callout-table table {
	width: 100%;
}
.callout-table th, .callout-table thead {
	border-bottom: 8px solid #012c60;
	text-align: center;
	color: #f78c26;
	text-transform: uppercase;
}

.callout-table td{
	border-bottom: 1px solid #b7d4d6;
	color: #012c60;
	text-align: center;
	padding: 6px 0;
}

.tbl-total {
	border-bottom: 8px solid #012c60; 
	font-size: 20px;
}
.tbl-total-purple td{
	border-bottom: none; 
	font-size: 20px;
	color: #b41a83;
	text-align: right;
}



/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 4rem;
  margin-bottom: 4rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }

.blue-hr {
	margin: 3rem 0 4rem;
	border-top: 15px solid #1bc8d8;
}

.grey-hr {
	margin: 3rem 0 4rem;
	border-top: 15px solid #E1E1E1;
}

.sb-hr {
	border-top: 3px solid #047982;
	margin: 1.75rem 0 2rem;
}

.chart {
	border: 1px solid #b5be00;
}

/* Side Bar items 
--------------------------------------------------*/
.why-choose {
	padding: 3rem 2rem;
	background-color: #effafa;
	margin-bottom: 2rem;
	border-top: 3px solid #047982;
	border-bottom: 3px solid #047982;
}
.why-choose p {
	margin-bottom: 0;
	margin-top: .75rem;
}

/* Show More
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.sidebar-wrapper {
  position: relative;
}

.show, .hide {
  position: absolute;
  bottom: -5em;
  z-index: 100;
  text-align: center;
}

.hide {display: none;}
.show:target {display: none;}
.show:target ~ .hide {display: block;}
.show:target ~ .sidebar {
   max-height: 2000px; 
}
.show:target ~ .fade {
  margin-top: 0;
}

.sidebar {
  position: relative;
  margin: 0;
  width: 100%;
  max-height: 570px;
  overflow: hidden;
  transition: max-height 1s ease;
}



/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }


body{
	font-family: "myriad-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
}

img{
	max-width: 100%;
	vertical-align:baseline;
	height: auto;
}
img.img-border{
	border-top: 10px solid #d57a1b;
}


/* Top Nav
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Add a black background color to the top navigation */
.topnav {
    
	text-align:left;
	position: absolute;
    width: 600px;
    z-index: 999999999999;	
	top: 50px;
    left: 100px;
}

.topnav-int {
	
	text-align:left;
	position: absolute;
    width: 600px;
    z-index: 999999999999;	
	top: 50px;
    left: 275px;
}

/* Style the links inside the navigation bar */
.topnav a, .topnav-int a {
    display: inline-block;
    color: #f2f2f2;
    text-align: left;
    padding: 1px 9px;
    text-decoration: none;
    font-size: 16px;
	font-family: "myriad-pro-condensed",sans-serif;
	font-style: normal;
	font-weight: 400;
	width: 127px;
	line-height: 1.3rem;
	margin-bottom: 1rem;
}

.topnav a:hover, .topnav-int a:hover {
	border-left: none;
	color: #b5be00;
}

@media (min-width: 1200px) {
	.topnav a, .topnav-int a {	
		padding: 1px 9px;
		font-size: 18px;
		line-height: 1em;
	}
}

@media (max-width: 750px) {
	.topnav {
		position: absolute;
    width: 100%;
    z-index: 999999999999;	
	top: 30px;
    left: 15px;
	}
	.topnav-int {
	position: absolute;
    width: 100%;
    z-index: 999999999999;	
	top: 30px;
    left: 15px;
	}
	
	img.logo {
		display: none;
	}
}

/* Change the color of links on hover */
.topnav a:hover, .topnav-int a:hover {
    color: #b5be00;
	
}

body.home .topnav a.home-active,
body.cpprogram .topnav-int a.cpprogram-active,
body.advocacy .topnav-int a.advocacy-active,
body.numbers .topnav-int a.numbers-active,
body.leadership .topnav-int a.leadership-active,
body.csprogram .topnav-int a.csprogram-active,
body.year .topnav-int a.year-active,
body.road .topnav-int a.road-active{
	/* border-left: 4px solid #1ac8d7; */
	color: #b5be00;
	box-shadow: -5px -1px 0 -1px #1ac8d7;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon, .topnav-int .icon {
    display: none;
}
a.menu{
	display: none;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 1024px) {
  .topnav a:not(:first-child), .topnav-int a:not(:first-child) {display: none;}
  .topnav a.icon, .topnav-int a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 1024px) {
  .topnav.responsive {position: fixed;}
  .topnav.responsive a.icon,
  .topnav a.icon {
    /*position: absolute;*/
    right: 0;
    top: 0;
  }
  .topnav.responsive a, .topnav-int.responsive a {
    float: none;
    display: inline-block;
    text-align: left;
  }
  .topnav.responsive a:hover, .topnav-int.responsive a:hover {
	  
	  color: #FFFFFF;
  }
  .topnav, .topnav-int {
	 text-align: left;
  }
  .topnav a.menu {
	  text-align:left;
	  display:block;
  }
	.topnav-int a.menu {
		text-align: left;
		display: block;
	}
	
}

.main{
}

img.logo{
	display: block;
	position: absolute;
	top: 50px;
	left: 50px;
}
@media (min-width: 300px) {
	img.logo {
		display: none;
	}
}

@media (min-width: 550px) {
	img.logo{	
		margin: 0 0 0 2rem;
		display: none;
	}
}
@media (min-width: 750px) {
	img.logo{	
		margin: 0 0 0 4rem;
		display: block;
	}
}

a.ptcb-btn{
	background-color:#fdfdfd;
	border-radius: 6px;
	padding: 1rem 2rem;
	color: #FFFFFF;
	text-decoration:none;
}
a.ptcb-btn-ftr {
	background-color:#333333;
	border-radius: 6px;
	padding: 1rem 2rem;
	color: #FFFFFF;
	text-decoration:none;
}
a.ptcb-btn-ftr:hover {
	background-color: #00575c; 
}
a.ptcb-btn:hover{
	background-color:#00575c;
}

@media (max-width: 750px) {
header a.ptcb-btn{
	display:inline-block;
		position:absolute;
		top: 2rem;
		right: 1rem;
		background-image:url("../images/icon-exit.png");
		background-repeat:no-repeat;
		padding: .5rem 1.5rem .5rem 4.5rem;
		background-position: 0.75rem -1.25rem;
		background-color:#fdfdfd;
		background-color: rgba(253,253,253,.4);
		text-transform: uppercase;
}
}
@media (min-width: 750px) {
	header a.ptcb-btn{
		display:inline-block;
		position:absolute;
		top: 5rem;
		right: 2rem;
		background-image:url("../images/icon-exit.png");
		background-repeat:no-repeat;
		padding: 1rem 2rem 1rem 5.5rem;
		background-position: 1rem -0.8rem;
		background-color:#fdfdfd;
		background-color: rgba(253,253,253,.4);
		text-transform: uppercase;
	}
	header a.ptcb-btn:hover{
		background-color:#00646a;
		background-color: rgba(0,100,106,1);		
	}
}

@media (min-width: 750px) {
	header a.ptcb-btn{
		right: 4rem;
	}
}

@media (max-width: 600px) {
		.topnav ul {
		display: none;
	}
}

/* ==========================================================================
   Homepage
   ========================================================================== */

html{
    height: 100%;
    position: relative;
}

body.home{
    margin: 0;
    height: 100%;
    position: relative;    
}

.hm-full-wrap {
    display: block;
    height:93vh;
    background-image:url("../images/hm-background.jpg");
    background-size:cover;
    position: relative;
	padding-top: 80px;
}

.hm-full-intro {
	position: absolute;
	width: 1200px;
}
.intro-logo {
	position: absolute;
    bottom: 5%;
    left: 5%;
}

a.scroll-arrow{
	display: block;
    width: 43px;
    height: 43px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: -21px;
    z-index: 9999;
    opacity: .5;
}

@media (min-width: 300px) {
	.hm-full-intro{
		width: 100%;
		float: left;
		position:inherit;
		/* top:auto;
		left:auto;
		transform:none;	*/
		padding-top: 4rem;	
	}
	.hm-graphic {
		width: 100%;
		height: auto;
		padding-top: 60px; 
	}
	.intro-logo {
	position: absolute;
    bottom: 2%;
    left: 2%;
}
}
@media (max-width: 750) {
	.intro-logo {
	position: absolute;
    bottom: -89px;
    left: 2%;
}
}
	
@media (min-width: 780px) {
	.hm-full-intro{
		width: 780px;
		margin: 0 auto;
		float: left;

		padding-top: 125px;	
	}
	img.hm-graphic {
		width: 600px;
		height: auto;
		position: absolute;
		top: 10%;
	    left: 19%;
	}
	.intro-logo {
	position: absolute;
    bottom: -627px;
    left: -4%;
}
}
@media (min-width: 950px) {
	.hm-full-intro{
		width: 950px;
	}
	img.hm-graphic {
		position: absolute;
		top: 10%;
	    left: 26%;
	}
	.intro-logo {
	position: absolute;
    bottom: 4%;
    left: 5%;
}
}
@media (min-width: 1200px) {
	.hm-full-intro{
		width: 1200px;
	}
	img.hm-graphic {
		position: absolute;
		top: 10%;
	    left: 19%;
	}
}

img.hm-graphic{
	display:block;
	margin: 0 auto;
}




/* ==========================================================================
   Header
   ========================================================================== */
header.interior{
	position:relative;
	background-image:url("../images/hm-background.jpg");
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding: 8rem 0 10rem;
	border-bottom: 10px solid #EEEEEE;
}
p.int-tagline{
	display: none;
}

@media (min-width: 930px) {
	p.int-tagline{
		position: absolute;
		right: 22rem;
		top: 9.5rem;
		color: #00646a;
		text-transform:uppercase;
		font-size: 2.2rem;
		letter-spacing:2px;
		display: inline-block;
	}
}


/* ==========================================================================
   Footer
   ========================================================================== */
footer {
	width: 100%;
}
.ftr-wrap{
	width: 100%;
	float: left;
	background-color: #006f75;
}

.ftr-r, 
.ftr-l{
	box-sizing: border-box;
	float: right;
	width: 100%;
	padding: 3rem;
}

.ftr-l{
	background-color: #006f75;
}
.ftr-r{
	background-color: #1a1a1a;
}
.ftr-r-int{
	background-color: #1a1a1a;
}
.ftr-l-wrap a{
	color: #FFFFFF;
}

@media (min-width: 780px) {
	.ftr-l{
		width: 30%;
		text-align: left;
	}
	.ftr-r{
		width: 70%;
	}
	.ftr-r-int{
		width: 70%;
		height: 480px;
	}
	.ftr-r,
	.ftr-l, .ftr-r-int{
		padding: 3rem;
	}
}

@media (min-width: 1000px) {
	.ftr-r {
		padding: 6rem;
	}
	.ftr-l {
		padding: 6rem 6rem 3rem;
	}
	.ftr-r-int{
		width: 70%;
		height: 480px;
		float: right;
	}
}

@media (min-width: 1200px) {
	.ftr-l-wrap{
		width: 230px;
		float: right;
	}
	.ftr-r-int{
		width: 70%;
		height: 480px;
		float: right;
	}
}
@media (min-width: 780px) {
	.ftr-col{
		width: 33.3333%;
		float: left;
		box-sizing:border-box;
		padding-right: 2rem;
	}
}

@media (max-width: 750px) {
	.ftr-l, .ftr-r {
		width: 100%;
	}
}

.ftr-l p{
	color: #FFFFFF;
	font-size: 1.4rem;
}

.ftr-l p span{
	font-size: 1.8rem ;
}

.ftr-menu-wrap {
	float: left;
	width: 100%;
}

.ftr-board-wrap {
	float: left;
	width: 73%;
}

@media (max-width: 750px) {
	.ftr-menu-wrap, .ftr-board-wrap {
		width: 100%;
	}
	ul.ftr-menu li {
		
	}
}

.ftr-menu-title{
	color: #999999;
	font-size: 1.4rem;
	border-bottom: 1px solid #484848;
	text-transform:uppercase;
}

ul.ftr-menu{
	list-style-type:none;
	margin: 0;
	padding: 0;
	display: inline-block;
	
}

ul.ftr-menu a{
	color: #00888f;
	text-decoration: none;
	font-size: 1.6rem;
}
ul.ftr-menu a:hover{
	color: #FFFFFF;
}
ul.ftr-menu li{
	color: #00888f;
	color: #999999;
	text-decoration: none;
	font-size: 1.7rem;
	display: inline-block;
	width: 175px;
	line-height: 1em;
}
ul.ftr-menu-sub{
	text-align: left;
    margin: 0;
    padding: 0;
}
ul.ftr-menu-sub li{
	margin: 0;
	list-style-type:none;
	
}

ul.ftr-menu-sub a{
	font-size: 1.3rem;
	color:#00888f;
	
	background-image:url("../images/icon-download.png.html");
	background-repeat:no-repeat;
	padding-left: 24px;
}

.ftr-r hr{
	border-top: 1px solid #484848;    
	float: left;
    width: 100%;
	margin-top: 18px;
	clear:both;
	margin-bottom: 3rem;
}

.ftr-r p{
	color: #999999;
	font-size: 1.4rem;
	clear:both;
	margin-bottom: 1rem;
}

.ftr-r p a{
	color: #999999;
	text-decoration:none;
}

.ftr-r p a:hover{
	color: #FFFFFF;
}

@media (min-width: 1200px) {
	ul.ftr-menu{
		float: left;
		width: 717px;
	}
	
	}

.aligncenter{
	text-align:center;
}

.alignright{
	float: right;
	margin: 0 0 2rem 2rem;
}
.alignleft{
	float: left;
	margin: 0 2rem 2rem 0;
}

.callout{
	background-color: #ffffff;
	border: 1px solid #b5be00;
	padding: 2rem;
	margin-bottom: 2.5rem;
}

/*
.callout-table {
	background-color: #ffffff;
	border: 1px solid #b5be00;
	padding: 2rem;
	margin-bottom: 2.5rem;
} */
@media (min-width: 780px) {
	.callout{
		padding: 4rem;
	}
}
.callout p,
.callout ul{
	color: #006f75;
	font-size: 1.4rem;
	margin-bottom: 1rem;
}
.callout li{
	margin: 0;
}

.callout p:last-child,
.callout p:last-child .button{
	margin-bottom: 0;
}
.callout hr{
	border-top: 1px solid #b7d4d6;
	margin-top: 4rem;
	margin-bottom: 5rem;
}
.bg-light .callout{
	background-color: #FFFFFF;
}

.callout-light{
	box-sizing:border-box;
	padding: 4rem 0rem;
	border-top: 1px solid #006f75;
	border-bottom: 1px solid #006f75;
	margin-bottom: 4rem;
}
.callout-light p{
	color: #006f75;
	font-size: 2.4rem;
	margin-bottom: 1rem;
	text-align:center;
}

.callout-light p:last-child,
.callout-light p:last-child .button{
	margin-bottom: 0;
}
.callout-dk{
	background-color:#006f75;
}
.bg-light{
	background-color:#f4f4f4;
	color: #002148;
}
.bg-dk {
	background-color: #00757e;
	color: #ffffff;
}
.bg-dk p {
	color: #ffffff;
}
.bg-dk h2, .bg-dk b {
	color: #b5be00;
}

.bg-dk .sb-testimonials p {
	color: #ffffff;
}
.bg-dk .st-author p {
	color: #b5be00;
}
.bg-dk b {
	color: #b5be00;
}

.bg-green {
	background-color: #e6e9a2;
}
.bg-green p {
	color: #000000;
}

.section{
	float: left;
	width: 100%;
	padding: 4rem 0;
}
.section-callout {
	float: left;
	width: 100%;
	padding: 4rem 0;
}

@media (min-width: 780px) {
	.section{
		padding: 8rem 0;
	}
	.section-callout {
		padding: 4rem 0;
	}
}


.bg-light p,
.bg-light ul,
.bg-light ol{
	color: #002148;
}


.st-testimonial {
	padding: 15px 0;
}
p.st-testimonial,
p.st-author{
	max-width: 900px;
	margin: 0 auto;
}

p.st-testimonial{
	font-size: 2rem;
	color: #012c60;
	text-align:left;
}
p.st-author{
	font-size: 1.6rem;
	color: #012c60;
	text-align:center;
}
p.st-title {
	font-size: 1.2rem;
	text-align: left;
}

@media (min-width: 780px) {
	p.st-testimonial{
		font-size: 2rem;
	}
	p.st-author{
		font-size: 1.6rem;
	}
	
}
span.st-spcr{
	width: 300px;
    height: 1px;
    background-color: #b5be00;
    display: block;
    margin: 2rem auto;
}
span.caption{
	color: #006f75;
	font-size: 1.4rem;
	clear: both;
	text-align:left;
	display: block;
}

.caption-wrap{
	border-top: 1px solid #006f75;
	box-sizing:border-box;
	padding-top: 1rem;
}

/* Two Column Features */ 
.section-2col{
    display:table;
    width: 100%;
    float: left;
    clear:both;
    height: 700px;
}
.two-col{
    width: 50%;
    background-color:#d57a1b;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display:table-cell;
    vertical-align:middle;
    background-size:cover;
    background-position:center;
	position:relative;
}
.two-col:first-child{
    background-color: #eeeeee;
}
.two-col-content{
    margin: 6em 8em;

	box-sizing:border-box;
	
}
.two-col-content p,
.two-col-content h2,
.two-col-content h3,
.two-col-content ul{
	color: #FFFFFF;
}

.two-col-content h2{
	font-size: 3.6rem;
	text-transform:uppercase;
	letter-spacing: 4px;
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 1.5rem;
}

.two-col-content p{
	font-size:2.2rem;
}

@media (max-width: 979px) {
    .two-col-content {
    	margin: 5em 1em;
    }
	.two-col{
        width: 100%;
        display:block;
        min-height: 300px;
    }
}

/* ------ map
-----------------------------------------------*/

.mapWrapper {
margin:0 auto;
position:relative;

}

#map {
float:left;
clear:both;
}
.point h1 {font-size: 18px!important; color: #dc6800!important; margin-bottom:10px!important; line-height: 10px!important;}
.point {
position:fixed;
display:none;
padding:10px 15px;
background:#f2f2f2;
box-shadow: 3px 3px 5px #777;
font-size:14px;
font-weight:normal; 
    color: #dc6800;
/*border:1px solid #262626;*/

-moz-border-radius: 4px; /* FF1-3.6 */
-webkit-border-radius: 4px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
 border-radius: 4px 4px 4px 4px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */    
/* useful if you don't want a bg color from leaking outside the border: */        
-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}

#text {
 float:left;
 width:500px;
 height: 380px;
 overflow: auto;
  margin-bottom: 40px; display: none;
}

.mapWrapper img {
float: left;
padding-right: 5px;
padding-top: 2px;
}

.mapWrapper ul{
margin-left: 30px;
}

@media (min-width: 1025px) {
	.outreach{
		background-image:url("../images/collaborates-1.jpg.html");
		background-repeat:no-repeat;
		background-position: 180% 103px;
		background-size:600px 538px;
	}	
}
@media (min-width: 1025px) {
	.outreach{
		background-position: 180% 103px;
	}	
}
@media (min-width: 1200px) {
	.outreach{	
		background-position: 150% 103px;
	}
}
@media (min-width: 1400px) {
	.outreach{	
		background-position: 130% 103px;
	}
}
@media (min-width: 1600px) {
	.outreach{	
		background-position: 115% 103px;
	}
}
img.bdr{
	box-sizing:border-box;
	border: 1px solid #CCCCCC;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#0e6165; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxTopLeft{width:25px; height:25px; background:url("../images/border1.png.html") no-repeat 0 0;}
    #cboxTopCenter{height:25px; background:url("../images/border1.png.html") repeat-x 0 -50px;}
    #cboxTopRight{width:25px; height:25px; background:url("../images/border1.png.html") no-repeat -25px 0;}
    #cboxBottomLeft{width:25px; height:25px; background:url("../images/border1.png.html") no-repeat 0 -25px;}
    #cboxBottomCenter{height:25px; background:url("../images/border1.png.html") repeat-x 0 -75px;}
    #cboxBottomRight{width:25px; height:25px; background:url("../images/border1.png.html") no-repeat -25px -25px;}
    #cboxMiddleLeft{width:25px; background:url("../images/border2.png.html") repeat-y 0 0;     padding-bottom: 10px;}
    #cboxMiddleRight{width:25px; background:url("../images/border2.png.html") repeat-y -25px 0;    padding-bottom: 10px;}
    #cboxContent{background:#fff; overflow:hidden;    padding-bottom: 10px;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:20px;}
        #cboxTitle{position:absolute; bottom:0px; left:0; text-align:center; width:100%; color:#999;}
        #cboxCurrent{position:absolute; bottom:0px; left:100px; color:#999;}
        #cboxLoadingOverlay{background:#fff url("../images/loading.gif.html") no-repeat 5px 5px;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#444;}
        #cboxPrevious{position:absolute; bottom:0px; left:0; color:#444;}
        #cboxNext{position:absolute; bottom:0px; left:63px; color:#444;}
        #cboxClose{position:absolute; bottom:0; right:0; display:block; color:#444;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

#cboxContent button{
	text-align:inherit;
	font-size:inherit;
	line-height:inherit;
	letter-spacing:normal;
	text-transform:inherit;
	text-decoration:inherit;
	white-space:inherit;
	border-radius:0;
	box-sizing:inherit;
}

a.group{
	position:relative;
}
a.group:before{
	opacity: .5;
		content:"";
	background-image:url("../images/zoom.png");
	position:absolute;
	width: 65px;
	height: 20px;
	bottom: 15px;
	right: 10px;
	background-color:#b5be00;
	border-radius: 4px;
	background-repeat:no-repeat;
	background-position:4px 4px;
	background-size:57px 12px;
}

a.group:hover:before{
	opacity: 1;
}

		/* these styles are for the demo, but are not required for the plugin */
		.zoom {
			display:inline-block;
			position: relative;
		}
		
		/* magnifying glass icon */
		.zoom:after, .zoom-image:after {
			content:'';
			display:block; 
			width:33px; 
			height:33px; 
			position:absolute; 
			top:0;
			right:0;
			background:url("../images/icon.png");
		}


		.zoom img {
			display: block;
		}

		.zoom img::selection { background-color: transparent; }

.zoom-image{
	position: relative;
	margin: 0;
	background-size:contain;
	background-position: center;
	background-repeat: no-repeat;
}
.zoom-image > figure{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
	background-repeat: no-repeat;
	opacity: 0;
	-o-transition: opacity 200ms ease-out;
	-moz-transition: opacity 200ms ease-out;
	-webkit-transition: opacity 200ms ease-out;
	transition: opacity 200ms ease-out;
}
.zoom-image > figure:hover{
	opacity: 1;
}


img.consensus{
	max-width: 220px;
	display:block;
	margin: 0 auto 2rem;
}




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

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

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

ul.social li{
	display:inline-block;
}



ul.social a img{
	display:block;
	margin: 0 .5rem;
	opacity:.5;
}
ul.social li:first-child a img{
	margin-left: 0;
}
ul.social a:hover img{
	opacity:1;
}

.callout-dk{
	border-radius: 10px;
	padding: 2rem;
}
.callout-dk h3{
	text-align:center;
	color: #d57a1b;
	color: #FFFFFF;
}
.callout-dk ul.social{
	text-align:center;
}

.callout-dk ul.social a img{
	margin: 0 1rem;
}
.callout-dk ul.social li:first-child a img{
	margin-left: .5rem;
}
body.certification th, 
body.certification td{
	text-align:right;
}
a.download{
    margin: 40px auto 0;
    clear: both;
    text-align: center;
    display: table;
    background-image: url("../images/icon-download-white.png.html");
    background-repeat: no-repeat;
    padding: 0px 10px 0 30px;
    background-position: 9px 10px;
    background-color: #00646a;
    background-color: rgba(0,100,106,.4);
}
a.download:hover{
	background-color: #00646a;
    background-color: rgba(0,100,106,1);	
}

.hm-full-intro{
	margin-bottom: 2rem;
}

@media (min-width: 780px) {
	a.download{
		position:absolute;
		bottom: 12rem;
		right: 4rem;
	}
	.hm-full-intro{
		margin-bottom: 0;
	}
	
}