/*   
 * 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: #7b182b;
}
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: 30px;
}
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: 26px;
  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 10px;
}
.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;
}
/* ======= 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 .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: #f5f5f5;
}
.about .title {
  font-size: 20px;
  color: #444444;
  margin-top: 0;
  margin-bottom: 20px;
}
.about .intro {
  font-size: 20px;
  max-width: 825px;
  margin: 0 auto;
  margin-top:30px;
  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;
}
/* ======= 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;
}
.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;
}
/* ======= 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;
}
/* ======= Footer ======= */
.footer {
  padding: 15px;
  margin: -30px;
  margin-top: 70px;
  background: #7b182b;
  color: #fff;
  max-width: 900px;
}
.footer .copyright {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.footer .fa-heart {
  color: #fb866a;
}
/* 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:20px;
  }
  .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;
}
.plain.nopad {
  padding: 0;
  background: #fff;
}

.plain .firsttitle {
  margin-top: 80px;
  margin-bottom: 20px;
  color: #990012;
}
.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;
}
table.download {
  border: 1;
  width: 100%;
}
tr.titlerow {
  background-color: #777;
}
.titlerow p {
  color: white;
}
table.download {
  border: 1px solid #DDD;
}
.download td, .download th {
  border: 1px solid #DDD;
}
.download td, .download th {
  padding: 5px 5px;
}
.download p {
  margin: 0 0;
  text-align: center;
}
td.nobreak {
  white-space: nowrap;
}
.leftalign p {
  text-align: left;
}
.extralinespacing p {
  margin: 5px 0;
}