/* Startup Template Personalization */

/* 

   Navbar Background Color: #00857E;
   Title Color: #1F2022;
   Paragraph Color: #5d617a;
   Links Color: #00857E;
   Button Background Color: #00857E;
   Border Color: #e7e7e7;
   Hover Color: #004d49;
   Box Shadow Cards: box-shadow: 0px 3px 18px rgba(30, 65, 155, 0.06);
   Box Shadow Search: box-shadow: 0px 5px 9px rgba(19, 71, 149, 0.08);
   Background Image Hero: url('https://i.ibb.co/mGsrXk7/search-icon.png');
   Category Image Example: url('https://i.ibb.co/pX5d6jC/getting-started-background-category.png');
   Icon Link Color: #00857E;
   Article Icon Color: #1F2022;
   Background Blockquote: rgba(92, 157, 255, 0.06);
   Close Button Contact: #00857E;
   Background Quote: rgba(92, 157, 255, 0.06);
   Bold Article Color: #1F2022;
   Error Message Color: #D60000;
   Placeholder Color: #5d617a;




/* Typography */

@import url('https://fonts.googleapis.com/css2?family=Martel+Sans:wght@200;300;400;600;700;800&display=swap');


.martel-sans-regular {
  font-family: "Martel Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.martel-sans-bold {
  font-family: "Martel Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/* General Style CSS  */

body,
input,
button,
select,
textarea {
    font-family: 'Martel Sans',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

body {
    background-color: #FAFAFA;
}

strong {
    font-weight: 700;
}

/* Container Width */

.container-fluid {
    max-width: 1234px;
    margin: 0 auto;
    position: relative;
}


/* Navbar */

/* Navbar Logo */

.navbar .brand {
    background: url(https://transferologylab-support.collegesource.com) no-repeat;
    background-size: 100%, auto;
    background-position: 63% 50%;
    max-width: 315px;
    width: 100%;
    padding: 40px 0px 40px 0;
    box-shadow: none;
}


.navbar .brand span {
    display: none;
}

.navbar .navbar-inner {
 background: #fff;
  z-index: 999;
 position: relative;
 box-shadow: none;

}

/*.nav-collapse.collapse {
visibility: hidden;
}*/

.navbar .nav li > a {
    padding: 11px 0px 5px 0px;
    margin-left: 5px;
    margin-right: 5px;
    font-weight: 600;
    text-transform: capitalize;
}

.navbar .nav li.active > a {
    border-bottom: 2px solid #00857E;   
}

.navbar .nav li a {
    font-size: 14px;
    line-height: 20px;
    color: #1F2022;
    /*text-transform: uppercase;*/
}

.img {
    width: auto;
    height: 100%;
}

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

 .navbar .brand, .navbar .nav li a:hover, .navbar .nav li a:focus, .navbar .nav .active a, .navbar .nav .active a:hover, .navbar .nav .active a:focus {
    color: #00857E;
 }

 img[Attributes Style] {
    width: 100%;
    height: 100%;
 }

/* Contact Us Button */

 #contact a {
    background-color: #00857E ;
    border-radius: 100px;
    color: #fff !important;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.08em;
    font-weight: 700;
    padding: 16px 28px ;
    border: 1px solid #00857E;
    margin-left: 15px;
    text-transform: uppercase;
}

#contact a:hover {
    background-color: #004d49 ;
    border: 1px solid #004d49;
    color: #fff !important;
}

 /* Navbar Media Queries */ 

@media (min-width: 769px) {
    .navbar .nav {
    position: absolute;
    right: 0;
    left: auto;
    bottom: 18px;
    margin-right: 0;
}
}

@media only screen and (min-width: 768px) and (max-width: 910px) {
    .navbar .nav li a {
      font-size: 15px;
      padding-left: 10px;
    padding-right: 10px;
  }

  #contact a {
    font-size: 15px;
    padding: 16px 16px;
    margin-left: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 860px) {
    .navbar .nav li a {
      font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
  }

  #contact a {
    font-size: 14px;
}
}

/* Media Queries Button Mobile & Submenu */

@media (max-width: 768px) {
    .nav-collapse .nav {
    margin: 15px 0 30px;
    }

    .navbar .brand {
      padding: 75px 0px 0px;
      background-position: 61% 55%;
}

    .navbar .btn-navbar {
        position: absolute;
        top: 9px;
    }

    .btn-navbar .icon-bar+.icon-bar {
    margin-top: 5px;
}

    .navbar .btn-navbar .icon-bar {
    background: #1F2022 !important;
    box-shadow: none !important;
    width: 25px !important;
    border-radius: 100px !important;
}
    
    .navbar .nav li a {
        padding: 15px 0px;
    }
}

/* Search Section Hero */

/* Hero Background */

#docsSearch {
    border-bottom: 0px;
    padding: 150px 24px 150px;
    background-color: #fff;
    margin-bottom: 110px;
    background-image: url(https://s3.amazonaws.com/helpscout.net/docs/assets/5e90815c04286364bc982bd0/images/689f8aabe2d35b594eaa5796/file-zFrSqPvebw.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

#docsSearch h1 {
   font-size: 48px; 
    line-height: 64px; 
    font-weight: 700; 
    color: #000000; 
    max-width: 580px; 
    position: relative; 
    margin: auto; 
    float: none; 
}


/* Search Style Hero */

#searchBar {
    max-width: 580px;
    padding: 32px 0;
}

#searchBar .search-query {
    height: 72px;
    background-color: #fff;
    border-radius: 100px;
    border: 1px solid #EBECEF;
    padding: 25px 30px;
    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.01), 0px 5px 17px rgba(255, 88, 35, 0.04);
    font-size: 18px;
    line-height: 18px;
    color: #5d617a;
}

#searchBar button {
    color: #fff; 
text-shadow: none; 
background: #2561ff; 
border-radius: 100px; 
border: 0px; 
font-size: 16px; 
text-transform: capitalize; 
font-weight: 700; 
letter-spacing: 0.05em; 
line-height: 18px; 
padding: 16px 32px 14px 32px; 
height: 50px; 
position: absolute; 
top: 43px; 
right: 15px; 
Paragraph locked by Stephanie Elliott
}

#searchBar button:hover {
   background-color: #5d617a;
}

#searchBar button:focus {
   background-color: #5d617a;
   outline: 2px solid #00857E;
   outline-offset: 5px;
}

::placeholder {
  color: #5d617a !important;
}

:-ms-input-placeholder  {
    color: #5d617a !important;
}

/* Focus Search */

input:focus, input[type=text]:focus {
    outline: 2px solid #00857E !important;
   outline-offset: 5px;
    box-shadow: none;
}

:focus {
    outline: none;
}

/* Search Results */

#serp-dd .result a {
    padding: 10px 15px;
    font-size: 16px;
    color: #5d617a;
}

#serp-dd .result>li.active {
    background: rgba(255, 109, 63, 0.07);
    color: #5d617a;
}

#serp-dd .result a:hover {
    background: rgba(255, 109, 63, 0.07);
    color: #5d617a;
}

#serp-dd .result a:focus {
    color: #5d617a;
    outline: 2px solid #00857E;
   outline-offset: 10px;
}

/* Hero Background Mobile */

@media only screen and (min-width: 200px) and (max-width: 500px) {
    #docsSearch {
        background-image: none;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
}
}

@media only screen and (min-width: 510px) and (max-width: 1160px) {
    #docsSearch {
        background-image: none;
    background-repeat: no-repeat;
        background-size: cover;
        background-position: center bottom;
        }
    }

/* Media Queries Mobile Hero */

@media only screen and (min-width: 200px) and (max-width: 500px) {
    #docsSearch {
        padding: 80px 24px 80px;
    }

    #docsSearch h1 {
    font-size: 46px;
    line-height: 55px;
}
    #searchBar button span {
        display: none;
    }

    #searchBar {
      width: 100%;
}

    #searchBar .search-query {
        padding: 25px 24px;
        background-image: none;
    }

    #searchBar button .icon-search {
    display: block;
    color: #fff;
}
    
     .icon-search:before {
            position: relative;
    bottom: 2px;
     }
}

/* Collection Title Hover & Focus */

.collection-category h2 a:hover {
    border-bottom: 0px;
}

a:focus {
    outline: none;
    text-decoration: none;
}


/* Categories Text Style*/

.collection-category h2 {
     font-size: 30px;
     line-height: 36px;
     color: #1F2022;
     font-weight: 700;
     text-align: center;
}

.collection-category h2 a {
    font-size: 30px;
     line-height: 36px;
     color: #1F2022;
     font-weight: 700 ;
}

h2 {
    font-size: 36px;
     line-height: 36px;
     color: #1F2022;
     font-weight: 700 ;
}

.category-list h3 {
    color: #1F2022;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
}

.category-list h3:hover {
    text-decoration: underline;
    text-decoration-color: #2561ff;
    color: #2561ff;
}

.category-list .category p {
    font-size: 18px;
    line-height: 28px;
    color: #5d617a;
}

.category-list .category .article-count {
    color: #00857E;
    font-size: 20px;
    line-height:22px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
        margin-top: 30px;
}

/* Category Thumbnails */



#category-30 {
    background-image: url('https://i.ibb.co/zXdTwJT/getting-started-background-category.png');
}

#category-28 {
    background-image: url('https://i.ibb.co/3vs0Gdk/account-management-background-category.png');
}

#category-29 {
    background-image: url('https://i.ibb.co/QKwKMDH/payment-and-billing-background-category.png');
}

#category-30 {
    background-image: url('https://i.ibb.co/945px7n/user-management-background-category.png');
}

#category-31 {
    background-image: url('https://i.ibb.co/pJBpnGV/integrations-background-category.png');
}

#category-32 {
    background-image: url('https://i.ibb.co/XbjBYBz/others-background-category.png');
}

/* Category Thumbnails */

#category-38 {
    background-image: url('https://i.ibb.co/1bbqzVQ/app-downloads-background-category.png');
}

#category-36 {
    background-image: url('https://i.ibb.co/c3xrjgF/feature-requests-background-category.png');
}

#category-37 {
    background-image: url('https://i.ibb.co/djzKnqj/premium-support-background-category.png');
}

/* Categories Card Style */

.category-list .category {
    text-align: center;
    display: inline-block;
    border: 1px solid #e7e7e7;
    border-radius: 24px;
    box-shadow: 0px 3px 8px rgba(88, 88, 88, 0.03);
    margin: 0 .8% 20px;
    padding: 100px 50px 50px;
    background-repeat: no-repeat;
    background-position: center 36px;
    background-size: 80px 80px;
    max-width: 74%;
    width: 100%;
    background-color: #fff;
}

.category-list {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 37px;
    margin-top: 32px;
}

#collection-category-33 {
    margin-top: 100px;
}

@media screen and (min-width: 1105px){
.category-list .category {
    max-width: 74%;
    width: 100%;
}
}

.category-list .category, .category-list .category {
    background-size: 130px;
}

.category-list .category, .category-list .category:hover {
    background-repeat: no-repeat;
    background-position: center 45px;
    background-size: 130px;
    padding:1rem 3rem 2rem;
    border-radius: 4px;
}


.category-list .category:hover {
    background-color: #fff;
    box-shadow: 0px 3px 13px rgba(88, 88, 88, 0.11);
}
    


.category-list .category:hover .article-count {
    color: #004d49;
}


/* Media Queries Section Cards */

@media only screen and (min-width: 200px) and (max-width: 1300px) {
    .category-list .category {
    max-width: 80%;
}
}

@media only screen and (min-width: 200px) and (max-width: 1170px) {
    .category-list {
        grid-template-columns: repeat(2,1fr);
    }

    .category-list .category {
        max-width: 79%;
    }
}

@media only screen and (min-width: 200px) and (max-width: 940px) {
    .category-list .category {
        max-width: 70%;
    }
}

@media only screen and (min-width: 200px) and (max-width: 760px) {
    .category-list {
        grid-template-columns: repeat(1,1fr);
    }

    .category-list .category {
        max-width: 84%;
    }
}

@media only screen and (min-width: 200px) and (max-width: 600px) {
    .category-list .category {
        max-width: 98%;
    }
}

/* Footer */

footer {
    padding: 30px 0px;
    border-top: 1px solid #e7e7e7;
    margin-top: 83px;
}

/* Footer Text Style */

footer p {
    margin: 0px;
    font-size: 18px;
    line-height: 28px;
    color: #5d617a;
    text-align: center;
}

footer p a {
    color: #5d617a;
}

footer p a:hover {
    color: #2561ff;
}
footer p a:focus {
    color: #2561ff;
    outline: 2px solid #00857E;
   outline-offset: 10px;
}

/* Interior Page Categories */

/* Search Bar & Sidebar CSS */

#searchBar.sm button .icon-search {
  display: none;
}

#sidebar form .search-query {
    border: 1px solid #2561ff; 
    background: #FFFFFF; 
    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.01), 0px 5px 17px rgba(255, 88, 35, 0.04); 
    border-radius: 100px; 
    font-size: 18px; 
    line-height: 18px; 
    color: #5d617a; 
    padding: 0px 25px 0px 25px; 
    height: 56px; 
    background-image: url(https://i.ibb.co/88ZSSqg/icon-search-minimal-template.png); 
    background-position: 91% 44%; 
    background-repeat: no-repeat; 
    background-size: 24px; 
}

#sidebar .nav-list {
    background-color: #fff;
    margin-top: 23px;
    margin-bottom: 0px;
    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.01), 0px 5px 17px rgba(255, 88, 35, 0.04);
    border-radius: 12px;
    padding: 25px 28px 40px;
    border: 1px solid #e7e7e7;
}

/* Sidebar Text Style */

#sidebar h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #000000;
    text-transform: capitalize;
}


#sidebar .nav-list .active a {
    color: #2561ff;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
}

#sidebar .nav-list a {
   font-size: 16px;
   font-weight: 600;
   line-height: 22px;
   color: #000000;
   padding: 6px 15px 6px 0px;
}

#sidebar .nav-list a:hover {
    color: #2561ff;
    text-decoration: underline;
}
#sidebar .nav-list a:focus {
    color: #2561ff;
    outline: 2px solid #00857E;
   outline-offset: 3px;
}

#sidebar form .search-query:focus {
    outline: 2px solid #00857E !important;
    outline-offset: 5px;
    border-radius: 100px !important;
    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.01), 0px 5px 17px rgba(255, 88, 35, 0.04);
}

/* Icon Arrow Sidebar */

[class^=icon-] {
    color: #1F2022;
    font-size: 20px;
    line-height: 22px;
}

#sidebar .nav-list .active a .icon-arrow, #sidebar .nav-list .active a:hover .icon-arrow, #sidebar .nav-list .active a:focus .icon-arrow {
    color: #1F2022 !important;
}   

.icon-arrow:before {
    color: #1F2022;
}

/* Right Content */

.contentWrapper {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e7e7e7;
    box-shadow: 0px 3px 8px rgba(88, 88, 88, 0.03);
    padding: 50px 60px 72px;
}

#main-content {
    background: none;
}

/* Right Sidebar Text Style */

.contentWrapper h1 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: #1F2022;
}

#categoryHead h1 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: #000000;
}

.articleList li {
    font-size: 18px;
    line-height: 28px;
    color: #5d617a;
}

.contentWrapper a {
    color: #5d617a;
}

.icon-article-doc:before {
 color: #000000;
}

.articleList a span:hover {
    text-decoration: underline;
    color: #2561ff;
}


/* Search Resaults */

#serp-dd.sb {
    border: 1px solid #e7e7e7;
    border-radius: 8px;
    top: 60px;
    box-shadow: 0px 3px 8px rgba(88, 88, 88, 0.03);
    font-size: 16px;
    line-height: 18px;
    color: #5d617a;
}

#serp-dd {
    border: 1px solid #e7e7e7;
    border-radius: 8px;
    top: 80%;
    box-shadow: 0px 3px 8px rgba(88, 88, 88, 0.03);
    font-size: 16px;
    line-height: 18px;
    color: #5d617a;
}

/* Select */

#categoryHead .sort select {
    width: 160px;
    height: 35px;
    margin: 0;
    line-height: 24px;
    font-size: 13px;
    color: #5d617a;
}

select {
    border: 1px solid #e7e7e7;
    box-shadow: 0px 5px 12px rgba(19, 71, 149, 0.03);

}

@media (max-width: 768px){
#categoryHead .sort {
    display: none;
}
}

/* Media Queries Sidebar */

@media (max-width: 768px){
#main-content {
    margin: 40px 0px 2em 0px;
}

#searchBar {
   max-width: 100%; 
}

#categoryHead .sort {
    top: -52px;
}
#sidebar form {
    position: relative;
    margin: 40px 0 40px;
}

#sidebar form .search-query {
    background-position: 93% 44%;
}
}

/* Article Page */

#fullArticle {
        max-width: 100%;
    margin: auto;
    position: relative;
}

/* Article Button Edit */

#fullArticle .admin-edit {
    color: #fff;
    display: inline-block;
    margin-bottom: 22px;
    background-image: none;
    background-color: #2561ff;
    text-shadow: none;
    border: none;
    border-radius: 11px;
    padding: 16px 32px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    text-decoration: none;
}

#fullArticle .admin-edit:hover {
    background-color: #5d617a;
}
#fullArticle .admin-edit:focus {
    background-color: #5d617a;
    outline: 2px solid #00857E;
   outline-offset: 5px;
}

#fullArticle .admin-edit .btn {
    text-decoration: none;
}
/* Text Style Article */

#fullArticle h1, #fullArticle h2, #fullArticle h3, #fullArticle h4, #fullArticle h5 {
    color: #000000;
}

#fullArticle .title {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
}

#fullArticle h2 {
  font-size: 32px;
  line-height: 48px;
  font-weight: 700;
}

#fullArticle, #fullArticle p, #fullArticle ul, #fullArticle ol, #fullArticle li, #fullArticle div, #fullArticle blockquote, #fullArticle dd, #fullArticle table {
    font-size: 16px;
    line-height: 28px;
    color: #5d617a;
}

#fullArticle strong, #fullArticle li b, #fullArticle p b {
    color: #1F2022;
}

.contentWrapper a {
    color: #000000;
}

.contentWrapper p.descrip {
    font-size: 18px;
    margin-top: 25px;
    color: #5d617a;

}

.contentWrapper a:hover {
    text-decoration: none;
    color: #2561ff;
}
.contentWrapper a:focus {
    text-decoration: none;
    color: #2561ff;
    outline: 2px solid #00857E;
   outline-offset: 5px;
}

#fullArticle blockquote {
    font-style: normal;
   /* border-left-color: #00857E; */
    border-width: 0px;
    padding: 20px 22px 20px 22px;
    background: rgba(255, 109, 63, 0.07);
    border-radius: 4px;
}

pre {
    background-color: #f4f5f8; 
    color: #5d617a; 
    border: 0px solid #000000; 
}

#fullArticle pre, #fullArticle code {
    font-size: 16px;
    line-height: 28px;
    color: #5d617a;
}

.articleFoot p, .articleFoot time {
    font-family: 'Martel Sans', sans-serif;
    font-style: normal;
    color: #5d617a;
    font-size: 16px;
}

#sbContact {
    color: #000000;
    border: none;
    text-decoration: underline;
}

#sbContact:hover {
    color: #2561ff;
}
#sbContact:focus {
    color: #2561ff;
    outline: 2px solid #00857E;
   outline-offset: 10px;
}

#fullArticle .printArticle {
    position: absolute;
    right: -2%;
    top: -90px;
}


#fullArticle .printArticle:hover .icon-print{
    color: #2561ff;
}

em {
    color: #1F2022;
}

/* Media Queries Icon */

@media (min-width: 200px) and (max-width: 1220px) {
    #fullArticle .printArticle {
        right: -7%;
    }
}

@media (min-width: 200px) and (max-width: 1150px) {
    #fullArticle .printArticle {
        right: 20px !important;
    }
}

@media (max-width: 768px){ 
    .contentWrapper {
        padding: 50px 28px 72px;
    }

    .related {
    border-radius: 12px !important;
        padding: 72px 28px !important;
}

.related h3 {
    padding-left: 0px !important;
}
.related ul {
    margin-left: 25px !important;
}
}


/* Article Image */

#fullArticle img {
    border: none;
    border-radius: 24px;
    padding: 0px;
}

#fullArticle {
    max-width: 100%
}

/* Media Queries */

@media (max-width: 768px){
    #fullArticle .printArticle {
    right: -14px;
    top: -18px;
}

#fullArticle .title {
    font-size: 34px;
    line-height: 40px;
}

#fullArticle h2 {
    font-size: 26px;
    line-height: 32px;
    }

.articleFoot time.lu {
        float: left;
}

.contentWrapper.withRelated {
    min-height: 205px;
    padding-bottom: 80px;
}
}

/* Related Articles */
.related {
    background: #fff;
    border-radius: 24px;
    border: 1px solid #e7e7e7;
    box-shadow: 0px 3px 8px rgba(88, 88, 88, 0.03);
    padding: 72px 36px;
    margin-top: 40px;
}

/* Related Text */

.related h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: #1F2022;
  text-transform: capitalize;
}

.related ul>li {
  font-size: 18px;
    line-height: 28px;
    color: #5d617a;
}

.related ul>li a {
    color: #000000;
    font-size: 18px;
    line-height: 18px;
}

.related ul>li a:hover span {
    text-decoration: none;
}
.related a:hover {
    color: #2561ff;
}
.related a:focus {
    color: #2561ff;
    outline: 2px solid #00857E;
   outline-offset: 10px;
}

/* Contact PopUp */

#contactModal, .abuse {
   border: 1px solid #e7e7e7;
   box-shadow: 0px 3px 18px rgba(30, 65, 155, 0.06);
   border-radius: 24px;   
   top: 6%;
}

.modal-body {
        padding: 0px 50px 60px;
        min-height: 630px;
}

#contactModal .control-label {
    width: 100%;
    float: left;
    text-align: left;
}

#contactModal .controls {
    margin-left: 0px;
}

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

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

.form-actions:before, .form-actions:after {
display: none;
}

/* Contact PopUp Text */


#contactModal h2, .abuse h2 {
    padding: 50px 0 15px 50px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    border-bottom: none;
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    color: #1F2022;
}

.form-horizontal .control-label {
    font-size: 18px;
    line-height: 28px;
    color: #5d617a;
}

input[type=text] {
    border-radius: 6px;
    border: 1px solid #CAD8E3;
    box-shadow: none;
    background-color: #fff;
        height: 40px;
    font-size: 14px;
    line-height: 16px; 
    color: #5d617a;
    padding: 4px 12px;
    width: 95%
}

#contactModal input[type=file] {
    height: 25px;
    padding: 18px 12px;
}

.form-horizontal textarea {
   border-radius: 12px;
    border: 1px solid #CAD8E3;
    box-shadow: none;
    background-color: #fff;
        height: 40px;
    font-size: 14px;
    line-height: 16px; 
    color: #5d617a;
    padding: 4px 12px;
    width: 95%
}

.form-search input, .form-inline input, .form-horizontal input, .form-search textarea, .form-inline textarea, .form-horizontal textarea, .form-search select, .form-inline select, .form-horizontal select, .form-search .help-inline, .form-inline .help-inline, .form-horizontal .help-inline, .form-search .uneditable-input, .form-inline .uneditable-input, .form-horizontal .uneditable-input, .form-search .input-prepend, .form-inline .input-prepend, .form-horizontal .input-prepend, .form-search .input-append, .form-inline .input-append, .form-horizontal .input-append {
border-radius: 12px;
    border: 1px solid #EBECEF;
    box-shadow: none;
    background-color: #fff;
    font-size: 16px;
        height: 40px;
    line-height: 16px; 
    color: #5d617a;
    padding: 4px 12px;
    width: 81%;
    width: 95%
}

#contactModal input[type=submit].btn {
    border-radius: 100px;
    background-color: #00857E;
    font-size: 18px;
    line-height: 18px;
    border: none;
    background-image : none;
    width: 100%;
    height: 50px;
    text-shadow: none;
    color: #FFF;
    font-weight: 700;  
    margin-top: 15px; 
}

#contactModal input[type=submit].btn:hover {
    background-color: #004d49;
}
#contactModal input[type=submit].btn:focus {
    background-color: #5d617a;
    outline: 2px solid #00857E;
   outline-offset: 10px;
}


/* Form Mobile Contact Us */

.modal {
        width: 650px;
}

@media (max-width: 768px) {
button.btn, input[type=submit].btn {
     border-radius: 11px;
    background-color: #2561ff;
    font-size: 18px;
    line-height: 18px;
    border: none;
    background-image : none;
    width: 100%;
    height: 50px;
    text-shadow: none;
    color: #FFF;
    font-weight: 700;  
    margin-top: 15px; 
}

button.btn, input[type=submit].btn:hover {
    background-color: #5d617a;
}
button.btn, input[type=submit].btn:focus {
    background-color: #5d617a;
    outline: 2px solid #00857E;
   outline-offset: 10px;
}

label {
    padding: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom: none;
    font-size: 18px;
    line-height: 36px;
    font-weight: 700;
    color: #1F2022;
}

#contactForm #name, #contactForm #email, #contactForm #subject {
    border-radius: 12px;
    border: 1px solid #EBECEF;
    box-shadow: none;
    background-color: #fff;
    font-size: 14px;
        height: 40px;
    line-height: 16px; 
    color: #5d617a;
    padding: 4px 12px;
    width: 81%;
    width: 95%
}

#contactForm #message {
    border-radius: 12px;
    border: 1px solid #EBECEF;
    box-shadow: none;
    background-color: #fff;
    font-size: 14px;
    line-height: 16px;
    color: #5d617a;
    padding: 4px 12px;
    width: 95%;
}

#contactForm #message:focus {
    outline: 2px solid #00857E;
   outline-offset: 10px;
}

#contactForm input[type=file] {
    border: 1px solid #EBECEF;
}

#contactForm #message {
border-radius: 6px;
    border: 1px solid #CAD8E3;
    box-shadow: none;
    background-color: #fff;
    font-size: 14px;
    line-height: 16px; 
    color: #5d617a;
    padding: 4px 12px;
    width: 95%
}

#contactForm input[type=file] {
    height: 25px;
    padding: 18px 12px;
    border-radius: 6px;
    border: 1px solid #CAD8E3;
    box-shadow: none;
    background-color: #fff;
    width: 95%
}
}

/* Focus Form */

textarea:focus, input:focus, input[type=text]:focus, input[type=password]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=date]:focus, input[type=month]:focus, input[type=time]:focus, input[type=week]:focus, input[type=number]:focus, input[type=email]:focus, input[type=url]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=color]:focus, .uneditable-input:focus {
    box-shadow: none;
}

textarea:focus {
    outline: 2px solid #00857E;
   outline-offset: 10px;
}

/* Close Buttton */
.icon-close, .featherlight-close-icon {
    color:#000000;
}
.icon-close:before, .featherlight-close-icon:before {
    display: none;
}

.modal #closeBtn:hover .icon-close:before {
    color: #2561ff;
}
.modal #closeBtn:focus .icon-close:before {
    color: #2561ff;
    outline: 2px solid #00857E;
   outline-offset: 10px;
}

.modal #closeBtn {
        top: 30px;
    right: 30px;
}

#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;
    position: relative;
    right: 50%;
}

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

/* Error Message Form */

#contactModal .parsley-errors-list {
    font-size: 16px;
    margin-top: 16px;
    color: #D50102;
}

#contactModal .parsley-error:not([type=file]), #contactForm .parsley-error:not([type=file]), .abuse .parsley-error:not([type=file]) {
    border: 1px solid #D50102;
}

/* Media Queries */

@media (max-width: 768px) {
.modal-body {
    min-height: 730px;
}
}

/* Sticky Table Stuff */

.sticky-table-container {
	overflow-y: auto;
	max-height: 700px;
	border: 1px solid #dedede; 
}

.sticky-first-column th:first-child {
	position: sticky;
	left: 0;
	background-color: #f2f2f2;
	z-index: 1;
	border-right: 1px solid #dedede;
	font-size: 12px;
}   

.sticky-first-column thead th:first-child {
    	background-color: #dedede; 
	font-size: 18px;
}

.sticky-header{
	position: sticky;
	top: 0;
	background-color: #dedede; 
	z-index: 2; 
}            

.sticky-table td, .sticky-table th {
	border-right: 1px solid #dedede;
}


/* Callout */

#fullArticle .callout {
    background: #f4f5f8;
    border-color: #a9acbc;
}

#fullArticle .callout p, #fullArticle .callout-blue p, #fullArticle .callout-green p, #fullArticle .callout-red p, #fullArticle .callout-yellow p, #fullArticle .private-note p { 
    font-size: 16px; 
} 
#fullArticle .callout-blue>:first-child, #fullArticle .callout-green>:first-child, #fullArticle .callout-red>:first-child, #fullArticle .callout-yellow>:first-child, #fullArticle .callout>:first-child, #fullArticle .private-note>:last-child {
    margin-top: 1px;
}


/* Homepage Columns */

.threeCol h2, .twoCol h2 { 
    font-size: 24px; 
    text-align: center; 
    font-weight: 600; 
} 

.threeCol h2,.twoCol h2 { 
    font-size: 24px; 
    text-align: center; 
    font-weight: 600; 
} 

.threeCol h2 a,.twoCol h2 a {
 font-weight: 600;
 text-decoration: none;
 color: #000000;
}
.threeCol h2 a:hover,.twoCol h2 a:hover {
 font-weight: 600;
 text-decoration: underline; 
 display: inline-block;
 color: #2561ff; 
 border-bottom: none;
}
.threeCol h2 a:focus,.twoCol h2 a:focus {
 font-weight: 600;
 display: inline-block;
 color: #2561ff; 
 outline: 2px solid #00857E;
   outline-offset: 10px;
}
.most-pop-articles .popArticles a:hover span,.threeCol .popArticles a:hover span,.twoCol .popArticles a:hover span { 
    text-decoration: underline; 
    color: #2561ff; 
} 
.most-pop-articles .popArticles a:focus,.threeCol .popArticles a:focus,.twoCol .popArticles a:focus { 
    color: #2561ff; 
    outline: 2px solid #00857E;
   outline-offset: 10px;
} 

.threeCol .browse, .threeCol p, .twoCol .browse, .twoCol p {
    font-size: 15px;
    color: #2561ff;
    text-decoration: none;
    font-weight: 600;
}

.threeCol .browse:hover, .twoCol .browse:hover {
    color: #5d617a;
}
.threeCol .browse:focus, .twoCol .browse:focus {
    color: #5d617a;
    outline: 2px solid #00857E;
   outline-offset: 10px;
}
/* Misc */

.icon-article-doc:before {
    margin-right: 2px;
}

/* Banner Message */
 
.banner-container {
  background-color: #11339a;
  padding: 15px;
  text-align: center;
  position: fixed; /* Or relative, depending on desired behavior */
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000; /* Ensure it stays on top */
}
 
.banner-message {
  display: inline-block;
  font-size: 16px;
  color: #fff;
}

.banner-message a {
    color: white;
    font-weight: bold;
    text-decoration: underline;
}

header {
    margin-top: 30px;
}


#serp-dd .result a:hover, #serp-dd .result > li.active, #fullArticle strong a, #fullArticle a strong, .collection a, .contentWrapper a {
    color: #000000;
    font-weight: 500;
    text-decoration: underline;
}
#serp-dd .result a:focus {
    color: #000000;
    font-weight: 500;
    outline: 2px solid #00857E;
   outline-offset: 10px;
}
.collection-body .popArticles a, .most-pop-articles .popArticles a, .most-pop-articles .popArticles a:hover span, .category-list .category .article-count, .category-list .category:hover .article-count {
color: #000000;
font-weight: 600;
}
.most-pop-articles .popArticles a:focus span, .category-list .category:focus h3 {
color: #000000;
font-weight: 600;
    outline: 2px solid #00857E;
   outline-offset: 10px;
}

.articleList a {
     font-weight: 500;
     text-decoration: none;
}

#fullArticle figcaption {
   color:#000000; 
   font-weight: 600;
}


.articleRatings {
    color: #000000;
    font-weight: 600;
}

#contentArea {
    margin-top: 20px;
}