<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700");

      :root {
        --font: Open Sans;
        --alt-font: Open Sans;
        --accent-color: #3f454f;
        --secondary-color: #57752b;
        --link-color: #c54b1f;
        --accent-highlight-color: #3f454f;
        --accent-highlight-background-color: #ebecef;
        --accent-tinted-color-70: #c5c7ca;
        --accent-tinted-color-80: #d9dadc;
        --accent-tinted-color-90: #ececed;
        --accent-contrast-color: #fff;
        --accent-contrast-tinted-background-color: #b3b3b3;
        --accent-hover-color: #565e6b;
        --secondary-hover-color: #739a39;
        --secondary-contrast-color: #fff;
        --link-hover-color: #e78663;
      }
      
body { background: url('https://d36ai2hkxl16us.cloudfront.net/thoughtindustries/image/upload/v1499701412/zazd71fdlwwp9ucucoac.jpg'); background-attachment: fixed; background-size: cover; }
.company__logo {text-indent: 100%;white-space: nowrap;overflow: hidden;background: url('https://d36ai2hkxl16us.cloudfront.net/thoughtindustries/image/upload/a_exif,c_fit,t_ti_company_logo_hires_v3/v1/course-uploads/fed69a0f-1c24-43ad-8e1e-091a4121803d/ouk13q17qmkx-ODLearningCenter.jpg') no-repeat center left;background-size: contain;} .company__logo span.h4 {visibility: hidden;}

/* Using Flipcard to test CSS */

.flipcardtext1 {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  vertical-align: middle;
  color: white;
  padding-top: 70px;
  padding-bottom: 25px;
  font-size: 16px;
  font-family: "Calibri Light", sans-serif;
  }
  
.flipcardp {
  margin-bottom: .5em;
}  

.flipcardimage1 {
  background-image: url(https://i.imgur.com/S07YFdo.png);
  background-color: #cccccc;
  height: 286px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  box-shadow: inset 0 0 0 2000px rgba(0,0,0,.6);
  }

.flipcardimage2 {
  background-image: url(https://i.imgur.com/YcmUbjj.png);
  background-color: #cccccc;
  height: 286px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  box-shadow: inset 0 0 0 1000px rgba(0,0,0,.5);
  }
/* End Using Flipcard to test CSS */

/* Now trying with Snippets */
.snippet1::before {
  content: '';
  background-image: url(https://i.imgur.com/0O66aSM.png);
  position: absolute;
  left: -5px;
  top: 107px;
  width: 70px;
  height: 70px;
  background-size: contain;
  background-position: 50% 50%;
}

.snippet1 {
  border-radius: 1px;
  border: 2px solid #404550;
  background-color: #eeeeee;
  margin-bottom: 1em;
  padding-top: 20px;
  padding-left: 60px;
}

/* I think I have this right, but its messing up on RCFE Session I*/

.questionselect2 {
  margin-bottom: .5em;
}

.center-img {
  text-align: center;
  display: block;
}

.float-img-left {
  float: left;
}
.float-section-left {
  border: 0px solid blue;
  width: 100%;
  float: left;
}

.padding-left-1.5{
  padding-left: 1.5em;
}

.column4695 {
  float: left;
  width: 50%;
}

/* Clear floats after the columns */
.row4695:after {
  content: "";
  display: table;
  clear: both;
}

.flipcardtext1-small {
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
  vertical-align: middle;
  color: black;
  margin-top: 75px;
  margin-bottom: 0px;
  font-size: 26px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  }</pre></body></html>