<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
/SM_DATA/sm_sites/wp_core/wp-content/themes/cm_word_4ya/condensed-front.css
*/
/*----------------- FILENAME /SM_DATA/sm_sites/wp_core/wp-content/themes/cm_word_4ya/css/cm_layout.css BELOW ----------------- */
/* /themes/cm_word4ya/css/cm_layout.css
  Default layout which is augmented by any child theme used with cm_word4ya
  Do not insert &lt;style type="text/css"&gt; &lt;/style&gt; tags in here
  Word 4 Ya default / core styles
*/


body{
  margin:0px;
  padding:0px;
  height:100% !important; /* got rid of the 2nd scrollbar */
}

.unsem-maincontent{
  padding:0px;
}
/* row1xrect appear as the main content left and right panes where applicable */
.row1Lpane{
  display:inline-block;
}
.row1Rpane{
  /* float left on both as this causes it drop under the left one */
  display:inline-block;
  position:relative;
}
.header{

/*  min-height:100px; */
  margin-left:auto;  
  margin-right:auto;
  display:block;
  clear:float;
}
.content{
  min-height:400px;
}
/*
.container{
  width:960px;
  margin-left:auto;
  margin-right:auto;
}
*/
.container-full-width{
  width:100%;
  margin-left:auto;
  margin-right:auto;
}

.footer{
  min-height:100px;
   /* background of header must be provided in site-specific.css */
}

.site-navigation{
  display:block;
  position:relative;
}


/*----------------- FILENAME /SM_DATA/sm_sites/wp_core/wp-content/themes/cm_word_4ya/css/cm_styles.css BELOW ----------------- */
/* This is to insure links are the color blue we want and no underlines exist */
#contentContainer a:not(.cm-tab-a),#contentContainer a:not(.cm-tab-a):visited,#contentContainer a:not(.cm-tab-a):hover{
   color:#1DACEB;
   text-decoration:none;
}


/* 2018.12.05 This was inserted specifically because Chrome / Apple would not respect BOLD fonts if this was not impliemented.
   It remains to be seen if this effects anything on a larger scale */

* {-webkit-font-smoothing: antialiased;}

table{
    table-layout:fixed;
}

/* added padding left / right on 2021.05.30 as I noticed cypressassisted.com was fitting text against the sidewall.s
   it seemed this would be good for all p tags since we never use them.  It's a wordpress thing */
p{
 margin-top:0px;
 padding-left:.5em;
 padding-right:.5em;
}

/* for debugging */
.borderIt{
  border:solid 1px red;
}

.cmLink{
  color:#2e6cb6;
  text-decoration:none;
}

/* Behavior of the Mobile Nav Icon within its container */
.cmMobileNavHref{
  display:block;
  position:absolute;
  float:right;
  right:0px;
  text-align:center;
  width:100%;
}
/* cmSlider */
.bx-wrapper {
    /* default margin is 0 auto 60 but that leaves a 30px fattie at the bottom. This normalizes it */
    margin: 0 auto 30px;
}

.cmSlideOne{
  display:block;
  position:relative;
  border:solid 1px red;
}
/* Note this is for PLURAL */
.cmSlideElemsContainer{
   height:100%;
   background:ORANGE;
}
/* Note this is for SINGULAR */
.cmSlideElemContainer{
   left:0px;
   top:0px;
   height:100%;
   background:blue;
   padding:0px;
   margin:0px !important;
   float:left;
   position:relative;
   display:block;
}
.cmSlideHref{
  height:100%;
  width:100%;
  background:red;
}

.cmSlideThirdImg{

}
.cmSlideHtml{
    bottom: 0;
    color: #ffffff;
    display: block;
    font-size: 24px;
    position: absolute;
    width: 195px;
    padding-left:5px;
    padding-right:5px;
    padding-bottom:5px;
    z-index: 3;
    font-family: "Segoe UI","Segoe WP",Arial,sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.25;

/* background: rgb(0, 0, 0); // fallback color if fade doesn't work on browser
   background: rgba(0, 0, 0, 0.7);
*/

}
.cmSlideLink{
   text-decoration:none;
   color:white;
}
/* Need one for each pic in case there's a pick not on the bottom */
.cmSlideFadeUpBlack{
    background-image: url("/wp-content/cm-webcore/js/layerslider/skins/msn/bottom-fade.png");
    border: thin solid #ff0000;
    bottom: 0;
    display: block;
    float: left;
    height: 120px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 10000;
}
.ls-bottom-slidebuttons{
  background:red;
}

.cmContainerFadeUpBlack{
    background-image: url("/wp-content/cm-webcore/js/layerslider/skins/msn/bottom-fade.png");
    z-index: 4; /* we also set the ls-bottom-nav-wrapper z-index to 3 using jquery */
    bottom: 0;
    display: block;
    float: left;
    height: 120px;
    left: 0;
    position: absolute;
    width: 100%;
}

.cmSlideImgNotLeft{
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;;
    -webkit-box-sizing: border-box !important;;
    border-left:solid 2px red !important;;
}
.ls-bottom-nav-wrapper {
    height: 100px;
    background:orange;
    top: -20px;
}

/* -------------------------------------- BONormalize Fonts
   Normalizing font sizes for various typical standard html uses
   so that the flowtype.js (dynamic resize of typeface) has a proper starting point
   --------------------------------------
*/

/* stands for compumatter message debug */
.cm_md_container{
   position:relative;
   top:0px;
   background:red;
   color:white;
   border:solid thin blue;
   padding:2px 4px 0px 4px;
   margin-top:2px;
   text-align:center;
   font-family:arial;
}
.cm_md_bold{
   color:yellow;
   font-weight:900;
}

h1,h2,h4,h5,h6{
 line-height: 1.45;
}
h1 { font-size: 4em; }
h2 { font-size: 3em; }
h3 {
  font-size: 1.1em;
  line-height:1.5;
  }

/* Creates some distance between the heading and the horz menu */
.header{
  padding-bottom:10px;
}

/* WP's alignright wasn't working and I found a post here that suggested this add and it worked
   https://wordpress.org/support/topic/alignright-image-with-caption-not-working?replies=11 */
.alignright {
  float:right;
}

/* override of news-box-wp code */
.lcnb_linked_title, .lcnb_title {
	color: rgb(42, 98, 134) !important;
	border-bottom: 1px solid #efefef;
	font-weight: bold;
}

.lcnb_exp_block .lcnb_linked_title, .lcnb_exp_block .lcnb_title  {
 	color: green !important;
 }

/* Cross Browser Drop Shadow */

.cm-drop-shadow {
	-moz-box-shadow: 4px 4px 5px #000;
	-webkit-box-shadow: 4px 4px 5px #000;
	box-shadow: 4px 4px 5px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

.cm-drop-shadow-border-rightMargin {
    margin-right:14px;
	-moz-box-shadow: 4px 4px 5px #000;
	-webkit-box-shadow: 4px 4px 5px #000;
	box-shadow: 4px 4px 5px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
    border:solid 1px black;
}
.cm-drop-shadow-border-leftMargin {
    margin-left:14px;
	-moz-box-shadow: 4px 4px 5px #000;
	-webkit-box-shadow: 4px 4px 5px #000;
	box-shadow: 4px 4px 5px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
    border:solid 1px black;
}


/* ------------------------------------- EONormalize Fonts */


/* background of sb-site must be provided in site-specific.css
#sb-site {
}
*/
.sb-slidebar{
  background:#555555;
}

.sb-left{
  color:black;
}

.textaligncenter{
    text-align:center;
}

/* With Page Link: menu-item menu-item-type-post_type menu-item-object-page menu-item-44 */
.search-form .screen-reader-text {
    display:none;
}
.search-form {
    position:relative;
    background: #FFF url("http://pacificclassics.com/wp-content/plugins/cm-alpha/cm-sites/pacificclassics.com/images/bg/envelope.jpg") repeat-x fixed center;
    height:60px;
    width:auto;
    text-align:center;
}

.search-field{
  width:65%;
}

.search-form #s {
    position:absolute;
    top:30px;
}




/*----------------- FILENAME /SM_DATA/sm_sites/wp_core/wp-content/themes/cm_word_4ya/css/cm_global_fonts.css BELOW ----------------- */
/*
 cm_word_4ya/css/cm_global_fonts.css
*/
body,.cmPageContainer,span,div,table,ul{
    font-family:"Lucida Sans Unicode","Lucida Grande","Segoe UI",sans-serif; 
}


/* disabled because of .5 second loading penalty.

eot  IE9 Compat Modes
 embedded-opentype IE6-IE8
 woff Modern Browsers
 truetype Safari, Android, iOS
 svg Legacy iOS

@font-face {
    font-family: 'roboto-regular';
      src: url('/wp-content/plugins/cm-alpha/fonts/roboto/regular/1.eot');
      src: url('/wp-content/plugins/cm-alpha/fonts/roboto/regular/1.eot?#iefix') format('embedded-opentype'),
      url('/wp-content/plugins/cm-alpha/fonts/roboto/regular/1.woff') format('woff'),
      url('/wp-content/plugins/cm-alpha/fonts/roboto/regular/1.ttf')  format('truetype'),
      url('/wp-content/plugins/cm-alpha/fonts/roboto/regular/1.svg#svgFontName') format('svg');
}
@font-face {
    font-family: 'roboto-light';
      src: url('/wp-content/plugins/cm-alpha/fonts/roboto/light/1.eot'); 
      src: url('/wp-content/plugins/cm-alpha/fonts/roboto/light/1.eot?#iefix') format('embedded-opentype'),
      url('/wp-content/plugins/cm-alpha/fonts/roboto/light/1.woff') format('woff'),
      url('/wp-content/plugins/cm-alpha/fonts/roboto/light/1.ttf')  format('truetype'),
      url('/wp-content/plugins/cm-alpha/fonts/roboto/light/1.svg#svgFontName') format('svg');
}
@font-face {
    font-family: 'roboto-medium';
      src: url('/wp-content/plugins/cm-alpha/fonts/roboto/medium/1.eot'); 
      src: url('/wp-content/plugins/cm-alpha/fonts/roboto/medium/1.eot?#iefix') format('embedded-opentype'),
      url('/wp-content/plugins/cm-alpha/fonts/roboto/medium/1.woff') format('woff'),
      url('/wp-content/plugins/cm-alpha/fonts/roboto/medium/1.ttf')  format('truetype'),
      url('/wp-content/plugins/cm-alpha/fonts/roboto/medium/1.svg#svgFontName') format('svg');
}

@font-face {
    font-family: 'roboto-bold';
      src: url('/wp-content/plugins/cm-alpha/fonts/roboto/bold/1.eot'); 
      src: url('/wp-content/plugins/cm-alpha/fonts/roboto/bold/1.eot?#iefix') format('embedded-opentype'),
      url('/wp-content/plugins/cm-alpha/fonts/roboto/bold/1.woff') format('woff'),
      url('/wp-content/plugins/cm-alpha/fonts/roboto/bold/1.ttf')  format('truetype'),
      url('/wp-content/plugins/cm-alpha/fonts/roboto/bold/1.svg#svgFontName') format('svg');
}
*/
/*----------------- FILENAME /SM_DATA/sm_sites/wp_core/wp-content/themes/cm_word_4ya/slidebars10.3/dist/slidebars.css BELOW ----------------- */
/* -----------------------------------
 * Slidebars
 * Version 0.10.3
 * http://plugins.adchsm.me/slidebars/
 *
 * Written by Adam Smith
 * http://www.adchsm.me/
 *
 * Released under MIT License
 * http://plugins.adchsm.me/slidebars/license.txt
 *
 * -------------------
 * Slidebars CSS Index
 *
 * 001 - Box Model, Html &amp; Body
 * 002 - Site
 * 003 - Slidebars
 * 004 - Animation
 * 005 - Helper Classes
 *
 * ----------------------------
 * 001 - Box Model, Html &amp; Body
 */

html, body, #sb-site, .sb-site-container, .sb-slidebar {
	/* Set box model to prevent any user added margins or paddings from altering the widths or heights. */
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

html, body {
	width: 100%;
	overflow-x: hidden; /* Stops horizontal scrolling. */
}

html {
	height: 100%; /* Site is as tall as device. */
}

body {
	min-height: 100%;
	height: auto;
	position: relative; /* Required for static Slidebars to function properly. */
}

/* Site scroll locking - prevent site from scrolling when a Slidebar is open, except when static Slidebars are only available. */
html.sb-scroll-lock.sb-active:not(.sb-static) {
	overflow: hidden;
}

/* ----------
 * 002 - Site
 */

#sb-site, .sb-site-container {
	/* You may now use class .sb-site-container instead of #sb-site and use your own id. However please make sure you don't set any of the following styles any differently on your id. */
	width: 100%;
	min-height: 100vh;
	position: relative;
	z-index: 1; /* Site sits above Slidebars */
	background-color: #ffffff; /* Default background colour, overwrite this with your own css. I suggest moving your html or body background styling here. Making this transparent will allow the Slidebars beneath to be visible. */
}

/* Micro clearfix by Nicolas Gallagher, ensures the site container hits the top and bottom of the screen. */
#sb-site:before, #sb-site:after, .sb-site-container:before, .sb-site-container:after {
	content: ' ';
	display: table;
}

#sb-site:before, #sb-site:after, .sb-site-container:before, .sb-site-container:after {
    clear: both;
}

/* ---------------
 * 003 - Slidebars
 */

.sb-slidebar {
	height: 100%;
	overflow-y: auto; /* Enable vertical scrolling on Slidebars when needed. */
	position: fixed;
	top: 0;
	z-index: 0; /* Slidebars sit behind sb-site. */
	display: none; /* Initially hide the Slidebars. Changed from visibility to display to allow -webkit-overflow-scrolling. */
	background-color: #222222; /* Default Slidebars background colour, overwrite this with your own css. */
}

.sb-slidebar, .sb-slidebar * {
	-webkit-transform: translateZ( 0px ); /* Fixes issues with translated and z-indexed elements on iOS 7. */
}

.sb-left {
	left: 0; /* Set Slidebar to the left. */
}

.sb-right {
	right: 0; /* Set Slidebar to the right. */
}

html.sb-static .sb-slidebar,
.sb-slidebar.sb-static {
	position: absolute; /* Makes Slidebars scroll naturally with the site, and unfixes them for Android Browser &lt; 3 and iOS &lt; 5. */
}

.sb-slidebar.sb-active {
	display: block; /* Makes Slidebars visibile when open. Changed from visibility to display to allow -webkit-overflow-scrolling. */
}

.sb-style-overlay {
	z-index: 9999; /* Set z-index high to ensure it overlays any other site elements. */
}

.sb-momentum-scrolling {
	-webkit-overflow-scrolling: touch; /* Adds native momentum scrolling for iOS &amp; Android devices. */
}

/* Slidebar widths for browsers/devices that don't support media queries. */
	.sb-slidebar {
		width: 30%;
	}
	
	.sb-width-thin {
		width: 15%;
	}
	
	.sb-width-wide {
		width: 45%;
	}

@media (max-width: 480px) { /* Slidebar widths on extra small screens. */
	.sb-slidebar {
		width: 70%;
	}
	
	.sb-width-thin {
		width: 55%;
	}
	
	.sb-width-wide {
		width: 85%;
	}
}

@media (min-width: 481px) { /* Slidebar widths on small screens. */
	.sb-slidebar {
		width: 55%;
	}
	
	.sb-width-thin {
		width: 40%;
	}
	
	.sb-width-wide {
		width: 70%;
	}
}

@media (min-width: 768px) { /* Slidebar widths on medium screens. */
	.sb-slidebar {
		width: 40%;
	}
	
	.sb-width-thin {
		width: 25%;
	}
	
	.sb-width-wide {
		width: 55%;
	}
}

@media (min-width: 992px) { /* Slidebar widths on large screens. */
	.sb-slidebar {
		width: 30%;
	}
	
	.sb-width-thin {
		width: 15%;
	}
	
	.sb-width-wide {
		width: 45%;
	}
}

@media (min-width: 1200px) { /* Slidebar widths on extra large screens. */
	.sb-slidebar {
		width: 20%;
	}
	
	.sb-width-thin {
		width: 5%;
	}
	
	.sb-width-wide {
		width: 35%;
	}
}

/* ---------------
 * 004 - Animation
 */

.sb-slide, #sb-site, .sb-site-container, .sb-slidebar {
	-webkit-transform: translate( 0px );
	   -moz-transform: translate( 0px );
	     -o-transform: translate( 0px );
	        transform: translate( 0px );
	
	-webkit-transition: -webkit-transform 400ms ease;
	   -moz-transition:    -moz-transform 400ms ease;
	     -o-transition:      -o-transform 400ms ease;
	        transition:         transform 400ms ease;
	
	-webkit-transition-property: -webkit-transform, left, right; /* Add left/right for Android &lt; 4.4. */
	-webkit-backface-visibility: hidden; /* Prevents flickering. This is non essential, and you may remove it if your having problems with fixed background images in Chrome. */
}

/* --------------------
 * 005 - Helper Classes
 */
 
.sb-hide { 
	display: none; /* Optionally applied to control classes when Slidebars is disabled over a certain width. */
}
/*----------------- FILENAME /SM_DATA/sm_sites/wp_core/wp-content/themes/cm_word_4ya/css/cm_mobilemenu.css BELOW ----------------- */
/* THE MEGA MENU COLORS ETC NEED TO BE INTEGRATED INTO THE PLUGIN DATABASE / FORM - SPECIFIC TO COMPUMATTER SITE FOR NOW */
.mega-heading ul{
  background:#FFFFFF !important;
  border:solid 1px #666666 !important;
}
/* BO first row of items - column headings */
.cm-mega-r1i1{
  background:#C5C3BB !important;
}
.ubermenu .ubermenu-item .ubermenu-submenu-drop{
    border:solid thin #CCCCCC;
}

.cm-mega-r1i1 span:first-child{
    font-weight:600;
    color:#545035;
}
.cm-mega-r1i2 span:first-child{
    font-weight:600;
    color:#545035;
}
.cm-mega-r1i2{
  background:#b4cdb7 !important;
  border-left:solid thin #CCCCCC !important;
/*
  border-right:solid 1px #666666 !important;
  border-top:solid 1px #666666 !important;
  border-bottom:solid 1px #666666 !important;
*/
}

/* BO second row of items - column content */
.cm-mega-r1i1 ul{
  background:#FFFFFF !important;
}
.cm-mega-r1i2 ul{
  background:#FFFFFF !important;
}
/* THE MEGA MENU COLORS ETC NEED TO BE INTEGRATED INTO THE PLUGIN DATABASE / FORM - SPECIFIC TO COMPUMATTER SITE FOR NOW */

/* Base Styles */
.sb-slidebar{
  background:none !important;
  width: auto;
  max-width: 17em;
  min-width: 12em;
}

.sb-left{
 
}

</pre></body></html>