/*   
 * 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: https://e8a94a5f-9b8a-4aa8-817d-e5abcee1643a.p.bardy.io/
*/
/* 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) { /* formerly 767px */
  .mobile-only {
    display: inline;
  }
  .desktop-only {
    display: none;
  }
  .mobile-only-img {
    display: block;
  }
  .desktop-only-img {
    display: none;
  }
}
/* ======= Base ======= */
body {
  color: #444;
  font-family: 'Lato', sans-serif;
  font-size: 14px; /* XX: font size for italic stuff */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: #111111;
}
h3 {
  margin-top: 15px;
  font-weight: 300;
  font-size: 18px;
}
h3 .ctydeets {
	font-size: 22px !important;
}
/*h3 a {
  color: rgba(41,161,187,0.5);
}*/
h2 {
  font-size: 22px;  /* XX MCD: this is header font size */
}
p.documents {
  font-family: 'Lato', sans-serif;
  margin-top: 22px; /* XX: default 22px */
  color: #444444;
  font-size: 13px; /* XX MCD: this is normal body font */
  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: #29A1BB;
}
.press a:hover{
  text-decoration: underline;
  color: #29A1BB;
}
.press a.popoverimg {
  color: #0645AD;
}
.press a.popoverimg:hover{
  text-decoration: underline;
  color: #0645AD;
}
table.press {
  margin-top: 30px;
}
a {
  color: #0E6D87; /* xx formerly DC506A */
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
a:hover {
  text-decoration: underline;
  color: #444444; /* xx mcd formerly 0e6d87, changed 1/9/17 */
}
.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: 'Lato', 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;
}
.less-top-padding {
  padding-top: 0px !important;
}
pre code {
  font-size: 14px;
}

/* ======= MCD XX: Dropdown Menu */
.navbar-nav > li > .dropdown-menu {background-color: #ffffff;} /* this is the dropdown background color! */
li.mikeblah {color: #29A1BB;}
.navbar-nav > li.open > a { background: none;}

/* ======= Header ======= */
.header {
  padding: 10px 0;
  background: #0e6d87; /* XX formerly 29a1bb */
  color: #fff;
  position: fixed;
  width: 100%;
  -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 {
  background: #0e6d87; /* XX formerly 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: #fff;
}
.header.navbar-fixed-top .main-nav .nav .nav-item a {
  color: #fff;
}
.header.navbar-fixed-top .main-nav .nav .nav-item a:hover {
  color: #ffff33; /* xx formerly 7b182b (red) */
}
.header .logo {
  margin: 0;
  font-size: 29px;
  padding-top: 0px; 
}
.header .logo a {
  color: #fff;
}
.header .logo a:hover {
  text-decoration: none;
}
.header .main-nav button {
  background: #17477b;
  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: 10px;
  margin-bottom: -10px;
  font-family: 'Lato', sans-serif;
}

.header .main-nav .nav .nav-item.active a {
  color: #0e6d87;
  background: none;
}
.header .main-nav .nav .nav-item a {
  color: #fff;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  font-size: 14px; /* font size of navbar items */
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 5px;
  padding-bottom: 8px;
}
.header .main-nav .nav .nav-item .dropdown a {
  background: none; 
}
.header .main-nav .nav .nav-item .dropdown-menu a { /* this section colors the dropdown menu */
  color: #29A1BB;
  background: none;
  font-size: 14px;
  padding: 5px 1px -5px; 
}
.header .main-nav .nav .nav-item a:hover {
  color: #ffff33; /* XX This is the navbar item color (e.g. team, press)*/
  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;
  color: #ffff33;
}
.header .main-nav .nav .nav-item.active {
  color: #ffff33;
}
.header .main-nav .nav .nav-item.current a { /* XX This is the decoration for underlining text*/
  /*color: #ffff33 !important;
  border-bottom: 1px solid;*/
  text-decoration: underline;
}
.header .main-nav .nav .nav-item.last {
  margin-right: 0;
}
/* ======= Line Separator ======= */
.line-separator1{height:1px;background:rgba(41,161,187,0.5);max-width:900px;}
.line-separator2{height:1px;background:rgba(41,161,187,0.5);max-width:900px;}
/* ======= Underline ======= */
.text-underline {
  border-bottom: 1px solid;
}
/* ======= Promo Section ======= */
.promo {
  background: #29A1BB;
  color: #fff;
  padding-top: 65px; /* XX MCD: This determines the PROMO margin at the top */ 
  padding-bottom: 20px;
}
.promo .title {
  font-size: 28px; 
  margin-bottom: 40px;
  color: #fff;
  margin-top: 0;
}
.promo a {
  color: #ffff33; /* XX mcd: fomerly 0e6d87 */
}
.promo p {
  margin-bottom: 0px;
  font-size: 17px; /* XX MCD: This is the PROMO 'body' font size */
  max-width: 850px;
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: justify;
}
.promo .mcd {
  margin-bottom: 0px;
  font-size: 18px; /* XX MCD: This is the PROMO 'body' font size */
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 0px;
  text-align: center;
}
.promo .mcd2 {
  margin-bottom: 0px;
  font-size: 22px; /* XX MCD: This is the PROMO 'body' font size */
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 0px;
  text-align: center;
}
.promo .mcd3 {
  margin-bottom: 0px;
  font-size: 24px; /* XX MCD: This is the PROMO 'body' font size */
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 0px;
  text-align: center;
}
.promo .title .highlight {
  color: #eebf3f;
}
.promo p.tagline {
  padding-top: 10px;
  font-size: 28px; /* XX this is the promo tagline font size */
  max-width: 950px;
  margin: 0 auto;
  margin-bottom: 8px;
  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;
}

/* ======= promo_alt_skinny Section ======= */
.promo_alt_skinny {
  background: #29A1BB;
  color: #fff;
  padding-top: 10px; 
  padding-bottom: 10px;
}
.promo_alt_skinny .title {
  font-size: 28px; 
  margin-bottom: 5px;
  color: #fff;
  margin-top: 5px;
}
.promo_alt_skinny a {
  color: #ffff33; /* XX MCD: formerly 0e6d87 */
}
.promo_alt_skinny p {
  margin-bottom: 0px;
  font-size: 18px;
  max-width: 850px;
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: justify;
}
.promo_alt_skinny .title .highlight {
  color: #eebf3f;
}
.promo_alt_skinny .mcd {
  margin-bottom: 0px;
  font-size: 18px; /* XX MCD: This is the PROMO 'body' font size */
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 0px;
  text-align: center;
}
.promo_alt_skinny .title .highlight {
  color: #eebf3f;
}
.promo_alt_skinny p.tagline {
  padding-top: 10px;
  font-size: 30px; /* XX this is the promo tagline font size */
  max-width: 950px;
  margin: 0 auto;
  margin-bottom: 4px;
  text-align: center;
}
.promo_alt_skinny .description {
  font-size: 22px;
  max-width: 680px;
  margin: 0 auto;
  margin-bottom: 30px;
}
/* ======= promo_alt Section ======= */
.promo_alt {
  background: #29A1BB;
  color: #fff;
  padding-top: 20px; 
  padding-bottom: 20px;
}
.promo_alt .title {
  font-size: 28px; 
  margin-bottom: 40px;
  color: #fff;
  margin-top: 0;
}
.promo_alt a {
  color: #ffff33; /* XX MCD: formerly 0e6d87 */
}
.promo_alt p {
  margin-bottom: 0px;
  font-size: 17px;
  max-width: 825px;
  margin: 0 auto;
  text-align: justify;
}
.promo_alt .intro_center_bigger {
  font-size: 24px;
  max-width: 800px; 
  margin: 0 auto;
  text-align: center;
  font-weight: 200;
  margin-bottom: 10px;
}
.promo_alt .title .highlight {
  color: #eebf3f;
}
.promo_alt p.tagline {
  padding-top: 25px;
  font-size: 28px;
  max-width: 850px;
  margin: 0 auto;
  margin-bottom: 30px;
  text-align: center;
}
.promo_alt .mcd {
  margin-bottom: 0px;
  font-size: 18px; /* XX MCD: This is the PROMO 'body' font size */
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 0px;
  text-align: center;
}
.promo_alt .description {
  font-size: 22px;
  max-width: 680px;
  margin: 0 auto;
  margin-bottom: 30px;
}
/* ======= promo_w Section ======= */
.promo_w {
  background: #ffffff;
  color: #444;
  padding-top: -40px; 
  padding-bottom: 5px;
}
.promo_w .title {
  font-size: 28px; 
  margin-bottom: 40px;
  color: #444;
  margin-top: 0;
}
.promo_w a {
  color: #0e6d87;
}
.promo_w p {
  margin-bottom: 0px;
  font-size: 17px; /* XX MCD: This is the promo_w 'body' font size */
  max-width: 825px;
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: justify;
}
.promo_w .title .highlight {
  color: #eebf3f;
}
.promo_w p.tagline {
  padding-top: 25px;
  font-size: 28px;
  max-width: 850px;
  margin: 0 auto;
  margin-bottom: 30px;
  text-align: center;
}
.promo_w .description {
  font-size: 22px;
  max-width: 680px;
  margin: 0 auto;
  margin-bottom: 30px;
}
/* ======= About Section ======= */
.about {
  padding: 20px 0;
  background: #fffff; /* formerly f5f5f5, this is the background color for about! */
}
.about .less-top-padding {
 padding-top: 0px;
}
.about p {
  margin-bottom: 0px;
  font-size: 14px; /* XX MCD: This is the ABOUT 'body' font size */
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 10px;
  text-align: justify;
}
.about .title {
  font-size: 26px;
  color: #444444;
  margin-top: 0;
  margin-bottom: 5px; /* formerly 20px */
}
.about .intro {
  font-size: 16px; 
  max-width: 800px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: justify;
}
.about .subtext {
  font-size: 14px; 
  max-width: 800px;
  margin: 0 auto;
  margin-top: 2px;
  text-align: center;
}
.about .intro a {
  color: #29a1bb;
}
.about .intro_left {
  font-size: 16px; 
  max-width: 800px; 
  margin: 0 auto;
  text-align: justify;
}
.about .intro_left_bigger {
  font-size: 24px;
  max-width: 800px; 
  margin: 0 auto;
  text-align: left;
  font-weight: 200;
}
.about .intro_center_bigger {
  font-size: 24px;
  max-width: 800px; 
  margin: 0 auto;
  text-align: center;
  font-weight: 200;
}
.about .intro_right_bigger {
  font-size: 24px;
  max-width: 800px; 
  margin: 0 auto;
  text-align: right;
  font-weight: 200;
}
.about .intro.nobelow {
  margin-bottom: 0px;
}
.about .item {
  position: relative;
  margin-bottom: 10px;
  color: #444444;
}
.about .item .content {
  padding-left: 0px; /* XX MCD: changed from 60px on 1/9/17 */
  padding: 0px;
  color: #444444;
}
.about .item .content a:hover {
  text-decoration: underline;
  text-decoration-color: #444444;
}
.about .item .content a {
  color: #444444;
}
.about .item .content .intro a { color: #29a1bb; }
.about .item .content .subtext a { color: #29a1bb; }
.about .item .content .sub-title {
  margin-top: 10px;
  color: #444444;
  font-size: 22px;
  font-weight: 400;
}
.about .item .content .sub-title a {
 color: #0e6d87;
}
.about .border {
  margin-top:10px;
  max-width: 1000px;
  border-bottom: 2px solid rgba(41,161,187,0.3);
}

/* ======= 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;
}
/* ======= 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;
}
/* ============== XX MOBILE STYLING ============= */
.mobile-spacing {
	display: none;
}
@media (max-width: 500px) {
	.mobile-spacing {
		display: inline;
	}
}
@media (max-width: 500px) {
	.header .logo {
		font-size: 18px;	
	}
	/*.plain .firsttitle0 {
		font-size: 20px; */ /* XX MCD: font size for centered text at top of pages */
	/*}*/
}
/* =============  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;
  }
  .info .firsttitle0 {
    margin-top: 105px !important;
    margin-bottom: 20px;
    font-weight: 300;
    color: #444444; /* XX this is the header font for other page titles! formerly 29A1BB */
  }
  .plain .firsttitle0 {
    margin-top: 105px !important;
    margin-bottom: 20px;
    font-weight: 300;
    color: #444444; /* XX this is the header font for other page titles! formerly 29A1BB */
  }
  .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;
  }
.promo p.tagline { /* xx mcd attempt to fix mobile display of promo section tagline */
  padding-top: 55px;
  font-size: 28px; 
}
  .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 .firsttitle0 {
  margin-top: 60px;
  margin-bottom: 20px;
  font-weight: 300;
  color: #444444; /* XX this is the header font for other page titles! formerly 29A1BB */
}
.plain .firsttitle {
  margin-top: 60px;
  margin-bottom: 20px;
  font-weight: 300;
  text-align: justify;
  color: #444444; /* XX this is the header font for other page titles! formerly 29A1BB */
}

.plain .firsttitle2 {
  max-width: 800px;
  margin-top: 60px;
  margin-bottom: 20px;
  font-weight: 300;
  text-align: justify;
  color: #444444; /* XX this is the header font for other page titles! formerly 29A1BB */
}
.plain .title {
  margin-top: 80px;
  margin-bottom: 9px; 
  color: #29A1BB;
}
.plain .intro {
  font-size: 14px; /* xx formerly 18px */
  max-width: 800px;
  margin: 0 auto;
  margin-top:30px;
  margin-bottom: 30px;
  text-align: justify;
}
.plain .intro_left_bigger {
  font-size: 18px;
  max-width: 800px; 
  margin: 10px 0 auto;
  text-align: left;
  font-weight: 200;
}
.plain .teamtitle {
  margin-top: 30px;
  margin-bottom: 8px;
  font-weight: 300;
  color: #444444; /* XX this is the header font for other page titles! formerly 29A1BB */
}
.plain .intro.nobelow {
  margin-bottom: 0px;
  font-size: 10px; /* xx formerly 10px */
}
.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: 800px;
  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: 0em; /* xx formerly 2em */
}
.headshots img {
  max-width: 100%;
  width: auto;
  height: auto;
  border: 1px solid black;
  margin-left: auto ;
  margin-right: auto ;
  margin-bottom: 0px;
}
table.headshots {
  table-layout: fixed;
}
td {
  padding-left: 5px;
  padding-right: 5px;
}
i {
    font-style: italic;
}
strong {
  font-size: 18px;
}