body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  background-color: #FAFAFA;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
strong {
  font-weight: 500;
  color: #1D2B36;
}

strong {
  -webkit-font-smoothing: auto;
}



/* Nav */

#mainNav {
  position: relative;
  z-index: 2;
}

.container-fluid {
  max-width: 1250px;
}

@media screen and (min-width: 500px) and (max-width: 1000px) {
  .container-fluid {
    width: 95%;
  }
}

/* Footer */

footer p {
  font-size: 13px;
  color: #556575;
}

footer p a {
  color: #556575;
}


/* Category: single tile */

.category-list .category {
  background-color: #FFF;
  border: none;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.03) 0px 0px 0px 1px,
              rgb(241, 243, 245) 0px 2px 10px 0px,
              rgba(0, 0, 0, 0.05) 0px 3px 3px 0px;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 30px 30px 0;
  padding: 135px 50px 40px;
  min-height: 285px;
  transition: all 0.25s ease-in-out;
  width: 100%;
}

.category-list .category,
.category-list .category:hover {
  background-image: url('https://vocalvideo.com/resources/content/images/2021/12/category-icon-default.svg');
  background-repeat: no-repeat;
  background-position: center 53px;
  background-size: 64px 64px;
}
#category-6 {
  background-image: url('https://vocalvideo.com/resources/content/images/2021/12/category-icon-guides.svg');
}
#category-44 {
  background-image: url('https://vocalvideo.com/resources/content/images/2021/12/category-icon-collectors.svg');
}
#category-10 {
  background-image: url('https://vocalvideo.com/resources/content/images/2021/12/category-icon-editing.svg');
}
#category-7 {
  background-image: url('https://vocalvideo.com/resources/content/images/2021/12/category-icon-account-1.svg');
}
#category-13 {
  background-image: url('https://vocalvideo.com/resources/content/images/2021/12/category-icon-advanced.svg');
}
#category-15 {
  background-image: url('https://vocalvideo.com/resources/content/images/2021/12/category-icon-discounts.svg');
}
#category-45 {
  background-image: url('https://vocalvideo.com/resources/content/images/2021/12/category-icon-updates.svg');
}

.category-list .category:hover {
  background-color: #FFF;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 0px 1px,
              rgba(220, 223, 226, 0.3) 0px 30px 60px 0px,
              rgba(0, 0, 0, 0.1) 0px 8px 20px 0px;
}

/*.category-list .category:active {
  box-shadow: 0 0 0px 2px #1292EE inset;
  outline: none;
}*/

.category-list .category:hover .article-count {
    color: #0077CC;
}

.category-list .category:focus .article-count, .category-list .category:active .article-count {
    color: #005CA4;
}

@media screen and (max-width: 759px) {
  .category-list .category {
    margin-right: 0;
  }
}

@media screen and (min-width: 760px) and (max-width: 1104px) {
  .category-list .category {
    width: calc(100%/2 - 17px);
  }

  .category-list .category:nth-child(even) {
    margin-right: 0;
  }
}

@media screen and (min-width: 1105px) {
  .category-list .category {
    width: calc(100%/3 - 23px);
  }

  .category-list .category:nth-child(3n+3) {
    margin-right: 0;
  }

  #collection-category-8 .category {
    padding-top: 60px;
    min-height: 190px;
  }
}

.category-list h3 {
  color: #051849;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 15px;
}

.category-list .category p {
  color: #7F8D9B;
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 20px;
}

.category-list .category .article-count {
  margin-bottom: 0;
  color: #0077CC;
  transition: color 0.2s ease-in-out;
}

.category-list .category,
.category-list.two-col .category {
  margin-bottom: 30px;
}

.collection-category h2 a {
  color: #1D2B36;
}

.collection-category h2 {
  font-weight: 500;
  font-size: 26px;
  letter-spacing: -0.35px;
  margin-bottom: 20px;
  padding: 0;
}

.collection-category .category-list {
  margin-bottom: 50px;
}

.category-list.two-col .category {
  min-height: 240px;
  width: 100%;
}

@media screen and (min-width: 760px) {
  .category-list.two-col .category {
    width: calc(100%/3 - 23px)
  }
}

.category-list.two-col .category:last-child {
  margin-right: 0;
}

/* Category: icons */


/* #category-832 {
  background-image: url('https://d2x2losda9vsjs.cloudfront.net/docs/assets/2019/docs-icon-logo-mark.jpg');
}*/

.nav-collapse .nav {
  margin-top: 40px;
}

.navbar .navbar-inner {
  background: #2d3037;
  box-shadow: none;
}

.navbar .nav > li > a {
  font-size: 15px;
  padding: 0 20px;
  -webkit-font-smoothing: auto;
}

@media screen and (max-width: 768px) {
  .navbar .nav > li > a {
    padding: 15px 20px;
  }

  #contactMobile {
    display: block;
  }
}

.navbar .nav #contact a {
  padding-right: 0;
}
/* VV */
.navbar .nav #home a {
  padding-right: 0;
}

.navbar .nav li a,
.navbar .icon-private-w {
  color: #a3b0c2;
  transition: color 0.2s;
}

.navbar .brand {
  height: 32px;
  width: 180px;
  padding: 0;
  margin-top: 16px;
}

.navbar .brand span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

#mainNav .container-fluid {
  min-height: 64px;
  line-height: 64px;
}

.navbar .btn-navbar {
  right: 0;
  margin-right: 0;
  padding-right: 0;
}

.navbar .btn-navbar .icon-bar {
  width: 20px;
}

@media screen and (max-width: 768px) {
  .navbar .btn-navbar {
    margin-top: 18px;
  }

  .navbar .btn-navbar .icon-bar {
    background: #FFF;
  }
}

.navbar .nav .active .caret {
  display: none;
}

.navbar .nav .active a {
  font-weight: 500;
}

.nav .icon-private-w:before {
  display: none;
}

.nav .icon-private-w {
  background-image: url('https://d2x2losda9vsjs.cloudfront.net/docs/assets/2019/icon--lock-white.svg');
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  background-size: cover;
  display: inline-block;
  opacity: 0.6;
  position: relative;
  top: 5px;
  left: -2px;
}


@media screen and (min-width: 768px) {
  .nav #internal {
    position: relative;
  }
}

.nav > li.active .icon-private-w,
.nav > li a:hover .icon-private-w {
  opacity: 1;
}

/* Search Hero */

#docsSearch h1 {
  color: white;
  display: block;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: -0.35px;
  line-height: 55px;
  margin: 0;
  padding-top: 3.25em;
  position: relative;
  text-align: center;
  z-index: 2;
}

#docsSearch {
  position: relative;
  border: none;
  background-color: #2d3037;
  background: linear-gradient(#2d3037 64px, rgba(51,51,153,0.5) 55%, rgba(255,76,108,0.5)),url('https://vocalvideo.com/assets/site/resources-header-bg.jpg');
  background-size: cover;
  background-position: center;
  margin-bottom: 80px;
  padding: 0;
  position: relative;
}

#searchBar {
  z-index: 2;
}

@media screen and (max-width: 1024px) {
  #docsSearch {
    height: 240px;
    margin-bottom: 50px;
  }

  #docsSearch h1 {
    max-width: 400px;
    padding-top: 2em;
    padding-left: 10%;
    padding-right: 10%;
    font-size: 30px;
    line-height: 1.3;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1899px) {
  #docsSearch {
    height: 360px;
  }

  #docsSearch h1 {
    font-size: 36px;
    padding-top: 2.8em;
  }
}

@media screen and (min-width: 1900px) {
  #docsSearch {
    height: 400px;
  }
}


/* Inputs */

input[type=text],
input[type=email],
textarea {
  background-color: #FFF;
  border-radius: 4px;
  border: 1px solid #A5B2BD;
  padding: 0 12px;
  font-size: 14px;
  box-shadow: none;
}

input::placeholder {
  color: #93A1B0;
}

input:focus, textarea:focus {
  box-shadow: 0 0 0px 1px #1292EE inset !important;
  border-color: #1292EE !important;
}

label {
  font-size: 14px;
}

/* Contact button */

.btn,
input[type=submit] {
  border: none;
  text-shadow: none;
  background: #38408b;
  font-weight: 500;
  font-size: 17px;
  width: 160px;
  border-radius: 4px;
  color: white;
  height: 42px;
  width: 90px;
}

/* Search form */

#searchBar .search-query::placeholder {
  color: #A5B2BD;
}

#searchBar .search-query {
  padding: 0 55px 0 12px;
}

@media screen and (max-width: 767px) {
  #searchBar {
    width: 80%;
  }
}

@media screen and (min-width: 768px) {
  #searchBar {
    width: 440px;
  }
}

@media screen and (min-width: 1440px) {
  #searchBar {
    width: 712px;
  }
}

@media screen and (min-width: 1025px) {
  #searchBar {
    width: 635px;
    display: block;
  }

  #searchBar .search-query {
    border-color: white;
    color: #253642;
    height: 55px;
    letter-spacing: 0.2px;
    padding: 0 15px;
    width: 460px;
    display: block;
    margin-right: 0;
    transition: all 0.2s ease-in-out;
  }

  #searchBar button {
    display: inline-block;
  }
}

#searchBar button .icon-search {
  color: #9ba9b5;
  font-size: 20px;
}

@media screen and (max-width: 1024px) {
  #searchBar button .icon-search {
    display: block;
  }

  #searchBar button {
    background: url("https://d2x2losda9vsjs.cloudfront.net/docs/assets/2019/icon-search.svg") center center no-repeat;
    border: 0;
    padding: 0 30px;
    position: absolute;
    right: 0;
    text-shadow: none;
    transition: all 0.2s ease-in-out;
  }

  #searchBar button:focus, #searchBar button:active {
    background: #F1F3F5 url("https://d2x2losda9vsjs.cloudfront.net/docs/assets/2019/icon-search.svg") center center no-repeat;
  }

  #searchBar button span {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  #searchBar button {
    /* VV */
    /* background-color: #38408b; */
    background-color: #FF4C6C;
    border-radius: 4px;
    border: none;
    font-size: 17px;
    font-weight: 500;
    height: 55px;
    text-shadow: none;
    width: 160px;
    transition: all 0.2s ease-in-out;
  }
  #searchBar button:hover, #searchBar button:active {
    background-color: #FF869B;
  }
}

/* Article: content wrapper */

.contentWrapper,
.related {
  background-color: #FFF;
  border: 0;
  border-radius: 4px;
  color: #556575;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px,
              rgb(241, 243, 245) 0px 5px 20px 0px,
              rgba(0, 0, 0, 0.05) 0px 3px 3px 0px;
  padding: 30px;
  word-break: break-word;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .contentWrapper {
    padding: 50px 55px;
  }
}

@media screen and (min-width: 1000px) {
  .contentWrapper {
    padding: 70px 90px;
  }
}

.contentWrapper h1 {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.35px;
  margin-bottom: 0.5em;
}

@media screen and (min-width: 1000px) {
  .contentWrapper h1 {
    font-size: 36px;
  }
}

.contentWrapper a, a {
  color: #0077CC;
}

.contentWrapper a:hover,
a:hover {
  color: #005CA4;
  text-decoration: underline;
}

.related {
  border-radius: 4px;
  margin-top: 30px;
  padding: 30px;
}

.related h3 {
  font-size: 13px;
  padding-left: 0;
  letter-spacing: 0.7px;
}

.related ul {
  margin-left: 0;
}

.related ul>li a {
  margin-left: 0;
}

@media screen and (min-width: 1000px) {
  .related {
    padding: 40px 90px;
  }
}

/* Article: typography */

#fullArticle {
  margin: 0 auto;
  max-width: 720px;
}

#fullArticle p,
#fullArticle ul,
#fullArticle ol,
#fullArticle li,
#fullArticle div,
#fullArticle blockquote,
#fullArticle dd,
#fullArticle table {
  color: #1d2b36; /* charcoal, 800 */
  font-size: 16px;
  line-height: 1.55;
  margin-bottom: 1.5em;
}

#fullArticle a strong {
  color: #0077CC;
}

#fullArticle li {
  margin-bottom: 10px;
}

#fullArticle h1.title {
  margin: 0 1em 1.2em 0;
}

#fullArticle h2 {
  -webkit-font-smoothing: auto;
  color: #1d2b36;
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
  margin: 1.8em 0 .8em;
}

@media screen and (min-width: 768px) {
  #fullArticle h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

#fullArticle h3 {
  -webkit-font-smoothing: auto;
  color: #1d2b36;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  margin: 1.8em 0 .8em;
}

@media screen and (min-width: 768px) {
  #fullArticle h3 {
    font-size: 26px;
    line-height: 36px;
  }
}

#fullArticle h4 {
  -webkit-font-smoothing: auto;
  color: #1d2b36;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin: 2em 0 1.25em;
}

@media screen and (min-width: 768px) {
  #fullArticle h4 {
    font-size: 22px;
    line-height: 32px;
  }
}


#fullArticle h5 {
  -webkit-font-smoothing: auto;
  color: #1d2b36;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  margin: 1em 0 .5em;
}

@media screen and (min-width: 768px) {
  #fullArticle h4 {
    font-size: 17px;
    line-height: 24px;
  }
}

.contentWrapper p.descrip {
  color: #556575;
  font-size: 18px;
  margin-bottom: 25px;
  margin-top: 0;
  line-height: 1.6;
}

@media screen and (min-width: 1000px) {
  .contentWrapper p.descrip {
    margin-bottom: 0;
    max-width: 30rem;
  }
}

#fullArticle img {
  border: 1px solid #D5DCE1;
  margin: 2em 0 3em;
  padding: 0;
}

#fullArticle .index-list {
  background: #F9FAFA;
  border-left: 4px solid #AAAEB7;
  margin: 3em 0;
  padding: 15px 0px;
}

#fullArticle .index-list:before,
#fullArticle .index-list:after {
  display: table;
  content: "";
  line-height: 0;
}

#fullArticle .index-list::after {
  clear: both;
}

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

#fullArticle .index-list li {
  padding-left: 25px;
}

@media screen and (min-width: 1000px) {
  #fullArticle .index-list li {
    float: left;
    width: 45%;
  }
}

#fullArticle .index-list h4 {
  text-transform: uppercase;
  margin: 0;
  padding: 8px 26px 0;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.7px;
}

#fullArticle dt {
  padding: 0;
  width: 26px;
  background: #A5B2BD;
  height: 26px;
  line-height: 26px;
  font-weight: 500;
  font-size: 14px;
}

#fullArticle dd {
  margin-left: 40px;
}

.articleList {
  box-sizing: border-box;
  margin-top: 34px;
  padding-top: 25px;
  position: relative;
}

.articleList:before {
  content: "";
  position: absolute;
  top: 0;
  width: 50px;
  height: 4px;
  left: 0;
  /* VV */
  background: #FF4C6C;
}

.articleList li a:hover span {
  color: #005CA4;
  text-decoration: none;
}

.articleList li a i {
  display: none;
}

@media screen and (max-width: 768px) {
  .articleList li {
    font-size: 16px;
  }
}

.articleList li {
  margin: 1em 0;
  padding-left: 0;
  font-size: 18px;
}

.articleList a {
  margin-left: 0;
}

/* Article: Category menu */

@media screen and (max-width: 768px) {
  #sidebar {
    margin-top: 40px;
  }
}

#sidebar h3 {
  font-size: 18px;
  text-transform: none;
  color: #1D2B36;
}

#sidebar .nav-list {
  margin: 20px 0;
}

#sidebar .nav-list a {
  font-size: 15px;
  color: #405261;
  padding: 8px 15px 8px 0;
}

#sidebar .nav-list a:hover {
  color: #0077CC;
}

#sidebar .nav-list .active a,
#sidebar .nav-list .active a:hover,
#sidebar .nav-list .active a:focus {
  font-weight: 500;
  color: #253642;
}

.icon-arrow:before {
  color: #253642;
}

#searchBar.sm button {
  width: 40px;
  top: 1px;
  right: 0;
  background: url("https://d2x2losda9vsjs.cloudfront.net/docs/assets/2019/icon-search.svg") center center no-repeat;
}

#searchBar.sm button:hover {
  background: url("https://d2x2losda9vsjs.cloudfront.net/docs/assets/2019/icon-search.svg") center center no-repeat;
}

#sidebar form .search-query {
   border: 1px solid #A5B2BD;
   border-radius: 5px;
   height: 42px;
   font-size: 14px;
}

#categoryHead .sort select {
  font-size: 12px;
  height: 28px;
}

#categoryHead .sort {
  position: relative;
  top: 0;
}

@media screen and (min-width: 1000px) {
  #categoryHead .sort {
    position: absolute;
    right: 0;
    top: 8px;
  }
}


/* Article: Main content */

#main-content {
  box-sizing: border-box;
  background: none;
}

@media screen and (max-width: 768px) {
  #main-content {
    margin: 20px 0 0;
  }
}

/* Article: Misc styles */

#fullArticle .callout-yellow, #fullArticle .callout-blue,
#fullArticle .callout-red,
#fullArticle .callout-green,
#fullArticle .callout,
#fullArticle .private-note {
  border-left-width: 4px;
}

#fullArticle .callout-yellow,
#fullArticle .private-note {
  background: #fff6e3;
  border-color: #FFC555;
  margin: 2em 0 4em;
}

#fullArticle .callout-yellow.dashed {
  border-left-width: 1px;
}

#fullArticle .private-note {
  background: #fff6e3 url('https://d2x2losda9vsjs.cloudfront.net/docs/assets/2019/icon--lock.svg') no-repeat top 18px right 18px;
  background-repeat: no-repeat;
  padding: 20px 24px;
}

#fullArticle .private-note > h4 {
  margin-top: 0;
}

#fullArticle a:hover, #fullArticle a:focus {
  color: #005CA4;
}

#fullArticle strong {
  color: #253642;
}

#fullArticle strong a {
  color: #0077CC;
}

.articleFoot p, .articleFoot time {
  font-style: normal;
  color: #556575;
}

.articleFoot i {
  color: #C5CED6;
}

#sbContact {
  color: #556575;
  border-bottom: 1px dotted #D5DCE1;
}

#fullArticle .admin-edit {
  background-color: #fff;
  border: 1px solid #c2cbd3;
  box-shadow: none;
  color: #1087d8;
  font-size: 13px;
  height: 24px;
  line-height: 26px;
  margin-bottom: 30px;
  margin-top: -20px;
  width: auto;
  transition: all 0.2s ease-in-out;
}

#fullArticle .admin-edit:hover {
    border-color: #57B0FB;
}

.articleRatings {
  margin: 3em 0 4em;
  color: #556575;
  border: 0;
  background: #FFFFFF;
  box-shadow: none;
  border-radius: 5px;
  border: 2px solid #E5E9EC;
}

.icon-search::before {
  display: none;
}

.icon-article-doc {
  display: none;
}

strong, b {
  font-weight: 500;
  -webkit-font-smoothing: auto;
}

#serp {
  box-sizing: border-box;
}

#serp h1 strong {
  color: #FF4C6C;
}


#serp .articleList>li {
  padding: 0.5em 0 1.5em;
  margin: 1em 0 0 0;
  border-bottom: 1px solid #E5E9EC;
}

#serp .articleList>li a {
  font-weight: 500;
  /*padding-left: 23px;*/
  margin-bottom: 5px;
}

#serp .articleList>li p {
  margin: 0;
  text-overflow: ellipsis;
  font-size: 15px;
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#serp-dd {
  border-radius: 5px;
  border: none;
  top: 85px;
}

#serp-dd .result a {
  padding: 12px 15px;
}

#serp-dd .result>li.active {
  background: #F1F3F5;
}

#serp-dd .result>li {
  position: relative;
}

#serp-dd .result>li.active a {
  color: #005CA4 !important;
}

#serp-dd.sb {
  top: 45px;
  width: 375px;
}

#serp .articlesFound,
#serp .nada {
  color: #748494;
}

#serp-dd .result>li.private a {
  color: #748494;
}

#serp-dd .icon-private-w:before {
  display: none;
}

#serp-dd .icon-private-w {
  background-image: url('https://d2x2losda9vsjs.cloudfront.net/docs/assets/2019/icon--lock.svg');
  width: 24px;
  height: 24px;
  background-size: cover;
  display: inline-block;
  position: absolute;
  top: 9px;
}

/* Contact Modal */

#contactModal {
  border: 0;
  width: 600px;
  margin-left: -300px;
  top: 8%;
}

#contactModal h2 {
  color: #1D2B36;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: -0.35px;
  border: 0;
  padding: 40px 0 10px 60px;
}

#contactModal .control-label {
  float: none;
  display: block;
  color: #556575;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 5px;
  padding: 0;
  text-align: left;
  width: 100%;
}

#contactModal .controls {
  margin: 0;
}

#contactModal input[type=text], #contactModal input[type=email], #contactModal textarea {
  box-sizing: border-box;
  min-height: 42px;
  width: 100%;
}

#contactModal .modal-body {
    padding: 15px 60px 40px;
}

#contactModal #md-message {
  padding: 14px;
  height: 70px;
  width: 100%;
}

#contactModal .form-actions {
  padding: 0;
}

#contactModal input[type=submit].btn {
  width: 100%;
  background: #FF4C6C;
  height: 52px;
  transition: all 0.2s ease-in-out;
}

#contactModal input[type=submit].btn:hover, #contactModal input[type=submit].btn:focus, #contactModal input[type=submit].btn:active {
  background: #232A5C;
  color: #fff;
}

#contactModal .icon-close:before {
  display: none;
}

#contactModal .icon-close {
  background-image: url('https://d2x2losda9vsjs.cloudfront.net/docs/assets/2019/icon--cross.svg');
  width: 24px;
  height: 24px;
  background-size: cover;
  display: inline-block;
  opacity: 0.7;
  transition: opacity 0.2s;
}

#contactModal #closeBtn {
  right: 14px;
}

#contactModal .icon-close:hover {
  opacity: 1;
}

#file-upload:focus {
  border: none !important;
  box-shadow: none !important;
}

#contentArea>.appMessage {
  border-radius: 4px;
  color: #268C55;
  top: -25px;
  background: #E3fBEE;
  border: 1px solid #56C288;
  font-size: 15px !important;
  width: 390px;
  margin: 0 auto;
  padding: 12px 30px;
  position: relative;
}

#contentArea>.appMessage em {
  background: none;
    color: #268C55;
    font-size: 16px;
    text-transform: none;
    font-weight: 500;
    margin-right: 0;
    padding-left: 22px;
    position: relative;
}

#contentArea>.appMessage em:before {
  content: "";
  background-image: url('https://d2x2losda9vsjs.cloudfront.net/docs/assets/2019/icon--check.svg');
  width: 24px;
  height: 24px;
  position: absolute;
  left: -4px;
  top: -2px;
}

.appMessage {
  background: #D6EDFF;
  color: #005CA4;
  font-size: 14px !important;
  padding: 12px 30px;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .appMessage {
    padding: 12px 55px;
  }
}

@media screen and (min-width: 1000px) {
  .appMessage {
    padding: 12px 90px;
  }
}

.appMessage em {
  background: #1292EE;
  font-weight: 500;
  line-height: 1.1;
}


.modal-backdrop {
  background: #232A5C; /* purple 800 */
}

.modal-backdrop.in {
  opacity: .8;
}

/* contact form: page */

#contactForm input, #contactForm textarea {
  min-height: 42px;
  box-sizing: border-box;
  width: 100%;
}

#contactForm textarea {
  padding: 14px;
}

#contactForm input.btn {
  width: auto;
  height: 52px;
  min-width: 150px;
  background: #FF4C6C;
  transition: all 0.2s ease-in-out;
}

#contactForm input.btn:hover {
  background: #232A5C;
  color: #fff;
}

#contactForm input.btn:focus, #contactForm input.btn:active {
  border: 1px solid;
  color: #fff;
}

#contactForm .control-group,
#contactModal .control-group,
.abuse .control-group {
  margin-bottom: 20px;
}

.icon-print:before {
  display: none;
}

.icon-print {
  background-image: url('https://d2x2losda9vsjs.cloudfront.net/docs/assets/2019/icon--print.svg');
  width: 24px;
  height: 24px;
  background-size: cover;
  display: inline-block;
  opacity: 0.7;
  transition: opacity 0.2s;
}

.icon-print:hover {
  opacity: 1;
}


/* Errors */
#errorContainer .icon-error {
  color: #FFC555;
  font-size: 36px;
}

#errorContainer p {
  color: #556575;
}

video {
  width: 100%;
  height: auto;
}

.centered {
  margin-left: auto !important;
  margin-right: auto !important;
}

.max-width-200 {
  max-width: 200px;
  width: 100%;
}
.max-width-300 {
  max-width: 300px;
  width: 100%;
}
.max-width-400 {
  max-width: 400px;
  width: 100%;
}
.max-width-500 {
  max-width: 500px;
  width: 100%;
}
.max-width-600 {
  max-width: 600px;
  width: 100%;
}
.max-width-700 {
  max-width: 700px;
  width: 100%;
}
.max-width-800 {
  max-width: 800px;
  width: 100%;
}

#fullArticle .image-caption, #fullArticle figcaption {
  text-align: center;
  font-size: 14px;
}


.articleFoot p, .articleFoot time {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
