﻿body {
    font-size: 16px;
}

/* This adds smooth scrolling effect. */
html {
    scroll-behavior: smooth; /* I think asp.net does not recognize this property. But all is good */
}
/* Smooth scrollling effect ends */


/*  This adjusts the spaces around top navigation links to fit page in iPad Pro and line up sub-menu with Jumbotron */
#primary-menu ul li > a {
    padding: 39px 5px;
}
/* ------------------------------------------------------------------------------- */

/* This changes the hover color */
#primary-menu ul li:hover > a, #primary-menu ul li.current > a {
    color: #0071bc;
}
/* ------------------------------------------------------------------------------- */

/* Little Helper Classes */
.amber {
    color:#eb9c4d;
}
/* ------------------------------------------------------------------------------- */

/* Set link color */
a {
    color: #0071bc;
}
.underline-links a {
    padding-bottom: .05em;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: rgba(62,57,56,.3);
}
.underline-links a:hover {
    color: #1ABC9C;
}
/* ------------------------------------------------------------------------------- */

/* Set staff tittle color */
.team-title span {
    color: #0071bc;
    font-style: normal;
}
/* ------------------------------------------------------------------------------- */

/* Correct text styles on label */
.label {
    padding: .3em .6em .3em;
    font-weight: 400;
    vertical-align: middle;
}
/* ------------------------------------------------------------------------------- */

.pricing-box { /* Set pricebox to white background */
    background-color: #FFFFFF;
}
.pricing-title {
    background-color: #DCDCDC;
}

.pricing-features li {
    padding: 10px;
}

.pricing-features-2 li {
    padding: 3px 0;
    font-size: 14px;
}
.pricing-features-2 ul {
    margin: 0;
    padding: 15px 15px 15px 25px;
    text-align: left;
}
.pricing-features-2 {
    border-bottom: 1px solid rgba(0,0,0,0.075);
}

.feature-box .fbox-icon i, .feature-box .fbox-icon img { /* Change icon color */
    background-color: #A8504B;
}

/* Footer Heading ------------------------------------------------------------------- */
.footer-heading {
    font-weight: 500;
    letter-spacing: 0;
    font-size: 16px;
    text-transform: uppercase;
    color: #DDD;
    margin-bottom: 25px;
    font-family: 'Rubik', sans-serif;
    line-height: 1.5;
    margin: 0 0 30px 0;
    display: block;
    -webkit-margin-before: 1.33em;
    -webkit-margin-after: 1.33em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

/* Divider with medium top and bottom padding */
.medium-line {
    clear: both;
    position: relative;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
    border-top: 1px solid #DCDCDC;
}

.fancy-title.title-dotted-border { /* dotted title */
    background: url(/images/dotted.png) center repeat-x;
}

.LeftColumeDivider {
    border-left-width: 1px;
    border-left-style: dashed;
    border-left-color: #BCBCBC;
}

ul.ListWithSeparators {
    clear: both;
    width: 100%;
    margin-left: 0px;
    padding-left: 0px;
}
ul.ListWithSeparators li {
    padding-bottom: 10px;
    padding-top: 10px;
    margin-left: 0px;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #999999;
    list-style-type: none;
}
.feature-box.media-box p {
    margin-top: 15px;
    margin-bottom: 15px;
}
.feature-box p {
    color: #666;
}
.divider {
    color: #ababab;
}
.home-strong {
    font-size: 22px;
}
#page-title.page-title-parallax h1 {
    font-weight: 500;
}

ul.SideNavigation {
    list-style: none;
    text-align: center;
    /*height: 325px;   --- why is it even here? */
    padding: 0;
}
ul.SideNavigation > li + li {
    border-top-width: 1px;
    border-top-style: dashed;
    border-top-color: #BCBCBC;
    
}
ul.SideNavigation a {
    display:block;
    padding: 35px 0px 35px 0px;
    text-transform: uppercase;
    font-weight: 500;
    color: #0071bc;
    letter-spacing: 1.5px;
    opacity: 0.75;
}

address {
    line-height: 1.85;
}

.NormalList {
    padding-left: 30px;
    margin-left: 30px;
    line-height: 1.8
}


/* Page Title Style ------------------------------------------------------------ */

#page-title-inclusion {
    position: relative;
    padding: 5px 0;
    border-top-width: 2px;
    border-top-color: #0071bc;
    border-top-style: solid; 
    margin-top: 0px;
}
#ic-page-title.page-title-pattern {
    background-image: url(/images/about-us-banner.jpg);
    background-repeat: no-repeat;
    min-height: 275px;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
}
#ic-page-title.page-title-pattern.banner2 {
    background-image: url(/images/lead-banner-2.jpg);
}
#ic-page-title.page-title-pattern.banner3 {
    background-image: url(/images/lead-banner-3.jpg);
}
#ic-page-title.page-title-pattern.banner4 {
    background-image: url(/images/lead-banner-4.jpg);
}
#ic-page-title.page-title-pattern.banner5 {
    background-image: url(/images/lead-banner-5.jpg);
}
#ic-page-title.page-title-pattern.banner6 {
    background-image: url(/images/lead-banner-6.jpg);
}
#ic-page-title.page-title-pattern.banner7 {
    background-image: url(/images/lead-banner-7.jpg);
}
    #ic-page-title.page-title-pattern.banner8 {
        background-image: url(/images/lead-banner-8.jpg);
    }
    #ic-page-title.page-title-pattern.banner9 {
        background-image: url(/images/lead-banner-9.jpg);
    }

#ic-page-title {
    position: relative;
    text-transform: uppercase;
}
#ic-page-title h1 {
    font-weight: 400;
    position:absolute;
    color: #ffffff;
    bottom: 10px;
    background-color: rgba(0,0,0,.5);
    padding: 5px 15px;
    line-height: 1em;
}

#ic-page-title.dark h1 {
    color: #000000;
    background-color: rgba(255,255,255,.8);
}
#ic-page-title .sub-lead {
    font-weight: 400;
    font-size: 24px;
    text-transform: none;
    color: #EB9C4D;
}

/* ------------------------------------------------------------------------------- */

/* Page Title styles 2 */
.page-title {
    margin-top: 35px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.separator-2 {
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    height: 1px;
}
.separator-2::after {
    height: 1px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, transparent 100%);
    position: absolute;
    bottom: -1px;
    left: 0px;
    content: "";
    width: 100%;
}

/* ------------------------------------------------------------------------------- */

.SMToolbar {
    margin-top: 32px;
}


/* Where center content will start */
.content-wrap {
    padding: 10px 0;
}

.section-bgcolor {
    background-color: #d9e3d9 !important;
}

/* Line up drop-down submenu with jumbotron */
#header {
    height: 100px;
}



/* Responsive attributes ----------------------------------------------------------- */
@media (max-width: 767px) {
    .emphasis-title h1, .emphasis-title h2 {
        font-size: 32px !important;
    }
}

@media (max-width: 479px) {
    .emphasis-title h1, .emphasis-title h2 {
        font-size: inherit !important;
    }
    .emphasis-title p {
        display:none;
    }
    #page-title-inclusion h1 {
    font-size: 14px;
    font-weight: 400;
}
}

@media (max-width: 991px)
{
    #primary-menu-trigger {
        left: -5px;  /* Correct menu trigger position on small devices --------- */
    }
}

@media only screen and (max-width: 1115px) and (min-width:991px)
{
    .SMToolbar {
        display: none;  /* Correct menu trigger position on small devices --------- */
    }
}

/* Some dashes for Sponsors separation */
.RightSponsor {
    border-right-style: dashed;
    border-right-color: #DCDCDC;
    border-right-width: 1px;
}
.BottomSponsor {
    border-bottom-style: dashed;
    border-bottom-color: #DCDCDC;
    border-bottom-width: 1px;
}