@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

/*!
SET LESS COLOURS
*/ /*!
do gradients
*/
.orange-gradient {
    background: #df991f;
    background-image: -webkit-linear-gradient(top, #ffaf23 0, #df991f 100%);
    background-image: linear-gradient(to bottom, #ffaf23 0, #df991f 100%);
}
.blue-gradient {
    background: #38749e;
    background-image: -webkit-linear-gradient(top, #4084b3 0, #38749e 100%);
    background-image: linear-gradient(to bottom, #4084b3 0, #38749e 100%);
}
.footer-gradient {
    background: #222;
    background: -webkit-linear-gradient(top, #444 0, #222 100%) #222;
    background: linear-gradient(to bottom, #444 0, #222 100%) #222;
}
.panel-gradient {
    background: #ebf6f8;
    background-image: -webkit-linear-gradient(right, #caeeee 0, #ebf6f8 100%);
    background-image: linear-gradient(to left, #caeeee 0, #ebf6f8 100%);
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin-bottom: 1.5em;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
} /*!
ALL BLOG STUFF GOES HERE
*/
#comments {
    padding-bottom: 2em;
}
#respond {
    position: relative;
    border-top: 1px dotted #38749e;
    padding-top: 1em;
}
#respond label {
    font-weight: 300;
    font-size: 1em;
    margin: 0;
    padding: 0;
}
#respond input {
    margin-bottom: 0;
}
.b-p dd,
.b-p dt,
.b-p li,
.b-p p {
    font-size: 100%;
    font-family: "Inter", sans-serif;
    font-weight: 400; /* Adjust weight as needed */
}

strong {
    font-weight: 500; /* A slight boost over regular text */
}

.b-p dt {
    color: #3d7daa;
    margin-top: 1.5em;
}
.b-p dl,
.b-p ol,
.b-p p,
.b-p ul {
    margin-bottom: 1.5em;
}
.b-p h1,
.b-p h2,
.b-p h3,
.b-p h4,
.b-p h5,
.b-p h6 {
    font-family: "Roboto Condensed", sans-serif;
    text-transform: none;
    line-height: 1.5;
}
.b-p h2,
.b-p h3,
.b-p h4,
.b-p h5,
.b-p h6 {
    color: #3d7daa;
}
.b-p h1 {
    font-size: 200%;
}
.b-p h2 {
    font-size: 180%;
	margin-top:2em;
}
.b-p h3 {
    font-size: 160%;
}
.b-p h4 {
    font-size: 140%;
}
.b-p h5 {
    font-size: 100%;
    text-transform: uppercase;
}
.b-p h6 {
    font-size: 100%;
    font-weight: 700;
}
@media screen and (min-width: 35em) {
    .b-p dd,
    .b-p dt,
    .b-p li,
    .b-p p {
        font-size: 1.2em;
    }
    .b-p ol dl,
    .b-p p,
    .b-p ul {
        margin-bottom: 1.5em;
    }
    .b-p h1 {
        font-size: 200%;
    }
    .b-p h2 {
        font-size: 140%;
		margin-top:2em;
    }
    .b-p h3 {
        font-size: 120%;
    }
    .b-p h4 {
        font-size: 110%;
    }
    .b-p h5 {
        font-size: 105%;
        text-transform: uppercase;
    }
    .b-p h6 {
        font-size: 125%;
        font-weight: 700;
    }
}


.b-p .article-body ul li,
.b-p .article-body ol li {
    font-size: 100%;
}

@media screen and (min-width: 50em) {
    .b-p h1 {
        font-size: 200%;
    }
}
.blogger-panel {
    background-image: url(site_images/blog.jpg);
    background-repeat: no-repeat;
/*    background-attachment: fixed; */
    background-position: center center;
    background-size: cover;
    height: 200px;
    margin-bottom: 4em;
    position: relative;
    overflow: hidden;
}
.blogger-panel h1 {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    color: #fff;
    font-weight: 700;
    position: absolute;
    bottom: -12px;
    text-align: center;
    font-size: 400%;
}
.blog-panel {
    padding: 2em 0;
}
.blog-panel .container {
    /* border-bottom:1px solid #d5eaf8;padding-bottom:1em*/
}
.blog-panel h1 {
    text-transform: none;
    text-align: left;
    font-size: 400%;
    font-weight: 700;
    margin: 0;
    line-height: 1.1;
}
.blog-entry p {
    font-size: 100%;
    line-height: 1.5;
    margin-bottom: 30px;
}
.s-a-h {
    padding-bottom: 1em;
}
.s-a-h h1 {
    font-weight: 400;
    font-size: 120%;
    text-align: left;
    line-height: 1.25;
    text-transform: none;
}
.metainfo {
    margin-bottom: 1em;
}
.metainfo a {
    color: #3d7daa;
}
.metainfo i {
    margin-right: 6px;
}
.article-body {
    margin-bottom: 100px;
}
.article-body h2 {
    font-size: 160%;
    text-align: left;
    text-transform: none;
    font-weight: 700;
    margin-bottom: 1em;
}
.article-body h3 {
    font-size: 140%;
    text-align: left;
}
.article-body h4 {
    font-size: 130%;
    text-align: left;
}
.article-body h5 {
    font-size: 100%;
    text-align: left;
    text-transform: uppercase;
}
.article-body h6 {
    font-size: 100%;
    text-align: left;
    font-weight: 700;
}
.article-body img {
    max-width: 100%;
    height: auto;
    margin: 1em auto;
}
.blog-header-title h1 {
    line-height: 1.6;
    width:100%;
}
.blog-header-image img {
   /* display: block; */
    margin: 0 auto;
    height: 200px;
	width: auto;
}
@media only screen and (min-width: 40em) {
    .metainfo {
        float: right;
        width: 25%;
    }
    .article-body {
        width: 70%;
        float: left;
    }
    .inter-article {
        clear: both;
    }
    .article-body p {
        color: #555;
    }
    .s-a-h h1 {
        font-size: 200%;
    }
    .blog-header-image {

	 	margin-bottom: 1em;

    }
	
    .blog-header-title h1 {
    
        text-align: left;
    }
}
@media only screen and (min-width: 49em) {
    .s-a-h h1 {
        font-size: 250%;
    }
}
@media only screen and (min-width: 62.5em) {
    .s-a-h h1 {
        font-size: 200%;
    }
}
@media only screen and (min-width: 50em) {
    .blog-container-left {
        width: 50%;
        float: left;
    }
    .blog-container-right {
        width: 40%;
        float: right;
    }
}
@media only screen and (min-width: 60em) {
    .blog-container-left {
        width: 60%;
        float: left;
    }
    .blog-container-right {
        width: 30%;
        float: right;
    }
}
.b-e {
    padding: 1em 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 1em;
}
.b-e h2 {
    font-size: 250%;
    margin-bottom: 0.5em;
    line-height: 1.25;
    text-align: left;
    text-transform: none;
    font-weight: 700;
}
.bp-image {
    border-radius: 50%;
    max-width: 50%;
    display: block;
    margin: 0 auto 1em;
}
@media only screen and (min-width: 26em) {
    .bp-image {
        float: right;
        margin: 0 0 1em 2em;
        max-width: 100%;
    }
}
.b-e p {
    font-size: 1.25em;
}
.b-e .small {
    font-size: 0.8em;
    text-transform: uppercase;
}
.b-e a {
    color: #3d7daa;
}
.pagination {
    display: block;
    padding: 3em 0;
    position: relative;
}
.pagination * {
    font-size: 1.25em;
    font-weight: 300;
}
.pagination a,
.pagination span {
    color: #fff;
    padding: 0.35em 1em;
    margin: 0;
    background: #3d7daa;
    border: 1px solid #3d7daa;
    border-radius: 3px;
}
.pagination .current {
    background: #df991f;
    border: 1px solid #df991f;
}
.pagination .dots {
    background: #fff;
    border: 1px solid #fff;
    color: #3d7daa;
}
.sidebar h5 {
    font-size: 1.25em;
    line-height: 1.5;
    color: #666;
    text-transform: uppercase;
    margin-top: 1.25em;
}
.widget_categories ul {
    margin-left: 0;
}
.sidebar li {
    font-size: 1em;
    line-height: 1.5;
}
.sidebar li a {
    color: #3d7daa;
}
.sidebar .current-cat a {
    text-transform: uppercase;
}
.sidebar .current-cat a:before {
    content: "\f07c";
    font-family: FontAwesome;
    margin-right: 0.3em;
}
@media only screen and (min-width: 40em) {
    .sidebar {
        opacity: 1;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    .sidebar:hover {
        opacity: 1;
    }
}
.comment-list {
    list-style-type: none;
}
.comments-area li,
.comments-area li p {
    font-size: 16px;
    font-size: 1rem;
}
.comments-area li {
    border-top: 1px dotted silver;
    margin-top: 1em;
}
.comments-area li ul {
    margin-left: 1.5em;
    border-right: 5px solid 999;
}
.comment-list .reply {
    position: relative;
    height: 40px;
}
.comment-list .reply a {
    display: inline-block;
    padding: 0.25em 1em;
    background: #3d7daa;
    color: #fff;
    border-radius: 3px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    text-align: right;
    float: right;
}
.comment-list .vcard {
    margin-top: 1.5em;
    color: #777;
}
.comment-list .vcard img.avatar {
    float: left;
    margin-left: -3em;
    vertical-align: top;
    margin-top: 5px;
}
.comment-list .comment-meta {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300;
    font-size: 0.85em;
    text-transform: uppercase;
    margin-bottom: 1em;
}
.comment-list .comment-meta a {
    color: #5eaee6;
}
.comment-list .comment-meta a:hover {
    color: #228bd5;
}
.comment-list li {
    padding-left: 4em;
}
p.form-allowed-tags {
    color: #aaa;
}
@media screen and (min-width: 900px) {
    .breakout {
        position: relative;
        display: block;
        margin-left: -30%;
        margin-right: -30%;
        margin-bottom: 1em;
    }
    .breakout img {
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }
}
.galleria figure img {
    display: block;
    margin: 0 auto;
}
.galleria figure figcaption {
    text-align: center;
}
@media screen and (min-width: 60em) {
    .galleria figure {
        float: left;
        width: 49.5%;
    }
    .galleria figure:nth-of-type(odd) {
        margin-right: 1%;
        clear: both;
    }
}

/* Adam  */

/* @media only screen and (min-width:30em){img.banner-image { max-width:50% } } */

p.blue-button a {
    color: #fff;
}

/* Blog Table */

#blogTable colgroup {
    display: table-column-group;
}
#blogTable th {
    background-color: #38749e;
    color: white;
}
#blogTable {
    border: 1px solid #38749e;
    font-size: 90%;
}
#blogTable td {
    border: 1px solid #38749e;
}
#blogTable tr:nth-child(even) {
    background-color: #fff;
}
#blogTable tr:nth-child(odd) {
    background-color: #f1f7fa;
}

#blogTable th,
td {
    padding: 10px;
    text-align: left;
}

.article-body q {
    display: inline;
}

.article-body q:before {
    content: open-quote;
}

.article-body q:after {
    content: close-quote;
}

.fa-arrow-circle-right,.fa-arrow-circle-left,.fa-user,.fa-folder-open,.fa-calendar { color: #3d7daa; }