@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
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, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-style: italic;
}

a {
  color: #f9f5b4;
  text-decoration: none;
}
a:hover {
  color: white;
  text-decoration: underline;
}

span {
  font-weight: 800;
}

blockquote {
  color: #fff;
  font-size: 2em;
}

strong {
  font-weight: bold;
}

.light {
  font-weight: normal;
}

#page h1 {
  font-size: 2em;
}
#page h2 {
  font-size: 1.75em;
}
#page h3 {
  font-size: 1.5em;
}
#page h4 {
  font-size: 1.30em;
}
#page h5 {
  font-size: 1.20em;
}

html, body {
  height: 100%;
}

body {
  background: #0895d3;
}

hr {
  background: transparent;
}

img {
  max-width: 100%;
}

section {
  width: 100%;
  overflow: hidden;
  *zoom: 1;
}

section.parallax-window {
  min-height: 400px;
}

main > section {
  border-bottom: 5px solid #003c58;
  background: #fff;
}

a {
  color: #0895d3;
  text-decoration: underline;
}
a:hover {
  color: #0c3c56;
}

.button {
  text-decoration: none;
}

a.share {
  color: white;
  font-size: .9em;
  padding: 30px 10px 0 0;
  padding: 12px 25px;
  background: #0895d3;
  border-radius: 30px;
  margin: 13px 30px 13px 0;
  font-style: italic;
}
a.share:hover {
  text-decoration: none;
  background: #0672a2;
}

.container {
  width: 95%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 699px) {
  .container {
    width: 85%;
  }
}

footer {
  background: #0c3c56;
  overflow: hidden;
  *zoom: 1;
  padding-top: 5%;
  padding-bottom: 10%;
}
@media only screen and (max-width: 699px) {
  footer .four.columns {
    padding-top: 50px;
  }
}
footer h4 {
  box-sizing: content-box;
  color: #fff;
  font-size: 2em;
  background: #0895d3;
  border-top: 4px solid #f9f5b4;
  font-size: 1.4em;
  line-height: 1.3em;
  text-align: center;
  padding: 10%;
  padding-bottom: 20%;
  height: 100px;
}
footer h5 {
  color: #fff;
  font-size: 1.6em;
  text-align: center;
  margin-bottom: 45px;
}
@media only screen and (max-width: 699px) {
  footer h5 {
    margin-bottom: 15px;
  }
}
footer hr {
  margin: 80px 0 40px;
  border: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.4);
}
footer #footer-logo {
  margin: 0 auto;
  width: 223px;
  height: 114px;
  display: block;
}
footer #copyright {
  width: 223px;
  text-align: center;
  display: block;
  margin: 20px auto;
  font-style: normal;
  color: #fff;
  font-size: .8em;
}
footer .disclaimer {
  color: rgba(255, 255, 255, 0.5);
  font-size: .8em;
  font-style: normal;
  width: 50%;
  text-align: center;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 1%;
}

.overlay {
  background: rgba(112, 179, 230, 0.85);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(112, 179, 230, 0.85)), color-stop(50%, rgba(70, 176, 221, 0.85)), color-stop(100%, rgba(28, 154, 212, 0.85)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(112, 179, 230, 0.85) 0%, rgba(70, 176, 221, 0.85) 50%, rgba(28, 154, 212, 0.85) 100%);
  background: -webkit-radial-gradient(center, ellipse, rgba(112, 179, 230, 0.85) 0%, rgba(70, 176, 221, 0.85) 50%, rgba(28, 154, 212, 0.85) 100%);
  background: radial-gradient(ellipse at center, rgba(112, 179, 230, 0.85) 0%, rgba(70, 176, 221, 0.85) 50%, rgba(28, 154, 212, 0.85) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70b3e6', endColorstr='#1c9ad4', GradientType=1 );
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  padding-bottom: 2000%;
  width: 100%;
}

.white-overlay {
  background: rgba(255, 255, 255, 0.6);
}

main {
  margin-top: 50px;
}
@media only screen and (min-width: 700px) {
  main {
    margin-top: 68px;
  }
}

.row {
  overflow: hidden;
  *zoom: 1;
  clear: both;
}

@media only screen and (min-width: 700px) {
  .twelve.columns {
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 1.38889%;
    padding-right: 1.38889%;
  }
}

@media only screen and (min-width: 700px) {
  .four.columns {
    box-sizing: border-box;
    width: 33.33333%;
    float: left;
    padding-left: 1.38889%;
    padding-right: 1.38889%;
  }
}

@media only screen and (min-width: 700px) {
  .six.columns {
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 1.38889%;
    padding-right: 1.38889%;
  }
}

@media only screen and (min-width: 700px) {
  .three.columns {
    box-sizing: border-box;
    width: 25%;
    float: left;
    padding-left: 1.38889%;
    padding-right: 1.38889%;
  }
}

@media only screen and (min-width: 700px) {
  .eight.columns {
    box-sizing: border-box;
    width: 66.66667%;
    float: left;
    padding-left: 1.38889%;
    padding-right: 1.38889%;
  }
}

@media only screen and (min-width: 700px) {
  .nine.columns {
    box-sizing: border-box;
    width: 75%;
    float: left;
    padding-left: 1.38889%;
    padding-right: 1.38889%;
  }
}

.clear {
  clear: both;
  overflow: hidden;
  *zoom: 1;
}

form label {
  color: #fff;
  display: block;
  font-style: normal;
}
form input, form textarea {
  line-height: 1em;
  font-size: 1em;
  padding: 2.5%;
  border: none;
  width: 100%;
  box-sizing: border-box;
}
form .row {
  margin-bottom: 5%;
}

#page {
  background: #fff;
}
#page header {
  min-height: 300px;
  overflow: hidden;
  position: relative;
  z-index: 100;
  border-bottom: 5px solid #0c3c56;
  padding-bottom: 60px;
}
#page header .overlay {
  padding-bottom: 100%;
  position: absolute;
  width: 100%;
  z-index: 100;
}
#page header .container {
  position: relative;
  z-index: 5000;
}
#page header .post-type {
  text-align: right;
  color: #fff;
  font-size: 1.3em;
  margin-top: 80px;
  margin-bottom: 30px;
}
#page header h1 {
  font-size: 3.5em;
  color: #fff;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
  line-height: 1.4em;
}
#page header hr {
  border: none;
  border-top: 3px solid rgba(255, 255, 255, 0.4);
}
#page header .post-meta {
  float: right;
  display: inline;
  margin-top: 15px;
}
#page header .post-meta li {
  float: left;
  display: inline;
  margin-left: 15px;
}
#page header .post-meta .post-author {
  font-size: 1.2em;
  color: #fff;
}
#page article {
  box-sizing: content-box;
  padding-top: 60px;
  padding-bottom: 60px;
  width: 60%;
  margin: 0 auto;
}
@media only screen and (max-width: 699px) {
  #page article {
    width: 80%;
    padding-left: 0;
  }
}
#page article p {
  margin-bottom: 2%;
  line-height: 1.5em;
}
#page article blockquote {
  background: #0895d3;
  border-left: 25px solid #0c3c56;
  display: block;
  width: 85%;
  padding: 3%;
  font-size: 2.3em;
  line-height: 1.3em;
  margin: 4% auto;
}
@media only screen and (max-width: 699px) {
  #page article blockquote {
    display: block;
    float: none;
    margin-left: 0;
    max-width: 100%;
  }
}
#page article .next-prev-buttons {
  text-align: center;
  margin-top: 20px;
  font-style: normal;
}
#page article .next-prev-buttons a {
  color: #0895d3;
  text-transform: uppercase;
  font-size: .9em;
}
#page.listing header {
  padding-bottom: 0;
  min-height: 0;
}

#listing-content article {
  width: 80%;
  padding-left: 0;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #0c3c56;
}
#listing-content h3 {
  text-align: left;
  font-size: 1.8em;
  margin-bottom: .9em;
}
#listing-content .post-content p:first-child {
  margin-bottom: 30px;
}

.single article p {
  font-style: normal;
}
.single article blockquote p {
  font-style: italic;
}

a.logo {
  left: 0;
  width: 45%;
  max-width: 300px;
  position: fixed;
  top: 0;
  z-index: 20000;
}
@media only screen and (max-width: 699px) {
  a.logo {
    left: auto;
  }
}

#sharing {
  position: absolute;
  top: 25px;
  left: -120px;
}

#header {
  background: #0c3c56;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}
#header ul {
  z-index: 1;
  width: 361px;
  position: relative;
  float: right;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media only screen and (max-width: 699px) {
  #header ul {
    display: none;
  }
}
#header ul li {
  display: inline-block;
}
#header .cta-question {
  font-weight: 300;
  color: #fff;
  padding-right: 20px;
}
#header a.share {
  font-size: 1.1em;
}
#header div.social-share {
  position: absolute;
  top: 7px;
  left: 327px;
  padding-top: 0;
}
#header div.social-share a {
  background: #fff;
  width: 25px;
  height: 25px;
  display: block;
  border-radius: 25px;
  opacity: 1;
  padding: 0;
  margin-bottom: 5px;
}
#header div.social-share a img {
  display: block;
}

a#simple-menu {
  display: block;
}
a#simple-menu img {
  box-sizing: content-box;
  width: 25px;
  padding: 25px;
  border-left: 2px solid rgba(255, 255, 255, 0.3);
}
@media only screen and (max-width: 699px) {
  a#simple-menu img {
    width: 25px;
    padding: 15px;
  }
}

nav {
  position: relative;
  z-index: 99;
  float: right;
}

#header ul.blog {
  float: none;
  position: absolute;
  left: 310px;
  top: 5%;
  margin-top: 10px;
  width: auto;
  z-index: 22222;
}
@media only screen and (max-width: 1024px) {
  #header ul.blog {
    display: none;
  }
}
#header ul.blog li {
  display: inline;
}
#header ul.blog li h5 {
  color: #f9f5b4;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 1.2em;
  font-weight: bold;
  display: inline;
}
#header ul.blog li a {
  color: #fff;
  display: inline;
}
#header ul.blog li a.read-all-posts {
  display: block;
  margin-top: 5px;
}

.sidr {
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 260px;
  overflow-x: none;
  overflow-y: auto;
  font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
  font-size: 15px;
  background: #f8f8f8;
  color: #333;
  box-shadow: inset 0 0 5px 5px #ebebeb;
}

.sidr .sidr-inner {
  padding: 0 0 15px;
}

.sidr .sidr-inner > p {
  margin-left: 15px;
  margin-right: 15px;
}

.sidr.right {
  left: auto;
  right: -260px;
}

.sidr.left {
  left: -260px;
  right: auto;
}

.sidr h1, .sidr h2, .sidr h3, .sidr h4, .sidr h5, .sidr h6 {
  font-size: 11px;
  font-weight: normal;
  padding: 0 15px;
  margin: 0 0 5px;
  color: #333;
  line-height: 24px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fff), color-stop(100%, #dfdfdf));
  background-image: -webkit-linear-gradient(#fff, #dfdfdf);
  background-image: -webkit-linear-gradient(#ffffff, #dfdfdf);
  background-image: linear-gradient(#ffffff, #dfdfdf);
  box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
}

.sidr p {
  font-size: 13px;
  margin: 0 0 12px;
}

.sidr p a {
  color: rgba(51, 51, 51, 0.9);
}

.sidr > p {
  margin-left: 15px;
  margin-right: 15px;
}

.sidr ul {
  display: block;
  margin: 0 0 15px;
  padding: 0;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #fff;
}

.sidr ul li {
  display: block;
  margin: 0;
  line-height: 48px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #dfdfdf;
}

.sidr ul li:hover, .sidr ul li.active, .sidr ul li.sidr-class-active {
  border-top: none;
  line-height: 49px;
}

.sidr ul li:hover > a, .sidr ul li:hover > span, .sidr ul li.active > a, .sidr ul li.active > span, .sidr ul li.sidr-class-active > a, .sidr ul li.sidr-class-active > span {
  box-shadow: inset 0 0 15px 3px #ebebeb;
}

.sidr ul li a, .sidr ul li span {
  padding: 0 15px;
  display: block;
  text-decoration: none;
  color: #333;
}

.sidr ul li ul {
  border-bottom: none;
  margin: 0;
}

.sidr ul li ul li {
  line-height: 40px;
  font-size: 13px;
}

.sidr ul li ul li:last-child {
  border-bottom: none;
}

.sidr ul li ul li:hover, .sidr ul li ul li.active, .sidr ul li ul li.sidr-class-active {
  border-top: none;
  line-height: 41px;
}

.sidr ul li ul li:hover > a, .sidr ul li ul li:hover > span, .sidr ul li ul li.active > a, .sidr ul li ul li.active > span, .sidr ul li ul li.sidr-class-active > a, .sidr ul li ul li.sidr-class-active > span {
  box-shadow: inset 0 0 15px 3px #ebebeb;
}

.sidr ul li ul li a, .sidr ul li ul li span {
  color: rgba(51, 51, 51, 0.8);
  padding-left: 30px;
}

.sidr form {
  margin: 0 15px;
}

.sidr label {
  font-size: 13px;
}

.sidr input[type="text"], .sidr input[type="password"], .sidr input[type="date"], .sidr input[type="datetime"], .sidr input[type="email"], .sidr input[type="number"], .sidr input[type="search"], .sidr input[type="tel"], .sidr input[type="time"], .sidr input[type="url"], .sidr textarea, .sidr select {
  width: 100%;
  font-size: 13px;
  padding: 5px;
  box-sizing: border-box;
  margin: 0 0 10px;
  border-radius: 2px;
  border: none;
  background: rgba(0, 0, 0, 0.1);
  color: rgba(51, 51, 51, 0.6);
  display: block;
  clear: both;
}

.sidr input[type=checkbox] {
  width: auto;
  display: inline;
  clear: none;
}

.sidr input[type=button], .sidr input[type=submit] {
  color: #f8f8f8;
  background: #333;
}

.sidr input[type=button]:hover, .sidr input[type=submit]:hover {
  background: rgba(51, 51, 51, 0.9);
}

.arrow-down {
  margin: 20px auto 0;
  width: 60px;
  height: 60px;
  display: block;
}
.arrow-down:hover {
  cursor: pointer;
  border-radius: 50%;
}
.arrow-down.white:hover {
  background: rgba(255, 255, 255, 0.4);
}
.arrow-down.blue:hover {
  background: rgba(8, 149, 211, 0.3);
}

div.social-share {
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 15px;
}
div.social-share a {
  opacity: .8;
  text-decoration: none;
  padding: 0 4px;
}
div.social-share a:hover, div.social-share a:focus {
  opacity: 1;
}
div.social-share a img {
  display: inline;
  width: 25px !important;
  height: auto;
}

main > section {
  padding-top: 10%;
  padding-bottom: 10%;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 699px) {
  main > section {
    padding-top: 25%;
  }
}
main > section.has-overlay {
  background-color: transparent;
}
main > section.has-overlay p {
  color: #fff;
}
main > section.has-overlay h3 {
  color: #fff;
}
main > section .container {
  position: relative;
  z-index: 100;
}
main > section p {
  font-size: 1.2em;
  line-height: 1.5em;
  margin-bottom: 1em;
  font-style: normal;
  color: #0c3c56;
}
main > section h3 {
  text-align: center;
  color: #0895d3;
  text-align: center;
  font-size: 4em;
  clear: both;
  display: inline;
  width: 100%;
  float: left;
}
main > section hr {
  clear: both;
  border: none;
  width: 100%;
  border-bottom: 2px solid #29b3e1;
}
main > section .two.images {
  max-width: 720px;
  width: 40%;
  margin: 0 auto;
}
main > section .two.images img {
  max-width: 80%;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding-left: 1.38889%;
  padding-right: 1.38889%;
}
main > section .three.images {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
}
main > section .three.images.square img {
  border-radius: 0;
}
main > section .three.images img {
  max-width: 80%;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
  box-sizing: border-box;
  width: 33.33333%;
  float: left;
  padding-left: 1.38889%;
  padding-right: 1.38889%;
}

#intro {
  padding-top: 200px;
}
#intro div.social-share {
  padding-top: 60px;
}
@media only screen and (max-width: 699px) {
  #intro {
    padding-top: 75px;
  }
}
#intro blockquote {
  width: 85%;
  font-size: 2em;
  line-height: 1.3em;
  margin: 0 auto;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  text-align: left;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 699px) {
  #intro blockquote {
    font-size: 1em;
  }
}
#intro blockquote.large {
  border-bottom: none;
  font-size: 3em;
  font-weight: bold;
  padding-bottom: 0;
}
#intro p.author-name {
  width: 85%;
  margin: 0 auto;
  font-size: 1.5em;
  color: #f9f5b4;
}
#intro h2 {
  width: 85%;
  font-size: 4em;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
}
@media only screen and (max-width: 699px) {
  #intro h2 {
    font-size: 2em;
  }
}

#foundation h2 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 3em;
  color: #0895d3;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 4em;
  clear: both;
  display: inline;
  width: 100%;
  float: left;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(8, 149, 211, 0.6);
}
@media only screen and (max-width: 699px) {
  #foundation h2 {
    font-size: 2.5em;
  }
}
#foundation blockquote {
  color: #0895d3;
  font-size: 1.8em;
  line-height: 1.4em;
  border-bottom: 1px solid #0895d3;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#foundation p.quote-name {
  font-size: 1.5em;
  color: #0895d3;
}
#foundation div.social-share {
  margin-top: 60px;
}

#early-career header {
  margin-bottom: 60px;
  padding-bottom: 40px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  text-align: center;
}
#early-career header p {
  color: #f9f5b4;
  font-size: 1.5em;
  width: 52%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 699px) {
  #early-career header p {
    width: 100%;
  }
}
@media only screen and (max-width: 699px) {
  #early-career header h3 {
    font-size: 2.5em;
  }
}
#early-career header h2 {
  font-size: 3em;
  color: #0895d3;
  text-align: center;
  font-size: 4em;
  clear: both;
  display: inline;
  width: 100%;
  float: left;
  margin-bottom: 5%;
}
#early-career blockquote {
  font-size: 1.8em;
  line-height: 1.4em;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#early-career p.quote-name {
  font-size: 1.5em;
  color: #f9f5b4;
}

#carly-at-att .divider {
  height: 80px;
}
#carly-at-att header {
  margin-bottom: 60px;
  text-align: center;
}
#carly-at-att header .social-share {
  margin-bottom: 44px;
}
#carly-at-att header p {
  font-size: 1.5em;
  width: 52%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 699px) {
  #carly-at-att header p {
    width: 100%;
  }
}
@media only screen and (max-width: 699px) {
  #carly-at-att header h3 {
    font-size: 2.5em;
  }
}

#lucent h4 {
  font-size: 2.2em;
  line-height: 1.3em;
  color: #fff;
}
#lucent hr {
  border-bottom: 2px solid rgba(255, 255, 255, 0.3) !important;
  max-width: 300px;
}
#lucent header {
  margin-bottom: 60px;
  text-align: center;
}
#lucent header p {
  color: #f9f5b4;
  font-size: 1.5em;
  width: 52%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 699px) {
  #lucent header p {
    width: 100%;
  }
}
#lucent header h3 {
  padding: 40px 0 50px;
}
@media only screen and (max-width: 699px) {
  #lucent header h3 {
    font-size: 2.5em;
  }
}
#lucent blockquote {
  font-size: 1.8em;
  line-height: 1.4em;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#lucent p.quote-name {
  font-size: 1.5em;
  color: #f9f5b4;
}

#historic {
  text-align: center;
}
#historic header {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  padding-bottom: 40px;
  padding-top: 40px;
}
#historic header h2 {
  font-size: 3em;
  color: #0895d3;
  margin-bottom: 10px;
}
@media only screen and (max-width: 699px) {
  #historic header h2 {
    font-size: 2em;
  }
}
#historic header h3 {
  font-size: 3em;
  font-weight: bold;
  margin-bottom: 40px;
}
@media only screen and (max-width: 699px) {
  #historic header h3 {
    font-size: 2em;
  }
}
#historic header hr {
  width: 250px;
}
#historic p {
  margin-left: auto;
  margin-right: auto;
  width: 60%;
}
@media only screen and (max-width: 699px) {
  #historic p {
    width: 100%;
  }
}

#break-glass-ceiling blockquote {
  text-align: center;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  font-size: 2.5em;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 699px) {
  #break-glass-ceiling blockquote {
    font-size: 1.5em;
  }
}
#break-glass-ceiling p.quote-name {
  text-align: center;
  margin-bottom: 0;
}
#break-glass-ceiling p.quote-source {
  text-align: center;
  font-size: 1em;
  color: #f9f5b4;
}
#break-glass-ceiling .six.columns {
  margin-top: 30px;
}
#break-glass-ceiling .latest-employee-story h5 {
  font-size: 2em;
  color: #fff;
  font-style: normal;
}
#break-glass-ceiling .latest-employee-story hr {
  margin-bottom: 20px;
}
#break-glass-ceiling .latest-employee-story a {
  color: #f9f5b4;
  font-size: 1.3em;
  text-decoration: none;
}
#break-glass-ceiling .latest-employee-story a:hover {
  text-decoration: underline;
}
#break-glass-ceiling .tell-your-story h2 {
  color: #fff;
  font-size: 2.5em;
  padding: 25px;
  background: rgba(8, 149, 211, 0.6);
  margin-bottom: 20px;
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 699px) {
  #break-glass-ceiling .tell-your-story h2 {
    font-size: 1.5em;
  }
}
#break-glass-ceiling .tell-your-story a {
  border-radius: 30px;
  background: #0c3c56;
  padding: 20px 0;
  display: block;
  color: #fff;
  width: 260px;
  font-size: 1.5em;
  margin: auto;
  text-align: center;
}
#break-glass-ceiling .tell-your-story a:hover {
  text-decoration: none;
  background: #061d29;
}

#carlys-strategy blockquote {
  color: #0895d3;
  padding-top: 60px;
  font-size: 1.8em;
  text-align: center;
  clear: both;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.3em;
}
@media only screen and (max-width: 699px) {
  #carlys-strategy blockquote {
    font-size: 2.5em;
    width: 100%;
  }
}
#carlys-strategy hr {
  width: 250px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#carlys-strategy p.quote-name {
  text-align: center;
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: bold;
}
#carlys-strategy p.quote-title {
  text-align: center;
  font-size: .9em;
  font-style: italic;
  color: #0895d3;
  margin-bottom: 60px;
}
#carlys-strategy p {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#market-leader header h2 {
  color: #fff;
  font-size: 5em;
  text-align: center;
  line-height: 1.3em;
}
@media only screen and (max-width: 699px) {
  #market-leader header h2 {
    font-size: 2.25em;
  }
}
#market-leader header hr {
  margin-top: 60px;
  margin-bottom: 60px;
  width: 300px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}
#market-leader .graphs {
  width: 90%;
  margin: 0 auto;
}
#market-leader .graphs div:last-of-type img.graph {
  width: 100%;
  height: auto;
}
#market-leader .graphs img.graph {
  display: block;
  margin: 0 auto;
  height: auto;
  width: 90%;
}
#market-leader .graphs div.social-share {
  padding: 0 0 40px 0;
}

#carlys-leadership .image img {
  border-radius: 100%;
}
#carlys-leadership .quote blockquote {
  color: #0895d3;
  margin-bottom: 20px;
  line-height: 1.4em;
}
#carlys-leadership .quote blockquote hr {
  margin-top: 40px;
}
#carlys-leadership .quote p {
  color: #0c3c56;
  font-weight: bold;
  font-size: 1em;
}
#carlys-leadership .quote p a {
  color: #0895d3;
  text-decoration: underline;
  font-weight: normal;
}
#carlys-leadership .quote p a:hover {
  color: #045071;
}
#carlys-leadership .quote p.quote-source {
  color: #0895d3;
  margin-bottom: 60px;
  font-size: .9em;
  font-weight: normal;
}

#hp-merger blockquote {
  font-size: 3em;
  text-align: center;
}
@media only screen and (max-width: 699px) {
  #hp-merger blockquote {
    font-size: 2.25em;
  }
}
#hp-merger blockquote hr {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 300px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}
#hp-merger hr {
  margin-top: 30px;
  margin-bottom: 30px;
  clear: both;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}
#hp-merger p {
  font-size: 2em;
  font-style: italic;
  text-align: center;
}
#hp-merger .quote-name {
  margin-bottom: 0;
  font-size: 1.2em;
  font-style: normal;
}
#hp-merger .quote-title {
  color: #f9f5b4;
  font-size: .9em;
  margin-bottom: 60px;
}
#hp-merger .six.columns {
  padding-bottom: 40px;
  padding-top: 20px;
}
#hp-merger .six.columns p {
  font-size: 1.2em;
  line-height: 2em;
  font-style: normal;
  text-align: left;
}
#hp-merger .six.columns h4 {
  font-size: 2.2em;
  line-height: 1.3em;
  color: #fff;
}

#carly-right {
  text-align: center;
}
#carly-right header blockquote {
  font-size: 3.5em;
  text-align: center;
}
@media only screen and (max-width: 699px) {
  #carly-right header blockquote {
    font-size: 2.25em;
  }
}
#carly-right header blockquote hr {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 300px;
}
#carly-right header h2 {
  color: #0895d3;
  font-size: 3.5em;
  width: 72%;
  margin: 0 auto;
}
@media only screen and (max-width: 699px) {
  #carly-right header h2 {
    font-size: 2.5em;
    width: 100%;
  }
}
#carly-right header hr {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 80px;
}
#carly-right blockquote {
  color: #0895d3;
  font-size: 1.5em;
  line-height: 1.3em;
}
#carly-right hr {
  width: 200px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#carly-right p.quote-name {
  color: #0c3c56;
  margin-bottom: 0;
}
#carly-right p.quote-title {
  color: #0895d3;
  font-size: 1em;
  font-style: italic;
}
#carly-right .four.columns img {
  margin-bottom: 40px;
  width: 70%;
}
#carly-right .four.columns.intel img {
  margin-bottom: 15px;
  width: 50%;
  height: auto;
}
#carly-right .four.columns.white-glove img, #carly-right .four.columns.fortune img {
  margin-top: 34px;
}

#one-woman {
  text-align: center;
}
#one-woman hr {
  border-bottom: 2px solid rgba(255, 255, 255, 0.3) !important;
  max-width: 300px;
  margin-bottom: 40px;
}
#one-woman header h3 {
  font-size: 3em;
  padding: 40px 0 50px;
}
@media only screen and (max-width: 699px) {
  #one-woman header h3 {
    font-size: 2.5em;
  }
}

#share-your-story {
  background: #086092;
}
#share-your-story p {
  color: #fff;
}
#share-your-story header {
  text-align: center;
  width: 60%;
  margin: 0 auto;
}
@media only screen and (max-width: 699px) {
  #share-your-story header {
    width: 95%;
  }
}
#share-your-story header h2 {
  font-size: 3em;
  color: #f9f5b4;
  margin-bottom: 10px;
}
@media only screen and (max-width: 699px) {
  #share-your-story header h2 {
    font-size: 2em;
  }
}
#share-your-story header hr {
  width: 50%;
  margin-top: 40px;
  margin-bottom: 40px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}
#share-your-story form {
  width: 70%;
  margin: 0 auto;
}
@media only screen and (max-width: 699px) {
  #share-your-story form {
    width: 100%;
  }
}

#ninja_forms_field_14 {
  width: auto;
  border: 2px solid white;
  background: transparent;
  border-radius: 100px;
  padding: 2.5% 8%;
  font-size: 1em;
  color: #fff;
  cursor: pointer;
}
#ninja_forms_field_14:hover {
  background: rgba(255, 255, 255, 0.07);
}

.ninja-forms-form-wrap form .ninja-forms-field-error {
  background: #FF425F;
  color: #fff;
  padding: 10px;
  font-weight: 700;
  position: relative;
  top: -2px;
}
.ninja-forms-form-wrap form textarea {
  width: 100%;
  height: 200px;
}
.ninja-forms-form-wrap form .ninja-forms-req-symbol {
  color: #FF9B9B;
}
.ninja-forms-form-wrap form label {
  margin-bottom: .5em;
  font-weight: 300;
}

#foreign-policy header h3 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 699px) {
  #foreign-policy header h3 {
    font-size: 2em;
  }
}
#foreign-policy header p {
  color: #f9f5b4;
  text-align: center;
  font-size: 1.1em;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media only screen and (max-width: 699px) {
  #foreign-policy header p {
    width: 100%;
  }
}
#foreign-policy blockquote {
  font-size: 1.8em;
  margin-top: 0px;
  line-height: 1.6em;
}
#foreign-policy hr {
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 40px;
}
#foreign-policy .six.columns hr {
  margin-bottom: 10px;
}
#foreign-policy .citation {
  font-size: 1em;
  color: #f9f5b4;
}
#foreign-policy .bottom hr {
  margin-bottom: 10px;
}

#non-profit header {
  overflow: hidden;
  *zoom: 1;
}
#non-profit header h2 {
  font-size: 3em;
  color: #0895d3;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}
#non-profit header hr {
  width: 150px;
  margin-bottom: 40px;
}
#non-profit .three-images {
  margin-left: 0;
  padding: 0;
  list-style: none;
}
#non-profit .three-images li {
  width: 33%;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
}
@media only screen and (max-width: 699px) {
  #non-profit .three-images li {
    width: 100%;
  }
}
#non-profit .three-images img {
  margin-bottom: 50px;
}
#non-profit .centered {
  text-align: center;
  padding: 50px 0 80px 0px;
}
#non-profit .one-woman {
  height: auto;
}
#non-profit .opportunity-international {
  padding: 0 5%;
  height: auto;
  margin-top: -30px;
  max-width: 200px;
}
#non-profit .good360 {
  height: auto;
  margin-top: -30px;
  max-width: 200px;
}
#non-profit blockquote {
  font-size: 1.2em;
  line-height: 1.5em;
  margin-bottom: 1em;
  font-style: italic;
  color: #0895d3;
}
#non-profit .author-name {
  color: #0c3c56;
}

header.interior-header {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/hp-sign.jpg");
}
@media only screen and (max-width: 699px) {
  header.interior-header {
    background-size: cover;
  }
}
@media only screen and (min-width: 700px) {
  header.interior-header {
    background-size: 100%;
  }
}
header.interior-header .social-share {
  padding-top: 0;
}

.ninja-forms-response-msg {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.72222rem;
  font-weight: normal;
  margin-bottom: 1.11111rem;
  padding: 0.77778rem 1.33333rem 0.77778rem 0.77778rem;
  position: relative;
  -webkit-transition: opacity 300ms ease-out;
          transition: opacity 300ms ease-out;
  display: none;
}
.ninja-forms-response-msg.ninja-forms-success-msg {
  disply: block;
  border-color: #89B380;
  background-color: #97e288;
}

.ninja-forms-required-items {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.72222rem;
  font-weight: normal;
  margin-bottom: 1.11111rem;
  padding: 0.77778rem 1.33333rem 0.77778rem 0.77778rem;
  position: relative;
  -webkit-transition: opacity 300ms ease-out;
          transition: opacity 300ms ease-out;
  background-color: #f9f5b4;
  border-color: #e0dca2;
}