/*! HTML5 Boilerplate v7.3.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/*** Global ***/

body {border-top: 10px solid #A8D443;}
ul {padding: 0px;}
ul li {list-style: none;}
.full-text {display: none;}
.eta-green-text {color: #a8d443;}

.btn-eta {
  width: 100%;
  color: #A8D443;
  background: #1a2875;
  margin-bottom: 15px;
}

.btn-eta:hover {
  color: #1a2875;
  background: #A8D443;
}

.btn-eta-white {
  width: 100%;
  color: #1a2875;
  background: #fff;
  margin-bottom: 15px;
}

.btn-eta-white:hover {
  color: #fff;
  background: #1a2875;
}

.btn-eta-inverted {
  width: 100%;
  color: #1a2875;
  background: #A8D443;
  margin-bottom: 15px;
}

.btn-eta-inverted:hover {
  color: #A8D443;
  background: #1a2875;
}

.glyphicons {font-size: 24px;}

.glyphicons-earphone {font-size: 21px;}


.pipe {
  font-size: 24px;
  line-height: 24px;
  margin-left: 10px;
  margin-right: 10px;
  opacity: 0.3;
}

.heading-title {
	margin-top: -20px;
  padding-top: 0px;
  font-size: 60px;
  font-weight: bold;
	color: #1a2875;
}

.sec-title {
  padding-top: 25px;
  font-size: 36px;
  font-weight: 600;
}

.sec-subtitle {
  font-size: 30px;
}

/*** Header ***/

header hr {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

header .form-btn {
  width: 125px !important;
}

section {
  padding-top: 5px;
  padding-bottom: 25px;
}

.breadcrumb a {
	color: #1a2875;
}

.breadcrumb a:hover {
	color: #1a2875;
}

header {
  background-image: url("../img/aps-team-hero-768.webp");
  background-repeat: no-repeat;
  background-size: 425px;
  background-position: top center;
  padding-top: 25px;
  padding-bottom: 25px;
}

header#ttc {
	background: none;
}

header#ttc #aps-logo {
  margin: 0px auto;
}

header #aps-logo {
  max-width: 300px;
  margin: 125px auto 0px;
  display: block;
}

header #eta-modal .modal-content {
  position: relative;
}

header #eta-modal .modal-content #spinner {
  display: none;
  position: fixed;
  z-index: 1031;
  top: 50%;
  right: 53%;
  margin-top: -3rem;
  margin-right: -3rem;
}

header #eta-modal #thank-you {
  display: none;
}

/*** Section 00 ***/
#sec-00 {
  background: #a8d443;
  color: #1a2875;
}

#sec-00 .row {
	align-items: baseline;
}

#sec-00 .sec-title {
  font-size: 30px;
}

/*** Section 01 ***/

#sec-01 {
  background: #1A2875;
  color: #fff;
}

#sec-01 .card {
  background: #eee;
  color: #333;
  margin-bottom: 30px;
}

#sec-01 .card .card-title {
  font-weight: bolder;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}

/*** Section 02 ***/

#sec-02 .reasons {
  padding-top: 25px;
  padding-bottom: 25px;
}

#sec-02 .reasons:nth-child(even) {
  background: #eee;
}

#sec-02 .eta-icon {
  width: 100px;
  margin-bottom: 10px;
}

/*** Section 03 ***/

#sec-03 {
  background: #a8d443;
  color: #1a2875;
}

#sec-03 .card {
  border-radius: 25px;
}

#sec-03 .card .col-md-4 {
	padding: 0;
}

#sec-03 #ian-epps-bio .card-img {
	height: 315px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
  /*border-bottom-left-radius: 25px;*/
	background-image: url("../img/ian-epps-768.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position-y: -35px;
}

#sec-03 #david-williams-bio .card-img {
	height: 315px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
  /*border-bottom-left-radius: 25px;*/
	background-image: url("../img/david-williams-768.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position-y: -35px;
}

/*** Section 04 ***/

#sec-04 .five-stars{
  width: 175px;
  margin-bottom: 15px;
}

#sec-04 .reviewer {
  margin-bottom: 0px;
}

#sec-04 .review-src {
  color: #aaa;
}

#sec-04 #review-btn {
  width: 90%;
}

/*** Footer ***/

#footer-modal ul {
  padding-left: 40px;
}

#footer-modal ul li {
  list-style: disc;
}

#footer-modal .footer-modal-info {
  display: none;
}

footer {
  padding-top: 25px;
  padding-bottom: 25px;
  background: #1a2875;
  color: #fff;
}

footer ul.addresses li {
  margin-bottom: 15px;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #fff;
  text-decoration: underline;
}

footer p {
  margin-bottom: 5px;
}

footer .award-badge {
	width: 150px;
	margin-bottom: 8px;
	display: block;
	border-radius: 15px;
}

/* Tax Corner */

#weekly-tax-tips-container .weekly-tax-tip-wrapper-outer {
	max-width: none !important;
}

#weekly-tax-tips-container .weekly-tax-tip-single-tip-content-wrapper .weekly-tax-tip-title {
	font-weight: bold;
}

#weekly-tax-tips-container .weekly-tax-tip-single-tip-content-wrapper .weekly-tax-tip-title,
#weekly-tax-tips-container .weekly-tax-tip-single-tip-content-wrapper .weekly-tax-tip-subtitle {
	color: #A8D443;
}

#weekly-tax-tips-container .weekly-tax-tip-single-tip-content-wrapper .weekly-tax-tip-teaser {
	color: #fff;
}

#weekly-tax-tips-container .weekly-tax-tip-single-tip-content-wrapper .weekly-tax-tip-btm-row-wrapper .weekly-tax-tip-pubdate,
#weekly-tax-tips-container .weekly-tax-tip-single-tip-content-wrapper .weekly-tax-tip-btm-row-wrapper .weekly-tax-tip-category,
#weekly-tax-tips-container .weekly-tax-tip-single-tip-content-wrapper .weekly-tax-tip-btm-row-wrapper .weekly-tax-tip-category-link {
	color: #fff !important;
}

#weekly-tax-tips-container .weekly-tax-tip-single-tip-content-wrapper .weekly-tax-tip-link-button-wrapper .weekly-tax-tip-link-button {
	color: #1a2875 !important;
  background: #A8D443;
	text-shadow: none;
	margin-top: 25px;
}

.weekly-tax-tip-wrapper-inner {
	background-color: transparent !important;
}

@media (min-width: 425px) {
  header {
    background-size: contain;
  }
  
  header #aps-logo {
    margin-top: 150px;
  }
  
  header .btn-eta {
    margin-bottom: 10px;
  }
  
  header .btn-eta-inverted {
    width: inherit;
  }
}

@media (min-width: 576px) {
  header {
    background-image: url("../img/aps-team-hero-1200.webp");
    background-size: contain;
  }
  
  #sec-02 .reasons .eta-icons-even {
    order: 2;
  }
  
  #sec-02 .reasons .eta-icon {
    width: 150px;
     margin-left: auto;
    margin-right: auto;
    display: block;
  }
  
}

@media (min-width: 768px) {
  header {
    background-size: cover;
  }
  
  header #aps-logo {
    margin-top: 175px;
  }
	
	.heading-title {
		font-size: 40px;
		margin-top: -10px;
	}
	
	#sec-00 .sec-title {
		text-align: right;
		font-size: 36px;
	}
	
	#sec-00 a {
		width: 250px
	}
	
	#sec-03 #ian-epps-bio .card-img {
	border-top-right-radius: 0;
  border-bottom-left-radius: 25px;
	background-position-y: 0;
}

#sec-03 #david-williams-bio .card-img {
	border-top-right-radius: 0;
  border-bottom-left-radius: 25px;
	background-position-y: 0;
}
  
  #sec-04 #review-btn {
    width: 75%;
  }
}

@media (min-width: 992px) {

  header .container {
    max-width: 720px;;
  }
  
  header #aps-logo {
    margin-top: 225px;
  }
  
  header hr {
    width: 55%;
  }
	
	.heading-title {
		font-size: 60px;
		margin-top: -20px;
	}
  
  #sec-01 .card {
    height: 351px;
  }
  
  #sec-04 #review-btn {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  /* header {
    background-image: url("../img/aps-team-hero-2200.webp");
    background-position: top left;
  } */
  
   header #aps-logo {
    margin-top: 325px;
  }
  
  #sec-01 .card {
    height: 363px;
  }
}

/* @media (min-width: 1590px) {
  header {
    background-size: contain;
  }
} */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
  display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

