/*** Intact Standard Typographic Stylesheet ***/

/***
TINYMCE OVERRIDES

Typograpic styles are contained within this stylesheet to separate them from the main site structural .CSS definitions.
Typographic classes affect styles that can be manually applied by a content contributor in the TinyMCE Rich Text Editor.
This .CSS will be loaded before the main.css which can override typography at the component level.

A copy of this needs to be copied to E:\Interwoven\TeamSite\httpd\iw\tinymce\config\[site_name]\[typography.css]
***/

/***
TABLE OF CONTENTS

GLOBAL STYLES - Body, paragraphs, Headings, links
EMPHASIS CLASSES - Bold, italic, small text, large text
HEADINGS - Headings h1-h6 and headings used as links
LISTS - Ordered and unordered lists, definition lists
TABLES - Standard, bordered, compressed
INLINE CLASSES - Blockquotes, abbreviations, text manipulation
INLINE ICONS - For adding icons inline with text
MISCELLANEOUS -
***/

/***
INTACT COLOR PALETTE
#484848 - Body, paragraph
#808080 - Light text
#007b87 - Links
#194A4E - Links hover, focus, active
#484848 - Links hover within a paragraph
#007B87 - Teal (including links)
#C8102E - Red

ACTION & CONTENT
#C60C30 - Primary
#9B0723 - Primary Dark
#007B87 - Secondary
#00626B - Secondary Dark
#00B3BC - Secondary Light
#808080 - Neutral
#484848 - Neutral Dark

BACKGROUNDS
#D8D8D8 - Neutral
#F0F0F0 - Neutral Light
#007B87 - Secondary
#D9F4F5 - Tertiary Light
***/

/* @import url("https://use.typekit.net/uvz2umx.css"); */

@import url('https://use.typekit.net/uno4xlv.css');

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

html,
body,
p {
  font-family: 'IBM Plex Sans', sans-serif;
  color: #484848;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.22px;
}

/***
GLOBAL STYLES (Body, Paragraphs, Headings, Links)
***/


.text-size-compact,
.text-size-compact > p {
   font-size: 12px;
}

.publish-date,
.text-size-small,
.text-size-small > p {
   font-size: 14px;
}

.text-size-large,
.text-size-large > p {
   font-size: 18px;
}

.text-size-xl,
.text-size-xl > p,
.lead {
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.22px;
  font-weight: 400;
}

.intro-text-size-xl,
.intro-text-size-xl > p {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.22px;
}

ol {
  list-style-position: inside;
}

a {
  color: #007b87;
  text-decoration: none;
  cursor: pointer;
}

a:hover,
a:focus,
a:active {
  color: #194a4e;
  text-decoration: underline;
}

a[href^="mailto"] {
   text-transform: lowercase;
}

.mce-content-body a,
.dcr a,
a.cta-link,
a[href^="tel"],
a[href^="mailto"] {
  color: #007b87;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 600;
  font-size: inherit;
  /* overflow-wrap: break-word;
  word-break: break-all; */
}

.dcr a {
    /* word-break: break-all; */
}

.mce-content-body a:hover,
.mce-content-body a:focus,
.dcr a:hover,
.dcr a:focus,
a.cta-link:hover,
a.cta-link:focus,
a[href^="tel"]:hover,
a[href^="tel"]:hover,
a[href^="mailto"]:hover,
a[href^="mailto"]:focus {
  color: #484848;
  text-decoration: none;
  border-bottom: 1px solid #007b87;
}

.mce-content-body a:active,
.dcr a:active,
a.cta-link:active,
a[href^="tel"]:active,
a[href^="mailto"]:active {
  color: #027b87;
}


.mce-content-body a.image-link:hover,
.mce-content-body a.image-link:focus,
.dcr a.image-link:hover,
.dcr a.image-link:focus {
    border-bottom: none;
}

a.cta-link::after {
   font-family: 'Font Awesome 5 Pro';
   vertical-align: baseline;
   font-size: 12px;
   color: #007b87;
   content: '\f356';
   margin-left: 8px;
}


small,
.small {
  font-size: 0.875rem;
}

.figure {
  margin: 2rem 0 3rem 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.title-xxl,
.title-xl,
.title-large,
.section-heading,
.title-medium,
.title-small {
  font-family: canada-type-gibson, sans-serif;
  color: #484848;
}

h1,
.title-xxl {
  font-size: 36px;
  font-weight: 600;
  line-height: 48px;
  margin-bottom: 32px;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    h1,
    .title-xxl {
        font-size: 46px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

h2,
.title-xl {
  font-size: 36px;
  font-weight: 100;
  line-height: 48px;
  margin-bottom: 16px;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    h2,
    .title-xl {
        font-size: 46px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

.mce-content-body h2 {
    font-size: 36px;
}

.mce-content-body p ~ h2,
.mce-content-body p ~ .title-xl {
  margin-top: 3.5rem;
}

h3,
.title-large,
.section-heading {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 16px;
}

.section-heading {
    margin-top: 40px;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    h3,
    .title-large,
    .section-heading {
        font-size: 24px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

.mce-content-body p ~ h3,
.mce-content-body p ~ .title-large,
.mce-content-body p ~ .section-heading {
  margin-top: 3rem;
}

h4,
.title-medium {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.1px;
  margin-bottom: 8px;
}
.mce-content-body p ~ h4,
.mce-content-body p ~ .title-medium {
  margin-top: 32px;
}

h5,
.title-small {
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  margin-top: 1.5rem;
}

h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  margin-top: 16px;
}

.title-narrow {
  font-weight: 300;
}

address {
  font-size: inherit;
}


figcaption,
.figure-caption,
.figure-caption {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #808080;
}


.small,
.small > p,
.card-footer,
.references-section .small p,
.disclaimer-section .small p {
	color: #484848;
	font-family: "IBM Plex Sans";
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
}

.text-muted,
.disclaimer-section .text-muted p {
   color: #D8D8D8;
}


/***
EMPHASIS CLASSES - Bold, italic, small text, large text
***/

strong,
strong a {
  font-weight: 600;
}

em {
  font-style: italic;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

mark,
.mark {
  background-color: #00b3bc;
}

.mce-content-body .group-heading {
    color: #007b87;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 600;
    font-size: 28px;
    border-bottom: 1px solid #007b87;
    padding-bottom: 16px;
    margin-bottom: 16px;
    margin-top: 48px;
}

/***
LISTS - Ordered and unordered lists, nested lists, definition lists
***/


.mce-content-body ul, .mce-content-body ol {
  padding-inline-start: 0;
}

.mce-content-body ul {
}

.mce-content-body ol {
    list-style-position: outside;
    padding-inline-start: 25px;
}

.mce-content-body ul + p {
   margin-top: 32px;
}

.mce-content-body ul.list-unstyled {
  padding-left: 0;
}

.mce-content-body li {
    margin-bottom: 8px;
}

.mce-content-body ul li:before {
  position: absolute;
  content: '';
  display: block;
  top: 8px;
  left: 0;
  width: 5px;
  height: 5px;
  background: #01b3bd;
}

.mce-content-body ul li {
   position: relative;
   padding-left: 20px;
   margin-bottom: 8px;
   list-style-type: none;
}

ul ul {

}

ul ul li {
  margin-bottom: 0;
}

ul ul,
ol ol,
ul ol,
ol ul {
}

ul ul ul,
ul ol ul,
ol ol ul,
ol ul ul {
}

ol li ol li {
}

li > p {
}

ul.list-inline li {
}

ul.unstyled,
ol.unstyled {
}

ul.inline,
ol.inline {
}

ul.inline > li,
ol.inline > li {
}

dl {
}

dt,
dd {
  font-size: 1.125rem; /* 18px */
}

dt {
  margin-top: 1 rem;
}

dd {
}

.dl-horizontal {
}

.dl-horizontal dt {
}

.dl-horizontal dd {
}

menu,
dir {
}


/***
TABLES - Standard, bordered, compressed
***/

table,
.table {
   margin: 32px 0;
}

table tr {
}

table th {
}

table thead th {
}

table tbody, table tbody td, table tbody td p {
   font-size: 14px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}


/***
INLINE CLASSES - Blockquotes, abbreviations, text manipulation
***/

hr {
}

code {
}

pre {
}

cite {
  font-style: italic;
}

dfn {
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #9b9893;
  text-decoration: none;
}

abbr.initialism {
}

blockquote {
  padding: 24px 20px 8px 20px;
  background-color: #f0f0f0;
  border-left: 2px solid #007b87;
}

blockquote p {
}

blockquote small {
}

blockquote small:before {
}

blockquote.pull-right {
}

blockquote.pull-right p,
blockquote.pull-right small {
}

blockquote.pull-right small:before {
}

blockquote.pull-right small:after {
}

q:before,
q:after,
blockquote:before,
blockquote:after {
}

blockquote.pullquote:before {
}

blockquote.pullquote {
}

blockquote.pullquote.pull-left {
}

blockquote.pullquote:after {
}

/***
MISCELLANEOUS -
***/



/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}
