@font-face {
  font-family: "icomoon";
  src: url("/wp-content/themes/Cadmus-Reference/fonts/icomoon.eot?12f4fl");
  src: url("/wp-content/themes/Cadmus-Reference/fonts/icomoon.eot?12f4fl#iefix")
      format("embedded-opentype"),
    url("/wp-content/themes/Cadmus-Reference/fonts/icomoon.ttf?12f4fl")
      format("truetype"),
    url("/wp-content/themes/Cadmus-Reference/fonts/icomoon.woff?12f4fl")
      format("woff"),
    url("/wp-content/themes/Cadmus-Reference//fonts/icomoon.svg?12f4fl#icomoon")
      format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
main {
  display: flex;
}
/* Users logged in message */
.error-message {
  max-width: 500px;
  margin: auto;
}
/* Author test in hero */
.author-text span {
  font-style: italic;
  font-weight: 300;
}
.author-text {
  font-weight: 500;
}

/* Posts sections */
/* padding for sections */
.pad {
  padding: 2rem 0 1rem 0;
}
/* even column height add class with section class */
.evencol .outside-col-wrapper {
  display: flex;
  height: 200px;
  margin-bottom: 1rem;
}
.evencol .inner-car-wrapper {
  width: 55%;
  position: relative;
  height: 100%;
  padding: 1rem;
}
.evencol .outside-wrapper {
  background: var(--Grey-light);
  background-size: cover;
  background-position: center;
  position: relative;
  width: 45%;
  background-repeat: no-repeat;
}
.evencol .outside-col-wrapper h3 {
  font-size: 0.7rem;
  line-height: 1.3;
  font-weight: 500;
  color: white;
}
/* even column height add class with section class */

.topics h3,
.topics a,
.topics li {
  font-size: 0.7rem;
  font-weight: 400;
  color: white;
  margin: 0;
}
.topics li a {
  border-bottom: 1px solid white;
  margin-left: 0.3rem;
}
.topics {
  padding-top: 1rem;
  position: absolute;
  bottom: 21px;
  color: white;
}
.topics .flexRow {
  display: flex;
  flex-wrap: wrap;
}
/* Posts sections */

.container {
  max-width: 1160px;
}
/* adds positionfixed to section or nav */
/* .sticky {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0;
  position: fixed;
  width: 100%;
  z-index: 3;
  top: 0;
  padding: 1rem 0;
} */
/* Section control */
section {
  padding-top: 2rem;
}
section.services-sec {
  padding: 0;
}
/* main section padding cotrol top/bottom */
.padControl {
  padding: 2rem 0;
}

/* Section control */
/* font awesome psuedo element solid.  Brand icons are font weight 400 */
.CADcon::before {
  position: absolute;
  left: -16px;
  margin-top: -1.07px;
  width: 9px;
}
.BLU.rightArrow::before {
  color: var(--Blue);
}
.rightArrow::before {
  font-family: "icomoon";
  color: white;
  content: "\e900";
}
/* ul two column and bullets mainly added in wiziwig */
ul.twoCol {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.blts ul li {
  list-style-type: disc !important;
  margin-left: 2rem !important;
}
.blts ol li {
  list-style-type: decimal !important;
}

ul.bults-on li {
  list-style-type: disc;
  margin-left: 2rem;
}
/* ul two column and bullets */
/* FontAwesome psuedo class*/

.BTR::before {
  position: absolute;
  right: -24px;
  top: -1px;
}
.btn {
  display: inline-block;
  background: var(--c_d2);
  padding: 0.5rem 0;
  color: var(--White);
  width: 100%;
  text-align: center;
  font-weight: 500;
}
.btn:hover {
  background: var(--c_d1);
  color: var(--White);
}
/* cta buttons default is white */
.textbtn {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  font-weight: 700;
  width: 25px;
  height: 25px;
  font-size: 0.7rem;
}

.textbtn:hover {
  -webkit-animation: ctafade-in 0.4s linear forwards;
  animation: ctafade-in 0.4s linear forwards;

  color: var(--Blue-desat);
}
@-webkit-keyframes ctafade-in {
  from {
    color: var(--White);
  }
  to {
    color: var(--Blue-desat);
  }
}

@keyframes ctafade-in {
  from {
    color: var(--White);
  }
  to {
    color: var(--Blue-desat);
  }
}
/* wrapper should be used with all buttons for padding top */
.btn-wrapper {
  padding-top: 1.5rem;
}
.textbtn.BLU {
  color: var(--Blue);
  text-transform: uppercase;
}

.textbtn.BLU:hover {
  color: var(--Blue-desat);
  -webkit-animation: ctacfade-in 0.4s linear forwards;
  animation: ctacfade-in 0.4s linear forwards;
}
@-webkit-keyframes ctacfade-in {
  from {
    color: var(--Blue);
  }
  to {
    color: var(--Blue-desat);
  }
}

@keyframes ctacfade-in {
  from {
    color: var(--Blue);
  }
  to {
    color: var(--Blue-desat);
  }
}

/* margin bottom class */

.mbtm {
  margin-bottom: 1.5rem;
}
.borderRaid img {
  border-radius: 50%;
}
ul {
  padding-left: 0;
  margin-bottom: 0;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: var(--c_a3);
  display: inline-block;
  width: 100%;
  cursor: pointer;
}
a:hover,
a:focus {
  opacity: 0.7;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
strong {
  font-family: var(--font-sans-serif);
  color: var(--c_a3);
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
h1 {
  font-weight: 100;
  font-size: 3rem;
}
h2 {
  font-weight: 300;
  font-size: 2.1rem;
}
h3 {
  font-weight: 500;
  font-size: 1.2rem;
}
h4 {
  font-weight: 500;
  font-size: 1.2rem;
}

h3.subtxt {
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 1rem;
}
strong {
  font-weight: 700;
}
p,
li,
span,
body,
html {
  font-family: var(--font-sans-serif);
  color: var(--c_a3);
  font-size: 20px;
  -webkit-font-smoothing: antialiased !important;
  line-height: 1.5;
  font-weight: 300;
}

html,
body,
main {
  height: 100%;
}

.cat-txt a {
  font-size: 1.4rem;
  color: var(--Blue-desat);
  text-transform: uppercase;
}
footer {
  background: var(--c_b2);
}

main {
  height: auto;
}

/* background colors for indvidual columns */

.bgBlu {
  background: var(--CadBlack);
}

.bgDKBlu {
  background: var(--Blue);
}

.bgGRN {
  background: var(--c_d2);
}
.bgRED {
  background: var(--c_a1);
}

/* style bottom border h tag must have class btm-border added  and span must be added with h tag h1 h2 ect.*/
.btm-border {
  padding-top: 0.5rem;
}
.btm-border span {
  font-size: 0.65rem !important;
  font-weight: 500;
  position: relative;
  bottom: 0.8rem;
}
.btm-border span,
.btm-border a {
  color: white;
}
h1.btm-border span::before {
  margin-bottom: -0.8rem;
}
.btm-border span::before {
  content: "";
  border-bottom: 3px solid #fff;
  width: 100%;
  height: 5px;
  position: absolute;
  margin-bottom: -0.5rem;
  bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
}

/* border bottom used in row  on insights blog  */
.border-btm {
  position: relative;
}
.border-btm::before {
  content: "";
  position: absolute;
  width: 98%;
  height: 2px;
  border-bottom: 1px solid var(--Accent-Blue);
  bottom: 0;
  right: 0;
}

.articlCon img {
  width: unset !important;
}
/* style bottom border */
.btn.genbtn {
  color: var(--White);
  padding: 0.5rem 1rem;
  border-radius: 4px;
  background: var(--CadBlack);
}
.btn.Lines:hover {
  background-color: var(--Blue-desatOP);
}
.btn.Lines {
  padding: 14px 23px;
  border-top: 1px solid var(--Blue-lightOP);
  border-bottom: 1px solid var(--Blue-lightOP);
  font-size: 15px;
  font-weight: 100;
  display: block;
  font-weight: 500;
}

/* Social icons */
.SocialIcons div a img {
  padding: 0.3rem;
}
.Social-Icons a img {
  width: 25px;
}
.SocialIcons div:hover {
  background: var(--Blue);
}
.SocialIcons div {
  background: var(--Blue-desat);
  height: 25px;
}
.Social-Icons,
.gen-flex {
  display: flex;
}

.Social-Icons li {
  margin-right: 0.5rem !important;
}
.slick-slider.slick-dotted {
  margin-bottom: 0;
}

/* General 2 col flex box */
.col-flex {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1440px) {
  .container {
    padding: 0 2rem;
  }
}

/* media screen 768px */
@media screen and (max-width: 768px) {
  .BTR::before {
    bottom: 0;
  }
  .textbtn {
    font-size: 0.8rem;
  }
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.8rem;
  }
  .container {
    padding: 0 1rem;
  }
  .HeroMarg {
    margin-top: 1.2rem;
  }
}

/* media screen 680px */
@media only screen and (max-width: 380px) {
  h1 {
    font-size: 1.8rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  h3,
  h4 {
    font-size: 1.1rem;
  }
}
