<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
 * Deprecated DNN CSS class names will remain available for some time
 * before being  permanently removed. Removal will occur according to
 * the  following process:
 *
 * 1. Removal will only occur with a major (x.y) release, never
 *    with a maintenance (x.y.z) release.
 * 2. Removal will not occur less than six months after the release
 *    when it was deprecated.
 * 3. Removal will not occur until after deprecation has been noted 
 *    in at least two major releases.
 *
 *                                              |        |Planned |
 *  Name                                        |Release |Removal |
 *----------------------------------------------+--------+--------+
 * Mod{NAME}C                                     5.6.2    6.2
 *   {NAME} = sanitized version of the DesktopModule Name 
 *   Used on &lt;div&gt; tag surrounding Module Content, inside container
 *----------------------------------------------+--------+--------+
 */  



/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:hover {
}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}


.gap40 {
    display:grid;
    grid-gap: 20px;
}

.facilities h2 {
    margin:20px;
}

.facilities {
    text-align:left;
}
.facilities .texts {
    background:#fff;
    padding:20px;
}

.socialblock ul{
margin:0;padding:0;
}
.socialblock .fab {
  font-size: 2em;
  margin: 4px;
}

a.linkedin {
    color:#0961B8;
}

a.twitter {
    color:#1C93E4;
}

a.youtube {
    color:#F20000;
}

table {
  border-collapse: collapse;
}
 th {
  background: #ccc;
}

th, td {
  border: 1px solid #ccc;
  padding: 8px;
}

tr:nth-child(even) {
  background: #efefef;
}

tr:hover {
  background: #d1d1d1;
}


#news-slider .titlediv {
  display: flex;
  min-height: 80px;
  align-items: end;
}

#news-slider .portfolioitem h3 {
    margin-bottom:20px;
    line-height:1.2;
}


.DNNModuleContent {
    text-align:left}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #941b17;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #941b17;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #941b17;
}
:-moz-placeholder { /* Firefox 18- */
  color: #941b17;
}
#Ctl_Name_1567,#Ctl_Company_1567,#Ctl_Email_1567,#Ctl_PhoneNumber_1567,#Ctl_Messages_1567 {
    color:#941b17 !important;
}


span#Ctl_compliance_1568 {
    font-size: 14px;
}

/* input#dnn_ctr1568_View_Index_ctl00_SubmitButton {
    background: #941b17;
    border: none;
    color: #fff;
    padding: 15px;
    width: 100%;
    display: inline-block;
    font-family:inherit;
    font-size:1.1em;
    cursor:pointer;
    border-radius:99px;
} */





.spaced.no-end {
    padding-bottom:0 !important;
}




@media only screen and (min-width:1024px){
    .clientgrid {
        display:grid;
        grid-gap:30px;
    }
   
    .grid {
        display:grid;
    }
    .cols3 {
        grid-template-columns:1fr 1fr 1fr
    }
    .cols7 {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
}



.clientgrid img {

}
.clientgrid img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
}
.clientgrid img:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
}






/**
 * Tabs
 */
.tabs {
	display: flex;
	flex-wrap: wrap;
}
.tabs label {
	order: 1;
	display: block;
	padding: 1rem 1.6rem;
	margin-right: 0.2rem;
	cursor: pointer;
  font-weight: bold;
  transition: background ease 0.2s;
}
@media only screen and (min-width:1366px) {
    .tabs label {
	order: 1;
	display: block;
	padding: 1rem 3rem;
	margin-right: 0.2rem;
	cursor: pointer;
  font-weight: bold;
  transition: background ease 0.2s;
}
}
.tabs .tab {
  order: 99;
  flex-grow: 1;
	width: 100%;
	display: none;
  padding: 1rem;
  background: #fff;
}
.tabs input[type="radio"] {
	display: none;
}
.tabs input[type="radio"]:checked + label {
	background: #fff;
    border: solid 1px #941b17;
}
.tabs input[type="radio"]:checked + label + .tab {
	display: block;
}

@media (max-width: 45em) {
  .tabs .tab,
  .tabs label {
    order: initial;
  }
  .tabs label {
    width: 100%;
    margin-right: 0;
    margin-top: 0.2rem;
    text-align:center;
    border-bottom: solid 1px #941b17;
  }
}

.tab h2 {
  margin-bottom: 30px;
  margin-top: 30px;
}

label svg {
  width: 20px !important;
}

label svg {
  width: 50px !important;
  display: block;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 20px;
}



.shadow {
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.75);
}


.desktoponly {
    display:none;
}
.mobileonly {
    display:grid;
}


@media only screen and (min-width:1280px) {
    .desktoponly {
        display:grid;
    }
    .mobileonly {
        display:none;
    }
}


.view-tenth {

  border: solid 1px #999;
}

.portfolio_descr p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.XBD_Effect_11_Default .filters a {

  font-size: 15px;
}
@media only screen and (min-width:1280px) {
div#dnn_singlepost {
    border-left: solid 2px #ddd;
    padding: 20px;
    border-right: solid 2px #ddd;
}}

@media only screen and (min-width: 1280px) {
.single .extra-skinny {
    padding: 0 25rem;
}}


.blog-detail01 .detail-title {
  font-size: clamp(2.4rem,3vw,3.1rem) !important;
  color: #333 !important;
  margin: 0 0 5px;
  line-height: 1.2 !important;
  margin-bottom: 20px !important;
}


.central-button {
  width: 600px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.lead {
    font-size: clamp(1rem, 0.2969rem + 2.25vw, 1.5625rem);}


    #active-popup {
  background-color: rgba(52,73,94, 0.7);
  position: absolute;
  width: 100%;
  height: 100% !important;
  top: 0;
  left: 0;
  z-index: 999;
}

#popup-container {
  width: 45%;
  height: 65%;
  margin: 0 auto;
  margin-top: 5%;
  position: fixed;
  left: 28%;
  z-index: 999;
  top: 0;
  /* display: none; */
  background: #941b17;
  padding:30px;
}

.modal-content {
  position: relative;
  text-align: center;
}

.modal-content .grid2 {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:20px;
}

.modal-content a.button {
  padding: 8px;
  text-align: center;
  font-size: 0.7em;
  border: solid 2px #fff;
}

#popup-window { position: relative; }

.modal-content h1,
.modal-content span { color: #fff;margin-top:20px;text-align:center; }

.modal-content p { padding: 20% 5% 0 5%; color:#fff; text-align:left;}

#popup-container a.close {
  position: relative;
  float: right;
  top: -15px;
  right: -7px;
  z-index: 99;
  font-weight: bold;
  font-size: 16px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 5px;
  padding: 10px 10px 10px 10px;
  line-height: 1em;
  text-align: center;
  background: #000;
  border: 1px solid #fff;
  cursor: pointer;
  color:#fff;
}





.thickred {
  border: solid 5px #941b17;
  width:100%;
  height: auto;
}



    .nomobile {
        display:none;
    }
    .nodesktop {
        display:block;
    }

@media only screen and (min-width:1000px){
    .nomobile {
        display:grid;
    }
    .nodesktop {
        display:none;
    }

h3.nomobile.cd-headline.headline-2 {
    display: block;
    padding-right: 50px;
}
}


.servicebox {
    background:#fff;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.75);
padding:20px;
}
.servicebox  .buttonset a {
    color: #333;
}

.servicebox h2 {

  font-size: clamp(1rem, calc(1rem + ((1vw - 0.32rem) * 0.15)), 1.5rem);
  -webkit-text-size-adjust: none;
  font-weight: bold;
  margin-bottom:10px;
}

.servicebox p {
     font-size: clamp(1rem, calc(1rem + ((1vw - 0.32rem) * 0.15)), 1.5rem);
}

.servicebox h2 a {
    background:transparent;
    color:#333;
    border-top: solid 1px #333;
    border-bottom: solid 1px #333;
    padding-top: 5px;
    padding-bottom:5px;
    border-radius:0 !important;
}
.servicebox a {
    display:block;
    /* background:#931c18; */
    padding:10px;
    color:#fff;
    text-align:center;
    border-radius:20px;

}



@media only screen and (min-width:1024px){
.servicebox p:nth-of-type(2) {

    min-height:150px;
}}





.mybtn {
  border: none;
  display: block;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  outline: none;
  overflow: hidden;
  position: relative;
  color: #fff;



  margin: 0 auto;
  box-shadow: 0 5px 15px rgba(0,0,0,0.20);
}

.mybtn span {
  position: relative; 
  z-index: 1;
}

.mybtn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 490%;
  width: 140%;
  background: #094581;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-98%) translateY(-25%) rotate(45deg);
}

.mybtn:hover:after {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}









#skinnybanner .cd-intro{
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}




  @media only screen and (min-width:1024px) {
#skinnybanner .hero .lottie-right, .hero-sub .lottie-right {
  width: 50%;
  float: right;
}}

#skinnybanner .bannergrid {
  display: grid;
  height: 100%;

  align-items: center;
}

#skinnybanner .cd-intro {
    padding-left:0;
}


.buttonset-inline-full a {

    max-width: 100% !important;
    margin: 0 auto;
    text-align: center;
    display: block;
    
}

@media only screen and (min-width:1024px) {

.buttonset-inline-full a {
    width: 700px;
    max-width: 100% !important;
    margin: 0 auto;
    text-align: center;
    display: block;
}
#skinnybanner {
  min-height: 45vh;
}

#skinnybanner a.button {
    border: solid;
}

#skinnybanner .extra-skinny {
    display:grid;
    align-items:center;
}

}

div#dnn_ctr1818_HtmlModule_lblContent {
    padding-top: 15px;
    padding-bottom:15px;
}
@media only screen and (max-width:1000px) {

    .buttonset-inline-full a {
    max-width: 90% !important;
 
}
.buttonset-inline-self {
 
    max-width: 100%;
   
}

}





  .buttonset9 {
    position:relative;
    width:100%;
    text-align:center;
}
  .buttonset9 a {
  color:#333;
  font-weight:bold;
  font-size:clamp(1rem, calc(1rem + ((1vw - 0.32rem) * 0.15)), 1.5rem)}
  .buttonset9 a:hover {
      color:#fff;
  }
    .buttonset9 a:first-of-type{
      width:50%;
      display:inline-block;
    padding:10px 10px 10px 10px;
    border: solid 1px;
    /* background:#931c18; */
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;


  }


.buttonset9 a:first-of-type:hover {
background:#9f2520;
}


     .buttonset9 a:last-of-type{
      display:inline-block;
    padding:10px 10px 10px 10px;
    /* background:#044889; */
 -webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
border: solid 1px;
text-align:center;
width:50%;

  }
.buttonset9 a:last-of-type:hover {
background:#095094;
}


 
  .roundy {
    display:flex;
    align-items:center;
    justify-content:center;
  background:#fff;
border-radius:50%;
font-size:10px;
font-style:italic;
color:rgb(70, 70, 70);
width:25px;
height:25px;
border: solid 1px;

text-align:center;
position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
z-index:2;}








.servicebox2 {
    background:#fff;

padding:20px;
border: solid 1px #dadada;
}


.servicebox2 h2 {

  font-size: clamp(1rem, calc(1rem + ((1vw - 0.32rem) * 0.15)), 1.5rem);
  -webkit-text-size-adjust: none;
  font-weight: bold;
  margin-bottom:10px;
}

.servicebox2 p {
     font-size: clamp(1rem, calc(1rem + ((1vw - 0.32rem) * 0.15)), 1.5rem);
}

.servicebox2 h2 a {
    background:transparent;
    color:#333;
    border-top: solid 1px #333;
    border-bottom: solid 1px #333;
    padding-top: 5px;
    padding-bottom:5px;
    border-radius:0 !important;
}




@media only screen and (min-width:1024px){
.servicebox2 p:nth-of-type(2) {

    min-height:150px;
}}
.sidecontact a {
    display:none;
}

@media only screen and (min-width:1024px) {
.sidecontact a {
    display:none !important;
}}


.servicebox3 {
    background:#fff;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.75);
padding:20px;
}


.servicebox3 h2 {

  font-size: clamp(1rem, calc(1rem + ((1vw - 0.32rem) * 0.15)), 1.5rem);
  -webkit-text-size-adjust: none;
  font-weight: bold;
  margin-bottom:10px;
}

.servicebox3 p {
     font-size: clamp(1rem, calc(1rem + ((1vw - 0.32rem) * 0.15)), 1.5rem);
}

.servicebox3 h2 a {
    background:transparent;
    color:#333;
    border-top: solid 1px #333;
    border-bottom: solid 1px #333;
    padding-top: 5px;
    padding-bottom:5px;
    border-radius:0 !important;
    display:block;
    width:100%;
    text-align:center;
}
.servicebox3 .button {
    display:block;
    background:#931c18;
    padding:10px;
    color:#fff;
    text-align:center;
    border-radius:20px;

}

.servicebox3 .button a {
    color:#fff;
     font-size: clamp(1rem, calc(1rem + ((1vw - 0.32rem) * 0.15)), 1.5rem);
}



@media only screen and (min-width:1024px){
.servicebox3 p:nth-of-type(2) {

    min-height:150px;
}}







.servicebox2 a {
    display:block;
    text-align:center;


}


#LinkByFancyBox1899 {
  position: fixed;
  top: 30%;
  right: 0;
  z-index: 999;
  display:none;
}
@media only screen and (min-width:1280px){
    #LinkByFancyBox1899 {

  display:block;
}
}

.fancybox-skin {
  position: relative;
  background: #0c4684 !important;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 25px !important;

}



.formtitle {
  color: #fff;
 font-family: "Raleway", sans-serif !important;
}


.Theme_FancyBox.FormByFancyBox1899 input {
  border-radius: 10px !important;
  border: 3px solid #000 !important;
}

.Theme_FancyBox .btn {
  display: inline-block;
  *display: inline;
  padding: 4px 14px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 18px !important;
 
  font-family: "Raleway", sans-serif !important;
  color: #fff;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  cursor: pointer;
  background-color: #20b3e5;
  *background-color: #e6e6e6;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-image: none;
  background-repeat: repeat-x;
  border: 1px solid #bbbbbb;
    border-top-color: rgb(187, 187, 187);
    border-right-color: rgb(187, 187, 187);
    border-bottom-color: rgb(187, 187, 187);
    border-left-color: rgb(187, 187, 187);
  *border: 0;
  border-color: none !important;
  border-color:none !important;
  border-bottom-color: none;
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  border-radius: 20px !important;
  filter: none;
  filter: none;
  -webkit-box-shadow:none;
  -moz-box-shadow:none;
  box-shadow:none;
  
  padding: 20px !important;
}

.Theme_FancyBox.form_input {
  font-size: 14px !important;
  color: #fff !important;
  font-family: "Raleway", sans-serif !important;
}




.form_desc {
  display: none;
}




.greyscale,.greyscale img {
-webkit-filter: grayscale(100%);
   -moz-filter: grayscale(100%);
   filter: grayscale(100%);
   transition: all 0.5s ease;
}
.greyscale:hover,.greyscale img:hover {
  -webkit-filter: grayscale(0%);
   -moz-filter: grayscale(0%);
   filter: grayscale(0%);
}



.box {
  height: 595px;
  width: 595px;
  position: relative;
}

.box:before,
.box:after {
  content:"";
  position: absolute;
  height: 100%;
  width: 100%;
}


@media only screen and (max-width:1000px){
    .box {
  height: auto;
  width: auto;
  position: relative;
}
}

.five:before,
.five:after {
  bottom: 10px;
  left: 10px;
}

.five:before {
  border-top: 2px solid black;
  border-right: 2px solid black;
}

.five:after {
  border-bottom: 2px solid black;
  border-left: 2px solid black;
  z-index: -1;
}




[itemprop="name"] {
   color: red;
}



.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


.imageContainer video {
  width: 100% !important;
  height: auto !important;
  margin-top: 20px;
  margin-bottom: 20px;
  /* z-index: 999999; */
  position: relative;
  border-radius: 20px;
}

.imageContainer img {
    margin-top:20px;
    margin-bottom:20px;
}

.imageContainer {
    margin-bottom:20px;
}
@media only screen and (max-width:1000px){
.buttonset-inline.bordered {
    border: solid 4px #044889;
    padding: 20px 40px;
    border-radius: 20px;
    background: #f2f2f2;
    display: grid;
    width: auto !important;
}}





@-moz-document url-prefix() {
.buttonset-inline.bordered {
  margin-left: 20px;
}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
.buttonset-inline.bordered {
  margin-left: 0px;
}
}




.form_list li {
    list-style:none;
    list-style-image:none !important;
}



.Theme_Group_Default legend {
  font-size: 16px;
  padding: 0px 5px;
  width: auto;
  border: none;
  margin: 0;
  display: none;
}




.Theme_Group_Default fieldset {

  border: none !important;

}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 9999999 !important;
  background: url("/DesktopModules/DNNGo_PowerForms/Resource/images/fancybox/fancybox_overlay.png");
}



.site-content a {font-weight:bold;}


.legal {
  border-top: solid 1px rgb(209, 209, 209);
   border-bottom: solid 1px rgb(209, 209, 209);
  margin-top: 20px;
  text-align: center;
}
.legal li {
    display:inline;
    margin-right:10px;
    margin-left:10px;
}



/* News Feed Page */

#bolgDashBoard_filter1059 .filter_block {
    margin-bottom: 2rem;
    margin-top: 2.2rem;
}




.XBD_Effect_11_Default .filters a.active, #bolgDashBoard_filter1059 .XBD_Effect_11_Default .filters a.active:hover {
    background: #941B17 !important;
    color: #2e84eb;
}


#bolgDashBoard_filter1059 .filters a.active {
    color: #fff !important;
}



 .XBD_Effect_11_Default .portfolio_descr .name, .XBD_Effect_11_Default .portfolio_descr .name a {
    font-size: inherit !important;
    line-height: 1.2;
    margin: 0px;
    text-transform: uppercase;
    color: #666666;
    margin-bottom: 8px;
    transition: color ease-in 200ms;
    -moz-transition: color ease-in 200ms;
    -webkit-transition: color ease-in 200ms;
    -o-transition: color ease-in 200ms;
    -ms-transition: color ease-in 200ms;
    min-height: 50px !important;
}



.blog-detail01 .author-title {
 
    margin-top: 10px !important;
    margin-bottom:10px !important;
}



.XBD_Effect_11_Default .portfolio_descr {
    padding: 18px 18px 5px;
    color: inherit !important;
    background-color: #F5F5F5;
    transition: all ease-in 200ms;
    -moz-transition: all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
    -o-transition: all ease-in 200ms;
    -ms-transition: all ease-in 200ms;
}


a#LinkByFancyBox3809 {
 display:none;
}

@media only screen and (min-width:1024px) {
a#LinkByFancyBox3809 {
  position: fixed;
  top: 30%;
  right: 0;
  z-index: 999;
  display:block;
}
}

.breadcrumbLink {
  margin-right: 5px;
  margin-left: 5px;
}

#dnn_dnnBreadcrumb_lblBreadCrumb [itemprop="name"] {
  color: inherit;
}




















.snip1214 {
  font-family: 'Raleway', Arial, sans-serif;
  color: #000000;
  text-align: center;
  font-size: 16px;
  width: 100%;
}
.snip1214 .plan {
  margin: 0;
  width: 25%;
  position: relative;
  float: left;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.snip1214 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.snip1214 header {
  position: relative;
}
.snip1214 .plan-title {
  position: relative;
  top: 0;
  font-weight: 800;
  padding: 5px 15px;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  display: inline-block;
  background-color: #222f3d;
  color: #ffffff;
  text-transform: uppercase;
}
.snip1214 .plan-cost {
  padding: 0px 10px 20px;
}
.snip1214 .plan-price {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 800;
  font-size: 2.4em;
  color: #34495e;
}
.snip1214 .plan-type {
  opacity: 0.6;
}
.snip1214 .plan-features {
  padding: 0;
  margin: 0;
  text-align: left;
  list-style: outside none none;
  font-size: 0.8em;
}
.snip1214 .plan-features li {
  border-top: 1px solid #d2d7e2;
  list-style-image:none;
  padding-left:10px;
  padding-top:1em;
}

.snip1214 .plan-features li:nth-child(even) {
}
.snip1214 .plan-features i {
  margin-right: 8px;
  opacity: 0.4;
}
.snip1214 .plan-select {
  border-top: 1px solid #d2d7e2;
  padding: 10px 10px 0;
}
.snip1214 .plan-select a {
  background-color: #222f3d;
  color: #ffffff;
  text-decoration: none;
  padding: 0.5em 1em;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  font-weight: 800;
  text-transform: uppercase;
  display: inline-block;
}
.snip1214 .plan-select a:hover {
  background-color: #46627f;
}
.snip1214 .featured {
  margin-top: -10px;
  background-color: #34495e;
  color: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.snip1214 .featured .plan-title,
.snip1214 .featured .plan-price {
  color: #ffffff;
}
.snip1214 .featured .plan-cost {
  padding: 10px 10px 20px;
}
.snip1214 .featured .plan-features li {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.snip1214 .featured .plan-select {
  padding: 20px 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
@media only screen and (max-width: 767px) {
  .snip1214 .plan {
    width: 100%;
    margin-bottom:30px;
  }
  .snip1214 .plan-title,
  .snip1214 .plan-select a {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .snip1214 .plan-cost,
  .snip1214 .featured .plan-cost {
    padding: 20px 10px 20px;
  }
  .snip1214 .plan-select,
  .snip1214 .featured .plan-select {
    padding: 10px 10px 10px;
  }
  .snip1214 .featured {
    margin-top: 0;
  }
}
@media only screen and (max-width: 440px) {
  .snip1214 .plan {
    width: 100%;
  }
}


.calltoaction .Theme_Group_Default {
    border: solid 1px #fff;
    padding:20px;
}

.calltoaction .form_list li {
    padding: 0 0 0 95px;
    background: none;
    margin-left: 0px;
    list-style: none;
    padding-bottom: 1em;

}

.calltoaction .form_list input {
    border: solid 1px #fff;
}


.calltoaction .form_list span {
    display:none;
}



.calltoaction .form_list .form_row {
    padding: 0px 0px 10px 0px !important;
}



.calltoaction .form_list p {
    color:#444;
}




.legals ul li {
  padding: 0 0 0 0px;
    padding-bottom: 0px !important;
  background: none;
  margin-left: 0px;
  list-style: none;
  border-bottom: none;
  padding-bottom: 1em;
  list-style: disc;
}

/* .ModDNNGoxBlogC ul li {
      padding: 0 0 0 0px;
    padding-bottom: 0px !important;
  background: none;
  margin-left: 0px;
  list-style: none;
  border-bottom: none;
  padding-bottom: 1em;
  list-style: disc;
} */



.blog-detail01 ul li {
  margin-left: 10px;
}

.blog-detail01 ul li::marker {
     content:none !important;
}

.blog-detail01 ul li:hover::marker {
      content:none !important;
}


/* .blog-detail01 ul  li::before {
  content: "";
  background: #dc3630;
  border-radius: 1ch;
  padding-inline: 1ch;
  margin-inline-end: 1ch;
} */



.blog-detail01 ul {
  padding-left: 0px !important;
  margin-bottom: 20px;
}

.blog-detail01 li {
  font-family: inherit;
  font-weight: 300;
  line-height: 1.8;
  list-style-type: inherit !important;
  padding-left: 10px;
}

ul.plan-features li {
  padding: 0 0 0 95px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 95px;
  background: none;
  margin-left: 0px;
  list-style: none;
    list-style-image: none;
  border-bottom: none;
  padding-bottom: 0;
}



.owl-theme .owl-nav [class*="owl-"]:hover {
  background: none;
  color: #FFF;
  text-decoration: none;
}

@media (prefers-reduced-motion) {
.circley,.circle,.circles,.shape,.canvas {
 -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  animation:0s !important;
}


.dots {
    max-width: 10%;
    -webkit-animation: rotated_circle 30s infinite;
    animation: rotated_circle 0s !important;
    display: block;
}
}




:focus {
  outline: 2px solid #fff !important;
  outline-offset: 0;
  box-shadow: inset 0 0 0 2px;
  box-shadow: inset 0 0 0 4px;
}


@media (prefers-reduced-motion) {  

details.reduceme,.object-and-details [open] summary {
    display:none !important;
}

}

.buttonset-inline-self a.button:focus,a.button.redbutton:focus {
  outline: 5px solid #000 !important;
}
.buttonset-inline-self a.button {
    text-decoration:none;
}
.col a {
    text-decoration:underline;
}


.under a {
    text-decoration:underline;
}


.blog-detail01 .detail-info, .blog-detail01 .detail-info a, .blog-detail01 .detail-info a:link, .blog-detail01 .detail-info a:active, .blog-detail01 .detail-info a:visited {
  color: #000 !important;
}





.author-title a {
  text-decoration: underline;
}
.detail-info a {
  text-decoration: underline;
}
.ModDNNGoxBlogC a {
    text-decoration:underline;
}
.has-submenu .sm-simple a:focus {
    color:#000!important;
}


.sm-simple .sm-nowrap &gt; li &gt; a:hover {
    background: #931b17;
    color: #fff;
}

 .sm-simple ul a:hover, .sm-simple ul a:focus, .sm-simple ul a:active, .sm-simple ul a.highlighted {
    background: transparent;
    color: #000000;
  }








.bbi-footer a {
  color: #000;
  text-decoration: none;
}




a.underline {
    text-decoration:underline;
}


.nogrid {
    display:grid;
    grid-template-columns:1fr !important;
}

#delete-195 {
    color:red !important;
}


.bbi-footer a:visited {
  color: inherit;
}

.easet {
  margin-bottom: 2rem;
  display: grid;
  place-content: center;
  padding: 20px;
  width:90%;
  margin: 0 auto;
}
.easet img {
  margin-bottom: 2rem;
}

blockquote p {
  font-size: 18px;
  line-height: 24px;
  color: #000;
  font-style: italic;
}

blockquote cite {
  display: block;
  font-size: 16px;
  color: #060605;
  margin-top: 10px;
}
.websiteterms a {
    color:#fff !important;
}

.stripbar {
    color:#fff !important;
}

main span.filter.button-slanted-content.active {
  color: #090909 !important;
}

 /* Move reCAPTCHA v3 badge to the left */


.grecaptcha-badge { visibility: hidden; }

small.googleterms {
    font-size:0.75 !important
}
.googleterms a,.googleterms a:hover {
    color:#fff;
    text-decoration:underline;
}

 .XBD_Effect_11_Default .view-tenth:hover .portfolio_descr .name a,.XBD_Effect_11_Default .portfolio_descr .name a:visited {
  color: #000 !important;
}


.blog-detail01 .author-description p {
  font-size: inherit !important;
  color: #666;
  line-height: 1.8;
}


.personabar-visible #chatbot-container {
display:none !important;}


.personabar-visible #illow-banner-widget {
    display:none !important;
}


.block .buttonset a:hover {
    color: #fff !important;
}

.imgh {
    height:auto !important;
}


.Normal {
    color:inherit;
}

.servicebox li.readmore {
    margin-left: -70px;
    background: url(/Portals/_default/skins/bbi2024/img/redarrow.png) no-repeat 8.9em !important;
}

@media only screen and (max-width:1000px){
    .hero-sub {

    min-height: 70vh;
    display: grid;
}
}

.personabar-visible .site {
  min-height: auto !important;
}

@media screen and (max-width:1000px){
img.boxyimage {
    display: block;
    margin: 0 auto;
}}
@media only screen and (min-width:1024px){

.pxbox .boxyimage {
  float:right;
  padding:20px;
}
}

.DnnModule.DnnModule-DNNGoPowerForms.DnnModule-6105 {
    background: rgb(221 209 209 / 73%);
    padding: 20px;
    border-radius: 20px;

        .form_list &gt; li {
        padding: 0px 0px 0px 30px !important;
    }

    label,input {
        color:rgb(29, 29, 29) !important;
    }
  .form_submit.text-left {
    text-align: left !important;
}
input#dnn_ctr6105_View_Index_ctl00_SubmitButton {
    margin-top: 20px;
    background: #000;
    border: none;
    text-shadow:none;
    color:#fff !important;
}
}



#dnn_ctr6243_ModuleContent .col {
    background:none;
}


div#dnn_ctr5548_ModuleContent {

    margin-top:34px;

    .detailsblock.mt-5.mb-5 {
        margin-bottom:0 !important;
    }
}





img.fright {
    float: right;
    margin: 0 0 20px 20px;
}
video {
    
    border-radius:20px;
}
@media screen and (max-width:1000px) {
    video {
        width:100%;
        height:auto;
    }
}
@media screen and (min-width:1024px) {
.fright {
    float: right;
    margin: 0 0 20px 20px;
}



}



.detailsblock.mt-5.mb-5 {
    background: #ffffffa1;
    box-shadow: 1px 1px 11px 4px rgba(112, 112, 112, 0.68);
    -webkit-box-shadow: 1px 1px 11px 2px rgba(112, 112, 112, 0.68);
    -moz-box-shadow: 1px 1px 11px 4px rgba(112, 112, 112, 0.68);
    border-radius:25px;

    p {
        font-weight:500;
    }
   
}

@media screen and (max-width:1024px) {
    div#dnn_ctr6103_HtmlModule_lblContent {
    padding: 0 20px 20px 20px;
}
.DnnModule.DnnModule-DNNGoPowerForms.DnnModule-6105 {

    margin: 0 20px !important;
}
}
/* 
.detail-author {
p.author-title {
    display: none;
}

} */



.blog-detail01 .detail-author {
  
    background: #ffffffe8;
    border: solid 1px gray;
    padding: 1rem;
}

body {
    background-color:#fff;
    color:#424242;
}

.profilegrid {
    display: grid;
    grid-template-columns: 1fr;


}

.profileimage {
    display: flex
;
    justify-content: center;
}

.profileimage img {
    border-radius: 50%;
    border: solid 2px #999;
    width:120px;
    height:120px;
}
@media screen and (min-width:1024px){
.profilegrid {
    display: grid;
    grid-template-columns: 1fr 8fr;
}

.profileimage {
    display: flex
;
    justify-content: left;
}



}

.blog-detail01 .author-portrait {

    display: none;
}





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