/* Number Base */
/* Colors */
/* Teal - PMS 3125C */
/* Blue - PMS 654C */
/* Gold - PMS 124C */
/* Orange - PMS 716C */
/* Red - PMS 485C */
/* Bergundy - PMS 194C */
/*  Extends --------------------------------------------------------- */
.link-arrow-after {
  content: "\e258";
  position: relative;
  font-size: 1rem;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: bold;
  line-height: 1;
  margin-left: 2px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.link-arrow-before {
  content: "\e257";
  position: relative;
  font-size: 1rem;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: bold;
  line-height: 1;
  margin-right: 2px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*  Mixins ---------------------------------------------------------- */
/*  Mr Eaves */
/*  DIN Next -------------------------------------------------------- */
/* About Pages - START */
@media (min-width: 992px) {
  #about .video-list .video-desc p.cta {
    width: 235px;
  }
}

/* About Pages - END */
/* 50th Anniversary Timeline - START */
.tl-video .video-thumb {
  width: auto;
  height: auto;
  padding: 0;
  cursor: pointer;
}
.tl-video .video-thumb:after {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.tl-video .video-thumb img {
  width: 600px;
  max-width: 100%;
  height: auto;
  border-radius: 0;
}
@media (max-width: 480px) {
  .tl-video .video-thumb img {
    width: 100% !important;
  }
}

.tl-50-years-header {
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .tl-50-years-header {
    text-align: left;
  }
}
.tl-50-years-header h1 {
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 35px;
  line-height: 3.5rem;
}
@media (min-width: 768px) {
  .tl-50-years-header h1 {
    text-align: left;
    margin-top: 40px;
    font-size: 45px;
    font-size: 4.5rem;
    line-height: 45px;
    line-height: 4.5rem;
  }
}
@media (min-width: 992px) {
  .tl-50-years-header h1 {
    margin-top: 20px;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 36px;
    line-height: 3.6rem;
  }
}
@media (min-width: 1200px) {
  .tl-50-years-header h1 {
    margin-top: 25px;
    font-size: 45px;
    font-size: 4.5rem;
    line-height: 45px;
    line-height: 4.5rem;
  }
}
.tl-50-years-header img {
  width: 250px;
  max-width: 100%;
  height: auto;
}

.tl-container {
  position: relative;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.tl-loading {
  width: 300px;
  display: block;
  margin: 0 auto;
  background: #ddd;
  height: 5px;
}
.tl-loading .tl-loading-ball-container {
  position: relative;
  float: left;
  width: 75px;
  height: 75px;
}

.tl-50-years-title {
  text-align: center;
}
.tl-50-years-title p {
  margin-bottom: 30px;
}
.tl-50-years-title h1 {
  font-size: 40px;
  font-size: 4rem;
  line-height: 40px;
  line-height: 4rem;
}

.tl-container.tl-visible {
  opacity: 1;
}

.tl-col {
  position: static;
}
@media (min-width: 768px) {
  .tl-col {
    position: absolute;
  }
}

.tl-time-container {
  width: auto;
  height: 100%;
  position: relative;
  background-color: #fff;
  padding-bottom: 0px;
}
.tl-time-container p {
  position: relative;
}
@media (min-width: 768px) {
  .tl-time-container {
    width: 0;
    border-left: 2px solid #ccc;
    padding-bottom: 50px;
    margin-top: 100px;
  }
}

@media (min-width: 768px) {
  .lo-wide-skinny .tl-time-container {
    left: 359px;
  }
}
@media (min-width: 992px) {
  .lo-wide-skinny .tl-time-container {
    left: 359px;
  }
}
@media (min-width: 1200px) {
  .lo-wide-skinny .tl-time-container {
    left: 486px;
  }
}

@media (min-width: 768px) {
  .lo-skinny-wide .tl-time-container {
    left: 359px;
  }
}
@media (min-width: 992px) {
  .lo-skinny-wide .tl-time-container {
    left: 359px;
  }
}
@media (min-width: 1200px) {
  .lo-skinny-wide .tl-time-container {
    left: 359px;
  }
}

.tl-skinny-col, .tl-wide-col {
  width: 100%;
}

@media (min-width: 768px) {
  .tl-skinny-col {
    width: 340px;
    left: 20px;
  }
}
@media (min-width: 1200px) {
  .tl-skinny-col {
    width: 319px;
  }
}

@media (min-width: 768px) {
  .tl-wide-col {
    right: 20px;
    width: 340px;
  }
}
@media (min-width: 1200px) {
  .tl-wide-col {
    width: 467px;
  }
}

.lo-skinny-wide .tl-skinny-col {
  right: 20px;
  left: auto;
}
.lo-skinny-wide .tl-skinny-col .tl-dot {
  right: -29px;
}
.lo-skinny-wide .tl-wide-col {
  left: 20px;
}
.lo-skinny-wide .tl-wide-col .tl-dot {
  left: -31px;
}

.lo-wide-skinny .tl-skinny-col .tl-dot {
  left: -31px;
}
.lo-wide-skinny .tl-wide-col .tl-dot {
  right: -29px;
}

.lo-wide-skinny .tl-time-frame {
  margin-left: 0px;
}
.lo-skinny-wide .tl-time-frame {
  margin-left: 0px;
}
.tl-year-container, .year-circle {
  visibility: hidden;
}

.tl-year-container {
  margin-bottom: 20px;
}

.year-circle {
  z-index: 1;
  background-color: #1e9be9;
  color: #fff;
  padding: 20px 18px;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  position: static;
  width: 110px;
  height: 110px;
  font-family: "Mr Eaves Book", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 47px;
  font-size: 4.7rem;
  line-height: 76px;
  line-height: 7.6rem;
}
@media (min-width: 768px) {
  .year-circle {
    display: inline-block;
    padding: 20px;
    margin-left: -56px;
    position: relative;
    top: -100px;
  }
}
.year-circle span {
  font-size: 39px;
  font-size: 3.9rem;
  line-height: 53px;
  line-height: 5.3rem;
}
.tl-dot {
  background-color: #ccc;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  display: none;
  position: absolute;
  top: 0px;
}
@media (min-width: 768px) {
  .tl-dot {
    display: inline-block;
  }
}

.tl-logo-slideshow {
  display: none;
  position: absolute;
}
@media (min-width: 768px) {
  .tl-logo-slideshow {
    display: block;
    top: -79px;
    left: 75px;
  }
}
@media (min-width: 992px) {
  .tl-logo-slideshow {
    left: 80px;
  }
}
@media (min-width: 1200px) {
  .tl-logo-slideshow {
    top: -101px;
    left: 100px;
  }
}
.tl-logo-slideshow img {
  height: auto;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .tl-logo-slideshow img {
    width: 180px;
  }
}
@media (min-width: 1200px) {
  .tl-logo-slideshow img {
    width: 250px;
  }
}
.tl-logo-slideshow img.active {
  z-index: 3;
}

.tl-fixed-nav {
  position: absolute;
  top: -60px;
  z-index: 9998;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  padding: 3px 3px;
  border-radius: 12px;
}
.tl-fixed-nav.tl-fixed {
  position: fixed;
  top: 120px;
}

.tl-vertical-line {
  height: 96%;
  position: absolute;
  width: 2px;
  background-color: #ccc;
  left: 50%;
  z-index: -1;
  margin-left: -1px;
}

.tl-fixed-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.tl-fixed-nav li {
  margin: 0 0 4px;
  padding: 0;
}
.tl-fixed-nav li:last-of-type {
  margin: 0;
}
.tl-fixed-nav li a {
  background-color: #fff;
  height: 30px;
  width: 30px;
  border: 2px solid #1e9be9;
  border-radius: 50%;
  margin: 5px;
  text-decoration: none;
  color: #1e9be9;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  padding-top: 2px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 13px;
  line-height: 1.3rem;
}
.tl-fixed-nav li.active a {
  background-color: #1e9be9;
  color: #fff;
}

.tl-time-frame h1 {
  color: #1e9be9;
  margin: 15px 0 0;
  text-align: left;
  font-weight: 700;
  font-size: 30px;
  font-size: 3rem;
  line-height: 30px;
  line-height: 3rem;
}
.tl-time-frame p {
  margin: 5px 0 15px;
  float: none;
  width: auto;
  font-family: "Mr Eaves Book", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 22px;
  line-height: 2.2rem;
}
.tl-time-frame img {
  display: none;
}
@media (min-width: 1200px) {
  .tl-time-frame img {
    display: block;
  }
}
.tl-time-frame:focus {
  outline-color: white;
}

.tl-content-wrap {
  position: relative;
}

@media (min-width: 768px) {
  .tl-manual-top-margin-1964-1967 {
    margin-top: 35px;
  }
  .tl-2018-iq {
    margin-bottom: 100px;
  }
}
@media (min-width: 1200px) {
  .tl-manual-top-margin-1964-1967 {
    margin-top: 30px;
  }
  .tl-1964-1967 h1 {
    padding-left: 55px;
  }
  .tl-1964-1967 p {
    float: left;
    width: 240px;
    padding-left: 55px;
  }
  .tl-1964-1967 img {
    width: 220px;
    float: right;
    margin-top: -43px;
    padding-left: 5px;
  }
  .tl-1963 p {
    float: left;
    width: 195px;
  }
  .tl-1963 img {
    width: 280px;
    float: right;
    margin-top: -65px;
  }
  .tl-1967 {
    width: 290px;
    float: right;
  }
  .tl-1970 {
    width: 263px;
    float: right;
  }
  .tl-1970 img {
    width: 180px;
    position: absolute;
    top: -140px;
    left: -200px;
    z-index: -1;
    padding-bottom: 20px;
  }
  .tl-manual-top-margin-1971 {
    margin-top: 19px;
  }
  .tl-1971 .tl-year-container {
    width: 300px;
    float: right;
  }
  .tl-1971 img {
    width: 115px;
    float: left;
    margin-top: 55px;
    margin-left: 30px;
  }
  .tl-1973 img {
    width: 220px;
    float: right;
    top: 15px;
    position: relative;
  }
  .tl-1973 p {
    width: 230px;
  }
  .tl-1973 .tl-year-container {
    clear: both;
  }
  .tl-1973-b img, .tl-1975 img {
    float: left;
    width: 115px;
    height: auto;
  }
  .tl-1973-b p, .tl-1975 p {
    width: 175px;
    float: left;
  }
  .tl-1974-1975 {
    width: 240px;
    float: right;
    height: 270px;
  }
  .tl-1974-1975 img {
    width: 210px;
    position: relative;
    top: -140px;
    left: -230px;
    z-index: -1;
  }
  .tl-1977-2017 h1 {
    padding-left: 25px;
  }
  .tl-1977-2017 p {
    padding-left: 25px;
  }
  .tl-1980 img {
    width: 230px;
    margin-left: 60px;
    height: auto;
    top: -90px;
    position: relative;
  }
  .tl-1980.tl-year-container {
    height: 140px;
  }
  .tl-1983 P {
    width: 70%;
  }
  .tl-1983 img {
    position: absolute;
    top: -124px;
    right: 0px;
    z-index: -1;
  }
  .tl-1984 .tl-year-container {
    width: 120px;
    height: 150px;
    float: right;
  }
  .tl-1984 img {
    width: 140px;
    position: relative;
    top: -100px;
    left: -160px;
    z-index: -1;
  }
  .tl-manual-top-margin-1989 {
    margin-top: 15px;
  }
  .tl-1989 .tl-year-container {
    height: 90px;
  }
  .tl-1989 p {
    width: 170px;
    float: left;
  }
  .tl-1989 img {
    float: left;
    width: 170px;
    padding: 21px 0 0 8px;
  }
  .tl-1992 img {
    width: 115px;
    height: auto;
    position: absolute;
    top: -60px;
    left: 200px;
  }
  .tl-1992 p {
    width: 210px;
    float: left;
  }
  .tl-manual-top-margin-1994 {
    margin-top: 30px;
  }
  .tl-1994 .tl-year-container {
    width: 200px;
    float: right;
  }
  .tl-1994 img {
    float: left;
    margin-top: 35px;
  }
  .tl-1995 {
    height: 140px;
  }
  .tl-1995 p {
    width: 40%;
    float: left;
  }
  .tl-1995 img {
    float: right;
    position: relative;
    z-index: -1;
    top: -110px;
  }
  .tl-1996 {
    width: 310px;
  }
  .tl-1997 {
    width: 270px;
  }
  .tl-1997 h1 {
    padding: 70px 0 0 70px;
  }
  .tl-1997 p {
    padding-left: 70px;
  }
  .tl-1997 .tl-dot {
    top: -100px;
  }
  .tl-shf-1997-one {
    position: absolute;
    right: 350px;
    top: -185px;
    width: 400px;
  }
  .tl-shf-1997-two {
    position: absolute;
    left: 160px;
    top: -55px;
    width: 300px;
  }
  .tl-foundation-1997 {
    height: 330px;
  }
  .tl-manual-top-margin-2000 {
    margin-top: 15px;
  }
  .tl-2000 .tl-year-container {
    height: 90px;
  }
  .tl-2000 p {
    width: 260px;
    float: left;
  }
  .tl-2000 img {
    float: left;
    width: 160px;
    padding: 2px 0 0;
  }
  .tl-manual-top-margin-2001 {
    margin-top: 40px;
  }
  .tl-2001 h1 {
    padding-left: 25px;
  }
  .tl-2001 p {
    padding-left: 25px;
  }
  .tl-2001 img.tl-john-brooks {
    position: absolute;
    width: 240px;
    top: -175px;
    left: 25px;
  }
  .tl-2001 img.tl-clinton-austin-bush {
    width: 300px;
    padding-left: 25px;
  }
  .tl-2001-b img {
    width: 115px;
    height: auto;
    position: absolute;
    top: -25px;
    left: 215px;
  }
  .tl-2001-b p {
    width: 200px;
    float: left;
  }
  .tl-2003 h1 {
    padding-left: 25px;
  }
  .tl-2003 p {
    padding-left: 25px;
  }
  .tl-manual-top-margin-2006 {
    margin-top: 40px;
  }
  .tl-2006 p {
    width: 280px;
  }
  .tl-manual-top-margin-2008 {
    margin-top: 20px;
  }
  .tl-2008 h1 {
    padding-left: 25px;
  }
  .tl-2008 img {
    width: 85px;
    height: auto;
    position: absolute;
    top: -35px;
    left: 225px;
  }
  .tl-2008 p {
    width: 215px;
    float: left;
    margin-bottom: 120px;
    padding-left: 25px;
  }
  .tl-2010 img {
    padding-left: 25px;
  }
  .tl-2010 h1 {
    padding-left: 25px;
  }
  .tl-2010 p {
    padding-left: 25px;
  }
  .tl-manual-top-margin-2011 {
    margin-top: 60px;
  }
  .tl-2011 img {
    width: 205px;
    height: auto;
    position: absolute;
    top: -15px;
    right: 0;
  }
  .tl-2011 p {
    width: 240px;
    float: left;
    margin-bottom: 50px;
  }
  .tl-2012-left img {
    float: right;
  }
  .tl-2012 img.tl-sawalich-bush {
    width: 230px;
    height: auto;
    position: absolute;
    top: 6px;
    right: 4px;
  }
  .tl-2012 img.tl-clinton-fiorina {
    width: 100%;
  }
  .tl-2012 p {
    width: 235px;
    float: left;
  }
  .tl-manual-top-margin-2013 {
    margin-top: 20px;
  }
  .tl-2013 img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .tl-2013 p {
    padding-left: 110px;
    height: 60px;
  }
  .tl-2013 h1 {
    padding-left: 110px;
  }
  .tl-2014 img {
    position: absolute;
    right: 0;
    top: -27px;
    z-index: -1;
  }
  .tl-2014 p {
    width: 100%;
    padding-right: 115px;
  }
  .tl-manual-top-margin-2015 {
    margin-top: 40px;
  }
  .tl-2015 img {
    padding-left: 25px;
  }
  .tl-2015 h1 {
    padding-left: 25px;
  }
  .tl-2015 p {
    padding-left: 25px;
  }
  .tl-2016 img {
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    z-index: -1;
  }
  .tl-2016 p {
    width: 100%;
    padding-right: 210px;
  }
  .tl-manual-top-margin-2017 {
    margin-top: 20px;
  }
  .tl-2017 h1 {
    padding-left: 25px;
  }
  .tl-2017 img {
    padding-left: 25px;
  }
  .tl-2017 p {
    float: left;
    margin-bottom: 10px;
    padding-left: 25px;
  }
  .tl-manual-top-margin-2018-iq {
    margin-top: 40px;
  }
  .tl-2018-iq {
    margin-top: 20px;
  }
  .tl-2018-iq p {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 15px;
  }
  .tl-2018-iq p:nth-of-type(1) {
    margin-bottom: 25px;
    padding-right: 120px;
  }
  .tl-2018-iq p:nth-of-type(1) img {
    width: 100px;
    right: 20px;
  }
  .tl-2018-iq p:nth-of-type(2) {
    margin-bottom: 25px;
    padding-right: 240px;
  }
  .tl-2018-iq p:nth-of-type(2) img {
    width: 215px;
    right: 20px;
    top: 10px;
  }
  .tl-2018-iq p:nth-of-type(3) {
    margin-bottom: 25px;
    padding-right: 120px;
  }
  .tl-2018-iq p:nth-of-type(3) img {
    width: 80px;
    right: 0;
  }
  .tl-2018-iq img {
    width: 100px;
    height: auto;
    position: absolute;
    top: 0;
  }
  .tl-2018-iq span {
    font-weight: bold;
  }
  .tl-manual-top-margin-2018-israel {
    margin-top: 40px;
  }
  .tl-2018-israel {
    margin-bottom: 100px;
  }
  .tl-2018-israel h1 {
    padding-left: 25px;
  }
  .tl-2018-israel img {
    position: absolute;
    top: 0;
    right: 0;
    width: 110px;
    z-index: -1;
  }
  .tl-2018-israel p {
    padding-left: 25px;
    width: 100%;
    padding-right: 120px;
  }
}
.tl-break-border {
  display: none;
}
@media (min-width: 768px) {
  .tl-break-border {
    width: 720px;
    height: 40px;
    background-color: #ccc;
    display: block;
  }
}
@media (min-width: 1200px) {
  .tl-break-border {
    width: 847px;
  }
}

.tl-break-border-part {
  float: left;
  background-color: #fff;
  display: block;
  height: 100%;
}
@media (min-width: 768px) {
  .tl-break-border-part.wide {
    width: 360px;
  }
}
@media (min-width: 992px) {
  .tl-break-border-part.wide {
    width: 360px;
  }
}
@media (min-width: 1200px) {
  .tl-break-border-part.wide {
    width: 487px;
  }
}
@media (min-width: 768px) {
  .tl-break-border-part.skinny {
    width: 360px;
  }
}
@media (min-width: 992px) {
  .tl-break-border-part.skinny {
    width: 360px;
  }
}
@media (min-width: 1200px) {
  .tl-break-border-part.skinny {
    width: 360px;
  }
}
.tl-break-border-part.top-left {
  border-right: 1px solid #ccc;
  border-top-right-radius: 40px;
}
.tl-break-border-part.top-right {
  border-left: 1px solid #ccc;
  border-top-left-radius: 40px;
}
.tl-break-border-part.bottom-left {
  border-right: 1px solid #ccc;
  border-bottom-right-radius: 40px;
}
.tl-break-border-part.bottom-right {
  border-left: 1px solid #ccc;
  border-bottom-left-radius: 40px;
}

.tl-break-section {
  padding: 35px;
  width: 100%;
  margin: 0 auto 20px;
  border-radius: 40px;
  background: #cccccc;
  background: linear-gradient(to bottom, #cccccc 0%, #e2e2e2 37%, #e2e2e2 68%, #cccccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#cccccc", endColorstr="#cccccc",GradientType=0 );
}
@media (min-width: 768px) {
  .tl-break-section {
    margin: 0;
  }
}
.tl-break-section p.left {
  width: 50%;
  float: left;
}
.tl-break-section .tl-dot-items {
  position: relative;
}
@media (min-width: 768px) {
  .tl-break-section .tl-dot-items {
    height: 120px;
  }
}
.tl-break-section .tl-dot-items:before, .tl-break-section .tl-dot-items:after {
  position: absolute;
  content: "";
  background: #FFF;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: 22px;
}
.tl-break-section .tl-dot-items:before {
  top: -2px;
}
@media (min-width: 768px) {
  .tl-break-section .tl-dot-items:before {
    left: 0;
    top: 7px;
  }
}
.tl-break-section .tl-dot-items:after {
  bottom: -2px;
}
@media (min-width: 768px) {
  .tl-break-section .tl-dot-items:after {
    right: 0;
    left: auto;
    top: 7px;
  }
}
.tl-break-section .tl-dot-item {
  padding: 15px 0 15px 40px;
  margin: 0px;
  font-family: "Mr Eaves", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 17px;
  line-height: 1.7rem;
}
.tl-break-section .tl-dot-item:before {
  z-index: 1;
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: #1e9be9;
  left: 15px;
  border-radius: 50%;
}
.tl-break-section .tl-dot-item:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  background: #FFF;
  top: 0;
  left: 24px;
}
@media (min-width: 768px) {
  .tl-break-section .tl-dot-item {
    padding: 30px 4px 0;
    text-align: center;
  }
  .tl-break-section .tl-dot-item:before {
    top: 0;
    left: 42%;
  }
  .tl-break-section .tl-dot-item:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    top: 9px;
    left: 0;
  }
}
.tl-break-section .tl-dot-item .stressed {
  font-weight: 700;
}
@media (min-width: 768px) {
  .tl-break-section .tl-dot-item .stressed.full-width {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
  }
}

h2.tl-beyond {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 36px;
  line-height: 3.6rem;
}

.tl-pre-bottom-section .tl-break-border-part.wide {
  width: 543px;
}
@media (min-width: 1200px) {
  .tl-pre-bottom-section .tl-break-border-part.wide {
    width: 620px;
  }
}
.tl-pre-bottom-section .tl-break-border-part.skinny {
  width: 177px;
}
@media (min-width: 1200px) {
  .tl-pre-bottom-section .tl-break-border-part.skinny {
    width: 227px;
  }
}
.tl-pre-bottom-section .tl-break-border-part.top-left {
  border-right: 1px solid #ccc;
  border-top-right-radius: 40px;
}
.tl-pre-bottom-section .tl-break-border-part.top-right {
  border-left: 1px solid #ccc;
  border-top-left-radius: 40px;
}

.tl-2017-beyond h2 {
  color: #333;
  margin: 0 0 10px;
  font-weight: 700;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 28px;
  line-height: 2.8rem;
}
@media (min-width: 768px) {
  .tl-2017-beyond h2 {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .tl-2017-beyond h2 {
    text-align: left;
    padding-left: 200px;
  }
}
.tl-2017-beyond h2 small {
  color: #333;
  font-style: italic;
  font-size: 21.5px;
  font-size: 2.15rem;
  line-height: 21.5px;
  line-height: 2.15rem;
}
.tl-2017-beyond .tl-blue-arrow-border-section {
  display: none;
}
@media (min-width: 768px) {
  .tl-2017-beyond .tl-blue-arrow-border-section {
    display: block;
  }
}
.tl-2017-beyond .tl-blue-arrow-border-section .tl-babs-left {
  position: relative;
  margin-bottom: 10px;
  margin-left: 2px;
  float: left;
  height: 30px;
  border-bottom: 1px solid #1e9be9;
  border-right: 1px solid #1e9be9;
  border-bottom-right-radius: 27px;
}
@media (min-width: 768px) {
  .tl-2017-beyond .tl-blue-arrow-border-section .tl-babs-left {
    width: 338px;
  }
}
@media (min-width: 992px) {
  .tl-2017-beyond .tl-blue-arrow-border-section .tl-babs-left {
    width: 334px;
  }
}
@media (min-width: 1200px) {
  .tl-2017-beyond .tl-blue-arrow-border-section .tl-babs-left {
    width: 338px;
  }
}
.tl-2017-beyond .tl-blue-arrow-border-section .tl-babs-left:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 6px;
  left: 0;
  bottom: -7px;
  background: #1e9be9;
}
.tl-2017-beyond .tl-blue-arrow-border-section .tl-babs-right {
  position: relative;
  margin-bottom: 10px;
  margin-right: 2px;
  float: left;
  height: 30px;
  border-bottom: 1px solid #1e9be9;
  border-left: 1px solid #1e9be9;
  border-bottom-left-radius: 27px;
}
@media (min-width: 768px) {
  .tl-2017-beyond .tl-blue-arrow-border-section .tl-babs-right {
    width: 338px;
  }
}
@media (min-width: 992px) {
  .tl-2017-beyond .tl-blue-arrow-border-section .tl-babs-right {
    width: 319px;
  }
}
@media (min-width: 1200px) {
  .tl-2017-beyond .tl-blue-arrow-border-section .tl-babs-right {
    width: 465px;
  }
}
.tl-2017-beyond .tl-blue-arrow-border-section .tl-babs-right:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 6px;
  right: 0;
  bottom: -7px;
  background: #1e9be9;
}
@media (min-width: 768px) {
  .tl-2017-beyond .hidden-md-up {
    display: none;
  }
}
@media (max-width: 767px) {
  .tl-2017-beyond .hidden-sm-down {
    display: none;
  }
}
.tl-2017-beyond .dotted-line {
  display: none;
  border-bottom: 1px dashed #aaa;
  width: 80%;
  margin: 3px auto 5px;
}
@media (min-width: 768px) {
  .tl-2017-beyond .dotted-line {
    display: block;
  }
}

.tl-quote {
  font-family: "Mr Eaves Bold", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 28px;
  line-height: 2.8rem;
  font-style: italic;
  color: #1e9be9;
  width: 340px;
  max-width: 100%;
  margin: 0 auto 20px;
}
@media (min-width: 768px) {
  .tl-quote {
    margin: 20px 0 0 30px;
  }
}
@media (min-width: 1200px) {
  .tl-quote {
    margin: 20px 0 0 70px;
  }
}
.tl-quote.tl-reagan-quote {
  font-size: 20px;
  font-size: 2rem;
  line-height: 28px;
  line-height: 2.8rem;
  width: 100%;
  margin: 0 0 20px;
  color: #333;
}
@media (min-width: 768px) {
  .tl-quote.tl-reagan-quote {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .tl-quote.tl-reagan-quote {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .tl-quote.tl-reagan-quote {
    margin: 0;
  }
}
.tl-quote .tl-quote-credit {
  display: inline-block;
  width: 100%;
  padding: 10px 20px 0 0;
  text-align: right;
  font-size: 20px;
  font-size: 2rem;
  line-height: 20px;
  line-height: 2rem;
}

.tl-reagan-fitted {
  display: block;
  margin: 0 auto;
  width: 300px;
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .tl-reagan-fitted {
    display: inline-block;
  }
}

.tl-hear-better-live-better {
  margin: 0 auto;
  width: 220px;
}
@media (min-width: 768px) {
  .tl-hear-better-live-better {
    margin-top: 20px;
  }
}

/* 50th Anniversary Timeline - END */
/* 50th Anniversary Share Your Story - START */
.sys-testimonials {
  border: 1px dashed #ccc;
}

.sys-testimonial {
  overflow: auto;
  padding: 8px;
  text-align: center;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .sys-testimonial {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sys-testimonial {
    height: 250px;
  }
}
@media (min-width: 1200px) {
  .sys-testimonial {
    height: 250px;
  }
}

.sys-success {
  display: none;
}

.sys-alert {
  cursor: pointer;
}

.sys-alert-success {
  position: relative;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 17px;
  line-height: 1.7rem;
  margin: 0;
  padding: 20px 20px 16px;
  background-color: #e3f4e7;
}

@media (max-width: 767px) {
  .sys-testimonial-wrapper:nth-child(3),
  .sys-testimonial-wrapper:nth-child(5),
  .sys-testimonial-wrapper:nth-child(6) {
    display: none;
  }
}

.sys-testimonial-image {
  display: block;
  float: left;
  width: 200px;
  max-width: 40%;
  height: auto;
  border-radius: 50%;
  border: solid 4px #e1e1e1;
}
@media (min-width: 768px) {
  .sys-testimonial-image {
    border: solid 2px #e1e1e1;
  }
}
@media (min-width: 1200px) {
  .sys-testimonial-image {
    border: solid 4px #e1e1e1;
  }
}

.sys-testimonial-quote {
  float: left;
  width: 50%;
  text-align: left;
  padding-left: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
}
@media (min-width: 570px) {
  .sys-testimonial-quote {
    font-size: 20px;
    font-size: 2rem;
    line-height: 23px;
    line-height: 2.3rem;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .sys-testimonial-quote {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    line-height: 2rem;
    padding-left: 10px;
  }
}

.sys-testimonial-quote-credit {
  display: inline-block;
  float: right;
  padding-top: 2px;
}

.sys-or-separator {
  font-family: "Mr Eaves", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 25px;
  line-height: 2.5rem;
}
.sys-or-separator span {
  display: inline-block;
  padding: 0 4px;
}

.sys-social-title {
  font-size: 20px;
  font-size: 2rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 700;
}

.sys-social-instruction-group {
  position: relative;
  margin-bottom: 26px;
}
@media (min-width: 768px) {
  .sys-social-instruction-group {
    padding-left: 60px;
  }
}
.sys-social-instruction-group .sys-social-instruction-group-social {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: top;
  width: 42px;
  height: 60px;
  overflow: hidden;
  background: url(../img/social-icons.png) no-repeat;
}
@media (min-width: 768px) {
  .sys-social-instruction-group .sys-social-instruction-group-social {
    display: block;
  }
}
.sys-social-instruction-group .sys-social-instruction-group-social.twitter {
  background-position: 0 0;
}
.sys-social-instruction-group .sys-social-instruction-group-social.instagram {
  background-position: -92px 0;
}
.sys-social-instruction-group .sys-social-instruction-group-social.facebook {
  background-position: -46px 0;
}

.sys-social-instruction-group ol, .sys-social-instruction-group:last-of-type {
  margin-bottom: 0;
}

#form289 input[type=submit].btn-custom:hover {
  background-color: #ea7600;
  border-color: #ea7600;
}
#form289 .sys-agree input, #form289 .sys-agree .choice-label {
  display: block;
  float: left;
  padding-left: 12px;
}
#form289 .sys-agree .choice-label {
  margin-bottom: 12px;
}
#form289 input.error, #form289 input.error:focus {
  border-color: #ff8c8c;
}
#form289 label.error {
  color: #ff8c8c;
  font-family: "DIN Next W02 Regular";
}

/* 50th Anniversary Share Your Story - END */

/*# sourceMappingURL=fiftieth-anniversary.css.map */