/* Bootstrap 3 + Custom Theme Clean CSS */

/* Base Reset & Box Sizing */
*,
*:before,
*:after {
    box-sizing: border-box;
}

html {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
    min-height: 100%;
    position: relative;
}

/* Typography */
h1, h2, h3, h4 {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin: 10px 0;
    line-height: 1.2;
    color: #333;
}

h1 { font-size: 36px; }
h2 { font-size: 24px; font-weight: bold; margin-top: 30px;}
h3 { font-size: 20px; font-weight: 600;}
h4 { font-size: 18px; font-weight: 600;}

h1 + h2 {
    font-size: 20px;
    font-weight: normal;
}

div.highlight {
    margin: 10px 0;
}
.hero-image {
    margin: 0;
}

p { margin: 10px 0; }

strong { font-weight: 600; }
small { font-size: 80%; }

/* Links */
a {
    color: #337ab7;
    text-decoration: none;
    outline: 0;
}
a:hover, a:focus { color: #23527c; text-decoration: underline; }

/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    display: block;
    margin: 10px auto;
}

/* Lists */
ul, ol { margin: 0 0 10px; padding-left: 35px; }
ul.flat { list-style: none; padding: 0; margin: 0; }
ul.flat li { margin-left: 0; }

/* Tables */
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
td { padding: 15px; border: 1px solid #ececec; }

/* Horizontal Rules */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #eee;
    margin: 20px 0;
    clear: both;
}

/* Code and Pre */
code, pre {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
pre {
    display: block;
    padding: 10px;
    margin: 0 0 20px;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: auto;
}
pre code {
    padding: 0;
    background-color: inherit;
    color: inherit;
}

/* Wrapper */
.wrapper { margin: 0 auto; }
.container { max-width: 1170px; margin: 50px auto 0; padding: 0 15px; }

/* Header & Topnav */
.header { padding: 5px 16px; position: relative; z-index: 3; }
.topText { font-size: 15px; letter-spacing: 4px; line-height: 57px; text-align: right; text-transform: uppercase; }
.topnav {
    background-color: #46a9c3;
    box-shadow: 0 2px 4px rgba(0,0,0,0.16), 0 2px 10px rgba(0,0,0,0.12);
    width: 100%;
    font-size: 17px;
    color: #f1f1f1;
    letter-spacing: 1px;
}
.topnav a { 
    display: inline-block; 
    padding: 10px 6px 9px; 
    color: #f1f1f1; 
    text-decoration: none; 
    transition: all 0.3s ease; 
}
.topnav a:hover, .topnav a:focus { 
    background-color: #000; 
    color: #fff; 
}

/* header ~ ul {
  padding-left: 35px;
} */


/* Sidebar + Main */
.sidebarMenuinner {
    float: left;
    width: 18%;
}
.Menuinnersupport { background-color: #f1f1f1; padding-top: 20px; }
.innerSupport { width: 100%; height: 100%; color: #000; }
.sidebarMenuinner h2 { font-size: 21px; padding-left: 16px; margin: 20px 0 6px; }
.sidebarMenuinner ul { list-style: none; padding: 0; margin: 0; }
.sidebarMenuinner a { display: block; text-decoration: none; padding: 2px 16px; font-size: 15px; font-weight: bold; color: inherit; }
.sidebarMenuinner a:hover { background-color: #ddd; color: #000; }
.sidebarMenuinner ul ul { display: block; margin-left: 20px; margin-bottom: 10px; }
.sidebarMenuinner ul ul li {
    list-style-type: disc;
    list-style-position: inside;
}
.sidebarMenuinner ul ul li::marker { 
    font-size: 0.5em; /* shrink bullet */ 
    color: #46a9c3; /* change color */ 
}

.sidebarMenuinner ul ul li a {
    text-decoration: underline;
    display: inline-block;    
    color: #4169e1;
    padding-left: 0;
}



#main.innerMain {
    float: right;
    width: 82%;
    margin: 0;
    padding: 20px 0 0;
}
.innerMain p a, .innerMain li a { text-decoration: none; color: #4169e1; }
.innerMain p a:hover, .innerMain li a:hover { color: #46a9c3; }

/* Footer */
.footerBlue {
    background-color: #46a9c3;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 0;
}

/* Utility Classes */
.clearfix::after { content: ""; display: table; clear: both; }

/* Responsive */
@media (max-width: 991px) {
    .header, .topText { text-align: center; }
    .sidebarMenuinner { display: none; }
    #main.innerMain { width: 100%; }
}

@media (max-width: 768px) {
    h1 { font-size: 50px; }
}

@media (max-width: 499px) {
    .topText { letter-spacing: 1px; font-size: 14px; }
}

@media (max-width: 378px) {
    .topText { letter-spacing: normal; font-size: 13px; }
}

/* === Post List Styling === */

ul.posts.flat {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.posts.flat li.post {
    margin: 18px 0;
    /* border-bottom: 2px solid #ececec; */
    padding-bottom: 10px;
}

.post {
    margin: 20px 0;
}

.post-header {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.post-header .meta {
    margin-right: 15px;
    /* border-bottom: 1px solid #ececec; */
}

.post-header .meta .date {
    /* font-size: 20px;  */
    font-weight: 700;
    color: #46a9c3;
    display: inline-block;
    min-width: 30px;
    text-align: center;
}

.post-header .meta .date .day {
    display: block;
}

.post-header .matter {
    flex: 1;
    
}

.post-header .title.small {
    font-size: 19px; /* increased from 18px */
    margin: 0;
    padding-top: 8px;
}

.post-header .title.small a {
    color: #333;
    text-decoration: none;
    border-bottom: 2px solid #ececec;
}

.post-header .title.small a:hover {
    color: #46a9c3;
    /* text-decoration: underline; */
    border-bottom: 2px solid #46a9c3;
}

/* Updated */

.post-header .meta .date .day {
    font-size: 30px; /* slightly bigger for emphasis */
}

.post-header .meta .date .rest {
    font-size: 13px; /* slightly larger than before */
    display: block;
}

.post-header .matter h3.title {
    font-size: 24px; /* make the title a bit more prominent */
    /* padding-top: 5px; */
}

.post-header .matter .description {
    font-size: 15px; /* subtle increase for readability */
    padding-top: 10px;
    display: inline-block;
}



.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

.navbar-default .navbar-nav > li > a {
    color: #333;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #46a9c3;
}



/* top Nav*/


.topnav {
    background-color: #46a9c3;
    box-shadow:
        0 2px 4px 0 rgba(0, 0, 0, 0.16),
        0 2px 10px 0 rgba(0, 0, 0, 0.12);
    position: relative;
    z-index: 4;
    font-size: 17px;
    color: #f1f1f1;
    width: 100%;
    padding: 0;
    letter-spacing: 1px;
    transition: all 0.4s ease;
}
.topnav a {
    text-decoration: none;
    padding: 10px 6px 9px;
    border-bottom: 0;
    display: inline-block;
    -webkit-transition:
        background-color 0.3s ease,
        color 0.3s ease;
    -moz-transition:
        background-color 0.3s ease,
        color 0.3s ease;
    -o-transition:
        background-color 0.3s ease,
        color 0.3s ease;
    transition:
        background-color 0.3s ease,
        color 0.3s ease;
}
.topnav a:hover,
.topnav a:focus {
    border-bottom: 0;
    background-color: #000;
    color: #fff;
}
.topnav a.active {
    background-color: #174780;
    color: #fff;
}
a.topnav-icons {
    font-size: 20px;
}
a.topnav-icons.fa-home {
    font-size: 22px;
    padding: 10px 15px;
}
.navigationInner a.topnav-icons {
    padding: 12px 20px 14px 12px;
}

.topnav svg {
    width: 22px;
    height: 22px;
    /* color: #46a9c3; */    
}

.topnav a:hover svg {
    /* color: #2d7f94; */
    color: #fff;
    
}


.custom_nav {
    float: left;
    overflow: hidden;
}
.custom_nav a {
    padding: 15px 17px;
}
.custom_nav a:hover {
    color: #fff;
    text-decoration: none;
}
.custom_nav a.active {
    background-color: #174780;
    color: #fff;
}



@media (min-width: 1100px) {
    #main {
        margin-left: 18%;
    }
    #main.innerMain {
        margin-left: 0;
        width: 82%;
    }
}
@media (min-width: 992px) {
    .navigationInner a.topnav-localicons {
        display: none;
    }
}
@media (max-width: 1100px) {
    .sidebarMenuinner {
        display: none;
    }
    #main.innerMain {
        width: 100%;
    }
}
@media (max-width: 991px) {
    .header {
        text-align: center;
    }
    .topText {
        text-align: center;
    }
    .about {
        margin: 20px auto auto;
        text-align: center;
    }
    a.topnav-localicons {
        padding: 8px 15px 10px;
        font-size: 20px;
        line-height: 31px;
    }
    .navigationInner a.topnav-icons.fa-home {
        padding: 12px 15px 16px;
    }
    .Menuinnersupport {
        width: 260px;
    }
}
@media (max-width: 769px) {
    #main .sectionPod {
        padding: 0 30px 30px;
    }
    #main .sectionPod:first-child .whitebox {
        margin-top: 30px;
    }
    #main .sectionPod .whitebox {
        margin-top: 30px;
        min-height: 250px;
    }
}
@media screen and (max-width: 768px) {
    h1 {
        font-size: 50px;
    }
    #main .sectionPod p {
        font-size: 18px;
    }
}
@media screen and (max-width: 499px) {
    .topText {
        letter-spacing: 1px;
        font-size: 14px;
    }
}
@media screen and (max-width: 378px) {
    .topText {
        letter-spacing: normal;
        font-size: 13px;
    }
}


