@import url("https://fonts.googleapis.com/css?family=Open+Sans");
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
@import url("https://use.typekit.net/hki4mzk.css");

body.open {
  overflow-y: hidden; }

.Navigation__page {
  margin-top: 72px; }

.Header {
  background-color: white;
  box-shadow: 0 2px 0 0 rgba(0, 0, 25, 0.17);
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 5000; }


#contentArea {
  margin-top: 90px;
}

.Navigation__Container {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

@media (max-width: 769px) {
  body {
    padding: 0px;
  }

  #contentArea {
    margin-top: 30px;
  }

  #docsSearch {
    margin: 0px !important;
  }

  .Header {
    display: none;
  }
}

.Header {
  padding: 20px 0px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  transition: all 100ms ease-in; }
  .Header .container {
    width: 80%; }

.Navigation__Logo {
  width: 80px; }

.Navigation__Main {
  order: 3;
  width: 100%;
  height: 0vh;
  transition: all 100ms ease-in;
  overflow: hidden; }
  .Navigation__Main.open {
    height: 100vh; }

.Navigation__List {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 32px;
  padding: 0; }
  .Navigation__List li {
    list-style-type: none;
    width: 100%;
    padding-bottom: 0;
    position: relative;
    cursor: pointer; }
    .Navigation__List li:hover [data-secondary-nav], .Navigation__List li:active [data-secondary-nav], .Navigation__List li:focus [data-secondary-nav], .Navigation__List li:focus-within [data-secondary-nav] {
      height: auto;
      transform: scale(1) translate3d(0, 0px, 0); }
    .Navigation__List li ul {
      padding: 0; }
    .Navigation__List li:last-child .Navigation__List-link {
      border-bottom: 2px solid rgba(0, 0, 0, 0.1); }

.Navigation__List-link {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  transition: 100ms ease-in;
  z-index: 500;
  font-size: 15px;
  position: relative;
  color: #1A6BAF;
  border-top: 2px solid rgba(0, 0, 0, 0.1); }
  .Navigation__List-link .Icon {
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
    vertical-align: middle;
    transition: 100ms ease-in; }
  .Navigation__List-link .Icon--down {
    opacity: 1; }
  .Navigation__List-link .Icon--up {
    opacity: 0; }
  .Navigation__List-link:hover, .Navigation__List-link:focus, .Navigation__List-link.open {
    opacity: 1; }
    .Navigation__List-link:hover .Icon--down, .Navigation__List-link:focus .Icon--down, .Navigation__List-link.open .Icon--down {
      opacity: 0; }
    .Navigation__List-link:hover .Icon--up, .Navigation__List-link:focus .Icon--up, .Navigation__List-link.open .Icon--up {
      opacity: 1; }
  .Navigation__List-link.active {
    background-color: #f7f7fc; }

[data-secondary-nav] {
  height: 0;
  transform: scale(0) translate3d(0, 0px, 0); }
  [data-secondary-nav] .NavigationSecondary__contentList {
    transition: 120ms ease-in; }
    [data-secondary-nav] .NavigationSecondary__contentList li {
      list-style-type: none; }

.NavigationSecondary__item {
  padding-top: 10px;
  padding-bottom: 10px;
  transition: 100ms ease-in;
  list-style-type: none; }
  .NavigationSecondary__item:first-child {
    padding-top: 10px; }
  .NavigationSecondary__item:last-child {
    padding-bottom: 10px; }
  .NavigationSecondary__item.active .Navigation__heading {
    text-decoration: underline; }

.NavigationSecondary__branding {
  max-width: 20px;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  margin-right: 4px; }

.Navigation__heading {
  font-size: 14px; }
  .Navigation__heading:hover, .Navigation__heading:focus {
    text-decoration: underline;
    transform: scale(0.95); }

.Navigation__paragraph {
  font-size: 14px;
  letter-spacing: -.02em;
  display: none; }

.NavigationSecondary__contentList {
  margin: 0;
  padding: 0;
  display: flex; }
  .NavigationSecondary__contentList li {
    width: 50%;
    list-style-type: none;
    margin-top: 6px;
    font-size: 14px; }
    .NavigationSecondary__contentList li a {
      display: inline-block;
      text-decoration: underline; }
      .NavigationSecondary__contentList li a:hover, .NavigationSecondary__contentList li a:focus, .NavigationSecondary__contentList li a.active {
        transform: scale(0.95); }

.NavigationSecondary__item-content {
  display: flex;
  flex-direction: column;
  transition: 100ms ease-in;
  padding: 5px 15px;
  border-radius: 8px; }

.Navigation__heading {
  color: black !important;
}

.NavigationSecondary__item-image {
  display: none; }

.Navigation__ButtonGroup {
  display: none; }
  .Navigation__ButtonGroup.ButtonGroupMobile {
    display: flex; }

.SignUp,
.hiddenMobile {
  display: none; }

.SignUpBlock {
  width: 100%;
  text-align: center;
  margin-top: 32px; }
  .SignUpBlock .Button {
    width: 50%; }

.Navigation__Buttons {
  margin-left: auto;
  display: flex; }

.Navigation__Search {
  margin-left: auto; }

@media only screen and (min-width: 992px) {
  body.open {
    overflow-y: scroll; }
  .Navigation__page {
    margin-top: 83px; }
  .Header {
    padding: 0; }
  .Navigation__Main {
    height: auto;
    width: auto;
    order: 1; }
    .Navigation__Main.open {
      height: auto; }
  .Navigation__Logo {
    width: 151px; }
  .ButtonGroup {
    display: flex; }
    .ButtonGroup.ButtonGroupMobile {
      display: none; }
  .hiddenDesktop {
    display: none; }
  .SignUp,
  .hiddenMobile {
    display: block; }
  .Navigation__Buttons {
    display: flex;
    align-items: center;
    margin-left: auto;
    order: 2; }
  .Navigation__List {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: 64px; }
    .Navigation__List li {
      position: relative;
      width: auto;
      max-width: 100%; }
      .Navigation__List li:last-child .Navigation__List-link {
        border-bottom: none; }
      .Navigation__List li:hover .Navigation__List-link, .Navigation__List li:focus .Navigation__List-link, .Navigation__List li:active .Navigation__List-link, .Navigation__List li:focus-within .Navigation__List-link {
        background-color: #1A6BAF;
        color: white; }
        .Navigation__List li:hover .Navigation__List-link .Icon, .Navigation__List li:focus .Navigation__List-link .Icon, .Navigation__List li:active .Navigation__List-link .Icon, .Navigation__List li:focus-within .Navigation__List-link .Icon {
          color: white; }
        .Navigation__List li:hover .Navigation__List-link .Icon--down, .Navigation__List li:focus .Navigation__List-link .Icon--down, .Navigation__List li:active .Navigation__List-link .Icon--down, .Navigation__List li:focus-within .Navigation__List-link .Icon--down {
          opacity: 0; }
        .Navigation__List li:hover .Navigation__List-link .Icon--up, .Navigation__List li:focus .Navigation__List-link .Icon--up, .Navigation__List li:active .Navigation__List-link .Icon--up, .Navigation__List li:focus-within .Navigation__List-link .Icon--up {
          opacity: 1; }
      .Navigation__List li:hover [data-secondary-nav], .Navigation__List li:focus [data-secondary-nav], .Navigation__List li:active [data-secondary-nav], .Navigation__List li:focus-within [data-secondary-nav] {
        transform: scale(1) translate3d(0, 0px, 0); }
  .Navigation__List-link {
    display: block;
    padding: 30px 16px;
    text-decoration: none;
    transition: 100ms ease-in;
    z-index: 500;
    font-size: 14px;
    color: #1A6BAF;
    border: none;
    position: relative; }
    .Navigation__List-link--icon {
      padding-right: 28px; }
    .Navigation__List-link .Icon {
      position: absolute;
      right: 13px;
      font-size: 12px;
      top: 50%;
      transform: translateY(-50%);
      vertical-align: middle;
      color: #1A6BAF;
      transition: 100ms ease-in; }
    .Navigation__List-link .Icon--down {
      opacity: 1; }
    .Navigation__List-link .Icon--up {
      opacity: 0; }
    .Navigation__List-link.open, .Navigation__List-link:hover, .Navigation__List-link:focus {
      background-color: #1A6BAF;
      color: white; }
      .Navigation__List-link.open .Icon, .Navigation__List-link:hover .Icon, .Navigation__List-link:focus .Icon {
        color: white; }
      .Navigation__List-link.open .Icon--down, .Navigation__List-link:hover .Icon--down, .Navigation__List-link:focus .Icon--down {
        opacity: 0; }
      .Navigation__List-link.open .Icon--up, .Navigation__List-link:hover .Icon--up, .Navigation__List-link:focus .Icon--up {
        opacity: 1; }
      .Navigation__List-link.open [data-secondary-nav], .Navigation__List-link:hover [data-secondary-nav], .Navigation__List-link:focus [data-secondary-nav] {
        transform: scale(1) translate3d(0, 0px, 0); }
    .Navigation__List-link.active {
      background-color: #1A6BAF;
      color: white; }
      .Navigation__List-link.active .Icon {
        color: white; }
  .Navigation__heading {
    font-size: 15px; }
  .Navigation__paragraph {
    margin-top: 0px;
    display: block;
    font-size: 13px; }
  [data-secondary-nav] {
    transform-origin: top left;
    transform: scale(0) translate3d(0, -100px, 0);
    transition: 100ms ease-in;
    overflow: hidden;
    height: auto;
    position: fixed;
    margin-left: -16px;
    margin-top: 30px;
    border-radius: 8px;
    border-top-left-radius: 0px;
    box-shadow: 0 5px 19px -2px rgba(0, 0, 25, 0.16); }
  .NavigationSecondary__list {
    display: flex;
    list-style-type: none;
    max-width: 700px;
    margin-right: auto;
    border-top: 2px solid #1A6BAF;
    padding-left: 0;
    background-color: white;
    flex: 1 1 auto;
    overflow-y: auto;
    margin: 0; }
  .NavigationSecondary__item {
    padding: 16px;
    transition: 100ms ease-in;
    border-top: 4px transparent solid;
    list-style-type: none; }
    .NavigationSecondary__item:first-child, .NavigationSecondary__item:last-child {
      padding-top: 16px;
      padding-bottom: 16px; }
    .NavigationSecondary__item:first-child .NavigationSecondary__item-image {
      width: 75px; }
    .NavigationSecondary__item:last-child .NavigationSecondary__item-image {
      width: 60px; }
    .NavigationSecondary__item.open, .NavigationSecondary__item:hover, .NavigationSecondary__item:focus, .NavigationSecondary__item:focus-within, .NavigationSecondary__item.active {
      background-color: #f7f7fc; }
      .NavigationSecondary__item.open .NavigationSecondary__item-content, .NavigationSecondary__item:hover .NavigationSecondary__item-content, .NavigationSecondary__item:focus .NavigationSecondary__item-content, .NavigationSecondary__item:focus-within .NavigationSecondary__item-content, .NavigationSecondary__item.active .NavigationSecondary__item-content {
        transform: scale(1.05); }
  .NavigationSecondary__item-image {
    display: none; }
  .NavigationSecondary__item-content {
    margin-right: 20px;
    transition: 100ms ease-in;
    align-items: center; }
  .NavigationSecondary__contentList {
    display: block; }
    .NavigationSecondary__contentList li {
      width: auto;
      font-size: 13px; }
  .Navigation__Links {
    vertical-align: middle;
    margin-top: 7px;
    margin-right: 20px; }
    .Navigation__Links a {
      font-size: 12px;
      color: #1A6BAF;
      text-align: center;
      transition: all 100ms ease-in;
      display: inline-block; }
      .Navigation__Links a:hover, .Navigation__Links a:focus {
        color: #175d99;
        transform: scale(0.95); } }

.container-fluid {
  max-width: inherit;
  margin: 0; }

@media (min-width: 769px) {
  .navbar .nav {
    position: relative; }
  .brand img {
    display: none; }
  .navbar .container-fluid {
    max-width: 90%;
    margin: 0 auto; }
  .navbar .navbar-inner {
    margin-top: 80px;
    background-color: white; }
  .navbar .nav li a:hover {
    background-color: #f7f7fc !important; } }

@media (max-width: 769px) {
  .navbar .navbar-inner {
    margin-top: 0px !important; } }

.navbar .nav li {
	display: none;
  float: left; }
  .navbar .nav li a {
    text-align: center;
    line-height: 20px;
    margin: 10px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    transition: all .15s;
    border-bottom: 2px solid #F3F7FA; }
    .navbar .nav li a:hover {
      border-color: #1A6BAF;
      background-color: #F3F7FA;
      color: #1A6BAF; }
  .navbar .nav li.active a {
    border-color: #1A6BAF;
    background-color: #F3F7FA;
    color: #1A6BAF; }

.navbar .nav > li > a {
  padding: 10px 6px 6px 6px; }

#home {
  display:inherit; }

.brand span {
	display: inherit;
  color: #1A6BAF;
  font-family: museo-slab, serif; }

@media (max-width: 768px) {
  .navbar .nav li {
    float: none; }
    .navbar .nav li a:hover {
      border-bottom: none;
      background-color: #317AB7;
      color: white; }
    .navbar .nav li.active a {
      border-bottom: none;
      background-color: #317AB7;
      color: white; } }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #1A6BAF;
  line-height: 1.35;
  font-family: museo-slab, serif; }
  h1 *, h2 *, h3 *, h4 *, h5 *, h6 *,
  .h1 *, .h2 *, .h3 *, .h4 *, .h5 *, .h6 * {
    line-height: 1.35; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 11px;
  margin-bottom: 11px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1,
.h1 {
  font-size: 2.027em;
  font-family: museo-slab, serif;
  margin-bottom: 5px; }

h2,
.h2 {
  font-size: 1.602em;
  font-family: museo-slab, serif;
  margin-bottom: 5px; }

h3,
.h3 {
  font-size: 1.125em;
  font-family: museo-slab, serif;
  color: #1A6BAF;
  margin-bottom: 5px; }

h4,
.h4 {
  font-size: 0.889em;
  font-family: museo-slab, serif; }

h5,
.h5 {
  font-size: 1.802em;
  font-family: museo-slab, serif; }

h6,
.h6 {
  font-size: 2.027em;
  font-family: museo-slab, serif; }

p {
  font-family: "Open Sans" !important; }

a {
  color: #317ab7; }
  a:hover {
    color: #21527b; }

#mainNav .navbar-inner {
  display: none;
}

#docsSearch {
  margin-top: 80px;
	min-height: 275px;
	width: 100%;
	background-color:#196BAE;
	background-image: url('https://dl.dropbox.com/s/vlq696r4th7opyq/hero-support.png');
	border-bottom: 1px solid #DFDFDF;
	background-size: cover;
  background-repeat: no-repeat;
  padding: 90px 0px;
}

#docsSearch h1{
  color: white;
}

#docsSearch h1:before {
  content: '';
  background-image: url('https://dl.dropboxusercontent.com/s/7p4l9mcvuvnzhto/ts-playbook-white.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
  width: 326px;
  height: 130px;
  display: block;
}

#searchBar {
  margin-top: 5px; }

#searchBar button {
    background: #0057BE;
    border-color: transparent;
    color: #fff;
  }

.article-count {
  display: none; }

#contentArea {
  margin-left: 8%;
  margin-right: 8%; }



#main-content {
  background: none; }

.contentWrapper {
  color: #383838;
  margin-bottom: 16px;
  border: 1px solid #d6d6d6;
  border-radius: 8px; }




#categoryHead h1 {
	font-weight: 700;
}
#contentArea h2 {
	font-weight: 700;
}
#fullArticle h1 {
  color: #1A6BAF;
font-weight: 700;
}

#fullArticle p, #fullArticle ul, #fullArticle ol, #fullArticle li, #fullArticle div, #fullArticle blockquote, #fullArticle dd, #fullArticle table {
	font-size: 16px;
}

/* IN THIS ARTICLE SECTION */

#fullArticle .index-list {
	background: #FAFAFA;
	border-left: 4px solid #A0B3C5;
	margin: 1.5em 0;
	padding: 15px 0px;
}
#fullArticle .index-list h4 {
	text-transform: uppercase;
	margin: 0;
	padding: 8px 26px 0;
	font-size: 14px;
	font-weight: 600;
	font-family: museo-slab, serif;
	letter-spacing: .7px;
	display: block;
}

#fullArticle .index-list ul {
	list-style: none;
	margin: .7em 25px 0em 0;
	float: left;
	width: 100%;
	font-size: 16px;
}

#fullArticle .index-list li {
	padding-left: 25px;
	font-size: 16px;
	float: left;
	width: 45%;
}
#fullArticle .index-list ul li a:hover {
	text-decoration: none;
}
#fullArticle .index-list:before,
#fullArticle .index-list:after {
	display: table;
	content: "";
	line-height: 0;
}
#fullArticle .index-list::after {
	clear: both;
}
/* END IN THIS ARTICLE SECTION */

/*CUSTOM CALLOUTS*/

/* BLUE OUTLINE CALLOUT */

.outline-callout {
	background-color: #FFF;
	border-style: solid;
	border-width: 4px;
	border-color: #A3C3DF;
	border-radius: 25px;
	padding: 20px;

}

/* SPECIAL NOTE CALLOUTS */

.note, .tip, .info, .attention, .warning {
	font-size: 1rem;
	border-radius: 6px;
	border: 2px solid;
	padding: 2% 3% 2% 3%;
	position: relative;
	display: block;
	margin: 2% auto;
	width: 98%;
	}

.note::before, .tip::before, .info::before, .attention::before, .warning::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 1.5rem;
	vertical-align: top;
	display: inline;
	padding-right: 2px;
}

.info {
	background-color: #F2F2F2;
	border-color: #646464;
}
.info::before {
	content: "\f05a";
	color: #646464;

}
.note {
	background-color: #D1E1EF;
	border-color: #1a6baf;
}
.note::before {
	content: "\f303";
	color: #1a6baf;
}

.tip {
	background-color: #D8ECC6;
	border-color: #7FC243;
}

.tip::before {
	content: "\f0d0";
	color: #7FC243;
}

.attention {
	background-color: #FFF8D8;
	border-color: #FFE500;
}
.attention::before {
	content: "\f0e7";
	color: #FFE500;
}
.warning {
	background-color: #f6D0D0;
	border-color: #E26362;
}
.warning::before {
	content: "\f071";
	color: #E26362;
}

/* ISSUE ARTICLE SOLUTION */

.solution {
	background-color: #FFF;
	border-left: 4px solid #A5D47B;
	padding: .5rem 2rem;
	margin-left: 1rem;

}

/* END CUSTOM CALLOUTS */

.video {
	margin: 0 auto;
}

/* Back To Top Button */
#fullArticle .btt-btn {
	color: #FFFFFF;
	background-color: #1a6baf;
	border: 1px solid #14558C;
	border-bottom-width: 2px;
	border-radius: 6px;
	cursor: pointer;
	text-align: center;
	font-size: .9rem;
	font-weight: 700;
	padding: .25rem .5rem;
	display: inline-block;
	margin: .05rem 0.05rem .05rem .75rem;
	text-transform: uppercase;
	vertical-align: middle;
	white-space: nowrap;
	float: right;
	clear: both;
	transition: all 250ms ease-in-out;
}

#fullArticle .btt-btn:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #13426E;
}

#fullArticle .btt-btn::before {
	font-family: "Font Awesome 5 Free";
	content: "\f0aa \0020";
	font-weight: 900;
	font-size: 1.5rem;
	vertical-align: middle;
}


/* End Back To Top Button */

/* TEAMSNAPPY BUTTON */

.ts-btn {
	color: #FFF;
	background: #F75B02;
	border: 2px solid #F75B02;
	border-radius: 6px;
	text-align: center;
	font-size: 1rem;
	font-weight: 600;
	padding: .5rem 1rem;
	display: inline-block;
	margin: .05rem;
	text-transform: uppercase;
	transition: all 250ms ease-in-out;
	float: none;
	clear: both;
}
a.ts-btn {
	color: #FFF;
}

.ts-btn:hover {
	background-color: #FF8F00;
	border-color: #FF8F00;
	color: #FFF;
	text-decoration: none;
}

/* END TEAMSNAPPY BUTTON */



/* GUIDE INDEX BOX */
#fullArticle .guide-index {
	background-color: #FFF;
	border-style: solid;
	border-width: 4px;
	border-color: #FF8F00;
	border-radius: 25px;
	width: 65%;
	padding: 0 2%;
	margin: 2% auto;
}

#fullArticle .guidemenu {
	list-style: none;
}

#fullArticle .guidemenu h5{
	font-size: 1rem;
	font-weight: 500;
	font-family: museo-slab, serif;
}
#fullArticle .menu-item {
	box-shadow: 0 5px 5px -5px #909090;
	font-size: .9rem;
	color: #FFF;
	padding: 2px 10px;
	margin: 1%;
}
.menu-item.active {
	background-color: #13426E;
	font-weight: 600;
	font-size: 1rem;
	color: #FFF;
}
.menu-item.active a{
	color: #FFF;
}
.menu-item.active a:hover {
	color:#FFF;
}
.menu-item.active:before {
	color: #F75B02;
	font-size: 1rem;
	font-weight: 700;
	content: "\276F \0020";
}
.menu-item.inactive {
	background-color: #FAFAFA;
}
.menu-item a:hover {
	color: #1a6baf;
}

.menu-item a{
	text-decoration: none;
	color: #909090;
}

/* FAQ ACCORDIAN */
summary {
	font-weight: 400;
	font-size: 1rem;
	padding: 4px 2px;
	color: #1a6baf;
}
summary:hover {
	color: #13426E;
	cursor: pointer;
}

details p{
	padding: 10px;
	margin: 5px 15px 0px 20px;
}
details[open] {
	background: #FAFAFA;
}

/* BOX LIST PAGE STYLING -used for faux sub-categorization*/

.box-list {
	text-align: center;
	margin: 5 auto 0;
	}

.box-list .box-item h3 {
    color: #747a7a;
	font-size: 24px;
	font-weight: 700;
	padding: 0px;
}

.box-list.box-item p {
	color: #d6d6d6;
	font-size: 18px;
	font-weight: 300;
	margin: 0px;
	padding: 0px;
	text-align: center;

}

.box-list .box-item button {
	color: #FFF;
	font-weight: 400;
	font-size: 18px;
	letter-spacing: 0.25px;
	background-color: #1a6baf;
	border: none;
	border-radius: 10px;
	margin: auto 0px;
	padding: 10px 25px;

}

.box-list .box-item {
	text-align: center;
	border: 1px solid #d6d6d6;
  	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0 7px 4px -5px rgba(0, 0, 0, 0.05);
	box-sizing: border-box;
	padding: 10px 15px 2% 15px;
	position: relative;
	width: 31.5%;
	min-width: 200px;
	transition: all 0.2s;
	min-height: 200px;
	margin: 0px .5%;
	float: left;
}


.box-list .clear-row:after {
	content: "";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

.box-list .box-item a:hover {
	text-decoration: none;
}

.box-list .box-item:hover:nth-child(3n+1) {
    border: 1px solid #FF8F00;
    background: none;
    transition: all .15s;
}
    .box-list .box-item:hover:nth-child(3n+1) h3 {
      color: #FF8F00 !important; }
	 .box-list .box-item:hover:nth-child(3n+1) p {
      color: #747a7a !important; }
  .box-list .box-item:hover:nth-child(3n+2) {
    border: 1px solid #1A6BAF;
    background: none; }
    .box-list .box-item:hover:nth-child(3n+2) h3 {
      color: #1A6BAF !important; }
	 .box-list .box-item:hover:nth-child(3n+2) p {
      color: #747a7a !important; }
.box-list .box-item:hover:nth-child(3n+3) {
    border: 1px solid #7FC243;
    background: none; }
    .box-list .box-item:hover:nth-child(3n+3) h3 {
      color: #7FC243 !important; }
	 .box-list .box-item:hover:nth-child(3n+3) p {
      color: #747a7a !important; }

.box-list .faq-category {
	text-align: left;
	border:  none;
  	background-color: #fff;
	box-shadow: 0 7px 4px -5px rgba(0, 0, 0, 0.05);
	box-sizing: border-box;
	padding: 10px 15px 2% 15px;
	position: relative;
	width: 95%;
	min-width: 200px;
	transition: all 0.2s;
	min-height: 200px;
	margin: 0px .5%;

}



@media (max-width: 769px) {
  .box-list .box-item {
    width: 100%;
  }
}
/* END BOX LIST STYLING */


/* ALERT MESSAGE BOX */
.alert {
	padding: 15px 20px 25px 20px;
	background-color: #F75B02;
	border-color: #F75B02;
	color: white;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	opacity: 1;
	transition: opacity 0.6s;
}

.alert a{
	text-decoration: none;
}

.alert-btn {
	color: #FFF;
	background-color: #1a6baf;
	border: 1px solid #14558C;
  	border-bottom-width: 2px;
	border-radius: 6px;
	cursor: pointer;
	text-align: center;
	font-size: 1rem;
	font-weight: 600;
	padding: .25rem .5rem;
	display: inline-block;
	margin: .05rem .05rem 1rem .75rem;
	text-transform: uppercase;
	vertical-align: middle;
	white-space: nowrap;
	transition: all 250ms ease-in-out;
}

/* The alert close button */
.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s; }

/* When mouse hovers the close button */
.closebtn:hover {
  color: #1a6baf; }

/* END ALERT MESSAGE BANNER */


/* PLAYBOOK CATEGORY STYLING */
.Icon {
  position: relative;
  margin: 0;
  display: inline-block;
  width: 1em;
  height: 1em;
  font-size: 1em;
  vertical-align: middle;
  top: -1px;
  fill: currentColor; }

.ButtonGroup > .Button:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.ButtonGroup > .Button:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.ButtonGroup > .Button {
  border-radius: 0; }

.ButtonGroup > .Button + .Button {
  margin-left: -1px; }

.Button {
  background-color: #ffffff;
  border: #d6d6d6 solid 1px;
  border-bottom-width: 2px;
  border-radius: 4px;
  color: #383838;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 600;
  height: 32px;
  line-height: 29px;
  margin: 0;
  padding: 0 16px;
  text-decoration: none;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  vertical-align: middle;
  white-space: nowrap; }

.Button--primary {
  background-color: #7fc243;
  border-color: #669b36;
  color: #ffffff; }

.Button--primary:hover, .Button--primary:active, .Button--primary:focus {
  background-color: #72af3c;
  border-color: #5c8c31;
  color: #ffffff; }

.Button:hover, .Button:active, .Button:focus {
  background-color: #e6e6e6;
  border-color: #c1c1c1;
  color: #383838;
  outline: none; }

@media only screen and (min-width: 992px) {
  .Navigation__Links a:hover, .Navigation__Links a:focus {
    color: #175d99;
    -webkit-transform: scale(0.95);
    transform: scale(0.95); } }


/* Category Styles */

.category-list .category {
  color: #383838;
  margin-bottom: 16px;
  border: 1px solid #d6d6d6;
  border-radius: 8px; }

  .category-list .category:hover:nth-child(3n+1) {
    border: 1px solid #FF8F00;
    background: none;
    transition: all .15s; }
    .category-list .category:hover:nth-child(3n+1) h3 {
      color: #FF8F00 !important; }
  .category-list .category:hover:nth-child(3n+2) {
    border: 1px solid #1A6BAF;
    background: none; }
    .category-list .category:hover:nth-child(3n+2) h3 {
      color: #1A6BAF !important; }
  .category-list .category:hover:nth-child(3n+3) {
    border: 1px solid #7FC243;
    background: none; }
    .category-list .category:hover:nth-child(3n+3) h3 {
      color: #7FC243 !important; }

  .category-list .category h3 {
    color: #F75B02;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.3em;
	font-family: museo-slab, serif; }

.category .h3 {
  color: #333; }

.collection-category h2 a {
  color: #13426E;
  font-size: 1.424em; }


.category-list .category p {
	color: #747a7a;
	font-family: museo-slab, serif;
	font-weight: 100;
	font-size: 15px;
	letter-spacing: 0.25px;
}
.category-list .category {
	background-color: #fff;
	background-position: top 20px center !important;
	background-repeat: no-repeat !important;
	background-size: 125px auto !important;
	box-shadow: 0 7px 4px -5px rgba(0, 0, 0, 0.05);
	box-sizing: border-box;
	min-height: 183px;
	padding: 150px 20px 15px;
	position: relative;
	width: 31.5%;
	transition: all 0.2s;
}
.category-list .category:hover {
	text-decoration: none;
	background: #f7f7f9;
}

@media (max-width: 769px) {
  .category-list .category {
    width: 100%;
  }
}


/* TEMP COVID-19 COLLECTION */
/* Support */
#category-1441 {
	background-image: url('https://dl.dropbox.com/s/2jexceul527y1qw/HelpCenter-Icon%20FAQs.png');
}
/* Webinars */
#category-1440 {
	background-image: url('https://dl.dropbox.com/s/0x1tj01xdb4jbmq/HelpCenter-Icon%20Webinars.png');
}

/* FEATURES ASSIST COLLECTION*/


/* Getting Started */
#category-1208 {
	background-image: url('https://dl.dropbox.com/s/t8s52p958gfl6qj/HelpCenter-Icon-Getting%20Started.png');
}

/* Account Management */
#category-1207 {
	background-image: url('https://dl.dropbox.com/s/73ekncqoi3x4cno/HelpCenter-Icon%20Account%20Management.png');
}

/* Settings */
#category-1190 {
	background-image: url('https://dl.dropbox.com/s/bwuwbpgn8azjui4/HelpCenter-Icon%20Settings.png');
}

/* Division and Team Structure */
#category-1259 {
	background-image: url('https://dl.dropbox.com/s/4ro68kkfjbjcmll/HelpCenter-Icon%20Division%20and%20Team%20Structure.png');
}

/* Roster Profile and Member Management */
#category-1219 {
	background-image: url('https://dl.dropbox.com/s/vbxlmj6r55b9vc4/HelpCenter-Icon%20Roster%20and%20Member%20Management.png');
}

/* Scheduling */
#category-1188 {
	background-image: url('https://dl.dropbox.com/s/fj9upw3i6sxfgce/HelpCenter-Icon%20Scheduling.png');
}

/* Communication */
#category-1187 {
	background-image: url('https://dl.dropbox.com/s/z3iufh5h023eolt/HelpCenter-Icon%20Communication.png');
}

/* Payments and Registration */
#category-1220 {
    background-image: url('https://dl.dropbox.com/s/aq8pnpghdwktiui/HelpCenter-Icon%20Payments%20_Registration.png');
}

/* Reporting */
#category-1191 {
    background-image: url('https://dl.dropbox.com/s/nam4a3cisid08cd/HelpCenter-Icon%20Reporting.png');
}

/* Statistics */
#category-1260 {
    background-image: url('https://dl.dropbox.com/s/e8p7pm0crcgwnzq/HelpCenter-Icon%20Statistics.png');
}

/* Photos, Videos, & Files */
#category-1221 {
    background-image: url('https://dl.dropbox.com/s/7j3idgedfg30ue9/HelpCenter-Icon%20Photos%20Videos%20Files.png');
}

/* Partner Integrations */
#category-1189 {
    background-image: url('https://dl.dropbox.com/s/dear4mhfhsf02id/HelpCenter-Icon%20Partner%20Integrations.png');
}

/* Security and Privacy */
#category-1243 {
    background-image: url('https://dl.dropbox.com/s/ippysvyx7gq1hgo/HelpCenter-Icon%20Security%20Privacy.png');
}

/* Tournaments */
#category-1209 {
    background-image: url('https://dl.dropbox.com/s/9eorif405auk9nx/HelpCenter-Icon%20Tournaments.png');
}

/* Website Builder */
#category-1210 {
    background-image: url('https://dl.dropbox.com/s/p03npmrcrwn2s03/HelpCenter-Icon%20Website%20Builder.png');
}

/* Troubleshooting */
#category-1484 {
    background-image: url('https://dl.dropbox.com/s/wj8y33oijbon00t/HelpCenter-Icon%20Troubleshooting.png');
}

/* FAQs */
#category-1218 {
    background-image: url('https://dl.dropbox.com/s/2jexceul527y1qw/HelpCenter-Icon%20FAQs.png');
}

/* TRAINING GROUND COLLECTION*/

/* TeamSnap Academy */
#category-1461 {
    background-image: url('https://dl.dropbox.com/s/z6ay6udlhbzzgri/HelpCenter-Icon%20Classes.png');
}

/* Videos */
#category-1216 {
    background-image: url('https://dl.dropbox.com/s/gluc2y82umyc4w5/HelpCenter-Icon%20Instructional%20Videos.png');
}

/* Onboarding */
#category-1214 {
    background-image: url('https://dl.dropbox.com/s/zsmiw9lyvgrtpak/HelpCenter-Icon%20Onboarding.png');
}

/* Webinars */
#category-1215 {
    background-image: url('https://dl.dropbox.com/s/0x1tj01xdb4jbmq/HelpCenter-Icon%20Webinars.png');
}

/* DRAFT PICKS COLLECTION*/

/* New Features and Improvements */
#category-1421 {
    background-image: url('https://dl.dropbox.com/s/92m71d2hc705xpk/HelpCenter-Icon%20New%20Features.png');
}
/* Feature Requests */
#category-1203 {
    background-image: url('https://dl.dropbox.com/s/f32ljh7hjw5jzx8/HelpCenter-Icon%20Feature%20Requests.png');
}
/* END PLAYBOOK CATEGORY STYLING */

/* END CSS ADDED BY BRIA*/
