﻿* {
    box-sizing: border-box;
}
.col-1 {
    width: 8.33%;
}

.col-2 {
    width: 16.66%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33%;
}

.col-5 {
    width: 41.66%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33%;
}

.col-8 {
    width: 66.66%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33%;
}

.col-11 {
    width: 91.66%;
}

.col-12 {
    width: 100%;
}
[class*="col-"] {
    padding: 15px;
}

/* Add a black background color to the top navigation */
.navbox {
    background-color: rgba(255,240,230,0.5);
    /*overflow: hidden;*/
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.5);
    filter: alpha(opacity=60); /* For IE8 and earlier */
    z-index: 1;
    position: fixed;
    width: 100%;
    height: 70px;
    filter: alpha(opacity=60); /* For IE8 and earlier */
}
    .topnav {
        width: 70%;
        margin-top: 0px;
        display: inline-block;
    }

    /* Style the links inside the navigation bar */
        .topnav a {
            float: right;
            color: #293a4c;
            font-family: "Open Sans", Arial, sans-serif;
            text-align: center;
            padding: 25px 25px;
            text-decoration: none;
            font-size: 17px;
        }

#banner {
    background-color: black;
    color: #293a4c;
    padding: 10em 0 9em 0;
    font-family: "Open Sans", Arial, sans-serif;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    background-color: #0c0c0c;
    background-image: url('/Content/Images/background.jpg');
    opacity: 0.5;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 15% left;
    text-align: center;
    position: relative;
    margin-top: -47px;
    z-index: -1;
}
.bannerbox {
    text-align: left;
    margin: 14em;
    font-family: "Open Sans", Arial, sans-serif;
    /*font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;*/
    /*background-color: black;*/
    /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    border: none;*/
    /*opacity: 0.5;*/
    filter: alpha(opacity=30);
}
#footer {
    background-color: #293a4c;
    color: #3d79b8;
    padding: 4em 0 2em 0;
    background: #293a4c;
    /*background: #2b3d4f;*/
    background-image: url('/Content/Images/FaviconLogo.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}
    .footerimage {
        padding: 0px;
        height: 90px;
        background-color: rgba(255,255,255,0.4);
    }
    .ftrlogo {
        background-color: rgba(255,255,255,0.4);
        display: inline-block;
        padding: 0px;
        height: 90px;
        position: absolute;
        margin-left: 0px;
        margin-right: auto;
        top: 15px;
        z-index: 5;
    }
    .ftrnav a {
        color: #f5ba22;
        font-family: "Open Sans", Arial, sans-serif;
        text-align: center;
        text-decoration: none;
        font-size: 14px;
    }

.imglogo {
    float: left !important;
    background-color: rgba(255,255,255,0.8);
    display: inline-block;
    padding: 0px;
    height: 100px;
    position: absolute;
    margin-left: 0px;
    margin-right: auto;
    top: 20px;
    z-index: 5;
}

    .imglogo:hover {
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    }

.featureimg {
    border-radius: 50%;
    margin-top: -40px;
    margin-left: 30px;
    width: 275px;
    height: 275px;
    float: left;
    -webkit-box-shadow: 5px 5px 4px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: 5px 5px 4px 0px rgba(0,0,0,0.6);
    box-shadow: 5px 5px 4px 0px rgba(0,0,0,0.6);
}
.featureimgr {
    border-radius: 50%;
    margin-top: -30px;
    margin-right: 30px;
    width: 275px;
    height: 275px;
    float: right;
    display:block;
    -webkit-box-shadow: 5px 5px 4px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: 5px 5px 4px 0px rgba(0,0,0,0.6);
    box-shadow: 5px 5px 4px 0px rgba(0,0,0,0.6);
}
/*Containers*/
#maincontentcontainer {
    width: 100%;
}
.standardcontainer {
}

.darkcontainer {
    background: rgba(102, 102, 102, 0.30);
}

.lightcontainer {
    background: rgba(255, 255, 255, 0.45);
}

#uppercontentcontainer {
    width: 100%;
}

#uppercontent {
    clear: both;
    width: 100%; /* 1000px / 1250px */
    font-size: 0.8125em; /* 13 / 16 */
    max-width: 92.3em; /* 1200px / 13 */
    margin: 0 auto;
    padding: 1em 0px;
    color: #333;
    line-height: 1.5em;
    position: relative;
}

.uppercontent {
    clear: both;
    width: 80%; /* 1000px / 1250px */
    font-size: 0.8125em; /* 13 / 16 */
    max-width: 92.3em; /* 1200px / 13 */
    margin: 0 auto;
    padding: 1em 0px;
    /*color: #333;*/
    line-height: 1.5em;
    position: relative;
}

.uppercontentalt {
    clear: both;
    width: 100%; /* 1000px / 1250px */
    float: left;
    top: -220px;
    font-size: 0.8125em; /* 13 / 16 */
    margin-bottom: 250px;
    line-height: 1.5em;
    position: relative;
}

#middlecontentcontainer {
    width: 100%;
}

.middlecontent {
    clear: both;
    width: 80%; /* 1000px / 1250px */
    font-size: 0.8125em; /* 13 / 16 */
    max-width: 92.3em; /* 1200px / 13 */
    margin: 0 auto;
    padding: 1em 0px;
    /*color: #333;*/
    line-height: 1.5em;
    position: relative;
}


#lowercontentcontainer {
    border-width: thin;
    border-color: #000000;
    width: 100%;
    border-top-style: solid;
}

.darkcontainer {
    background: rgba(102, 102, 102, 0.30);
}

.lowercontent {

    padding: 20px;

    clear: both;
    width: 100%; 
    font-size: 0.8125em; /* 13 / 16 */
    margin: 0 auto;
    color: #333;
    line-height: 1.5em;
    position: relative;
}
* {
    box-sizing: border-box;
}
body {
    background: #f1f1f1;
}
li {
    margin-top: 20px;
    font-size: 20px;
}
p {
    font-size: 16px;
    line-height: 1.6;
}
    li:first-child {
        margin-top: 0;
    }
/* Create two unequal columns that floats next to each other */
/* Left column */
.firstcolumn {
    float: none;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
.leftcolumn {
    float: left;
    width: 60%;
    padding-left: 30px;
    padding-right: 10px;
}

/* Right column */
.rightcolumn {
    float: left;
    width: 40%;
    background-color: #f1f1f1;
    padding-left: 10px;
    padding-right: 30px
}


/* Add a card effect for articles */
.card {
    background-color: white;
    padding: 15px;
    margin: 15px;
    min-height: 300px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
    width: 10em;
}

/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
    .leftcolumn, .rightcolumn {
        width: 100%;
        padding: 0;
    }
}

/* Add an active class to highlight the current page */
.active {
    background-color: rgba(63,120,186,0.8);
    color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}

/* Dropdown container - needed to position the dropdown content */
.dropdown {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    float: right;
    overflow: hidden;
}

    /* Style the dropdown button to fit inside the topnav */
    .dropdown .dropbtn {
        font-size: 17px;
        border: none;
        outline: none;
        color: #293a4c;
        padding: 14px 16px;
        background-color: inherit;
        font-family: inherit;
        margin: 0;
    }

/* Style the dropdown content (hidden by default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: rgba(242,242,242,0.6);
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    /* Style the links inside the dropdown */
    .dropdown-content a {
        float: none;
        color: black;
        padding: 14px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
    }

/* Add a dark background on topnav links and the dropdown button on hover */
.topnav a:hover, .dropdown:hover .dropbtn {
    background-color: rgba(63,120,186,0.6);
    color: white;
}

/* Add a grey background to dropdown links on hover */
.dropdown-content a:hover {
    background-color: rgba(63,120,186,0.6);
    color: black;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content {
    display: block;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
    .topnav{
        width:90%;
    }
    .navbox{
        width:100%;
    }
    .topnav a, .dropdown .dropbtn {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }
    #banner {
        background-image: url('/Content/Images/homebg.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 15% left;
        padding: 7em 0 4em 0;
    }
    .bannerbox {
        margin:30px;
    }
    }

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
    .topnav.responsive {
        position: relative;
    }

        .topnav.responsive a.icon {
            position: absolute;
            right: 0;
            top: 0;
        }

        .topnav.responsive a {
            float: none;
            display: block;
            text-align: right;
        }

        .topnav.responsive .dropdown {
            float: none;
        }

        .topnav.responsive .dropdown-content {
            position: relative;
        }

        .topnav.responsive .dropdown .dropbtn {
            display: block;
            width: 100%;
            text-align: right;
        }
}
/*FONTS*/

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.5;
    margin: 0 0 1em 0;
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        color: inherit;
        text-decoration: none;
    }

h1 {
    font-size: 3em;
    margin: 0 0 0.25em 0;
}

h2 {
    font-size: 2.5em;
    color: #3d79b8;
    padding-bottom:15px;
}

h3 {
    font-size: 1.1em;
    color: #f3ba18;
}

h4 {
    font-size: 1.1em;
}

h5 {
    font-size: 1.5em;
    color:#283a4c;
}

h6 {
    font-size: 0.7em;
}

@media screen and (max-width: 736px) {

    h1 {
        font-size: 1.5em;
    }

    h2 {
        font-size: 1.25em;
    }

    h3 {
        font-size: 1.1em;
    }
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

strong, b {
    color: #3d79b8;
}

h1, h3, h4, h5, h6 {
    color: #f2f2f2;
}

hr {
    border-bottom-color: #293a4c;
}