/* ==========================================================================
   Reset
   ========================================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, th, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight:normal;
}
::-moz-selection { background: #1e4c84; color: #FFFFFF; text-shadow: none; }
::selection { background: #1e4c84; color: #FFFFFF; text-shadow: none; }

// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 300 to 800


.poiret-one-regular {
  font-family: "Poiret One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 300 to 800

.open-sans-<uniquifier> {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	-webkit-font-smoothing: antialiased;
	background-image: url(../img/stripe-bg.png);
	background-repeat: repeat;
}


/* ==========================================================================
   Main styles
   ========================================================================== */

a[href^="tel"],
a[href^="mailto"] {
    color: inherit; // inherit text color of parent element
    text-decoration: none; // (optional) remove underline
}
h1 {
	color:#FFF;
	font-family: "Poiret One", sans-serif;
	font-weight:normal;
	font-size:58px;
}
h2 {
	color:#5180AF;
	font-family: "Poiret One", sans-serif;
	font-size:52px;
	font-weight:normal;
	line-height:40px;
	margin-bottom:48px;
}
h3 {
	font-size:28px;
	margin-bottom:15px;
	font-weight:normal;
	color:#1e4c84;
}
h4 {
	font-size:16px;
	color:#eeeeee;
	text-transform:uppercase;
	font-weight:normal;
	margin-bottom:30px;
}
h5 {
	font-size:20px;
	color:#4a4a4a;
	margin-top:10px;
	margin-bottom:10px;
}
p, li {
	ffont-family: "Open Sans", sans-serif;
	font-weight: 350;
	color:#808080;
	font-size:18px;
	line-height:40px;
}
li {
	margin-bottom:14px;
}
ul {
	margin:26px;
	list-style-position: outside;
	list-style-type: disc;
}
a {
	color:#FFFFFF;
	text-decoration:none;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color:#FFF;
}
a.currentpage {
	border-bottom: #FD9A26 solid 3px;
}
.cbp-spmenu a.currentpage {
	height:auto !important;
}
.center-wrap {
	width:1352px;
	margin: auto;
	overflow: auto;
}


/* --------------
    Fixed Nav
-------------- */

nav {
}
.cbp-af-header a.logo-top {
}
.cbp-af-header a.logo-top img {
	max-width: 100%;
	max-height: 100%;
	display: block;
}
.cbp-af-header {
	position: fixed;
	top: 0;
	left: 0;
	padding: 24px 0;
	width: 100%;
	background: #FFF8F0;
	z-index: 10000;
	overflow: hidden;
	display: block;
}
.cbp-af-header nav a {
	font-size:18px;
	font-family: "Platypi", serif;
	color:#5180AF;
	text-decoration:none;
	margin-left:24px;
	padding: 0;
	display:block;
	float: left;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.cbp-af-header nav a:hover {
	border-bottom: #5180AF solid 3px;

}
.cbp-af-header nav a:active {
}


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

section, footer {
	width:100%;
	padding: 72px 0;
	display: block;
	clear: both;
	float: left;
}
footer {
	background-color: #628DB7;
}
footer h3 {
	color: #FFFFFF;
	font-family: "Poiret One", sans-serif;
	font-size: 42px;
	margin-bottom: 48px;
}
footer p {
	color: #FFFFFF;
	line-height: 32px;
}
footer .resources a {
	display: block;
	margin-bottom: 12px;
	font-size: 18px;
}
footer .resources {
	width: 50%;
}
footer .contact {
	width: 50%;
}
footer a.social {
margin: 24px 24px 0 0;
}
.license {
	width: 100%;
	margin: 48px 0 0 0;
}
.license p {
    font-size: 14px;
	line-height: 24px;
	clear: both;
}
.license img {
	margin: 0 12px 12px 0;
	height: auto;
}
.sub-footer {
	background-color:#5180AF;
	padding: 24px 0;
	width: 100%;
}
.sub-footer img {
}
.sub-footer p {
	font-size:18px;
	font-family: "Platypi", serif;
	text-align:center;
	color:#FFFFFF;
	margin: 14px auto;
	line-height: 32px !important;
}

/* ==========================================================================
   Home Page
   ========================================================================== */

.hero {
	background-color: #5180AF;
	margin-top: 80px;
}
.hero .center-wrap, .mission .center-wrap, .pattern .center-wrap, footer .center-wrap, .inside .center-wrap, .values .center-wrap, .managers .center-wrap, .locations .center-wrap, .policies .center-wrap {
	max-width: 1122px;
	margin: auto;
}
.hero h1 {
	margin: 0 0 24px 0;
}
.hero p {
	color: #FFFFFF;
	font-size: 32px;
	line-height: 45px;
	width: 100%;
}
.hero p.secondary {
	color: #FFFFFF;
	font-size: 28px;
	line-height: 36px;
	margin-bottom: 12px;
}
.hero p.tertiary {
	color: #FFFFFF;
	font-size: 22px;
	line-height: 36px;
}
.hero a {
	display: block;
	line-height: 40px;
}
.hero .left {
	float: left;
	max-width: 573px;
	width: 100%;
}
.hero .right {
	float: left;
}
.mission {
	background-color: #F6E9DA;
}
.mission .hands {
	margin: 0 115px 0 0;
}
.mission .float-right {
	width: 548px;
}
.mission .float-right img {
	margin: 0 auto 24px auto;
	display: block;
	width: 100%;
	height: auto;
	max-width: 434px;
}
.mission p {
	text-align: center;
	font-family: "Platypi", serif;
}
.pattern {
	background-color: #EBDFD2;
	background-image: url(../img/ui/pattern.png);
	background-repeat: repeat;
}
.pattern p {
	max-width: 778px;
	width: 100%;
}


/* ==========================================================================
   About Page
   ========================================================================== */

.inside {
	margin-top: 52px;
	background-color: #FFF8F0;
	background-repeat: repeat;
}
.inside p {
	width: 100%;
}
.inside img, .policies img {
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 48px;
	height: auto;
}
.values {
	background-color: #EBDFD2;
	padding: 0 !important;
}
.values h2 {
	text-align: center;
	margin: 60px auto 40px auto;
}
.values .mountains {
	margin: 0;
	max-width: 604px;
	width: 50%;
	height: auto;
}
.values .value-list {
	max-width: 796px;
	width: 46%;
	margin-left: 4%;
}
.values strong {
	color: #5180AF;
	line-height: 0;
	font-size: 24px;
	display: block;
	padding: 0 0 2px 0;
}
.values p {
	text-align: center;
	font-family: "Platypi", serif;
	margin: 0 16px 54px 16px;
	line-height: 28px;
}
.managers, .policies {
	background-color: #7599BF;
}
.managers h2, .policies h2 {
	color: #FFFFFF;
	margin-bottom: 84px;
}
.bio {
	margin-bottom: 68px;
}
.bio img {
	width: 30%;
	margin-right: 6%;
	height: auto;
}
.bio h3 {
	color: #FFFFFF;
	text-transform: uppercase;
	clear: both;
}
.bio p {
	color: #FFFFFF;
}
.content {
	width: 64%;
}


/* ==========================================================================
   Locations Page
   ========================================================================== */

.locations {
	background-color: #EBDBC8;
}
.locations h3 {
	font-size:24px;
	font-family: "Platypi", serif;
	color:#5180AF;
	margin-bottom: 0;
}
.photo-set {
	width: 46%;
	margin: 0 4% 48px 0;
	float: left;
}
#slider1, #slider2, #slider3 {
	margin: 12px auto 0 auto;
	width: 100%;
	border: solid 12px #FFF8F0;
}

/* ==========================================================================
   Policies Page
   ========================================================================== */


.policies h2 {
	margin-bottom: 24px;
}
.rules p, .rules li {
	font-size:18px;
	font-family: "Platypi", serif;
	line-height: 36px;
	color: #FFFFFF;
	width: 100%;
	margin-bottom: 24px;
}
.inside a {
	text-decoration: underline;
	color: #7499BF;
}

/* ==========================================================================
   Testimonial Page
   ========================================================================== */

.testimonial p {
	font-style:italic;
	padding:10px 0 10px 2%;
	margin:20px auto;
	background-image:url(../img/quote.png);
	background-repeat:no-repeat;
	background-position:top left;
	width: 98%;
}

/* ==========================================================================
   Payments Page
   ========================================================================== */

.paypal-form {
	padding: 32px 5%;
	background-color: #F6E9DA;
	width: 90%;
}
.paypal-form img {
	margin-bottom: 0;
	height: 0;
}
select {
    border: 1px solid #d6d8db;
    background-color: #EEEEEE;
    width: auto;
    cursor: pointer;
	height: 30px;
	font-size: 16px;
	margin: 12px 0;
}
/* --------------
    Buttons
-------------- */

.nav-button {
	color:#ffffff !important;
	background-color:#FD9A26;
	border-radius: 30px;
	padding: 16px !important;
	text-decoration:none;
	text-align:center;
	line-height: 0px;
	border:none;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.nav-button.green {
	background-color:#58C14F;
	margin-left: 12px !important;
}
.nav-button:hover {
	border-bottom: none !important;
	background-color: #FB8700;
}
.nav-button.green:hover {
	border-bottom: none !important;
	background-color: #469D3E;
}
.button {
	color:#ffffff !important;
	font-family: "Platypi", serif;
	font-size: 24px;
	background-color:#FD9A26;
	border-radius: 30px;
	margin: 40px 0 46px 0;
	display: block;
	padding: 8px 32px !important;
	text-decoration:none;
	text-align:center;
	border:none;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.button-alt {
	color:#ffffff !important;
	font-family: "Platypi", serif;
	font-size: 24px;
	border:1px solid #FFFFFF;
	border-radius: 30px;
	margin: 40px 0 46px 24px;
	display: block;
	padding: 8px 32px !important;
	text-decoration:none;
	text-align:center;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.button:hover {
	background-color: #FB8700;
	text-decoration:none;
}
.button-alt:hover {
	background-color: #2570BB;
	color: #FFFFFF !important;
	text-decoration:none;
	border: #2570BB solid 1px;
}
.pattern a.button {
	background-color: #5180AF;
	padding: 12px 60px !important;
	margin: 50px 0;
}
.pattern a.button:hover {
	background-color: #2570BB;
}
#showRightPush {
	border: none;
	display: block;
	cursor: pointer;
	background-image: url(../img/grabber.png);
	background-repeat:no-repeat;
	width: 40px;
	height: 33px;
	text-indent: -9999px;
	background-color: transparent;
}

/* --------------
  Push Nav Right
-------------- */

.cbp-spmenu {
	background: #FFF8F0;
	position: fixed;
}
.cbp-spmenu .currentpage {
	background-color: #FDF2E5;
}
.cbp-spmenu a {
	display: block;
	font-family: "Platypi", serif;
	color: #5180AF;
	font-size: 1.1em;
	font-weight: 300;
	text-decoration:none;
}
.cbp-spmenu a:hover {
	background: #FDF2E5;
}
.cbp-spmenu a:active {
}
.cbp-spmenu a.orange {
	background-color: #FD9A26;
	color: #FFFFFF;

}
.cbp-spmenu a.green {
	background-color: #58C14F;
	color: #FFFFFF;

}
.cbp-spmenu a.orange:hover {
	background-color: #FB8700;

}
.cbp-spmenu a.green:hover {
	background-color: #469D3E;

}

/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
	width: 100%;
	height: 100%;
	top: 80px;
	z-index: 1000;
	border-left: 1px solid rgba(255, 255, 255, .3);
}
.cbp-spmenu-vertical a {
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	padding: 1em;
}

/* Vertical menu that slides from the left or right */

.cbp-spmenu-right {
	right: -100%;
}
.cbp-spmenu-right.cbp-spmenu-open {
	right: 0px;
	overflow: scroll;
}

/* Push classes applied to the body */

.cbp-spmenu-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}
.cbp-spmenu-push-toright {
	left: 100%;
}
.cbp-spmenu-push-toleft {
	left: -100%;
}

/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}



/* --------------
    To Top
-------------- */

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	overflow:hidden;
	width:54px;
	height:54px;
	border:none;
	text-indent:-9999px;
	background: url(../img/back-to-top.png) no-repeat left top;
	bottom: 36px;
	right: 20px;
	z-index:9000;
	opacity:.6;
	-webkit-transition: opacity .2s ease-in;
	-moz-transition: opacity .2s ease-in;
	-o-transition: opacity .2s ease-in;
	-ms-transition: opacity .2s ease-in;
}
#toTop:hover {
	opacity:1;
}
#toTop:active, #toTop:focus {
	outline:none;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

.float-left {
	float:left;
}
.float-right {
	float:right;
}

.hidden {
    display: none !important;
    visibility: hidden;
}
.push {
	margin-top:50px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
/* Style adjustments for high resolution devices */	
#showRightPush {
	background-image: url(../img/ui/hamburger@2x.png);
	background-size: 40px 33px;
}
#toTop {
	background-image: url(../img/ui/back-to-top@2x.png);
	background-size: 54px 54px;
}
}

/* ==========================================================================
   Responsive Styles
   ========================================================================== */


@media screen and (max-width: 1389px) {

  .center-wrap {
	width:92%;
	margin: 0 4%;
  }
}

@media screen and (max-width: 1224px) {

  .first-show {
	display: block !important;
    visibility: visible;
  }

  .first-hide {
	display: none !important;
    visibility: hidden;
  }
  .hero .left {
	width: 56%;
	margin-top: 0;: 
  }
  .hero .right {
	float: right;
	max-width: 42%;
  }
  .hero .right img {
	width: 100%;
    height: auto;
  }
  .hero h1 {
	margin-top: 0;
  }
  .mission .hands {
	margin: 0;
	width: 40%;
	height: auto;
  }
  .mission .float-right {
	width: 50%;
  }
  .mission .float-right img {
	width: 100%;
	height: auto;
  }
  .values h2 {
	margin: 30px auto 40px auto;
  }
  .values p {
	margin: 36px 0 0 0;
  }
}

@media screen and (max-width: 1054px) {
  .second-show {
	display: block !important;
    visibility: visible;
  }
  .second-hide {
	display: none !important;
    visibility: hidden;
  }
  .hero .left {
	width: 100%;
	max-width: 100%;
  }
  .values .mountains {
	display: none !important;
    visibility: hidden;
  }
  .values h2 {
	margin: 0 0 54px 0;
  }
  .values .value-list {
	width: 100%;
	max-width: 100%;
	margin: 72px 0;
  }
  .photo-set {
	width: 100%;
	margin: 0 0 48px 0;
  }
  #slider1, #slider2, #slider3 {
	max-width: 90%;
	float: left;
  }
}
@media screen and (max-width: 900px) {
  .mission .hands {
	visibility: hidden;
	display: none !important;
  }
  .mission .float-right {
	width: 100%;
  }
  footer .resources {
	width: 100%;
	margin-bottom: 24px;
  }
  footer .contact {
	width: 100%;
  }
  footer h3 {
	margin-bottom: 24px;
  }
}
@media screen and (max-width: 700px) {	
  p, li, .rules p, .rules li {
	line-height: 32px;
	font-size: 16px;
}
  h2 {
	font-size: 42px;
	line-height: 40px;
}	
  .button {
	margin: 40px 0 24px 0;
	float: none;
  }
  .button-alt {
	margin: 0 0 40px 0;
	float: none;
  }
  .hero {
	margin-top: 60px;
  }
  .hero h1 {
	line-height: 52px;
	font-size: 46px;
  }
  section, footer {
	padding: 48px 0;
  }
  .sub-footer p {
	font-size:16px;
  }
  .bio img {
	width: 50%;
	margin: 0 0 24px 0;
  }
  .content {
	width: 100%;
  }
  .hero p {
	font-size: 28px;
  }
  .hero p.tertiary {
	font-size: 28px;
	line-height: 46px;
  }
}

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

@media print {
  * {
	  background: transparent !important;
	  color: #000 !important; /* Black prints faster: h5bp.com/s */
	  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) ")";
  }
  /*
   * Don't show links for images, or javascript/internal links
   */
  .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;
  }
}
