/*
 * Template Name: devAid - Responsive Website Template for developers
 * Version: 1.1
 * Author: Xiaoying Riley
 * Twitter: @3rdwave_themes
 * License: Creative Commons Attribution 3.0 License
 * Website: http://themes.3rdwavemedia.com/
*/
/* Default */
/* ======= Hidden Items ======= */
.mobile-only {
  display: none;
}
.desktop-only {
  display: inline;
}
.mobile-only-img {
  display: none;
}
.desktop-only-img {
  display: block;
}
.hidden {
 display: none;
}
@media (max-width: 767px) {
  .mobile-only {
    display: inline;
  }
  .desktop-only {
    display: none;
  }
  .mobile-only-img {
    display: block;
  }
  .desktop-only-img {
    display: none;
  }
}
/* ======= Base ======= */
body {
  font-family: 'Lato', arial, sans-serif;
  color: #444;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #990012;
}
h3 {
  margin-top: 35px;
}
h2 {
  font-size: 26px;
}
p.documents {
  font-family: 'Montserrat', sans-serif;
  margin-top: 22px;
  color: #444444;
  font-size: 16px;
  font-weight: 400;
}
.press img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.press td {
  padding-bottom: 20px;
}
.press td.icon {
  width: 80px;
  padding-right: 15px;
}
.press td.article {
  color: black;
  margin: 10px;
  line-height: 25px;
  text-align: left;
}
.press a {
  color: #990012;
}
.press a:hover{
  text-decoration: underline;
  color: #990012;
}
.press a.popoverimg {
  color: #0645AD;
}
.press a.popoverimg:hover{
  text-decoration: underline;
  color: #0645AD;
}
table.press {
  margin-top: 0px;
}
a {
  color: #DC506A;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
a:hover {
  text-decoration: underline;
  color: #d02948;
}
.btn,
a.btn {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  font-family: 'Montserrat', arial, sans-serif;
  padding: 8px 16px;
  font-weight: bold;
}
.btn .fa,
a.btn .fa {
  margin-right: 5px;
}
.btn:focus,
a.btn:focus {
  color: #fff;
}
a.btn-cta-primary,
.btn-cta-primary {
  background: #7b182b;
  border: 1px solid #7b182b;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
a.btn-cta-primary:hover,
.btn-cta-primary:hover {
  background: #651423;
  border: 1px solid #651423;
  color: #fff;
}
a.btn-cta-secondary,
.btn-cta-secondary {
  background: #eebf3f;
  border: 1px solid #eebf3f;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
a.btn-cta-secondary:hover,
.btn-cta-secondary:hover {
  background: #ecb728;
  border: 1px solid #ecb728;
  color: #fff;
}
.text-highlight {
  color: #7b182b;
}
.offset-header {
  padding-top: 90px;
}
pre code {
  font-size: 16px;
}
/* ======= Header ======= */
.header {
  padding: 10px 0;
  background: #990012;
  color: #fff;
  position: fixed;
  width: 100%;
}
.header.navbar-fixed-top {
  background: #fff;
  z-index: 999;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}
.header.navbar-fixed-top .logo a {
  color: #990012;
}
.header.navbar-fixed-top .main-nav .nav .nav-item a {
  color: #666;
}
.header.navbar-fixed-top .main-nav .nav .nav-item a:hover {
  color: #7b182b;
}
.header .logo {
  margin: 0;
  font-size: 24px;
  padding-top: 10px;
}
.header .logo a {
  color: #fff;
}
.header .logo a:hover {
  text-decoration: none;
}
.header .main-nav button {
  background: #7b182b;
  color: #fff !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.header .main-nav button:focus {
  outline: none;
}
.header .main-nav button .icon-bar {
  background-color: #fff;
}
.header .main-nav .navbar-collapse {
  padding: 0;
}
.header .main-nav .nav .nav-item {
  font-weight: normal;
  margin-right: 20px;
  font-family: 'Montserrat', sans-serif;
}
.header .main-nav .nav .nav-item.active a {
  color: #990012;
  background: none;
}
.header .main-nav .nav .nav-item a {
  color: #F5EEE8;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  font-size: 14px;
  padding: 15px 5px;
}
.header .main-nav .nav .nav-item a:hover {
  color: #78C0F0;
  background: none;
}
.header .main-nav .nav .nav-item a:focus {
  outline: none;
  background: none;
}
.header .main-nav .nav .nav-item a:active {
  outline: none;
  background: none;
}
.header .main-nav .nav .nav-item.active {
  color: #990012;
}
.header .main-nav .nav .nav-item.last {
  margin-right: 0;
}
/* ======= Footer Section ======= */
.footer {
  background: #837E7C;
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
}
.footer .copyright a {
  color: #fff;
}
/* ======= Promo Section ======= */
.promo {
  background: #990012;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 30px;
}
.promo .title {
  font-size: 34px;
  margin-bottom: 40px;
  color: #fff;
  margin-top: 0;
}
.promo a {
  color: #78C0F0;
}
.promo p {
  margin-bottom: 0px;
  font-size: 20px;
  max-width: 825px;
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: justify;
}
.promo li {
  font-size: 20px;
  max-width: 750px;
  margin: 0 auto;
  text-align: justify;
}
.promo .title .highlight {
  color: #eebf3f;
}
.promo p.tagline {
  padding-top: 60px;
  font-size: 28px;
  max-width: 825px;
  margin: 0 auto;
  margin-bottom: 30px;
  text-align: center;
}
.promo .description {
  font-size: 22px;
  max-width: 680px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.promo .btns .btn {
  margin-right: 15px;
  font-size: 18px;
  padding: 8px 30px;
}
.promo .meta {
  margin-top: 120px;
  margin-bottom: 30px;
  color: #a5213a;
}
.promo .meta li {
  margin-right: 15px;
}
.promo .meta a {
  color: #a5213a;
}
.promo .meta a:hover {
  color: #7b182b;
}
.promo .social-media {
  background: #ba2541;
  padding: 10px 0;
  margin: 0 auto;
}
.promo .social-media li {
  margin-top: 15px;
}
.promo .social-media li.facebook-like {
  margin-top: 0;
  position: relative;
  top: -5px;
}
/* ======= About Section ======= */
.about {
  padding: 40px 0;
  background: #f8f8f8;
}
.about .title {
  font-size: 20px;
  color: #444444;
  margin-top: 70px;
  margin-bottom: 20px;
}
.about .expl-title {
  margin-top: -15px;
  margin-bottom: 0;
}
.about .intro {
  font-size: 20px;
  max-width: 825px;
  margin: 0 auto;
  margin-bottom: 30px;
  text-align: justify;
}
.about .intro.nobelow {
  margin-bottom: 0px;
}
.about .item {
  position: relative;
  margin-bottom: 30px;
}
.about .item .icon-holder {
  position: absolute;
  left: 30px;
  top: 0;
}
.about .item .icon-holder .fa {
  font-size: 24px;
  color: #7b182b;
}
.about .item .content {
  padding-left: 60px;
}
.about .item .content .sub-title {
  margin-top: 0;
  color: #7b182b;
  font-size: 18px;
}
.about ul {
  padding-top: 10px;
}
.about ol {
  padding-top: 10px;
}
.about li {
  font-size: 20px;
  max-width: 750px;
  margin: 0 auto;
  text-align: justify;
}
.about p.tagline {
  padding-top: 10px;
  font-size: 28px;
  max-width: 825px;
  margin: 0 auto;
  margin-bottom: 30px;
  text-align: center;
}
/* ======= Features Section ======= */
.features {
  padding: 80px 0;
  background: #DC506A;
  color: #fff;
}
.features .title {
  color: #7b182b;
  margin-top: 0;
  margin-bottom: 30px;
}
.features a {
  color: #7b182b;
}
.features a:hover {
  color: #50101c;
}
.features .feature-list li {
  margin-bottom: 10px;
  color: #7b182b;
}
.features .feature-list li .fa {
  margin-right: 5px;
  color: #fff;
}
/* ======= Docs Section ======= */
.docs {
  padding: 80px 0;
  background: #f5f5f5;
}
.docs .title {
  color: #7b182b;
  margin-top: 0;
  margin-bottom: 30px;
}
.docs .docs-inner {
  max-width: 800px;
  background: #fff;
  padding: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0 auto;
}
.docs .block {
  margin-bottom: 60px;
}
.docs .code-block {
  margin: 30px inherit;
}
.code-block {
  padding: 10px;
  margin: 10px 35px;
  display:inline-block;
  font-family:monospace;
  color:#333;
  background: #f8f8f8;
  border-radius:5px;
  max-width: 100%;
  overflow-x: scroll;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.docs .code-block pre[class*="language-"] {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media (max-width: 767px) {
  .code-block {
    margin-left: 0;
    margin-right: 0;
  }
}
/* ======= License Section ======= */
.license {
  padding: 80px 0;
  background: #f5f5f5;
}
.license .title {
  margin-top: 0;
  margin-bottom: 60px;
  color: #7b182b;
}
.license .license-inner {
  max-width: 800px;
  background: #fff;
  padding: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0 auto;
}
.license .info {
  max-width: 760px;
  margin: 0 auto;
}
.license .cta-container {
  max-width: 540px;
  margin: 0 auto;
  margin-top: 60px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.license .cta-container .speech-bubble {
  background: #fefafb;
  color: #7b182b;
  padding: 30px;
  margin-bottom: 30px;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.license .cta-container .speech-bubble:after {
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -10px;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fefafb;
}
.license .cta-container .icon-holder {
  margin-bottom: 15px;
}
.license .cta-container .icon-holder .fa {
  font-size: 56px;
}
.license .cta-container .intro {
  margin-bottom: 30px;
}
/* ======= Contact Section ======= */
.contact {
  padding: 80px 0;
  background: #DC506A;
  color: #fff;
}
.contact .contact-inner {
  max-width: 760px;
  margin: 0 auto;
}
.contact .title {
  color: #7b182b;
  margin-top: 0;
  margin-bottom: 30px;
}
.contact .intro {
  margin-bottom: 60px;
}
.contact a {
  color: #7b182b;
}
.contact a:hover {
  color: #50101c;
}
.contact .author-message {
  position: relative;
  margin-bottom: 60px;
}
.contact .author-message .profile {
  position: absolute;
  left: 30px;
  top: 15px;
  width: 100px;
  height: 100px;
}
.contact .author-message .profile img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.contact .author-message .speech-bubble {
  margin-left: 155px;
  background: #d9435f;
  color: #7b182b;
  padding: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
}
.contact .author-message .speech-bubble .sub-title {
  color: #7b182b;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 30px;
}
.contact .author-message .speech-bubble a {
  color: #fff;
}
.contact .author-message .speech-bubble:after {
  position: absolute;
  left: -10px;
  top: 60px;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #d9435f;
}
.contact .author-message .speech-bubble .source {
  margin-top: 30px;
}
.contact .author-message .speech-bubble .source a {
  color: #7b182b;
}
.contact .author-message .speech-bubble .source .title {
  color: #ba2541;
}
.contact .info .sub-title {
  color: #d02948;
  margin-bottom: 30px;
  margin-top: 0;
}
.contact .social-icons {
  list-style: none;
  padding: 10px 0;
  margin-bottom: 0;
  display: inline-block;
  margin: 0 auto;
}
.contact .social-icons li {
  float: left;
}
.contact .social-icons li.last {
  margin-right: 0;
}
.contact .social-icons a {
  display: inline-block;
  background: #ba2541;
  width: 48px;
  height: 48px;
  text-align: center;
  padding-top: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-right: 8px;
  float: left;
}
.contact .social-icons a:hover {
  background: #e6ad14;
}
.contact .social-icons a .fa {
  color: #fff;
}
.contact .social-icons a .fa:before {
  font-size: 26px;
  text-align: center;
  padding: 0;
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .header .main-nav button {
    margin-right: 0;
  }
  .header .main-nav .navbar-collapse {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header .logo-title {
    font-size:18px;
  }
  .promo .btns .btn {
    margin-right: 0;
    clear: both;
    display: block;
    margin-bottom: 30px;
  }
  .mobile-only {
    display: inline;
  }
  .desktop-only {
    display: none;
  }
  .promo .title {
    font-size: 66px;
  }
  .promo .meta {
    margin-top: 60px;
  }
  .promo .meta li {
    float: none;
    display: block;
    margin-bottom: 5px;
  }
  .headshots p {
    font-size: 9px;
  }
  .contact .author-message {
    text-align: center;
  }
  .contact .author-message .profile {
    position: static;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .contact .author-message .speech-bubble {
    margin-left: 0;
  }
  .contact .author-message .speech-bubble:after {
    display: none;
  }
  .contact .social-icons a {
    width: 36px;
    height: 36px;
    padding-top: 7px;
    margin-right: 2px;
  }
  .contact .social-icons a .fa:before {
    font-size: 18px;
  }
}
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
/* ======= Plain Section ======= */
.plain {
  padding: 80px 0;
  background: #f5f5f5;
}
.plain.section {
  padding-top: 0;
  margin-bottom: -32px;
  min-height: 100%;
}
.plain.nopad {
  padding: 0;
  background: #fff;
}

.plain .firsttitle {
  margin-top: 80px;
  margin-bottom: 20px;
  color: #990012;
}

/* fixed position nav bar wraps to 2 lines at around 1150, so we need more spacing here */
@media (min-width: 768px) and (max-width: 1200px) {
  .plain .firsttitle {
    margin-top: 105px;
  }
}

.plain .title {
  margin-top: 40px;
  margin-bottom: 18px;
  color: #990012;
}
.plain .intro {
  font-size: 22px;
  max-width: 800px;
  margin: 0 auto;
  margin-top:30px;
  margin-bottom: 30px;
  text-align: justify;
}
.plain .intro.nobelow {
  margin-bottom: 0px;
}
.plain .plain-inner {
  max-width: 900px;
  background: #fff;
  padding: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0 auto;
}
.plain .info {
  max-width: 760px;
  margin: 0 auto;
}
.plain .cta-container {
  max-width: 540px;
  margin: 0 auto;
  margin-top: 60px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.plain .cta-container .speech-bubble {
  background: #fefafb;
  color: #7b182b;
  padding: 30px;
  margin-bottom: 30px;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.plain .cta-container .speech-bubble:after {
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -10px;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fefafb;
}
.plain .cta-container .icon-holder {
  margin-bottom: 15px;
}
.plain .cta-container .icon-holder .fa {
  font-size: 56px;
}
.plain .cta-container .intro {
  margin-bottom: 30px;
}
/* ======= Hacks ======= */
#inner_remaining {
    position: absolute;
    top: 100px;
    bottom: 0;
    width: 100%;
}
html, body, #wrap {
  height: 100%;
  margin: 0;
  padding: 0;
}
#wrap.plainbg {
  background-color: #f5f5f5;
}
#footer {
    clear: both;
    position: relative;
    z-index: 10;
    height: 3em;
    margin-top: -3em;
}
.popovercontent {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -200px;
  margin-left: -325px;
  width: 640px;
  height: 360px;
}
/* Apply padding to td elements that are direct children of the tr element. */
tr.spaceUnder > td
{
  padding-bottom: 2em;
}
.headshots img {
  max-width: 100%;
  width: auto;
  height: auto;
  border: 1px solid black;
  margin-left: auto ;
  margin-right: auto ;
}
table.headshots {
  table-layout: fixed;
}
td {
  padding-left: 5px;
  padding-right: 5px;
}
i {
    font-style: italic;
}
strong {
  font-size: 18px;
}

.btn {
  background-color: #990012;
  color: white;
  border: 0;
  box-shadow: 2px 2px 1px -1px rgba(0, 0, 0, 0.25);
}

.btn:active {
  outline: none !important;
  box-shadow: none;
  position: relative;
  top: 1px;
  left: 1px;
}

#lookup-fail {
  color: #990012;
}

/*  */
#address-form input {
  width: 100%;
}

#address-form input.validate:invalid {
  border: 1px solid red;
}

#address-form .address-form-container {
  padding: 0;
}

#address-form .address-form-submit {
  margin-top: 1rem;
}

#address-form .address-form-input {
  margin-bottom: 1rem;
}

#next,
#reset {
  text-align: center;
}

#reset .thank-you {
  color: #990012;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

#reset button {
  background-color: #ddd;
  color: #333;
}

#map {
  height: 700px;
}

@media (max-width: 767px) {
  #map {
    max-height: 65vh;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  #map {
    max-height: 50vh;
  }
}

@media (max-width: 320px) {
  .header .logo-title {
    font-size:14px;
  }
}
.faq-answer {
  max-width: 760px;
  margin: 0 auto;
}
.faq-answer p {
  text-align: justify;
}
.faq-answer li {
  padding-bottom: 6px;
  padding-top: 6px;
  text-align: justify;
}

#personal-quotes-carousel.loading .personal-quote {
  display: none;
}

.personal-quotes-container {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  max-width:825px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.personal-quote {
  outline: none !important;
}

.personal-quote:before {
  color: #ccc;
  content: "\201C";
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.1em;
  vertical-align: -0.4em;
}

.personal-quote:after {
  display: block;
  text-align: right;
  margin-top: 0.5em;
  content: '\2015' attr(data-source);
}

.share-story {
  margin-top: 10px;
  text-align: right;
}

.share-story a {
  font-weight: normal;
  color: white !important;
}

.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  padding: 0;

  width: 30px;
  height: 30px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);

  cursor: pointer;

  background-color: #666;
  color: transparent;
  border: none;
  outline: none;

  border-radius: 50%;
}

@media (max-width: 767px) {
  .slick-next,
  .slick-prev {
    display: none !important;
  }
}

.slick-prev:before,
.slick-next:before {
  color: #ccc;
  font-weight: bold;
  display: block;
  width: 100%;
  font-size: 36px;
  margin-top: -14px;
}

.slick-prev {
  left: -60px;
}

.slick-prev:before {
  content: '\2039';
  padding-right: 2px;
}

.slick-next {
  right: -60px;
}

.slick-next:before {
  content: '\203a';
  padding-left: 2px;
}
