.block
{
    display: block;
}
.hidden
{
    display: none;
}
.clear
{
    clear: both;
}
.left
{
    float: left;
}
.right
{
    float: right;
}
.line-height
{
    line-height: 0;
}
.clear-right
{
    clear: right;
}
.clear-left
{
    clear: left;
}
.center-relative
{
    margin-left: auto;
    margin-right: auto;
}
.center-absolute
{
    left: 50%;
}
.center-text
{
    text-align: center !important;
}
.text-left
{
    text-align: left;
}
.text-right
{
    text-align: right;
}
.absolute
{
    position: absolute;
}
.fixed
{
    position: fixed;
}
.relative
{
    position: relative;
}
.margin-0, .margin-0 img
{
    margin: 0 !important;
    line-height: 0;
}
.margin-1
{
    margin: 30px !important;

}
.top-0
{
    margin-top: 0 !important;
}
.top-5
{
    margin-top: 5px !important; 
}
.top-10
{
    margin-top: 10px;   
}
.top-15
{
    margin-top: 15px;   
}
.top-20
{
    margin-top: 20px;
}
.top-25
{
    margin-top: 25px;   
}
.top-30
{
    margin-top: 30px;   
}
.top-40
{
    margin-top: 40px;   
}
.top-50
{
    margin-top: 50px;   
}
.top-60
{
    margin-top: 60px;   
}
.top-70
{
    margin-top: 70px;   
}
.top-75
{
    margin-top: 75px;   
}
.top-80
{
    margin-top: 80px;
}
.top-100
{
    margin-top: 100px;  
}
.top-105
{
    margin-top: 105px;  
}
.top-120
{
    margin-top: 120px;
}
.top-150
{
    margin-top: 150px;  
}
.top-200
{
    margin-top: 200px;  
}
.top-negative-30
{
    margin-top: -30px;
}
.left-35
{
    margin-left:35px;
}
.right-35
{
    margin-right:35px;
}
.bottom-0
{
    margin-bottom: 0 !important;
}
.bottom-10
{
    margin-bottom: 10px !important;
}
.bottom-20
{
    margin-bottom: 20px !important;
}
.bottom-25
{
    margin-bottom: 25px !important;
}
.bottom-30
{
    margin-bottom: 30px !important;
}
.bottom-40
{
    margin-bottom: 40px !important;
}
.bottom-50
{
    margin-bottom: 50px !important;
}
.bottom-100
{
    margin-bottom: 100px !important;
}
.bottom-150
{
    margin-bottom: 150px !important;
}
.bottom-200
{
    margin-bottom: 200px !important;
}
.width-25
{
    width: 25%;
}
.width-50
{
    width: 50%;
}
.width-75
{
    width: 75%;
}
.width-85
{
    width: 85%;
}
.width-100
{
    width: 100%;
}
blockquote
{
    border-left: 10px solid #003BFF;
    padding-left: 60px;
    margin-top: 50px;
    margin-bottom: 50px;
    font-family: 'Work Sans', sans-serif;
    font-size: 24px;
    line-height: 44px;
    color: #b5b5b5;
}
blockquote.inline-blockquote
{
    width: 480px;
    float: left;
    margin-left: -178px;
    margin-right: 100px; 
}
.wrap-blockquote
{
    display: inline;
}
address
{
    font-size: 32px;
    line-height: 50px;
    font-style: normal;
}
iframe
{
    width: 100%;
}


a.button
{
    display: inline-block;
    color: #fff;
    border: 2px solid #003BFF;
    text-align: center;
    padding: 8px 24px 8px 24px;
    cursor: pointer;
    margin-bottom: 25px;
    vertical-align: middle;
    text-decoration: none;
    border-radius: 60px;
    background-color: #003BFF;
}
a.button:active
{
    position: relative;
    top: 1px;   
}
a.button:hover
{
    color: #003BFF;
    background-color: #fff;border-radius: 60px;
}
a.outline-button
{
 background-color: #fff;border: 2px solid #003BFF; color: #003BFF; padding: 8px 24px 8px 24px;border-radius: 60px;box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
 
}
a.outline-button:active
{
    position: relative;
    top: 1px;   
}
a.outline-button:hover
{
 color: #fff !important;
  padding: 8px 24px 8px 24px;
  background-color: #003BFF;
  border: 2px solid #003BFF;border-radius: 60px;

}
a.small-button
{
 background-color: #fff;border: 2px solid #003BFF; color: #003BFF; padding: 8px 24px 8px 24px;border-radius: 60px;box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;-webkit-transform: rotate(90deg);
 
}
a.small-button:active
{
    position: relative;
    top: 1px;   
}
a.small-button:hover
{
 color: #fff !important;
  padding: 8px 24px 8px 24px;
  background-color: #003BFF;
  border: 2px solid #003BFF;border-radius: 60px;

}

h1,h2,h3,h4,h5,h6
{
    padding: 0px 0;font-family: 'museo-sans', serif;font-weight: 600;
}

h1 {
    font-size: 68px;
    font-weight: 800;
    line-height: 74px;
    margin-bottom: 16px;
    letter-spacing: -.5px;
    font-weight: 600;
}

.h1-small
{
    font-size: 48px; 
    line-height: 56px; 
    margin-bottom: 16px;   
}
/*.h1-small::after {
  content: '';
  color: #003BFF;
  margin: 0px 0px 0px 4px;height: 8px;width: 8px;background-color: #003BFF;
  float: left; position: absolute;
}
*/
h2
{
    font-size: 26px; 
    line-height: 36px; 
    margin-bottom: 16px;   
}
h4::after {
  content: '';
  color: #003BFF;
  margin: 0px 4px 0px 4px;height: 8px;width: 8px;background-color: #003BFF;
  float: right; position: absolute;
}
h3
{
    font-size: 20px;    
    line-height: 26px;
    margin: 24px 0px 16px 0px;
    font-weight: 600; text-align: left;  
}
/*
h3::after {
  content: '';
  color: #003BFF;
  margin: 0px 0px 0px 4px;height: 8px;width: 8px;background-color: #ccc;
  float: left; position: absolute;
}
*/

h4
{
    font-size: 18px;    
}
h5
{
    font-size: 16px;font-weight: 700;   
}
h6
{
    font-size: 26px;    
}
em
{
    font-style: italic;
}
ol
{
    list-style-type: decimal;
}
pre
{
    word-wrap: break-word;
}
.single-content table, .single-content th, .single-content td, .page-content table, .page-content th, .page-content td
{
    border:1px solid black;
    padding: 10px;
    vertical-align: middle;
}
sup
{
    vertical-align: super;
    font-size: smaller;
}
sub
{
    vertical-align: sub;
    font-size: smaller;
}
.single-content ol
{
    display: block;
    list-style-type: decimal;
    margin: 0 0 14px 17px;
}
.single-content ul
{
    display: block;
    list-style-type: disc;
    margin: 0 0 14px 17px;
}

/* BACKGROUNDS */

.cards
{
    margin-right: 2% !important; border-radius: 6px;outline: 1px solid #f7f7f8;
}
.cards h3
{
    color:#182825;
}
.card-white h3
{
    color: #fff;
}
.cards a
{
    color: #003BFF;font-size: 14px !important;font-weight: 600;
  color: #003bff;
}
/* Text Link Base Styles */
.text-link-with-icon {
  display: inline-flex; /* Aligns text and icon inline */
  align-items: center; /* Vertically centers items */
  text-decoration: none; /* Removes underline */
  color: #003BFF; /* Link color */
  font-weight: 600; /* Optional: makes text bolder */
  font-size: 16px !important;
  transition: color 0.3s ease; /* Smooth hover effect */
}

/* Icon Styling */
.text-link-with-icon .icon {
  width: 24px; /* Icon size */
  height: 24px;
  margin-left: 8px; /* Spacing between text and icon */
  stroke: #003BFF; /* Icon color */
  transition: stroke 0.3s ease, transform 0.3s ease; /* Hover transition */
}

/* Hover Effects */
.text-link-with-icon:hover {
  color: #003BFF; /* Darker blue on hover */
}

.text-link-with-icon:hover .icon {
  stroke: #003BFF; /* Change icon color on hover */
  transform: translateX(4px); /* Subtle icon movement to the right */
}


.grey-text p
{
    color:#182825 !important;font-weight: 400;opacity: 85%;
}
.grey
{
    background-color:#f7f7f8; padding: 24px 26px 32px 26px;
}
.grey-background
{
    background-color: #f7f7f8; padding: 32px 0px 32px 0px;
}
.blue
{
    background-color: #003BFF;color: #fff !important;
    padding: 30px;
}
a.blue
{
    background-color: #003BFF;color: #fff !important;
}
.blue-text
{
    color:#003BFF !important;
}
.red 
{
    background-color: #003BFF;color: #fff !important;
    padding: 30px;
}
.red-text
{
    color:#003BFF !important;
}
.red p
{
    color: #fff;
}
/* COLUMNS */

.one,  .one_half,  .one_third,  .two_third,  .three_fourth, 
.one_fourth{
    margin-right: 8%;
    float: left;
    position: relative;
    margin-bottom: 30px;
}
.last{
    margin-right: 0 !important;
    clear: right;
}
.one{
    float: none;
    display: block;
    clear: both;
    margin-right: 0;
}
.one_half{
    width: 565px;
}
.one_third{
    width: 28%;
}
.two_third{
    width: 820px;
}
.one_fourth{
    width: 182px;
}
.three_fourth{
    width: 948px;
}

.one img,  .one_half img,  .one_third img,  .two_third img, 
.three_fourth img,  .one_fourth img{
    max-width: 100%;
    height: auto;
    max-height: 100%;
    width: auto;    
}

.one_half.margin-0{
    width: 50%;
}
.one_third.margin-0{
    width: 33.333333333%;
}
.two_third.margin-0{
    width: 66.666666666%;
}
.one_fourth.margin-0{
    width: 25%;
}
.three_fourth.margin-0{
    width: 75%;
}

/* MENU */

/* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules)
   You need this once per page no matter how many menu trees or different themes you use.
-------------------------------------------------------------------------------------------*/

.sm,.sm ul,.sm li{display:inline-block;list-style:none;margin:0;padding:6px 0px 0px 8px;line-height:normal;direction:ltr;-webkit-tap-highlight-color:rgba(0,0,0,0);}
.sm-rtl,.sm-rtl ul,.sm-rtl li{direction:rtl;text-align:right;}
.sm>li>h1,.sm>li>h2,.sm>li>h3,.sm>li>h4,.sm>li>h5,.sm>li>h6{margin:0;padding:0;}
.sm ul{display:none;}
.sm li,.sm a{position:relative;}
.sm a{display:block;}
.sm a.disabled{cursor:not-allowed;}
.sm:after{content:"\00a0";display:block;height:0;font:0px/0 serif;clear:both;visibility:hidden;overflow:hidden;}
.sm,.sm *,.sm *:before,.sm *:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}


/* WP DEFAULT CLASSES */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 20px 0px;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    max-width: 100%;
}

.wp-caption.alignnone {
    margin: 20px 0px;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
    text-align: left;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
    text-align: right;
}

.wp-caption img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
    text-align: right;
}
.gallery-caption
{
    font-size: 100%;
}
.bypostauthor
{
    font-size: 100%;
}
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}