body {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    letter-spacing: .20px;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5 {
    font-family: 'Noto Sans', sans-serif;
}

.category-list .category {
	background-color:#FFFFFF;
	border: 1px solid #DBDBDB;
    border-radius: 4px;
    padding: 10px 0px;
    width: 22.5%;
}

#fullarticle div {
    margin-bottom: 0px!important; /* default 1.5em was breaking our div "tables" used */
}

@media only screen and (min-width: 601px) and (max-width: 768px) {
    .category-list .category {
        width: 44.5%;
    }
}

@media only screen and (max-width: 600px) {
    .category-list .category {
        margin-bottom: 14px;
        width: 100%;
    }
}

.category-list .category:hover {
    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;
}


#docsSearch {
    background-color: #0058ef;
}

#docsSearch h1 {
    color: white;
    margin-left: -43px;
}

@media only screen and (max-width: 768px) {
    #docsSearch h1 {
        margin-left: auto;
    }
}

#searchBar button {
    background: #BCD8F1;
    border-radius: 100px;
    color: #022E7A;
    position: absolute;
    right: -1px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .5px;
    text-shadow: none !important;
    font-size: 16px;
}

#searchBar button:hover {
     background: white;
     color: #0058EE;
     transition: background-color .6s;
}

#searchBar .search-query {
	background: #fff;
	border-color: transparent;
	box-shadow: none;
    color: #444;
    width: 480px;
    margin-right: 0;
    display: block;
}

@media only screen and (max-width: 768px) {
    #searchBar .search-query {
    width: 70%;
    }
}

#collection-category-287 .article-count {
    display: none;
}

#collection-category-287 h2 {
    display: none;
}

#collection-category-287 a{
    border: 2px solid #DBDBDB;
}

[id^='category-'] {
    background-repeat: no-repeat !important;
    background-position: top 10px center !important;
    background-size: 70px auto !important;
    padding: 80px 0px 0px !important;
}

[id^='category-'] p {
    margin-left: 4px;
    margin-right: 4px;
}

.navbar .nav li a {
    display: none;
}

/* Menu icons can be changed below */

/* telehealth */
#category-540 {
    background-image: url("http://img.icons8.com/material/96/0058EE/video-call--v1.png");
}

/* FAQ */
#category-400 {
    background-image: url("http://img.icons8.com/material/96/0058EE/faq--v2.png");
}

/* Schedule a support call */
#category-410 {
    background-image: url("https://img.icons8.com/material/96/0058EE/callback.png");
}

/* Grow your practice */
#category-412 {
    background-image: url("https://img.icons8.com/material/96/0058EE/news--v1.png");
}

/* ??? no longer used? */
#category-304 {
    background-image: url("https://img.icons8.com/material/96/0058EE/tv-show--v1.png");
}

/* Email us */
#category-294 {
    background-image: url("https://img.icons8.com/material/96/0058EE/new-post--v1.png");
}

/* Youtube */
#category-290 {
    background-image: url("https://img.icons8.com/material/96/0058EE/tv-show--v1.png");
}

/* Call with sales team */
#category-468 {
    background-image: url("https://img.icons8.com/material/96/0058EE/trust--v1.png");
}

/* System status */
#category-308 {
    background-image: url("https://img.icons8.com/material/96/0058EE/system-information--v1.png");
}

/* no longer used */
#category-306 {
    background-image: url("https://img.icons8.com/dusk/64/0058EE/training.png");
}

/*
    Added by RBG, if you have any questions please ask before changing
*/

/* Single line alert/notes */

#blue-tip {
    background-color: #F6FAFF;
    border-style: solid;
    border-width: 0px 0px 0px 5px;
    border-color: #6F9AFC;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 1.5rem !important;
}

#orange-tip {
    background-color: #fffbf6;
    border-style: solid;
    border-width: 0px 0px 0px 5px;
    border-color: #F5BF6A;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 1.5rem !important;
}

#green-tip {
    background-color: #f6fff9;
    border-style: solid;
    border-width: 0px 0px 0px 5px;
    border-color: #81C784;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 1.5rem !important;
}

#red-tip {
    background-color:#fff6f6;
    border-style: solid;
    border-width: 0px 0px 0px 5px;
    border-color: #E57373;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 1.5rem !important;
}

.hh2 {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 5px;
    font-size: 30px !important;
    font-weight: bold !important;
    color: #022E7A !important;
}

/* Blue, Red, and regular buttons consistent with our color scheme on portal */

.button-blue {
    text-align: center;
    color: #fff;
    background-color: #2962ff;
    border: 0px;
    padding: 6px 12px;
    border-radius: 28px;
    box-shadow: 2px 2px 5px #BDBDBD;
    font-weight: bold !important;
    transition-duration: 0.4s;
}

.button-blue:hover {
    text-align: center;
    color: #fff;
    background-color: #184cdb;
    border: 0px;
    padding: 6px 12px;
    border-radius: 28px;
    box-shadow: 2px 2px 5px #BDBDBD;
    font-weight: bold !important;
    transition-duration: 0.4s;
}


.button-red {
    text-align: center;
    color: #fff;
    background-color: #cb4442;
    padding: 5px 10px;
    border-radius: 5px;
    box-shadow: 2px 2px 5px #BDBDBD;
    border: 1px solid #b32929;
    transition-duration: 0.4s;
    font-weight: bold !important;
}

.button-red:hover {
    background-color: #f55e5b;
}

.button-white {
    text-align: center;
    color: #000;
    background-color: #f8f8f8;
    padding: 5px 10px;
    border-radius: 5px;
    box-shadow: 2px 2px 5px #BDBDBD;
    border: 1px solid #707070;
    transition-duration: 0.4s;
}

.button-white:hover {
    background-color: #e0e0e0;
}

.button-green {
    text-align: center;
    color: #fff;
    background-color: #5cb85c;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #308030;
    transition-duration: 0.4s;
    font-weight:bold !important;
}

.button-green:hover {
    background-color: #70e070;
}

.button-orange {
    text-align: center;
    color: #fff;
    background-color: #e18a16;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #c97300;
    transition-duration: 0.4s;
    font-weight:bold !important;
}

.button-orange:hover {
    background-color: #e6962c;
}

.flex-compare {
    display: flex;
}

.flex-child {
    flex: 1;
    border-style: solid;
    border-width: 1px 1px 1px 5px;
    border-color: #1E88E5;
    background-color: #e5effa;
}  

.flex-child:first-child {
    margin-right: 20px;
}

/* For adding padding to UL's nested within UL's (helpscout doesn't add any top padding) */

ul.myclass ul {
    padding-top: 10px !important;
}

.category-list .category {
	background-color:#FFFFFF;
	border: 1px solid #DBDBDB;
    border-radius: 4px;
    padding: 10px 0px;
    width: 22.5%;
}

@media only screen and (min-width: 601px) and (max-width: 768px) {
    .category-list .category {
        width: 44.5%;
    }
}

@media only screen and (max-width: 600px) {
    .category-list .category {
        margin-bottom: 14px;
        width: 100%;
    }
}


.category-list .category:hover {
    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;
}

@media only screen and (max-width: 768px) {
    #searchBar .search-query {
    width: 70%;
    }
}

#collection-category-287 .article-count {
    display: none;
}

#collection-category-287 h2 {
    display: none;
}

#collection-category-287 a{
    border: 2px solid #DBDBDB;
}

[id^='category-'] {
    background-repeat: no-repeat !important;
    background-position: top 10px center !important;
    background-size: 70px auto !important;
    padding: 80px 0px 0px !important;
}

[id^='category-'] p {
    margin-left: 4px;
    margin-right: 4px;
}

.navbar .nav li a {
    display: none;
}

/*
    Added by RBG, if you have any questions please ask before changing
*/

/* Single line alert/notes */

#blue-info {
    background-color: #e5effa;
    border-style: solid;
    border-width: 1px 1px 1px 3px;
    border-color: #1E88E5;
    border-radius: 5px;
    padding: 20px;
}

#orange-info {
    background-color: #F9ECDA;
    border-style: solid;
    border-width: 1px 1px 1px 3px;
    border-color: #f9a536;
    border-radius: 5px;
    padding: 20px;
}

#yellow-info {
    background-color: #FFF9C4;
    border-style: solid;
    border-width: 1px 1px 1px 3px;
    border-color: #FDD835;
    border-radius: 5px;
    padding: 20px;
}

#green-info {
    background-color: #E8F5E9;
    border-style: solid;
    border-width: 1px 1px 1px 3px;
    border-color: #5cb85c;
    border-radius: 5px;
    padding: 20px;
}

#red-info {
    background-color: #FFEBEE;
    border-style: solid;
    border-width: 1px 1px 1px 3px;
    border-color: #F44336;
    border-radius: 5px;
    padding: 20px;
}

/* 50/50 div's for split information */

.flex-container-blue {
    display: flex;
    margin: 0px;
    padding: 5px;
    background-color: #fff;
}

.flex-child-blue {
    flex: 1;
    margin-bottom: 0px;
    padding: 10px;
    background-color:#f6faff;
    border-style: solid;
    border-width: 2px;
    border-color: #1E88E5;
    border-radius: 15px;
}  

.flex-child-blue:first-child {
    margin-right: 10px;
} 

#hh {
    background-color: #e5effa !important;
    border-style: solid;
    border-width: 1px 1px 1px 5px;
    border-color: #1E88E5;
    border-radius: 5px;
    padding: 20px;
    font-size: 24px !important;
    font-weight:bold !important;
}

.flex-compare {
    display: flex;
}

.flex-child {
    flex: 1;
    border-style: solid;
    border-width: 1px 1px 1px 5px;
    border-color: #1E88E5;
    background-color: #e5effa;
}  

.flex-child:first-child {
    margin-right: 20px;
}

/* For adding padding to UL's nested within UL's (helpscout doesn't add any top padding) */

ul.myclass ul {
    padding-top: 10px !important;
}

/* New styles testings from James */

#blue-div {
    background-color: #F6FAFF;
    border-style: solid;
    border-width: 0px 0px 0px 5px;
    border-color: #6F9AFC;
    border-radius: 5px;
    padding: 15px;
}

#orange-div {
    background-color: #F6FAFF;
    border-style: solid;
    border-width: 0px 0px 0px 5px;
    border-color: #F5BF6A;
    border-radius: 5px;
    padding: 15px;
}

#green-div {
    background-color: #F6FAFF;
    border-style: solid;
    border-width: 0px 0px 0px 5px;
    border-color: #81C784;
    border-radius: 5px;
    padding: 15px;
}

#red-div {
    background-color: #F6FAFF;
    border-style: solid;
    border-width: 0px 0px 0px 5px;
    border-color: #E57373;
    border-radius: 5px;
    padding: 15px;
}

.code {
    border: 2px solid #d4d4d4;
    background-color: #F5F5F5;
    border-radius: 5px;
    padding: 3px 12px;
    margin-top: 1px;
    margin-bottom: 1px;
    display: inline-block;
    /* box-shadow: 0 5px 5px -4px #d4d4d4; -- testing without it */
}

.code-light {
    border: 2px solid #0058EE;
    background-color: #ecf1fe;
    border-radius: 25px;
    padding: 4px 12px;
    margin-top: 1px;
    margin-bottom: 1px;
    display: inline-block;
}

.code-blue {
    border: 2px solid #0058EE;
    background-color: #EBF5FB;
    color: #0058EE;
    border-radius: 20px;
    padding: 3px 12px;
    margin-top: 1px;
    margin-bottom: 1px;
    box-shadow: 0 5px 5px -4px #d4d4d4;
    display: inline-block;
}

.code-blue-light {
    border: 1px solid #2962ff;
    background-color: #e8f2fc;
    color: #2962ff;
    border-radius: 20px;
    padding: 3px 12px;
    margin-top: 1px;
    margin-bottom: 1px;
    box-shadow: 0 5px 5px -3px #e0e0e0;
    display: inline-block;
}

.code-red {
    border: 2px solid #F44336;
    background-color: #FFEBEE;
    color: #F44336;
    border-radius: 20px;
    padding: 3px 12px;
    margin-top: 1px;
    margin-bottom: 1px;
    box-shadow: 0 5px 5px -4px #d4d4d4;
    display: inline-block;
}

.code-green {
    border: 2px solid #52BE80;
    background-color: #E9F7EF;
    color: #229954;
    border-radius: 20px;
    padding: 3px 12px;
    margin-top: 1px;
    margin-bottom: 1px;
    display: inline-block;
}

/* CSS for the "new" buttons in the system 7/25/24 */

.button-blue-new {
    text-align: center;
    color: #fff;
    background-color: #2962ff;
    border: 0px;
    padding: 6px 12px;
    border-radius: 28px;
    box-shadow: 2px 2px 5px #BDBDBD;
    font-weight: bold !important;
}

.button-blue-new:hover {
    text-align: center;
    color: #fff;
    background-color: #184cdb;
    border: 0px;
    padding: 6px 12px;
    border-radius: 28px;
    box-shadow: 2px 2px 5px #BDBDBD;
    font-weight: bold !important;
    transition-duration: 0.4s;
}


.button-blue-light {
    background-color: #f2f3ff;
    padding: 6px 10px;
    border-radius: 28px;
    border: 1px solid #2a62fc;
    color: #2a62fc;
    font-weight: bold !important;
}

.button-blue-light:hover {
    background-color: #e5e7f8;
    padding: 6px 10px;
    border-radius: 28px;
    border: 1px solid #2a62fc;
    color: #2a62fc;
    font-weight: bold !important;
    transition-duration: 0.4s;
}

.button-appointment {
    background-color: #f6faff;
    border-style: solid;
    border-color: #c5cae9 !important;
    color: #19166d;
    border-radius: 5px;
    padding: 6px 12px;
    font-weight: bold !important;
}

.button-appointment:hover {
    background-color: #e3e7f4;
    border-style: solid;
    border-color: #c5cae9 !important;
    color: #19166d;
    border-radius: 5px;
    padding: 6px 12px;
    font-weight: bold !important;
    transition-duration: 0.4s;
}

.button-appointment-blue {
    background-color: #f6faff;
    border-style: solid;
    border-color: #c5cae9;
    color: #2962ff;
    border-radius: 5px;
    padding: 6px 12px;
    font-weight: bold !important;
}

.button-appointment-blue:hover {
    background-color: #e3e7f4;
    border-style: solid;
    border-color: #c5cae9;
    color: #2962ff;
    border-radius: 5px;
    padding: 6px 12px;
    font-weight: bold !important;
    transition-duration: 0.4s;
}

.button-appointment-green {
    background-color: #f6faff;
    border-style: solid;
    border-color: #c5cae9;
    color: #6abd6b;
    border-radius: 5px;
    padding: 6px 12px;
    font-weight: bold !important;
}

.button-appointment-green:hover {
    background-color: #e3e7f4;
    border-style: solid;
    border-color: #c5cae9;
    color: #6abd6b;
    border-radius: 5px;
    padding: 6px 12px;
    font-weight: bold !important;
    transition-duration: 0.4s;
}

.top-tab {
    text-align: center;
    color: #1a237e;
    background-color: #e6effc;
    padding: 4px 15px;
    border-radius: 5px;
    border-bottom: 4px solid #0385da;
    font-weight: bold !important;
    display: inline-block;
}

.top-tab:hover {
    text-align: center;
    color: #1a237e;
    background-color: #ccdef3;
    padding: 4px 15px;
    border-radius: 5px;
    border-bottom: 4px solid #0385da;
    transition-duration: 0.4s;
    font-weight: bold !important;
    display: inline-block;
}

.box-with-shadow {
    background-color: #FFF !important;
    border-style: solid !important;
    border-width: 1px 1px 1px 1px !important;
    border-color: #CFD8DC !important;
    border-radius: 5px !important;
    padding: 15px !important;
    box-shadow: 0px 0px 3px 1px #CFD8DC !important;
    position: relative !important;
}

table {
    /* CSS for tables used in helpscout's restrictive doc editor */
    border: 1px solid #022E7A !important;
}

/* changes helpscout tables
tbody tr td {
    border-right: 1px solid #bbb;
}

tbody tr td:last-child {
    border: 0;
}

  tbody tr:nth-child(odd) {
    background-color: #e8f2fc;
  }
  
  tbody tr:nth-child(even) {
    background-color: #ffffff;
  }
  
  tbody tr:first-child{
    background-color: #022E7A !important;
    padding: 15px !important;
    color: #ffffff !important;
    font-weight: bold;
    border-bottom: 6px solid #0058EE;
  }
  */

/* was design for splitting the top bar, previously used unsuccessfully for a table border-radius because that would be to easy to define at the table level

table tr:first-child td:first-child {
    border-right: 2px solid #FFF !important;
}
    
table tr:first-child td:last-child {
    border-left: 2px solid #FFF !important;
}

*/

  /* CSS for the numerical steps with on brand blue and light blue background */
  .steps {
    margin-right: 10px;
    padding: 10px;
    font-size: 20px;
    background-color: #eff1fd;
    color: #0058EE;
    border: 1px solid #0058EE;
    font-weight: bold !important;
    border-radius: 50%;
  }

  /* Buttons mainly within the settings at the top right of each section/panel */
  .button-settings {
    border-radius: 28px;
    padding: 5px 12px;
    border: 1px solid #e3e7f4;
    background-color: #e3e7f4;
    color: #19166d;
    font-weight: bold !important;
  }

  .button-settings:hover {
    border: 1px solid #797f9d;
    border-radius: 28px;
    padding: 5px 12px;
    background-color: #f8f9fd;
    color: #19166d;
    font-weight: bold !important;
    transition-duration: 0.4s;
  }

  .button-settings-red {
    border-radius: 28px;
    padding: 5px 16px;
    background-color: #f3e9e9;
    color: #a94442;
    border: 1px solid #a94442;
    font-weight: bold !important;
  }

  .left-menu {
    margin-right: 5px;
    border-bottom-right-radius: 32px !important;
    border-top-right-radius: 32px !important;
    padding-left: 15px;
    padding-right: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
    background-color: #dadfe4;
    border: 1px solid #dadfe4;
    color: #19166d;
    font-weight: bold !important;
  }

  .button-dark-blue-outline {
    border-radius: 28px;
    padding: 5px 15px;
    background-color: #fff;
    color: #19166d;
    border: 1px solid #19166d;
    font-weight: bold !important;
  }

  .button-dark-blue-outline:hover {
    border-radius: 28px;
    padding: 5px 15px;
    background-color: #e9e9f4;
    color: #19166d;
    border: 1px solid #19166d;
    font-weight: bold !important;
    transition-duration: 0.4s;
  }

  .settings-section-header {
    color: #01468b;
    background-color: #f6faff;
    border: 1px solid #56bbfd;
    border-radius: 3px;
    padding: 4px 10px;
    margin-top: 10px;
    margin-left: 3px;
    margin-right: 3px;
    font-weight: bold !important;
  }

  .section-header {
    color: #01468b;
    background-color: #f6faff;
    border: 1px solid #56bbfd;
    border-radius: 3px;
    padding: 4px 10px;
    margin-top: 10px;
    margin-left: 3px;
    margin-right: 3px;
    font-weight: bold !important;
  }

  .button-grey-outline {
    border-radius: 28px;
    padding: 5px 15px;
    background-color: #f5f5f5;
    color: #19166d;
    border: 1px solid #19166d;
    font-weight: bold !important;
  }

  .button-grey-outline:hover {
    border-radius: 28px;
    padding: 5px 15px;
    background-color: #dddddd;
    color: #19166d;
    border: 1px solid #19166d;
    font-weight: bold !important;
    transition-duration: 0.4s;
  }

  .button-light-blue-outline {
    border-radius: 28px;
    padding: 5px 15px;
    background-color: #fff;
    color: #429fdb;
    border: 1px solid #429fdb;
    font-weight: bold !important;
  }

  .button-light-blue-outline:hover {
    border-radius: 28px;
    padding: 5px 15px;
    background-color: #e5f1f8;
    color: #429fdb;
    border: 1px solid #429fdb;
    font-weight: bold !important;
    transition-duration: 0.4s;
  }

  .button-red-outline {
    border-radius: 28px;
    padding: 5px 15px;
    background-color: #fff;
    color: #a94442;
    border: 1px solid #a94442;
    font-weight: bold !important;
  }

  .button-red-outline:hover {
    border-radius: 28px;
    padding: 5px 15px;
    background-color: #f9e9e9;
    color: #a94442;
    border: 1px solid #a94442;
    font-weight: bold !important;
    transition-duration: 0.4s;
  }

  .button-blue-outline {
    border-radius: 28px;
    padding: 5px 15px;
    background-color: #fff;
    color: #2a62fc;
    border: 1px solid #2a62fc;
    font-weight: bold !important;
  }

  .button-blue-outline:hover {
    border-radius: 28px;
    padding: 5px 15px;
    background-color: #dbe2f6;
    color: #2a62fc;
    border: 1px solid #2a62fc;
    font-weight: bold !important;
    transition-duration: 0.4s;
  }

  .button-green-outline {
    border-radius: 28px;
    padding: 5px 15px;
    background-color: #fff;
    color: #5cb85c;
    border: 1px solid #5cb85c;
    font-weight: bold !important;
  }

  .button-green-outline:hover {
    border-radius: 28px;
    padding: 5px 15px;
    background-color: #e7f9e7;
    color: #5cb85c;
    border: 1px solid #5cb85c;
    font-weight: bold !important;
    transition-duration: 0.4s;
  }

  .button-orange-outline {
    border-radius: 28px;
    padding: 5px 15px;
    background-color: #fff;
    color: #ff8f00;
    border: 1px solid #ff8f00;
    font-weight: bold !important;
  }

  .button-orange-outline:hover {
    border-radius: 28px;
    padding: 5px 15px;
    background-color: #f9f1e5;
    color: #ff8f00;
    border: 1px solid #ff8f00;
    font-weight: bold !important;
    transition-duration: 0.4s;
  }

  /* Test for helpscout's layout, comment out to revert */

  .container-fluid {
    max-width: 1200px !important;
  }


  /* For all the title sections on the "home" (dashboard) page */

  .home-section {
    color: #1a237e;
    border: 1px solid #1a237e;
    border-radius: 4px;
    padding: 5px 12px;
    margin-top: 10px;
    margin-left: 3px;
    margin-right: 3px;
    font-weight: bold !important;
  }

  .auto-text {
    margin-bottom: 10px;
    border-radius: 28px;
    padding: 6px 16px;
    color: #19166d;
    background-color: #f5f5f5;
    border: 1px solid #19166d;
  }

  .button-dark-blue-outline-small {
    border-radius: 28px;
    padding: 2px 8px;
    background-color: #fff;
    color: #19166d;
    border: 1px solid #19166d;
    font-weight: bold !important;
  }

  .button-dark-blue-outline-small:hover {
    border-radius: 28px;
    padding: 2px 8px;
    background-color: #e9e9f4;
    color: #19166d;
    border: 1px solid #19166d;
    font-weight: bold !important;
    transition-duration: 0.4s;
  }

  .dashboard-section-header {
    background-color: #fff;
    border: 2px solid #1a237e;
    border-radius: 5px;
    margin: 4px 5px;
    padding: 5px 12px;
    font-weight: bold !important;
  }

  .dashboard-selection {
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 7px 20px;
    border: 2px solid #b4b4b4;
    border-radius: 25px;
    color: #000;
    background-color: #eeedee;
  }

  /* This is to embed Denise's youtube videos in: iframes, helpscout, and youtube don't always like to play well
  
  Hacked together as best as I could after testing, maybe someone else can come up with a better solution

  */

  .iframe-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* Reasoning: 16:9 Aspect Ratio for video (divide 9 by 16 = 0.5625) */
  }
  
  /* Then style the iframe to fit in the container div with relative 100% height and width */
  .responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }


/* EXPORTED WEBFLOW CSS INLINE WITH WEBSITE STANDARDS */

/* FOR TABLE - EX. EXPORT OPTIONS */
:root {
    --navy: #022e7a;
    --sky: #bcd8f1;
    --white: white;
    --blue: #06f;
  }
  
  .helpscout_wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }
  
  .helpscout_table {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border: 1px solid var(--navy);
    background-color: #fff;
    border-radius: .5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
    overflow: hidden;
    margin-bottom: 0px !important;
  }
  
  .helpscout_table-row {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fff;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    margin-bottom: 0px !important;
  }
  
  .helpscout_table-row.heading {
    background-color: var(--sky);
    color: var(--navy);
    font-weight: 700;
  }
  
  .helpscout_table-row.is-even {
    background-color: #ebf2ff;
  }
  
  .helpscout_table-row.col-2 {
    grid-template-columns: 1fr 1fr;
  }
  
  .helpscout_table-item {
    border-right: 1px solid var(--navy);
    padding: .75rem 1rem;
    margin-bottom: 0px !important;
  }
  
  .helpscout_table-item.is-last {
    border-right-style: none;
  }
  
  .helpscout_table-item.is-first {
    font-weight: 700;
  }
  
  .helpscout_cards-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    max-width: 75rem;
    display: grid;
  }
  .helpscout_cards-wrapper-2 {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    max-width: 75rem;
    display: grid;
  }
  
  .helpscout_card-card {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    background-color: var(--white);
    border-radius: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 1.5rem;
    display: flex;
  }
  
  .helpscout_card-card.is-blue {
    background-color: var(--sky);
  }
  
  .helpscout_card-icon {
    width: 5rem;
  }
  
  .helpscout_h3 {
    color: var(--navy);
    font-size: 2rem;
    font-weight: 700;
  }
  
  .paragraph {
    font-size: 1rem;
  }
  
  @media screen and (max-width: 991px) {
    .helpscout_cards-wrapper {
    }
  }
  
  @media screen and (max-width: 479px) {
    .helpscout_wrapper {
        background-color: #fff;
    }
  
    .helpscout_table {
      position: relative;
    }
  
    .helpscout_table-row.col-2 {
      grid-template-columns: 1fr;
    }
  
    .helpscout_table-item {
      border-right-style: none;
    }
  
    .helpscout_table-item.is-last.hide-mobile {
      display: none;
    }
  
    .helpscout_table-item.is-first {
      padding-bottom: 0;
      font-weight: 700;
    }
  
    .helpscout_cards-wrapper {
      grid-column-gap: 1.25rem;
      grid-row-gap: 1.25rem;
    }
  
    .helpscout_card-card {
      padding: 1.25rem;
    }
  
    .helpscout_card-icon {
      width: 3rem;
    }
  
    .helpscout_h3 {
      font-size: 1.5rem;
    }
  }
  
  #w-node-a9b1fecf-4de8-d3dd-0c21-299902b38084-ae3c1856 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
/* Webflow export of "cards" similar to the "features" section of our new website - prominent bordering with image / header / paragraph */

.helpscout_table {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--navy);
  background-color: #fff;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  overflow: hidden;
}

.helpscout_table-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.helpscout_table-row.heading {
  background-color: var(--sky);
  color: var(--navy);
  font-weight: 700;
}

.helpscout_table-row.is-even {
  background-color: #ebf2ff;
}

.helpscout_table-row.col-2 {
  grid-template-columns: 1fr 1fr;
}

.helpscout_table-item {
  border-right: 1px solid var(--navy);
  padding: .75rem 1rem;
}

.helpscout_table-item.is-last {
  border-right-style: none;
}

.helpscout_table-item.is-first {
  font-weight: 700;
}

.helpscout_cards-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 75rem;
  display: grid;
}

.helpscout_card-card {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  border: 1px solid var(--navy);
  background-color: #fff;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
}

/*  background-color: var(--sky); */
.helpscout_card-card.is-blue {
  border: 1px solid var(--sky);
  background-color: var(--sky);
}

.helpscout_card-icon {
  width: 5rem;
}

.helpscout_h3 {
  color: var(--navy) !important;
  font-size: 1.25rem !important;
  font-weight: 700;
  margin-bottom: 0px !important;
}

.paragraph {
  font-size: 1rem;
  margin-bottom: 0px !important;
}

@media screen and (max-width: 991px) {
  .helpscout_cards-wrapper {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .helpscout_wrapper {
    background-color: #fff;
  }

  .helpscout_table {
    position: relative;
  }

  .helpscout_table-row.col-2 {
    grid-template-columns: 1fr;
  }

  .helpscout_table-item {
    border-right-style: none;
  }

  .helpscout_table-item.is-last.hide-mobile {
    display: none;
  }

  .helpscout_table-item.is-first {
    padding-bottom: 0;
    font-weight: 700;
  }

  .helpscout_cards-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .helpscout_card-card {
    padding: 1.25rem;
  }

  .helpscout_card-icon {
    width: 3rem;
  }

  .helpscout_h3 {
    font-size: 1.5rem;
  }
}

/* google materials icon for use in the comparisons, add a class for common declarations */
.material-3 {
    vertical-align: bottom;
    font-size: 3rem !important;
}

#w-node-a9b1fecf-4de8-d3dd-0c21-299902b38084-ae3c1856 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

/* for helpscout table divs, remember to add manual margin-bottom: 1.5rem; */
#fullArticle div {
    margin-bottom: 0px;
}

/* for all normal material icons, so we dont have to use inline style repeatedly */
.material {
    vertical-align: bottom;
}

/* work with this until we get our size being this reg size
.contentWrapper {
    width: 1200px !important;
}

.span9 {
    width: 1500px !important;
}

*/

.margin-t {
    margin-top: 0px !important;
}
.margin-b {
    margin-bottom: 0px !important;
}

.size-test {
    font-size: 2rem !important;
  }

@media screen and (max-width: 500px) {
    .size-test {
      font-size: 1rem !important;
    }
  }

/* Support hero CSS */

.div-block-2 {
    background-image: linear-gradient(200deg, #6e29c9 13%, #06f 56% 100%, #bcd8f1);
    border: 2px solid navy;
    border-radius: 1rem;
    margin: 1.25rem;
  }
  
  .left_text {
    float: left;
    color: #fff !important;
    padding: 1.25rem;
    font-size: 1.25rem !important;
    line-height: 2rem;
  }
  
  .left_text a {
    color: #fff !important;
    text-decoration: underline;
  }
  
  .mail_icon {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: #fff !important;
    text-align: right;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-right: 1.25rem;
    display: float;
    position: static;
    vertical-align: middle;
    font-size: 4rem !important;
  }