<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: sais-blog
Description: Theme designed by hotscot
Author: Hotscot
Author URI: https://hotscot.net
Version: 1.0
*/

*{margin: 0px; padding: 0px; outline: 0px none; border: 0px none}
input[type="text"], input[type="submit"] {
    -webkit-appearance: none;
    -webkit-border-radius:0;
    border-radius:0;
}
.bgimage{display: block; overflow: hidden; text-indent: -1000px; background-position: left top; background-repeat: no-repeat;}
.clearfix:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}
.clearboth{clear: both;}

/* =WordPress Core
-------------------------------------------------------------- */
img.alignnone,
img.aligncenter,
img.alignleft,
img.alignright {
    /* TODO: CHANGE THIS */;
    max-width: 100%;
	height: auto;
}

.alignnone,
a img.alignnone,
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}


.alignleft,
a img.alignleft,
.wp-caption.alignleft {
    margin: 8px 20px 20px 0;
}

.alignright,
a img.alignright,
.wp-caption.alignright {
    margin: 8px 0 20px 20px;
}

.aligncenter,
div.aligncenter,
a img.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright,
a img.alignright {
    float:right
}

.alignleft,
a img.alignleft {
    float: left
}

.wp-caption {
    width: auto !important;

    background: #fff;

    text-align: center;
}

article#maincontent .wp-caption p {
    padding: 13px 15px;
    margin: 0;

    text-align: center;

    font-style: italic;
    line-height: 1;
}

.wp-caption img {
    width: auto;
    height: auto;
    margin: 0;
    border: 1px solid #BCC5D7;
}
/** End of WP core styles **/

body {
	background-color: white;
	font-family: Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif
	}

#mainheader {
	margin:0px 0 25px 0;
}

body.home #mainheader {
	margin:0px 0 153px 0;
	}

#saisbrand {
	margin:0px;
	background-color:#004675;
	color:#ffffff
}
#saisbrand .logo {
	display: inline-block;
	width: 175px;
	height: 63px;
	background: url(images/sais-logo.png) no-repeat left top;
	margin-top: 14px;
	text-indent: -999em;
	margin-bottom: 14px;
	border-right: 1px dotted #8b8b8b;
	margin-right: 25px;
	float: left;
}
#button-holder {
	padding-top:19px
}
#saisbrand .buttons {
	float:right;
	width:170px;
	height:53px
}
#saisbrand .buttons:hover {
	background-position:0 100%
}

#saisbrand .learn {
	margin-left:20px;
	display: inline-block;
	width: 245px;
	height: 53px;
	background: url(images/sais.png) no-repeat left top;
	text-indent: -999em;
}

#saisbrand .learn:hover {
	background: url(images/sais.png) no-repeat left bottom;
}
#mainheader .menuicon {
	float:right
}
#mainheader .menutext {
	float:left;
	color:#ffffff;
	font-weight:bold;
	margin:-4px 20px -2px 0px
}
#mainheader.navbar .navbar-nav&gt;li&gt;a {
	font-weight:bold
}

.navbar {
background-image: -webkit-linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);
background-image: linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);
background-repeat: no-repeat;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff54b4eb', endColorstr='#ff1d9ce5', GradientType=0);
border-bottom: 1px solid #178acc;
filter: none;
-webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.1);
box-shadow: 0 1px 10px rgba(0,0,0,0.1);
}

.navbar-default {
background-color: #2fa4e7;
border-color: #1995dc;
}

#mainheader a {
	color: white;
	}

#mainheader nav li.current_page_item a {
	background: #178acc;
	}

#mainheader nav li a:hover {
	background-color: #178acc;
	}

#saisbrand h1 {
	display: inline-block;
	font-weight: bold;
	margin: 0;
	font-size: 30px;
	text-shadow: 1px solid #092f48;
	-moz-text-shadow: 1px solid #092f48;
	-webkit-text-shadow: 1px solid #092f48;
	position: relative;
	top: 25px;
	float: left;
}

@media screen and (max-width: 1200px) {
    #saisbrand h1 {
        font-size: 20px;
    }
}
@media screen and (max-width: 990px) {
    #saisbrand h1 {
        font-size: 12px;
    }
}
@media screen and (max-width: 768px) {
    body.home #mainheader {
        margin: 0 !important;
    }
    .navbar-toggle{
        margin-right: 0;
    }
    #saisbrand{
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #saisbrand h1 {
        font-size: 20px;
        text-align: right;
        padding-left: 0;
    }
    .header-logo-wrap{
        display: flex;
        flex-wrap: nowrap;
        gap: 10px;
        justify-content: space-between;
        align-items: center;
    }

    #saisbrand .container{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #saisbrand :is(.container,.row)::before,
    #saisbrand :is(.container,.row)::after{
        content: '';
        display: none !important;
    }
    #saisbrand .header-logo-wrap :is(.logo, h1){
        position: static;
        top: 0;
        float: none;
        display: block;
        width: auto;
        margin: 0;
    }
    #saisbrand .header-logo-wrap .logo{
        border: none;
        width: 175px;
        background-size: contain;
        background-position: center;
    }
}
@media screen and (max-width: 370px) {
    #saisbrand h1 {
        font-size: 16px;
    }
}

.content {
	background: white;
	padding: 15px 0;
	overflow: hidden;
	margin-bottom: 25px;
	}

.content h2 {
		font-size: 18px;
		margin: 0 0 20px 0;
		line-height: 1.4em;
	}

.col-sm-4 .panel {
	margin-right: 15px;
	}

.col-sm-4 .panel h3 {
	margin-top: 5px;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 5px;
	}

.col-sm-4 .panel ul {
	list-style: none;
	margin-left: 0;
	padding: 0;
	}

.col-sm-4 .panel ul li {
	background: url(images/arrow.png) no-repeat left 5px;
	padding-left: 14px;
	}

ul.articles {
	margin-left: 10px;
	}

ul.articles li {
	margin-bottom: 25px;
	}

ul.articles li a {
	display: block;
	position: relative;
	}

	ul.articles li a img{
		display: block;
		aspect-ratio: 100 / 60;
		width: 100%;
		height: auto;
		object-fit: cover;
		object-position: center center;
	}

ul.articles li h3 {
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	background: url(images/dark-blue-transparent.png);
	padding: 7px;
	color: white;
	}

ul.articles li .positioned {
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	}

ul.articles li a span.date {
	margin: 0;
	color: white;
	font-weight: bold;
	background: url(images/light-blue-transparent.png);
	padding: 3px 7px;
	display: inline-block;
	}

#sponsors {
width: 100%;
border-top: 1px solid #AAAAAA;
padding-top: 50px;
background: white;
}

#sponsors img {
width: 100%;
}

footer#mainfooter {
padding: 10px 0px 10px 0px;
background-color: #004675;
}

#copyright {
background-color: #002742;
color: #C5D9EB;
text-align: center;
}

footer#mainfooter h6 {
color: #ffffff;
font-size: 18px;
text-transform: uppercase;
font-weight: normal;
margin-bottom: 20px;
}

footer#mainfooter a {
color: #0062A4;
}

#copyright p {
padding: 10px;
margin: 0px;
}

footer#mainfooter .twitter {
background-repeat: no-repeat;
background-position: 8px 8px;
padding-left: 39px;
background-image: url('images/twitter.png');
}

footer#mainfooter .facebook {
background-repeat: no-repeat;
background-position: 8px 8px;
padding-left: 39px;
background-image: url('images/facebook.png');
}
footer#mainfooter .youtube {
background-repeat: no-repeat;
background-position: 8px 8px;
padding-left: 39px;
background-image: url('images/youtube.png');
}

.post ul.row {
	margin-left: -15px;
	margin-right: -15px;
	}

h2.post-title {
	color: #004675;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 0;
	}
h1.page-title {
color: #004675;
	font-size: 24px;
	font-weight: bold;
}

.post span.date {
	margin: 0;
	color: white;
	font-weight: bold;
	background: url(images/light-blue-transparent.png);
	padding: 3px 7px;
	display: inline-block;
	}

#saisbrand h1 a {
	color: white;
	}

.page-title {
	margin-top: 0;
	font-weight: bold;
	font-size: 1.8em;
	margin-bottom: 20px;
	}

.post img {
	max-width: 100% !important;
	height: auto;
	}

input, textarea, select {
	border: 1px solid #ddd;
	padding: 5px;
	}

#commentform textarea {
	width: 100%;
	}

img.avatar {
	float: left;
	margin-right: 10px;
	}

li.comment {
	border-bottom: 1px solid #ddd;
padding-top: 15px;
	}

li.comment p {
	margin-bottom: 15px;
	}

ul#comments_div {
	margin-bottom: 25px;
	}

.wp-caption img {
    padding: 9px 9px 9px 9px;
    margin-bottom: 40px;
}

.wp-caption-text {
    padding: 0px 9px 0px 9px;
    font-style: italic;
    color: #666666;
	}

.pagination-lg&gt;li&gt;a, .pagination-lg&gt;li&gt;span {
padding: 4px 9px;
font-size: 12px;
}

.pagination {
	text-transform: lowercase;
}

.post p {
margin-bottom: 20px;
}

.post div {
margin-bottom: 10px;
}

.post div img {
margin-bottom: 5px;
}

.breadcrumb {
	margin-right: 0px;
}

.post div.positioned {
margin-bottom: 0;
}

.content .col-sm-12 h2 {
	padding-left: 10px;
}

#comments_div ul.children {
list-style: none;
margin-left: 25px;
border-left: 3px solid #ddd;
padding-left: 10px;
}
.col-sm-4 #dynamic-sidebar .panel {
 margin-right: 0;
 }

.home .col-sm-4 #dynamic-sidebar .panel {
 margin-right: 15px;
 }

#dynamic-sidebar label{
    display: none;
}

 /** Sidebar Forecast Widget **/
#forecast .sais-na{background-image: url('images/na.png');}
#forecast .sais-low{background-image: url('images/low.png');}
#forecast .sais-moderate{background-image: url('images/moderate.png');}
#forecast .sais-considerable{background-image: url('images/considerable.png');}
#forecast .sais-high{background-image: url('images/high.png');}
#forecast .sais-very-high{background-image: url('images/veryhigh.png');}

#forecast a{
    display: block;
    border: 1px solid #ccc;
    padding-left: 0;
    padding-right: 0;
    padding: 1px;
    margin-left: auto;
    margin-right: auto;
    float: none;
}

#forecast span.img{
    margin: 0 auto;
    display: block;

    height: 80px;
    text-indent: -500px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 60px;
    background-color: #F4F4F4;
}

#forecast span.date{
    display: block;
    text-align: center;
    background-color: #fff;
    padding: 3px 0;
}

.gallery-caption {
   margin-top:30px;
   font-size: 12px;
 }
.gallery-item {
   width: 31% !important;
   margin-right: 2%;
}
dl.gallery-item {
   margin-bottom: -20px;
  }
.gallery {
  margin-bottom: 20px !important;
 }
#gallery-1 {
  margin-bottom: 50px !important;
 }
 body{
    background-image: url(images/bbg.jpg);
    background-position: center 142px;
    background-repeat: no-repeat;
    background-size: 100% auto;
 }
</pre></body></html>