@charset "UTF-8";

/*!
Copyright (c) 2014-2019 Strategy Net. All rights reserved.
*/
* {
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    -o-box-sizing: border-box !important;
    -ms-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 16px;
}

.site-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.site-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.site-col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.site-col-1-3 {
    -webkit-box-flex: 0.333;
    -ms-flex: 0.333;
    flex: 0.333
}

.site-col-2-3 {
    -webkit-box-flex: 0.666;
    -ms-flex: 0.666;
    flex: 0.666;
}

.site-col-1-4 {
    -webkit-box-flex: 0.250;
    -ms-flex: 0.250;
    flex: 0.250;
}

.site-col-2-4 {
    -webkit-box-flex: 0.500;
    -ms-flex: 0.500;
    flex: 0.500;
}

.site-col-3-4 {
    -webkit-box-flex: 0.750;
    -ms-flex: 0.750;
    flex: 0.750;
}

.site-col-1-5 {
    -webkit-box-flex: 0.200;
    -ms-flex: 0.200;
    flex: 0.200;
}

.site-col-2-5 {
    -webkit-box-flex: 0.400;
    -ms-flex: 0.400;
    flex: 0.400;
}

.site-col-3-5 {
    -webkit-box-flex: 0.600;
    -ms-flex: 0.600;
    flex: 0.600;
}

.site-col-4-5 {
    -webkit-box-flex: 0.800;
    -ms-flex: 0.800;
    flex: 0.800;
}

/*ngagr chart style*/
.sn-ng-ifr-container {
    position: relative;
    padding-top: 56.25%;
    /*padding-top: 177.778%; */
    width: 100%;
}
.sn-ng-ifr {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 0;
}
.sn-ng-ifr-overlay-bottom {
    position:absolute;
    background-color: #fff;
    width: 100%;
    height: 5em;
    bottom: 0;
    left:0;
}
/* table style*/
table {

    /*border: 2px solid #000;*/
    margin: 0 auto;
}
table td {
    text-align: center;
}
table td:first-child {
    text-align: left;
}

tr {
    /*border: 1px solid #000;*/
}

td {
    border: 1px solid #8cacb2;
    padding: 15px;
}

div ul li {
    font-size: 16px;
}

div ul  {
    margin-top: 1em;
}
ul li ul li {
    font-size: 16px;
}


ul li ul  {
    margin-top: 1em;
}
@media screen and (max-width: 640px) {
    .site-row {
        display: block;
    }
}

/*******************************  SITE STYLES ***********************/
.site-pic {
    max-width: 512px;
    max-height: 512px;
    width: 100%;
    height: 100%;
}

body {
    background-color: #fff;
    color: #111;
    outline: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #D73A31/*#54747b */;

}
a {
    color: #54747b;
    text-decoration: none;
    outline: none !important;
}


p a:hover, p a:active {
    color: #2d3f43;
}

#site-footer a {
    color: #BBB;
}

#site-footer a:hover,
#site-footer a:active {
    color: #FFF;
}

h1, h2, h3 {
    text-transform: uppercase;
}

h1 {
    font-size: 2em;
    margin: 2em auto;
    text-align: center;
}

h2 {
    font-size: 1.6em;
    margin: 3em 1em 1em 1em;
}

p, ul {
    margin: 2em 1em 1em 1em;
}

.hralt {
    width: 100%;
    height: 2px;
    border-bottom: 1px solid #c6905f;
}

#site-container {
    max-width: 990px;
    margin: 0 auto;
    min-height: max-content;
}

#site-logo-container {
    margin: 1em auto;
    width: 90%;
    text-align: center;
}

#site-logo {
    width: 100%
}

.site-nav {
    text-align: center;
    margin: 1em;
}

.site-nav .menu-item {
    margin: 1em;
    text-transform: uppercase;
    display: inline-block;
}

.site-nav .menu-item:hover, .site-nav .menu-item:active {
    color: #2d3f43;
}

.site-section-heading {
    text-align: center;
    margin: 4em 0 1em 0;
    border-top: 1px solid #8cacb2;
    border-bottom: 1px solid #8cacb2;
}

.site-section-heading a {
    font-size: 1.6em;
    font-weight: 600;
    margin: 2em 1em 1em 1em;
    text-transform: uppercase;
}

.site-intro-subsection {
    text-align: center;
    opacity: 0.8;
    /*max-width: 33%;*/
}

.site-intro-subsection:hover, .site-intro-subsection:active {
    opacity: 1;
}

.site-intro-subsection-heading {
    font-size: 1.2em;
    text-transform: uppercase;
    margin: 2em 1em 0 1em;
    min-height: 4em;
}

.subsection-icon-container {
    padding: 3em;
    min-width: 4em !important;
    max-width: 100%;
}

.subsection-icon {
    border-radius: 50%;
    max-width: 100%;
}

/*.site-intro-subsection-text {
    margin: 0 1em 1em 1em;
}*/

.site-intro-subsection-midlink {
    margin: 2em 1em 4em 1em;
    font-size: 1.2em;
    text-decoration: underline;
}

.subsection-text-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1em;
}

.site-intro-subsection-text,
.subsection-text-side,
#site-container p,
#site-container ul,
#site-container ol {
    font-size: 1em;
    line-height: 1.5em;
    text-align: justify;
    color: #111;
}

.site-section-image {
    max-width: 100%;
    margin: 2em auto;
}

.site-contact {
    width: 16em;
    margin-left: 3em;
    max-width: 90%;
}

.site-contact svg {
    width: 100%;
}

.site-contact svg path {
    fill: #babb02;
}

.email__img {
    width: 30%
}


#site-footer {
    background-color: #2d3f43;
    /*height: 100em;*/
    margin-top: 6em;
    padding-top: 0.5em;
    text-align: center;
}

.site-copyright-container {
    padding: 2em;
}

.site-copyright {
    color: #999;
    font-size: 0.9em;
}

.site-nav-list {
    max-width: 960px;
    margin: 0 auto;
    padding: 2em;
}

.site-nav-list a {
    display: block;
    margin: 1em 0.3em;
}

@media screen and (max-width: 640px) {

    #site-container,
    .site-nav-list {
        padding: 0.5em;
    }

    #site-logo-container {
        width: 96%;
    }

    .site-nav .menu-item {
        display: block;
    }

    .subsection-text-side {
        display: block;
    }

    .site-intro-subsection-heading {
        min-height: 1em;
        font-size: 1.6em;
    }

    .subsection-icon-container {
        padding: 8em;
        margin: -4em 0;
    }

    .site-intro-subsection {
        margin-bottom: 6em;
    }

    .site-section-image {
        margin: 2em 0;
    }
}

/*@media screen and (max-width: 960px) {
    .site-nav .menu-item {
        margin: 0.3em;
    }
}*/
