/*--- NORMALIZATION ---*/


/*! sanitize.css v8.0.0 | CC0 License | github.com/csstools/sanitize.css */
/* Document
 * ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  box-sizing: border-box;
  /* 2 */ }

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */ }

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Use the default user interface font in all browsers (opinionated).
 * 3. Correct the line height in all browsers.
 * 4. Use a 4-space tab width in all browsers (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default;
  /* 1 */
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 2 */
  line-height: 1.15;
  /* 3 */
  -moz-tab-size: 4;
  /* 4 */
  tab-size: 4;
  /* 4 */
  -ms-text-size-adjust: 100%;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
  word-break: break-word;
  /* 6 */ }

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
 * ========================================================================== */
/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * Add the correct display in IE.
 */
main {
  display: block; }

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none; }

/**
 * 1. Use the default monospace user interface font
 *    in all browsers (opinionated).
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: Menlo, Consolas, Roboto Mono, Ubuntu Monospace, Noto Mono, Oxygen Mono, Liberation Mono, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Add the correct text decoration in Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Use the default monospace user interface font
 *    in all browsers (opinionated).
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: Menlo, Consolas, Roboto Mono, Ubuntu Monospace, Noto Mono, Oxygen Mono, Liberation Mono, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/*
 * Remove the text shadow on text selections in Firefox 61- (opinionated).
 * 1. Restore the coloring undone by defining the text shadow
 *    in all browsers (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000;
  /* 1 */
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000;
  /* 1 */
  text-shadow: none; }

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse; }

/* Forms
 * ========================================================================== */
/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

/**
 * Remove the margin in Safari.
 */
button,
input,
select {
  margin: 0; }

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge, Firefox, and IE.
 */
button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */ }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * Show the overflow in Edge and IE.
 */
input {
  overflow: visible; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in Edge and IE.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none; }

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 3 */ }

/**
 * Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  padding: 0; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText; }

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge and IE.
 */
details {
  display: block; }

/*
 * Add the correct styles in Edge, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content; }

dialog:not([open]) {
  display: none; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
  /* 2 */ }

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy="true"] {
  cursor: progress; }

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer; }

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled="true"],
[disabled] {
  cursor: not-allowed; }

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute; }








/* ========================================================================== */









/*--- GLOBAL ---*/

*, *:before, *:after {
  box-sizing: border-box; 
}

body {
  overflow-x: hidden;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 18px;
  margin: 0;
  background: #fff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-overflow-scrolling: auto; 
}
body p,
body ul,
body form {
  font-weight: 100; 
}
body p {
  line-height: 1.5; 
}

img {
	max-width: 100%;
}

.container {
	max-width: 1200px !important;
}

/*---- HEADER ----*/

.logo {
  z-index: 200; 
  margin-bottom: 10%;
}

@media(max-width:800px) {
  .mobile-logo {
    float: left;
    padding-left: 0 !important;
  }
  .mobile-flip {
    flex-direction: column-reverse;
  }
}

/*---- NAVIGATION ----*/

.mobile-menu {
  display:block;
  z-index: 200;
  background: transparent;
  line-height: 1.6em;
  font-weight: 400;
  width:100%;
  text-align:center;
  position: absolute;
  margin:0 auto;
  top: 0;

  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.mobile-menu ul {
  list-style-type: none;
  margin: 0 auto;
  padding-left:0;
  text-align:center;
  width:100%;
  position: absolute;
  background: transparent;
}
.mobile-menu li {
  display:inline-block;
}
.mobile-menu li a {
  display: block;
  font-size: 1rem;
  cursor: pointer;

  text-align: center;
  color: #2e2a25;
  text-transform:uppercase;
  background: transparent;
  text-decoration: none;
  margin-left: -5px;
  padding: 10px;  
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

#current {
  color: #00afa9 !important;
  font-weight: 700;
  background-color: #fff;
}

@media(min-width:1100px) {
  .mobile-menu li a {
    padding: 10px 35px;
  }
}
.mobile-menu li:hover a {
  color: #00afa9;
  background-color: #fff;
  -webkit-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;

}

.mobile-menu .show-menu {
  text-decoration: none;
  color: #fff;
  background: #00afa9;
  text-align: center;
  padding: 10px 15px;
  display: none;
  cursor: pointer;
  text-transform: uppercase;
}

.mobile-menu .show-menu span{
   padding-left: 35px;
}

/* Hide Checkbox */
.mobile-menu input[type=checkbox]{
    display: none;
}

.mobile-menu input[type=checkbox]:checked ~ #menu{
    display: block;
}

@media screen and (max-width : 767px) {
  .logo {
    display: none;
  }
  .mobile-logo img {
    max-width: 40px;
  }
  .fa-bars {
    color: #00afa9;
    font-size: 20px;
  }
  .mobile-menu {
    background-color: #fff;
  }
  .mobile-menu ul {
    position: static;
    display: none;
  }
  .mobile-menu li {
    margin-bottom: 1px;
  }
  .mobile-menu ul li, 
  .mobile-menu li a {
    width: 100%;
    color: #2e2a25 !important;
  }
  .mobile-menu .show-menu {
    display:block;
    background-color: #fff;
    text-align: right;
  }
}

/* These classes are applied to the header on scroll */

.fixed {
  position: fixed !important;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.fixed-background {
  background-color: #fff !important;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.fixed-home {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
@media only screen and (min-width: 650px) {
  .fixed-home li a {
    color: #66cfcb !important;
  }
}

.fixed-scroll {
  background-color: #fff !important;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  color: #00afa9;
}



/*---- VIDEO BACKGROUNDS ----*/

.video-container {
  position: absolute !important;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100% !important;
  overflow: hidden; 
}
.partner-container {
  background-color: #00afa9;
  position: absolute !important;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; 
}

@media(min-width:800px) {

  .main-alt {
    margin-top: 60vh !important;
  }
  .partner-container {
    height: 50% !important;
  }
  .overlay-alt {
    top: 35vh !important;
  }

  .article-align {
    display: flex;
    align-items: left;
    justify-content: center;
    height: 100%;
    flex-direction: column;

  }
}
.video-container video {
  /* Make video to at least 100% wide and tall */
  min-width: 150%;
  min-height: 150%;
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;
  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
}
.video-content h1 {
  font-weight: 100;
  margin: 0 0 1em;
  z-index: 20;
  position: relative;
  color: #fff;
  font-size: 30px;
  line-height: 1.5;
}
.video-content h3 {
	font-weight: 100;
}

.logo {
  max-width: 90px;
}

@media only screen and (min-width: 650px) {
  .video-content h1 {
    font-size: 2.5rem;
  }
}

@media only screen and (min-width: 950px) {
  .video-content h1 {
    font-size: 3rem;
  } 

  .logo {
    max-width: 100%;
  }
}

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

  .video-content h1 {
    font-size: 4rem;
  }
}

.video-container h1 {
  max-width: 1200px;
  margin: 0 auto;
}
.partner-container h1 {
  max-width: 1200px;
  margin: 0 auto;
}
/* Video overlay for text readability */

.overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 20;
  color: #fff;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto auto 1em;
  box-sizing: border-box;
  padding: 2em;
  line-height: 1.5;
  text-align: center; 
}
@media(max-width:767px) {
  .mobileTest {
    background: url("../img/careers.jpg") no-repeat center center fixed;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      -webkit-overflow-scrolling: auto;
  }

  @supports (-webkit-overflow-scrolling: touch) {
    /* CSS specific to iOS devices */ 
    .mobileTest {
      background-attachment: scroll !important;
    }
  }

  .mobileTest::before {
    content:"";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 175, 169, 0.8);
  }
  
}
.overlay-alt {
	background: rgba(0, 175, 169, 0.5);
  position: absolute;
  z-index: 20;
  color: #fff;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto auto 1em;
  box-sizing: border-box;
  padding: 2em;
  line-height: 1.5;
  text-align: center; 

}
.overlay :last-child {
  margin-bottom: 0; 
}
.overlay a {
  color: #fff; 
}
.overlay header {
  text-align: left;
  padding-bottom: 10vh; 
}
.desktop {
  display: none;
}

@media(min-width:768px) {
  .desktop {
    display: inline-block;
  }
}

.slogan {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 30px;
  font-size: 1rem;
  letter-spacing: 4px;
  color: #fff;
  z-index: 50;
}
.slogan span {
  color: #00afa9;
}

/*---- CELEBRATION TAB ----*/

.carrot,
.carrot-inner {
	display: none; /* Dont forget. Without this, mobile spacing is wrecked */
}

@media only screen and (min-width: 768px) {
	.carrot,
	.carrot-inner {
		display: block;
	  padding: 25px;
	  border-top-left-radius: 4px;
	  border-bottom-left-radius: 4px;
	  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	}
	.carrot {
	  background: #2e2a25;
	  z-index: 60;
	  position: fixed;
	  top: 100px;
	  right: 0;
	  -webkit-transition-duration: 0.4s;
	  -moz-transition-duration: 0.4s;
	  -o-transition-duration: 0.4s;
	  transition-duration: 0.4s;
	}
	.carrot-icon {
		max-width: 40px;
		cursor: pointer;
	}
	.carrot-inner {
	  color: #fff;
	  width: 350px;
	  border-top-right-radius: 0px;
	  border-bottom-right-radius: 0px;
	  background-color: #2e2a25;
	  z-index: 50;
	  position: fixed;
	  top: 80px;
	  right: -350px;
	  -webkit-transition-duration: 0.4s;
	  -moz-transition-duration: 0.4s;
	  -o-transition-duration: 0.4s;
	  transition-duration: 0.4s;
	}
	.carrot-inner h4 {
	  font-size: 2rem; 
	  margin: 20px 0;
	  font-weight: 100;
	}
	.carrot-inner a {
	  color: #fff;
	  text-align: left; 
	  display: block;
	  margin-bottom: 10px;
	  font-weight: 100;
	}
    .carrot-inner a:focus {
      padding: 5px;
      border: 1px solid #fff;
    }

  .carrot-inner a:hover {
    color: #ddd;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.2s;

  }

	/* Classes toggled by the carrotSlide() function */
	.slide-carrot {
		right: 350px;
	}
	.slide-content {
		right: 0;
	}
}

.feedback {
	visibility: hidden;
  max-width: 350px;
  background: #2e2a25; 
  padding: 20px; 
  color: #fff; 
  border-radius: 4px; 
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

@media only screen and (min-width: 768px) {
  .feedback {
    visibility: visible;
    position: fixed;
    z-index: 30;
    top: 100px;
    right: 10px; 
  }
}


.feedback-modal i {
  position: absolute; 
  top: 0; 
  right: 0; 
  padding: 10px; 
  cursor: pointer; 
  color: #fff;
}
.feedback-modal h4 {
  font-size: 2rem; 
  margin-bottom: 20px;
}
.feedback-modal a {
  color: #fff; 
  text-align: left; 
  display: block;
  margin-bottom: 10px;
}
#celebration-modal {
  display: none;
}

/*---- HOME SECTION ----*/

main {
	margin-top: 100vh;
}

.partners {
  background-color: #fff;
  color: #00afa9;
  padding: 20px 0;
}
.partners p {
  line-height: 1.5;
  font-size: 1.2rem;
  color: #2e2a25; 
}
.home-indent h3 {
  font-size: 3rem;
  margin: 0 0 20px 0;
  color: #2e2a25; 
  letter-spacing: 2px; 
  font-weight: 100;
}
.home-indent span {
	color: #00afa9;
}

@media(min-width:800px) {
  .home-indent p,
  .home-indent span {
    padding-left: 20px;
  }
  .home-indent span {
    display: block;
  }
}

.scroll {
	text-align: center;
}

/* IDs for the imgScroller() function */
#expand,
#expand2 {
  max-width: 100%;
}
@media(min-width:800px) {
	.scroll {
		display: flex;
		align-items: center; 
		justify-content: center; 
		height: 100%;
	}
  .scroll-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #expand,
  #expand2,
  #expand3,
  #expand4 {
    max-width: 80%;
    transition-duration: 3s;
  }
}


/*---- COUNTER SECTION ----*/

.counter {
  background: #2e2a25;
  padding: 5vh 0;
  color: #fff; 
}
.counter h4 {
	text-align: center; 
  font-size: 2rem; 
  color: #00afa9; 
  margin-top: 0; 
  margin-bottom: 20px;
  line-height: 1.5;
}
.counter h6 {
  text-align: center; 
  font-size: 1.5rem; 
  color: #00afa9; 
  margin-top: 0; 
  margin-bottom: 20px;
}
.counter small {
	text-align: center;
	display: block;
}

@media only screen and (min-width: 800px) {
  .counter {
    background: #2e2a25; 
  }
}

.counter-icon {
  height: 100px;
}
.counter-icon img {
  height: 70px;
}
.cont {
  text-align: center; 
}
.cont:first-child {
  border-left: 0; 
}
.cont .num {
  font-size: 35px;
  color: #fff; 
}
.cont span {
  font-size: 30px;
  padding-top: 10px;
  display: block;
  color: #00afa9; 
}

/*---- PARTNER SECTION ----*/

.partner-background {
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/celeback-min1.jpg") no-repeat center center;
  /*background:$primary;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-overflow-scrolling: auto;
}
@supports (-webkit-overflow-scrolling: touch) {
  /* CSS specific to iOS devices */ 
  .partner-background {
    background-attachment:scroll !important;
  }
}



.partners h2 {
  font-size: 3.2rem;
  margin: 0 0 20px 0;
  color: #2e2a25; 
  letter-spacing: 2px; 
  font-weight: 100;
}
.partners span,
.partners a {
	color: #00afa9;
}
.partners ul li {
  line-height: 1.5;
  font-size: 1.2rem;
  color: #2e2a25;
  margin-bottom: 20px;
}
.partner-overlay {
	display: flex;
	align-items: center; 
	justify-content: center; 
	height: 100%;
	flex-direction: column;
}

.banner-quote {
  font-weight: 100;
}




/*---- CONTACT SECTION ----*/

.contact-alt {
  margin-top: 40px;
}
.contact-alt h3 {
  text-align: center;
}

@media only screen and (min-width: 990px) {
  .contact-alt h3 {
    text-align: left;
  }
}

.contact-container ul {
  list-style: none;
  padding: 0;
}

.contact-container li {
  display: inline-flex;
}

.contact-link {
  text-decoration: none;
  color: #fff;
  padding: 10px;
  transition: all .3s ease-in-out;
  border-bottom: 1px solid transparent;
  background-color: #a0a0a0;
}

.contact-container p,
.contact-nav {
  text-align: center;
  margin-bottom: 40px;
}

.contact-nav .active a {
  color: #fff;
  border-bottom: 1px solid #00afa9;
  background-color: #00afa9;
}

.contact-nav a:hover {
  border-color: transparent;
  background: #008080;
  color: white;
}

.contact-nav .active a:hover {
  background-color: #00afa9;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}


fieldset {
  border: 0 !important;
}

label {
  font-size: 13px;
  color: #00afa9;
  font-weight: 500;
}
.input-field {
  display: block;
  width: 100%;
  height: 36px;
  border-width: 0 0 2px 0;
  border-color: #cad5e2;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 20px;
}

.input-field:focus {
  outline: none;
}

form .btn {
  margin-top: 20px;
  width: auto;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  overflow: hidden;
  padding: 12px 24px;
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  background-image: none;
  border: 1px solid #00afa9;
  background-color: #00afa9;
  color: #fff;
  border-radius: 3px;
  font-size: 12px;
  line-height: 12px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}


/*---- SUB NAVIGATION ----*/

.subnav {
  text-align: center;
}
.subnav a {
  text-decoration: none;
  padding: 20px;
  color: #fff;
}
.subnav a:hover {
  color: #00afa9;
}
.subnav span {
  color: #00afa9;
}

/*---- FOOTER ----*/

footer {
	background-color: #00afa9;
	color: #fff;
	position: relative;
	z-index: 40;
}
footer .social h5 {
  font-size: 1.2rem;
  font-weight: 100;
  margin: 0 0 10px 0;
  padding: 0;
  text-transform: uppercase; 
}

@media only screen and (min-width: 600px) {
	footer .social h5 {
  	font-size: 2rem; 
  } 
}

footer .social i {
  color: #fff;
  padding-right: 5px;
  opacity: .8;
  border: 0;
  margin-bottom: 20px; 
}
footer .social a:focus {
  border: 1px solid #fff;
}
footer .social i:hover {
  opacity: 1; 
}
footer .social small {
  display: block; 
}
footer .terms {
  text-align: right; 
}
footer .terms a {
  margin-top: 20px;
  color: #fff;
  font-size: 15px;
  display: block; 
}
footer .terms a:focus{
  border: 1px solid #fff;
  padding: 5px;
}
footer .terms p {
  font-size: 15px;
  padding-top: 0;
  margin: 0; 
}
footer .terms .phone {
  letter-spacing: 1px; 
}




/*---- 404 SECTION ----*/

#error-link {
  position: relative;
  z-index: 20;
  color: #fff;
}



/*---- OVERLAY SECTION ----*/

.overlay-alt {
  background: rgba(0, 175, 169, 0.8);
  position: absolute;
  z-index: 20;
  color: #fff;
  top: 55vh;
  left: 0;
  right: 0;
  height: 30%;
  width: 80%;
  margin: auto auto 1em;
  box-sizing: border-box;
  padding: 2em;
  line-height: 1.5;
  text-align: center;

}

.overlay-alt h1 {
  margin-bottom: 20px
}

@media(max-width:800px) {
  .overlay-alt {
    top: 0;
    width: 100%;
    height: 100%;
  }

}

/*---- Careers Page ----*/

.apply-btn {
  text-align: center;
  background-color: #2a2e25;
  color: #fff !important;
  border-radius: 4px;
  padding: 12px 20px;
  text-decoration: none;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.career-images,
.career-video {
  text-align: center;
}

.career-video {
  margin-top: 100px;
}

.career-video iframe {
  width: 100%;
  max-width: 800px;
}

/*---- News Page ----*/

.story,
.awards {
  margin-bottom: 100px;
}
.news h3 {
  font-size: 2rem;
  margin: 0 0 20px 0;
  color: #2e2a25;
  letter-spacing: 2px;
  font-weight: 100;
  text-transform: uppercase;
}

.news .btn {
  background-color: #2a2e25;
  color: #fff; border-radius: 4px;
  padding: 12px 20px; text-decoration: none; box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.awards {
  border-top: 1px solid #00afa9;
  border-bottom: 1px solid #00afa9;
  text-align: center;
}

.article-link {
  padding-top: 20px;
}

/*---- Team Page ----*/

.contact-card strong {
  color: #2a2e25;
}

.contact-card p {
  font-size: 1rem;
}

.contact-card img {
  border-radius: 10% 10% 10% 50%;

}

/*---- Celebration Page ----*/

.cele-featured {
  margin-bottom: 50px;
  margin-top: 50px;
}

.cele-featured img {
  height: 100px;
}

.cele-header,
.cele-subheader {
  font-weight: 100;
}

.cele-header {
  font-size: 3rem;
}
.cele-subheader {
  font-size: 1.3rem;
  line-height: 1.5;
}

.text-sm {
  text-align: center;
}

.celenav {
  display: inline-block;
  background-color: #2a2e25;
  color: #fff; border-radius: 4px;
  padding: 12px 20px;
  text-decoration: none;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

@media(max-width: 967px) {
  .cele-header {
    font-size: 2rem;
    padding-bottom: 20px;
  }
  .cele-subheader {
    font-size: 1.2rem;
  }
}

.box-nav {
  background-color: #fff; !important; /*-- Safari fallback for background transparency --*/
  color: #2a2e25 !important;
}

.feature {
  padding: 12px;
  flex-grow: 1;
}

.feature-inner {
  position: relative;
  height: 100%;
  background: #fff;
  color: #2a2e25;
  padding: 40px 15px;
  box-shadow: 0 16px 48px rgba(32, 41, 50, 0.12);
  text-align: center;
}
.feature-inner p {
  font-size: 1rem !important;
  opacity: 1;
}

/*---- Story Page ----*/

.milestones {
  width: 100%;
}

/*---- BirdDog-Specific Job Pages ----*/

/*
  Dev Note: We have no control over the html markup on these pages. These class names or the page structure could change
  at any time which would break the styling of the page.
 */

#BDHRJobListings {
  margin-top: 50px;
  padding: 20px;
}
.categorySection:first-child,
.separatorDash,
.companyName {
  display: none;
}
.jobLink {
  text-decoration: none;
  border-bottom: 1px solid #ddd;
}
.jobLinkText {
  color: #00afa9;
}


.button--skip-link:not(:focus) {
  -webkit-transform: translateY(-4rem);
  -ms-transform: translateY(-4rem);
  transform: translateY(-4rem);
  opacity: 0;
}

.button--skip-link {
  margin: 0 auto;
  position: absolute;
  z-index: 20;
  left: 0;
  right: 0;
  top: 1em;
  width: 10em;
  opacity: 1;
}

.curvy {
  font-family: 'Nothing You Could Do', cursive;
}
















