<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.fa-book, .fa-comments, .fa-user {
    font-size: 25px;
}

.footr h2 {
    font-size: 20px !important;
}

.footr p {
    font-size: 14px;
}
.SearchButton {
    height: 60px;
    top: 14px;
    position: relative;
    border: none;
    left: -9px;
    width: 43.1px;
    color: #585858;
}

.catwidth {
    width: 48.5% !important;
}


    .eo-iconn {
        display:inline !important;
        padding-top: 20px;
        width:100px;
    }
    @media screen and (max-width: 991px) {

        .eo-iconn {
            padding-left: 10px;
        }
    }

    .searchtop {
        margin-left:110px;
        top:-50px;
        position:relative;
    }

    .icontop {
        float:right;
        margin-top: 0px !important;
    }

    @media screen and (max-width: 991px) {

        .icontop {
            float: right;
            position: relative!important;
            left: -25px !important;
        }
    }

    @media screen and (max-width: 744px) {
        .icontop {
            margin-top: -55px !important;
        }
    }

    @media screen and (max-width: 723px) {
        .icontop {
            margin-top: 0px!important;
            left: -40px!important;
        }
    }

    @media screen and (max-width: 529px) {
        .icontop {
            top: -55px!important;
            left: -20px !important;
        }
    }

    @media screen and (max-width: 420px) {
        .icontop {
            top: 0px !important;
            left: -25px !important;
        }
    }

@media screen and (max-width: 880px) {
    .catwidth {
        width: 100% !important;
    }
}

.searchbox2{
    width: 95.53%!important;
    height: 55px;
    padding-left: 15px !important;
}

@media screen and (max-width: 1199px) {
    .searchbox2{
        width: 94.53%!important;
    }
}

@media screen and (max-width: 991px) {
    .searchbox2{
        width: 87.53%!important;
        margin-left: 15px;
    }
}

@media screen and (max-width: 723px) {
    .searchbox2{
        width: 85.53%!important;
        margin-left: 15px;
    }
}

@media screen and (max-width: 477px) {
    .searchbox2{
        width: 83.53%!important;
        margin-left: 15px;
    }
}

@media screen and (max-width: 420px) {
    .searchbox2{
        width: 75.53%!important;
        margin-left: 15px;
    }
}

@media screen and (max-width: 400px) {
    .searchbox2 {
        width: 70.53% !important;
        margin-left: 15px;
    }
}

    @media screen and (max-width: 319px) {
        .searchbox2 {
            width: 61.53% !important;
            margin-left: 1px;
        }
    }

.searchbutton2 {
    margin-top:14px;
    height: 55px !important;
    top:0px;
}

/* Safari 10.1 */
@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) and (not (stroke-color:transparent)) {
        .icontop {
            margin-top:1px !important;
        }
  } 
}

.hov:hover {
    opacity: .8 !important;
}



/* added floating buy button*/
#btn_bar {
    background-color: #949494;
}

.button-fixed {
height: auto;
color:#000; 
cursor:pointer; 
z-index: 200;
position: fixed;
background-color:#000000 !important;
}

.button-fixed #buyBtn{
    background-color: #00adee!important;
    color: #fff;
    padding: 0px 15px 0px 15px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bolder;
    border: 0;
float:right;
}

@media (max-width: 596px) {
    .button-fixed #buyBtn{
        width:100% !important;
    }
}

 .catStay {
    background-color:#dadada !important;
    width:45% !important;
    text-align: center;
    padding: 30px;
}

.homepageh3 {
    font-size: 19px !important;
    font-weight: 500 !important;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/*clearfixes*/
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

/*animation element*/
.animation-element {
  position: relative;
  margin: 0% 1% 2.66% 1.33%;
  float: left;
}

/*3 grid layout*/
.animation-element:nth-of-type(4n-2) {
  margin: 0% 1% 2.75% 0%;
}

.animation-element:nth-of-type(4n-2) {
  margin: 0% 1% 2.75% 1.37553%;
}

.animation-element:nth-of-type(4n-0) {
  margin: 0% 0% 2.75% 1.375%;
  clear: right;
}

/*bounce up animation for the subject*/
.bounce-up .subject {
  opacity: 0;
  -moz-transition: all 700ms ease-out;
  -webkit-transition: all 700ms ease-out;
  -o-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  -moz-transform: translate3d(0px, 200px, 0px);
  -webkit-transform: translate3d(0px, 200px, 0px);
  -o-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate3d(0px, 200, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.bounce-up.in-view .subject {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

@media screen and (max-width: 849px) {

    .subject .content {
        min-height: 6em;
    }
}


.subject:hover {
    opacity: .8 !important;
}

.subject .header {
    margin: 8px 0px;
}

.subject img {
    border-bottom: 3px solid #fdcd00;
}

.subject .content {
    padding-left:15px;
    color:#0462be;
    position: absolute;
    padding-right: 15px;
    padding-top: 10px;
}

.subject .content:hover {
    text-decoration:underline;
}

.bounce-up .subject2 {
    opacity: 0;
    -moz-transition: all 700ms ease-out;
    -webkit-transition: all 700ms ease-out;
    -o-transition: all 700ms ease-out;
    transition: all 700ms ease-out;
    -moz-transform: translate3d(0px, 200px, 0px);
    -webkit-transform: translate3d(0px, 200px, 0px);
    -o-transform: translate(0px, 200px);
    -ms-transform: translate(0px, 200px);
    transform: translate3d(0px, 200, 0px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.bounce-up.in-view .subject2 {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.subject2 {
    width: 100%;
    margin: auto;
    text-align: center;
    padding-top: 45px;
}

@media screen and (max-width: 880px) {
    .subject2 {
        height:auto;
    }
}

.subject2 .header {
    margin: 8px 0px;
}

.subject2 .content {
    margin-bottom: 15px;
    position: absolute;
    bottom: 0;
    margin-right: 15px;
    color: #ffff;
}

.bounce-up .industry {
    opacity: 0;
    -moz-transition: all 700ms ease-out;
    -webkit-transition: all 700ms ease-out;
    -o-transition: all 700ms ease-out;
    transition: all 700ms ease-out;
    -moz-transform: translate3d(0px, 200px, 0px);
    -webkit-transform: translate3d(0px, 200px, 0px);
    -o-transform: translate(0px, 200px);
    -ms-transform: translate(0px, 200px);
    transform: translate3d(0px, 200, 0px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.bounce-up.in-view .industry {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.industry {
    height: auto;
}



body &gt; div.container {
    width:100% !important;
}

.hpfa {
    font-size: 25px;
}

.appCallout {
    color: #787878;
    border-left: 4px solid #ffcd16;
    padding-left: 10px;
    color: #787878;
}

.boldLaser {
    font-weight: bolder;
    color: #585858 !important;
    border-bottom: 5px solid #fdcd00 !important;
}

.tabs {
    width: 100%;
    float: none;
    list-style: none;
    position: relative;
    text-align: left;
    padding-left:0px;
}
.tabs li {
    float: left;
    display: block;
}
.tabs input[type="radio"] {
    position: absolute;
    top: -9999px;
    left: -9999px;
}
.tabs label {
    display: block;
    padding: 14px 10px;
    border-radius: 2px 2px 0 0;
    border: 1px solid #e3e3e3;
    cursor: pointer;
    position: relative;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.tabs .tab-content {
    z-index: 2;
    display: none;
    overflow: hidden;
    width: 100%;
    border: 1px solid #e3e3e3;
    padding: 25px;
    position: absolute;
    top: 53px;
    left: 0;
}
.tabs [id^="tab"]:checked + label {
    font-weight:bold;
    padding-bottom:15px;
    border-bottom: none;
    background-color:#fff;
    z-index:3;
}
.tabs [id^="tab"]:checked ~ [id^="tab-content"] {
    display: block;
}

.nodisplay {
    display:none
}

.techCallout a {
    color: #efefef;
    text-decoration: underline!important;
    border-left: 1px solid #ffcd16;
    padding-left: 10px;
}

.techCallout {
    padding: 20px;
    text-align: left;
    padding-bottom: 20px;
}

.lasertab {
    top: 15px;
    position: relative;
    text-transform: uppercase;
    color: #fff;
    font-family: Helvetica,Arial,sans-serif!important;
    font-weight: bolder;
}

a:hover .lasertab  {
    text-decoration:none;
}

.resourcestab {
    text-align:center
}

#resourcesList {
	margin-bottom:15px;	
}

ul#resourcesList {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul#resourcesList li {
    float: left;
    text-align: center;
}

.ch-grid {
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}

.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}

.ch-grid:after {
	clear: both;
}

.ch-grid li {
    width: 100px;
    height: 100px;
    display: inline-block;
    margin: 20px;
}

.homepageh2 {
    font-size: 30px !important;
    font-weight: lighter;
    text-align:center;
    margin-bottom:0px
}

.homepageh2 a {
    text-decoration:none !important
    }

.ch-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	cursor: default;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display:block
}

.ch-img-1 {
    background-image: url(/media/uexlj1w0/appnote.jpg);
    background-size: contain;
}

.ch-img-2 {
    background-image: url(/media/43hb5exk/techtool.jpg);
    background-size: contain;
}

.ch-img-3 {
    background-image: url(/media/vywfri2f/video.jpg);
    background-size: contain;
}

.ch-img-4 {
    background-image: url(/media/4zkfqb4h/trending-a.jpg);
    background-size: contain;
}

.ch-img-5 {
    background-image: url(/media/miag0ftq/faq.jpg);
    background-size: contain;
}

.ch-img-6 {
    background-image: url(/media/asgbmha1/marketing-lit.jpg);
    background-size: contain;
}

.ch-img-7 {
    background-image: url(/media/5hnf4tjw/glossary.jpg);
    background-size: contain;
}

.ch-img-8 {
    background-image: url(/media/fmulcvdk/published-a.jpg);
    background-size: contain;
}

.ch-text { 
    text-align: center;
    padding-top: 15px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
}


.ch-text a { 
    color:#000
}

.ch-info {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	opacity: 0;
	
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-backface-visibility: hidden; /*for a smooth font */
}

.ch-info h3 {
	color: #fff;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 2px;
	font-size: 22px;
	margin: 0 30px;
	padding: 44px 0 0 0;
	height: 110px;
	text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3);
}

.ch-info p {
    color: #fff;
    margin-top: 20% !important;
    font-size: 12px;
    text-transform: uppercase;
}

.ch-info p a {
	display: block;
	color: #fff;
	color: rgba(255,255,255,0.7);
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	padding-top: 4px;
}

.ch-info p a:hover {
	color: #fff222;
	color: #000;
}

.ch-item:hover {
	box-shadow: inset 0 0 0 110px rgba(88,88,88, 1), inset 0 0 0 16px rgba(255,255,255,0.8), 0 1px 2px rgba(0,0,0,0.1);
}

.ch-item:hover .ch-info {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);	
    vertical-align: middle;
    display: table;
    color: #fff;
}

.appnotes {
    padding-left: 17px;
    font-size: 35px;
    text-align: center;
    background-color: #ff4962;
    border: none;
    padding: 12px;
    padding-left: 20px;
    padding-right: 8px;
    padding-bottom: 15px;
    color: #fff;
    margin-bottom: 15px;
}

ul#universityList {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size:15px !important;
}

html &gt; ul#universityList {
    font-size: 15px !important;
}

ul#universityList li {
    float: left;
    text-align: center;
    padding-bottom: 15px;
    padding-top: 15px;
}

ul#universityList li:hover {
    text-decoration: none!important;
    border-color: #585858 !important;
    color: #585858 !important;
}

ul#universityList li:hover a {
    color: #585858!important;
}

.captab {
    color: #a1a1a1;
    padding: 10px;
    padding-left: 25px;
    padding-right: 25px;
    background-color: #efefef;
    text-transform: uppercase;
}

.captab:hover {
    text-decoration: none!important;
    border-color: #585858 !important;
    color: #585858 !important;
    border-bottom: 5px solid #fdcd00 !important;
}

.rotator {
    position: relative;
    list-style: none;
    text-align: left;
    padding: 0;
    color: #fff;
    padding-left: 25px;
    font-size: 35px;
    font-family: Helvetica,Arial,sans-serif!important;
    font-weight: normal;
    top: -97px;
    text-transform: uppercase;
    height: 220px;
    left: -4px;
}

.rotator &gt; li {
    position: absolute;
    opacity: 0;
    margin: 0 auto;
    width: 100%;
}

.rotator &gt; li:first-child {
    -webkit-animation: loop 15s infinite;
}

.rotator &gt; li:nth-child(2) {
    -webkit-animation: opsecond 15s infinite;
}

.rotator &gt; li:nth-child(3) {
    -webkit-animation: opthird 15s infinite;
}

.rotator &gt; li:last-child {
    -webkit-animation: oplast 15s infinite;
}

@-webkit-keyframes loop {
    0% { opacity: 0; }
    10% { opacity: 1; }
    23% { opacity: 1; } 
    34% { opacity: 0; }
}

@-webkit-keyframes opsecond {
    23% { opacity: 0; }
    34% { opacity: 1; }
    56% { opacity: 1; }
    67% { opacity: 0; }
}

@-webkit-keyframes opthird {
    56% { opacity: 0; }
    67% { opacity: 1; }
    76% { opacity: 1; }
    87% { opacity: 0; }
}
  
@-webkit-keyframes oplast {
    76% { opacity: 0; }
    87% { opacity: 1; }
    100% { opacity: 1; }
    0% { opacity: 1; }
    10% { opacity: 0; }
}

.homepageProducts {
    padding: 20px;
    box-shadow: rgb(154, 153, 154) 3px 4px 12px;  
    margin-bottom: 40px;
}
    
@media screen and (max-width: 1200px) {
    .hp_products {
        width: 100% !important;
        font-size: 13px;
        height: 49px;
    }
    .homepageProducts {
        padding-right: 0px;
    }
    .ul#universityList li {
        padding-top: 15px;
    }
}

/*Changed 2020*/
.aniOne {
    width: 22.59%;
}

@media screen and (max-width: 991px) {

    .eo-iconn {
        padding-left: 10px;
    }
    .homepageProducts {
        padding: 0px !important;
box-shadow: none !important;
    }
    .aniOne {
        width: 30.59%;
    }
    .animation-element:nth-of-type(3n-0) {
        margin: 0% 0% 2.75% 1.375%;
        clear: right;
    }
    .myA div:first-of-type a, .myA div:nth-of-type(2) a {
        float:none !Important;
    }
    .myA div:nth-of-type(2) a {
        float: left;
        background-color: transparent !Important;
        border: none !important;
        box-shadow: none !important;
        padding: 0px;
        font-weight: normal;
        text-transform: capitalize;
        margin: 0px;
        color: #0462be;
        text-decoration: underline;
    }
}

/*media queries for small devices*/
@media screen and (max-width: 678px) {
    .main-container {
        margin: 20px 15px;
    }
    .animation-element,
    .animation-element:nth-of-type(4n-1),
    .animation-element:nth-of-type(4n-2),
    .animation-element:nth-of-type(4n-0) {
        width: 100%;
        margin: 0px 0px 30px 0px;
    }
    .subject .header .date,
    .subject .header .category {
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }
}

.va-hp_btn {
    cursor: pointer;
    padding: 10px 20px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: 3px 3px 4px #dadada;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    border-radius: 5px;
    margin-bottom: 15px;
    width: 300px;
    margin: auto;
    background-color: #0462be;
    color: #ffffff;
    border-radius: 0;
}

.va-hp_btn:hover {
    top: 2px;
    text-decoration: none !important;
    box-shadow: 5px 3px 4px #dadada;
    background-color: #0462be;
    color:#fff;
}


.hp_products {
    width: 89.01%;
    margin: auto;
    background-color: #efefef;
}

.subject {
    float: left;
    width: 100%;
      height: auto;
      padding-bottom: 75px;
      box-shadow: 3px 4px 12px #9a999a;
  }

div.content {
    text-align: center;
}

.subject .content {
    width: 100%;
}</pre></body></html>