/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

*:focus {
  outline: none;
}

* button:focus {
  outline: none;
}

input[type="submit"] {
  border: 0;
}

dd, h1, h2, h3, h4, h5, h6, p, ul, label, legend {
  margin-bottom: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
    text-decoration: none;
}

img {
  flex-shrink: 0;
}

button:focus {
  outline: none;
}

*,
*:after,
*:before,
*::after,
*::before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img:not([alt]) {
  filter: blur(4px);
  box-shadow: 0 0 0 5px rgba(#D61920, 1);
}

:after,
:before {
  box-sizing: border-box;
}

html {
  height: 100%;
  -webkit-tap-highlight-color: transparent;
}

body, button, input, * {
  font-family: 'Open Sans', sans-serif;
}

body {
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #e8f4ff;
  color: #3F4044;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2em;
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  height: 100%;
}

img {
  flex-shrink: 0;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: none;
}

button:focus {
  outline: 0;
}

p > a:hover, h1 > a:hover, h2 > a:hover, h3 > a:hover, h4 > a:hover, h5 > a:hover {
  text-decoration: underline;
}

.container {
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}




























.ty__main-content {
  flex: 1 0 auto;
}

.main-footer {
  flex-shrink: 0;
  padding: 54px 0 56px;
  background-color: #000;
}

.main-footer__container {
  text-align: center;
}

.main-footer__container > * + * {
  margin-top: 25px;
}

.main-footer__p {
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 400;
  color: #fff;
}

.main-footer__p a {
  text-decoration: underline;
}

.main-footer__p a:hover {
  text-decoration: underline;
  color: #cc2229;
}

.main-footer__disclaimer {
  color: #797676;
  font-style: italic;
  font-size: 14px;
}








.top-bar {
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0,0,0, 0.05);
  padding: 16px 0 15px;
}

.top-bar__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-bar__logo {
  display: block;
  max-width: 100%;
  height: auto;
}

.ty__cards-container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
}

.ty__card-wrap {
  position: relative;
  padding-top: 40px;
}

.ty__card-wrap::before {
  content: '';
  position: absolute;
  display: block;
  top: 3px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 50px;
  background-image: linear-gradient(
    to bottom,
    #7291ae 50%,
    transparent 50%,
    transparent 10px
  );
  background-size: 10px 10px;
}

.ty__card {
  position: relative;
  background-color: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 15px 30px rgba(0,0,0,0.05);
}

.ty__p1 {
  font-size: 26px;
  line-height: 1.2em;
  margin-bottom: 15px;
  font-weight: 700;
  text-align: center;
}

.ty__adt-logo {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

.ty__p2 {
  font-size: 14px;
  line-height: 1.4em;
  margin-bottom: 20px;
  text-align: center;
}

.ty__cta {
  display: inline-block;
  padding: 13px 10px 8px 60px;
  position: relative;
}

.ty__cta-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
}

.ty__cta-help-text {
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 1em;
  color: #000;
  padding-bottom: 8px;
  text-align: left;
}

.ty__cta-phone {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 1em;
  color: #fff;
  font-weight: 700;
}

.ty__p3 {
  font-size: 26px;
  line-height: 1.2em;
  margin-bottom: 0px;
  font-weight: 700;
  text-align: center;
}

.ty__p4 {
  font-size: 12px;
  line-height: 1.5em;
  margin-bottom: 20px;
  font-weight: 400;
  text-align: center;
}

.ty__list {
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
}

.ty__list > * + * {
  margin-top: 15px;
}

.ty__list-p {
  position: relative;
  padding-left: 30px;
  font-size: 13px;
  line-heiht: 1.4em;
  color: #000;
}

.ty__list-p-icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.ty__plus-block {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
}

.ty__plus-block svg {
  display: block;
  width: 20px;
  height: 20px;
}














@media (max-width: 767px) {
  
  .content {
    max-width: 302px;
    margin-left: auto;
    margin-right: auto;
  }

  .container {
    max-width: 375px;
  }

  .top-bar {
      padding: 15px 0 14px;
  }
  
  .top-bar__logo {
      width: 100%;
      max-width: 200px;
      margin-left: auto;
      margin-right: auto;
  }

  .ty__section {
    padding: 30px 0 50px;
  }

  .cta {
    font-size: 16px;
    padding: 20px 15px;
  }

  .main-footer {
    padding: 30px 0;
  }

  .main-footer__container {
    max-width: 305px;
  }

  .main-footer__p {
    font-size: 12px;
  }

  .main-footer__p-with-links a {
    display: block;
    margin-bottom: 20px;
  }

  .main-footer__p-with-links a:nth-last-of-type(1) {
    margin-bottom: 0;
  }

  .desktop-only {
    display: none;
  }
}































@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }

  .main-footer__p-with-links a {
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
  }

  .mobile-only {
    display: none;
  }
}

















@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
















@media (min-width: 1210px) {
  .container {
    max-width: 1180px;
  }
}


