<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.WaGadgetRecentBlogPosts .gadgetStyleBody ul li .author {
 display: none;
}

.boxInfoContainer h5
{ 
display: none;
}

.WaGadgetBlog .boxBodyInfoOuterContainer h5 .postedByLink
{
display:none;
}

.WaGadgetRecentBlogPosts .gadgetStyleBody ul li .author
 display: none;
}

SPAN.postedByLink
{
  display: none;
}

.WaGadgetRecentBlogPosts.gadgetStyle001 ul li .date {

  display: none;

}

.WaGadgetRecentBlogPosts .gadgetStyleBody ul li {

  margin: 0 0 10px 0;

}

.WaGadgetForum .pageTitleOuterContainer .pageBackContainer
{
display:none;
}

.WaGadgetForum .forumPanelOuterContainer .forumPanelContainer .forumSortedOrderLink
{
display:none;
}

.WaGadgetForum.WaGadgetForumStateMessageList .messageListOuterContainer .messageListContainer ul.boxesList li.boxesListItem .boxHeaderOuterContainer table.forumMessageHeaderTable td.forumMessageHeaderBodyContainer&gt;span
{
display:none;
}

.WaGadgetForumStateList .forumCategoryListOuterContainer .forumCategoryOuterContainer .forumCategoryContainer .forumListContainer .boxBodyOuterContainer table.forumListTable tr.forumListRow td.lastReplyTD .lastReply a:first-child, .WaGadgetForum.WaGadgetForumStateTopicList #idTopicListContainer .topicListContainer .boxBodyOuterContainer table tr.topicListRow td.lastReplyTD .lastReply a, .WaGadgetForum.WaGadgetForumStateMessageList .messageListOuterContainer .messageListContainer ul.boxesList li.boxesListItem .boxHeaderOuterContainer table.forumMessageHeaderTable td.forumMessageHeaderInfoContainer .forumMessageHeaderInfo span
{
display:none;
}

.WaGadgetBlog .boxBodyInfoOuterContainer h5 .postedByLink{
display:none;
}
.WaGadgetBlog .boxBodyInfoOuterContainer h5 .postedByLabel{
display:none;
}





.buttonfx{
  color: black; /* button text color */
  outline: none;
  background: transparent;
  border: none;
  border-bottom: 4px solid #eee;
  letter-spacing: 0.0625em;
  padding: 8px 10px; 
  text-transform: uppercase;
  font: bold 16px 'Bitter', sans-serif; /* use google font */
  line-height: 2;
  position: relative;
    display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
  cursor: pointer;
    text-decoration: none; /* remove underline if using A instead of BUTTON tag */
  overflow: hidden;
  transition: all .5s;
}

/* //// Default effect: Slide from Top  //// */

.buttonfx:before,
.buttonfx:after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: #114878; /* onhover background color */
  z-index: -1;
  transform: translate3D(0,-100%,0); /* move elements above button so they don't appear initially */
  transition: all .5s;
}

.buttonfx:before{
  background: #f7da8e; /* button default background color */
  z-index: -2;
  transform: translate3D(0,0,0);
}

.buttonfx:hover{
    color: white;
}

.buttonfx:hover:after{
  transform: translate3D(0,0,0);
  transition: all .5s;
}

/* //// Slide Left  //// */

.slideleft:after{
  top: 0;
  z-index: -1;
  transform: translate3D(-101%,0,0);
}

.slideleft:hover:after{
  transform: translate3D(0,0,0);
  transition: all .5s;
}

/* //// Slide Corner  //// */

.slidebottomleft:after{
  transform: translate3D(-100%,100%,0);
}

.slidebottomleft:hover:after{
    transform: translate3D(0,0,0);
  transition: all .5s;
}

/* //// Angle In  //// */


.angleinleft:after{
  width: 200%;
  transform-origin: 0 bottom;
  transform: translate3D(-50%,0,0) rotate(-50deg);
}

.angleinleft:hover:after{
  transform: rotate(0deg);
  transition: all .5s;
}

/* //// Curtain Down  //// */

.curtaindown{
  border: 1px solid #eee;
  border-bottom: 4px solid #eee;
}

.curtaindown:before,
.curtaindown:after{
  background: #259f6c;
  transform: translate3D(0,-100%,0);
}

.curtaindown:after{
  transform: translate3D(0,100%,0);
}

.curtaindown:hover:before,
.curtaindown:hover:after{
  transform: translate3D(0,-50%,0);
  transition: all .5s;
}

.curtaindown:hover:after{
  transform: translate3D(0,50%,0);
}

/* //// Curtain Up  //// */

.curtainup{
  transform-style: preserve-3d;
}

.curtainup:before,
.curtainup:after{
  transform-origin: center center;
  transform: scale(1,0);
}


.curtainup:hover:before,
.curtainup:hover:after{
  transform: scale(1);
  border-radius: 0;
}

/* //// Double Angle In  //// */

.angleindouble{
  border: 1px solid #eee;
  border-bottom: 4px solid #eee;
}

.angleindouble:before{
  top: 0;
  left: 0;
  width: 150%;
  background: #259f6c;
  transform-origin: 0 bottom;
  transform:  translateX(-100%) rotate(-30deg);
}

.angleindouble:after{
  top: 0;
  left: auto;
  right: 0;
  width: 150%;
  transform-origin: right bottom;
  transform: translateX(100%) rotate(30deg);
}

.angleindouble:hover:before{
  left: 0;
  transform: rotate(0deg);
  transition: all .5s;
}

.angleindouble:hover:after{
  right: 0;
  transform: rotate(0deg);
  transition: all .5s;
}


/* //// Double Take  //// */

.doubletake:before,
.doubletake:after{
  width: 200%;
  background: #259f6c;
  transform-origin: 0 bottom;
  transform: translate3D(-50%,0,0) rotate(-50deg);
}

.doubletake:before{
  opacity: .4;
}

.doubletake:hover:before,
.doubletake:hover:after{
  transform: rotate(0deg);
  transition: all .25s;
}

.doubletake:hover:after{
  transition-delay: .25s;
}


/* #### Bounce classes #### */

.bouncein:hover:before,
.bouncein:hover:after{
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66) !important;
}





.container {
  position: relative;
  width: 700px;
  height: 220px;
}

.card {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.75s ease;
  transform-style: preserve-3d;
}

.card:hover {
  transform: rotateX(180deg);
}

.front, .back {
  /* This part controls the flip */
  backface-visibility: hidden;
  
  /* Size and card position */
  position: absolute;
  width: 100%;
  height: 100%;

  /* Appearance */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 4em;
  box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.3);
}

.front {
  background-color: #333;
  color: #fff;
}

.back {
  transform: rotateX(180deg);

  background-color: #fff; 
  color: #333;
}

/** Nicasio Edits **/

/** Header **/

.WaGadgetSocialProfile.gadgetStyle003 .gadgetStyleBody ul li a{
  border-color: #0A3C5F;
  color: #0A3C5F;
}

.WaGadgetSocialProfile.gadgetStyle003 .gadgetStyleBody ul li a:hover{
  border-color: #800020;
  color: #800020;
}

/** Nav **/

.WaGadgetMenuHorizontal.menuStyle002 .menuInner ul.firstLevel&gt;li.sel&gt;.item&gt;a&gt;span:after {
    background-color: #ffffff;
    height: 3px;
    bottom: 4px;
    display: inline-block
text-align: center
    
}

.WaGadgetMenuHorizontal.menuStyle002 .menuInner {
    border-bottom-color: #4e4e4e00;
    background: transparent;
    display: inline-block
text-align: center
   
}

.WaGadgetMenuHorizontal.menuStyle002 .menuInner ul.firstLevel&gt;li&gt;.item&gt;a span {
    padding: 10px 0 15px 0;
    color: #ffffff;
    font-size: 14px;
    display: inline-block
text-align: center
    
    
}

.WaGadgetMenuHorizontal .menuInner ul ul li&gt;.item {
    background: #0A3C5F;
    display: inline-block
text-align: center
    
}

.WaGadgetMenuHorizontal .menuInner ul ul li&gt;.item:hover {
    background: #800020;
    display: inline-block
text-align: center
    
}

.WaGadgetMenuHorizontal.menuStyle002 .menuInner ul ul {
    border-top: 5px solid #800020;
    display: inline-block
text-align: center
    
}

.WaGadgetMenuHorizontal.menuStyle002 .menuInner ul.firstLevel&gt;li.dir&gt;.item&gt;a:after {
    background: #ffffff;
    display: inline-block
text-align: center
   
}

a.stylizedButton.buttonStyle001 {
    background: #800020;
}

a.stylizedButton.buttonStyle001:hover {
    background: #800020;
}

/** Veritical Menu **/

.WaGadgetMenuVertical .menuInner {
    background: #f7f6f5;
}

.WaGadgetMenuVertical .menuInner ul.firstLevel&gt;li:hover&gt;.item {
    background: #ff6e6e00;
}

.customVertMenu .firstLevel{
    padding: 10px 0 10px 0 !important;
}

.customVertMenu a{
  padding: 0 5px 0 5px !important;
}

.customVertMenu a:hover{
    background: #ffffff;
    color: #0A3C5F !important;    
}

.WaGadgetMenuVertical .menuInner ul.firstLevel&gt;li&gt;.item&gt;a {
    color: #0A3C5F;
    text-shadow: none;
}

.WaGadgetMenuVertical .menuInner ul ul li:hover&gt;.item {
    background: #f7f6f5;
}

.WaGadgetMenuVertical .menuInner ul ul li&gt;.item&gt;a {
    text-shadow: none;
}

.WaGadgetEvents .boxOuterContainer .boxHeaderOuterContainer .boxHeaderContainer h4.boxHeaderTitle a {
    color: #800020;
    font: normal 26px/normal Roboto Condensed;
    text-decoration: none;
}

/** Horizontal Menu **/

.horizontalMenuFull1 {
    background: #800020;
    margin: 0 0 0 0
    
       
}

.horizontalMenuFull {
    background: #0A3C5F;
    margin: 0 0 0 0;
    
    
}

.horizontalMenuFull a{
    color:  #ffffff !important;
    font-size: 17px !important;
    
}

.WaGadgetCustomMenu .gadgetStyleBody .customMenuWrapper.alignCenter {
    padding: 14px 0 10px 0;
    
}

.WaGadgetCustomMenu .gadgetStyleBody ul.orientationHorizontal li a {
    padding: 0 10px;
}
/** Events **/

.WaGadgetEvents .boxOuterContainer .boxBodyOuterContainer .boxBodyContainer .boxBodyInfoOuterContainer .boxBodyInfoContainer .boxActionContainer {
    padding: 15px 0 0 0;
}

.WaGadgetEvents .boxOuterContainer .boxHeaderOuterContainer .boxHeaderContainer h4.boxHeaderTitle a {
    color: #0A3C5F;
}

.WaGadgetEvents .boxOuterContainer .boxBodyOuterContainer .boxBodyContainer .boxBodyInfoOuterContainer .boxBodyInfoContainer .boxActionContainer input.typeButton {
    background-color: #800020;
}

.WaGadgetEvents .boxOuterContainer .boxBodyOuterContainer .boxBodyContainer .boxBodyInfoOuterContainer .boxBodyInfoContainer .boxActionContainer input.typeButton:hover {
    background-color: #800020;
}

/* SLIDER AREA --------------------------------------------------------------- */

.zoneHeader1 &gt; .container_12,
.zoneHeader1 &gt; .container_12 &gt; .s1_grid_12 {width:100%;}
.zoneHeader1 &gt; .container_12 &gt; .s1_grid_12 {margin:0px;}
.zoneHeader1.container_12 {width: 100%;}
.zoneHeader1Inner.zoneInner.s1_grid_12.s2_grid_12.s3_grid_12 {width: 100%; margin: 0;}

/* Slider Controls *****/
.WaGadgetSlideshow .camera_wrap .camera_pag .camera_pag_ul li {
    background: #DDDDDD;
    border: none;
}

.WaGadgetSlideshow .camera_wrap .camera_pag .camera_pag_ul li &gt; span {
    background: #DDDDDD;
}

.WaGadgetSlideshow .camera_wrap .camera_pag .camera_pag_ul li:hover &gt; span {
    background: #12546A;
}

.WaGadgetSlideshow .camera_wrap .camera_pag .camera_pag_ul li.cameracurrent {
    background: #12546A;
}

.WaGadgetSlideshow .camera_wrap .camera_pag .camera_pag_ul li.cameracurrent &gt; span {
    background: #12546A;
}

.desktopSlider{
    position: relative;
}

.camera_caption {
    top: 90%;
    left: 10%;
    display: block;
    position: absolute;
    width: 80%;
}

.camera_caption&gt;div {
    background: rgb(10 60 95 / 60%);
}

/** Homepage Content **/

.ctaBox a{
  color: #ffffff;
  text-decoration: none;
  border: 3px solid white;
}

.ctaBox a:hover {
    background: white;
    color: #0A3C5F;
    padding: 5px
}

.ctaBox2 a{
  background: white;
  color: #0A3C5F;
  text-decoration: none;
  border: 3px solid white;
  padding: 5px
}

.ctaBox2 a:hover {
    background: transparent;
    color: #ffffff;
}

.liveTalks{
  height: 400px;
}

.liveTalks .WaLayoutItem{
  height: 400px;
}

/** Mobile Edits **/
@media only screen and (max-width: 670px){
  .liveTalks{
  height: auto !important;
}

.liveTalks .WaLayoutItem{
  height: auto !important;
}
}
/** SYSTEM PAGE BUTTONS **/

.WaGadgetContactProfile .topButtonsOuterContainer .topButtonsContainer .inner input.typeButton {
    background-color: #800020;
  }

  .WaGadgetContactProfile .topButtonsOuterContainer .topButtonsContainer .inner input.typeButton:hover {
    background-color: #800020;

    .WaGadgetAuthorizationRequired .loginPageTable #idSubmitBox #idLoginButtonBox span input.loginButton {
    background-color: #F08E14;

}
  }
  .WaGadgetAuthorizationRequired .loginPageTable #idSubmitBox #idLoginButtonBox span input.loginButton {
    background-color: #800020;
   
}

.generalFieldsContainer input[type=submit], .generalFieldsContainer input.typeButton {
    background-color: #800020;
 }

 .commonMessageBox .cww-co .buttons input[type="submit"], .commonMessageBox .cww-co .buttons input.typeButton {
    background-color: #800020;

    
}


.WaGadgetMemberPublicProfileStateMain .memberDirectoryDetailsOuterContainer .profileHeaderContainer h2 .sendMailButtonContainer input.typeButton {
    background-color: #800020;
}

.navigationOuterContainer .navigationContainer input.nextButton, .navigationOuterContainer .navigationContainer input.typeButton, .navigationOuterContainer .navigationContainer input[type=submit] {
    background-color: #800020;
    display: inline-block
text-align:center
   }

/** SYSTEM HEADINGS **/

.captionOuterContainer .captionContainer .fieldBody h4 {
    color: #1C4A6B;
    font: normal 26px/normal Roboto Condensed;
    overflow: hidden;
    white-space: nowrap;
}

h2 {
    color: #1C4A6B;
}

.functionalButton {
    background-color: #800020;
}

.WaGadgetTermsOfUse .login-role-actions input[type="submit"] {
     background-color: #80002b;
}
.WaGadgetUnsubscribeFromEmails form input[type=submit] {
    background-color: #800020;
 }// **BLOG** //

}
.WaGadgetBlog.WaGadgetBlogStateList ul.boxesList li.boxesListItem .boxHeaderOuterContainer h4.boxHeaderTitle a {
    color: #800020;
    font: normal 18px/normal Roboto Condensed;
    text-decoration: none;
}


// ***Login **//

.WaGadgetLoginForm .loginContainerWrapper .loginContainerInnerWrapper .loginLink:before {
    border: 2px solid #800020;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #800020;


}

    SPAN.postedByComment {
display: none
}

.WaGadgetBlog .boxBodyInfoOuterContainer h5 .postedByLink{
display:none;
}
.WaGadgetBlog .boxBodyInfoOuterContainer h5 .postedByLabel{
display:none;</pre></body></html>