    @font-face 
    {
    font-family:Roboto-Light;
    src: url('../fonts/Roboto-Light.ttf');
    }
    @font-face 
    {
    font-family:Roboto-Condensed;
    src: url('../fonts/Roboto-Condensed.ttf');
    }
    @font-face 
    {
    font-family:Roboto-Medium;
    src: url('../fonts/Roboto-Medium.ttf');
    }
    @font-face 
    {
    font-family:Roboto-Regular;
    src: url('../fonts/Roboto-Regular.ttf');
    }
    @font-face 
    {
    font-family:Roboto-Thin;
    src: url('../fonts/Roboto-Thin.ttf');
    }

    @font-face 
    {
    font-family:Sanfransisco-Regular;
    src: url('../fonts/System San Francisco Display Regular.ttf');
    }
    @font-face 
    {
    font-family:Sanfransisco-Thin;
    src: url('../fonts/System San Francisco Display Thin.ttf');
    }
    @font-face 
    {
    font-family:Sanfransisco-Ultralight;
    src: url('../fonts/System San Francisco Display Ultralight.ttf');
    }

    .articlepanel
    {
    background-color:red;       
    }

    .image 
    {
    position: relative;
    display: inline-block;
    border: 0;
    outline: 0;
    }

    .image img 
    {
    display: block;
    width: 100%;
    border-top-left-radius:3px;
    border-top-right-radius:3px;
    }

    .image.fit 
    {
    display: block;
    width: 100%;
    }

    .image.featured 
    {
    display: block;
    width: 100%;
    margin: 0 0 4em 0;
    }

    .image.left 
    {
    float: left;
    margin: 0 2em 2em 0;
    }

    .image.centered 
    {
    display: block;
    margin: 0 0 2em 0;
    }

    .image.centered img 
    {
    margin: 0 auto;
    width: auto;
    }








/* Carousel */

        .carousel 
        {
	        position: relative;
	        overflow: hidden;
	        padding: 2em 0 2em 0;
	        margin-bottom: 0;
            background-color:hsl(205, 60%, 19%);
        }
        @media only screen and (max-width:400px)
        {
        .carousel 
        {
	        position: relative;
	        overflow: hidden;
	        padding: 2em 0 2em 0;
	        margin-bottom: 0;
            background-color:hsl(205, 50%, 7%);
        }
        }
		.carousel .forward, .carousel .backward 
        {
		position: absolute;
		top: 50%;
		width: 6em;
		height: 12em;
		margin-top: -6em;
		cursor: pointer;
		}

		.carousel .forward:before, .carousel .backward:before 
        {
		content: '';
		display: block;
		width: 6em;
		height: 6em;
		border-radius: 100%;
        background-color:hsl(205, 60%, 19%);
        opacity:1;
		position: absolute;
		top: 50%;
		margin-top: -3em;
		-moz-transition: background-color 0.35s ease-in-out;
		-webkit-transition: background-color 0.35s ease-in-out;
		-o-transition: background-color 0.35s ease-in-out;
		-ms-transition: background-color 0.35s ease-in-out;
		transition: background-color 0.35s ease-in-out;
		-webkit-backface-visibility: hidden;
		}

		.carousel .forward:after, .carousel .backward:after 
        {
		content: '';
		width: 3em;
		height: 3em;
		position: absolute;
		top: 50%;
		margin: -1.5em 0 0 0;
		background: url('../Images/arrow.svg') center no-repeat;
		}

        .carousel .forward:hover:before, .carousel .backward:hover:before 
        {
        background-color:hsl(190, 50%, 50%);
        opacity:1;
        }


        .carousel .forward 
        {
        right: 0;
        }

        .carousel .forward:before 
        {
        right: -3em;
        }

        .carousel .forward:after 
        {
        right: -0.25em;
        }

        .carousel .backward
        {
        left: 0;
        }

        .carousel .backward:before 
        {
        left: -3em;
        }

        .carousel .backward:after 
        {
        left: -0.25em;
        -moz-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        transform: scaleX(-1);
        }

        .carousel .reel 
        {
        white-space: nowrap;
        position: relative;
        -webkit-overflow-scrolling: touch;
        padding: 0 2em 0 2em;
        }

        .carousel article 
        {
        background-color:hsl(205, 50%, 25%);
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cg fill='hsl(205, 50%, 23%)' fill-opacity='0.4'%3E%3Cpath fill-rule='evenodd' d='M0 0h40v40H0V0zm40 40h40v40H40V40zm0-40h2l-2 2V0zm0 4l4-4h2l-6 6V4zm0 4l8-8h2L40 10V8zm0 4L52 0h2L40 14v-2zm0 4L56 0h2L40 18v-2zm0 4L60 0h2L40 22v-2zm0 4L64 0h2L40 26v-2zm0 4L68 0h2L40 30v-2zm0 4L72 0h2L40 34v-2zm0 4L76 0h2L40 38v-2zm0 4L80 0v2L42 40h-2zm4 0L80 4v2L46 40h-2zm4 0L80 8v2L50 40h-2zm4 0l28-28v2L54 40h-2zm4 0l24-24v2L58 40h-2zm4 0l20-20v2L62 40h-2zm4 0l16-16v2L66 40h-2zm4 0l12-12v2L70 40h-2zm4 0l8-8v2l-6 6h-2zm4 0l4-4v2l-2 2h-2z'/%3E%3C/g%3E%3C/svg%3E");
        /*background:hsl(205, 50%, 25%);
        background: -webkit-linear-gradient(top right, hsl(205, 50%, 25%), hsl(205, 50%, 25%)); 
        background: -o-linear-gradient(top right, hsl(205, 50%, 25%), hsl(205, 50%, 25%)); 
        background: -moz-linear-gradient(top right, hsl(205, 50%, 25%), hsl(205, 50%, 25%)); 
        background: linear-gradient(to top right,  hsl(205, 50%, 25%), hsl(205, 50%, 25%));*/          
        border-radius:5px;
        display: inline-block;
        width: 18em;
        text-align: center;
        padding: 0 1em 3em 1em;
        margin: 0 2em 0 0;
        white-space: normal;
        opacity: 1.0;
        -moz-transition: opacity 0.75s ease-in-out;
        -webkit-transition: opacity 0.75s ease-in-out;
        -ms-transition: opacity 0.75s ease-in-out;
        transition: opacity 0.75s ease-in-out;
        }

        .carousel article.loading 
        {
        opacity: 0;
        }

        .carousel article .image 
        {
        position: relative;
        left: -1em;
        top: 0;
        width: auto;
        margin-right: -2em;
        margin-bottom: 3em;
        }
        .carousel article p 
        {
        display:block;
        margin:0 auto;
        width:70%;
        height:70px;
        line-height:150%;
        font-size:12px;
        letter-spacing:0.03em;
        padding:2%;
        font-family:Roboto-Thin;
        color:hsl(200, 100%, 92%);
        text-align: center;
        }
        .articlea
        {
        text-decoration:none;
        font-family:Roboto-Light;
        color:hsl(205, 50%, 70%);
        letter-spacing:0.03em;
        font-size:14px;
        }
        .hheader
        {
        font-size:18px;
        letter-spacing:0.03em;
        margin:2% 0 2% 0;
        color:hsl(185, 100%, 50%);
        font-family:Roboto-Light;
        }
/* Wide */

        @media screen and (max-width: 1680px) 
        {

        .carousel 
        {
        padding: 1.5em 0 1.5em 0;
        }

        .carousel .reel 
        {
        padding: 0 1.5em 0 1.5em;
        }

        .carousel article 
        {
        width: 18em;
        margin: 0 1.25em 0 0;
        }

        }


        @media screen and (max-width: 840px) 
        {

        /* Carousel */

        .carousel 
        {
        padding: 1.25em 0 1.25em 0;
        }

        .carousel article 
        {
        width: 18em;
        margin: 0 1em 0 0;
        }

        }

/* Mobile */

	#navPanel, #titleBar 
    {
		display: none;
	}

	@media screen and (max-width: 736px) 
    {

		/* Image */

        .image.featured 
        {
        margin: 0 0 2em 0;
        }

        .image.left 
        {
        margin: 0 1em 1em 0;
        }

        .image.centered 
        {
        margin: 0 0 1em 0;
        }


		/* Carousel */

            .carousel 
            {
            padding: 0.5em 0 0.5em 0;
            }

            .carousel .reel 
            {
            padding: 0 0.5em 0 0.5em;
            }

            .carousel article 
            {
            width: 14em;
            padding-bottom: 2em;
            margin: 0 0.5em 0 0;
            }

            .carousel article .image 
            {
            margin-bottom: 2em;
            }

	}
        @media only screen and (min-width:501px) and (max-width:730px)
        {
        .carousel article p 
        {
        line-height:150%;
        font-size:10px;
        font-family:Roboto-Light;
        text-align: center;
        margin-top:20px;
        height:50px;
        }
        .hheader
        {
        font-size:14px;
        margin:0;
        margin-bottom:-15px;
        font-family:Roboto-Regular;
        }
        .articlea
        {
        text-decoration:none;
        font-family:Roboto-Light;
        color:hsl(218, 100%, 100%);
        font-size:12px;
        }
        }

        @media only screen and (min-width:401px) and (max-width:500px)
        {

        .carousel article p 
        {
        line-height:150%;
        font-size:11px;
        font-family:Roboto-Light;
        text-align: center;
        margin-top:20px;
        color:hsl(198, 100%, 95%);
        height:50px;
        }
        .hheader
        {
        font-size:14px;
        margin:0;
        margin-bottom:-15px;
        color:hsl(188, 100%, 100%);
        font-family:Roboto-Regular;

        }
        .articlea
        {
        text-decoration:none;
        font-family:Roboto-Light;
        color:hsl(188, 100%, 100%);
        font-size:12px;

        }
        }

        @media only screen and (max-width:400px)
        {
        .carousel article 
        {
        background-color:hsl(205, 70%, 13%);
        background-image:url('../icons/intersecting-circles-mobiles-carousel.svg');
        /*background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='hsl(205, 70%, 11%)' fill-opacity='0.4' fill-rule='evenodd'/%3E%3C/svg%3E");*/
        /*background: -webkit-linear-gradient(bottom right, hsl(205, 70%, 13%), hsl(205, 70%, 13%)); 
        background: -o-linear-gradient(right, hsl(205, 70%, 13%), hsl(205, 70%, 13%)); 
        background: -moz-linear-gradient(right, hsl(205, 70%, 13%), hsl(205, 70%, 13%)); 
        background: linear-gradient(to top right, hsl(205, 70%, 13%), hsl(205, 70%, 13%));*/
        }
        .carousel article p 
        {
        display:block;
        margin:0 auto;
        width:70%;
        line-height:130%;
        font-size:10px;
        font-family:Roboto-Thin;
        letter-spacing:0.07em; 
        text-align: center;
        margin-top:20px;
        color:hsl(210, 100%, 93%);
        height:50px;
        }
        .hheader
        {
        font-size:14px;
        margin:0;
        margin-bottom:-20px;
        color:hsl(185, 80%, 50%);
        letter-spacing:0.03em;
        font-family:Roboto-Light;
        }
        .articlea
        {
        text-decoration:none;
        font-family:Roboto-Light;
        color:hsl(205, 50%, 60%);
        font-size:12px;
        }
        }
