﻿html, body {
    background: rgb(242,244,242);
}
.row{width:100%;max-width:100%;}
body {
    /*background: #fff url(../img/white01.png);*/
    font: 14px/21px "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #666;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
    margin: 0px;
    padding: 0px;
}

a {
    color: #f4407f;
    outline: 0 none;
    text-decoration: none;
    transition: all 0.25s ease-in-out 0s;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s;
    -ms-transition: all 0.25s ease-in-out 0s;
    -o-transition: all 0.25s ease-in-out 0s;
}

    a:hover {
        color: #333;
        text-decoration: none;
    }

h1, h2, h3, h4, h5, h6 {
    color: #333;
    font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 10px 0;
    padding: 0;
    font-weight: normal;
}

h1 {
    font-size: 46px;
    line-height: 50px;
    margin-bottom: 20px;
}

h2 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 20px;
}

h3 {
    font-size: 25px;
    line-height: 34px;
    margin-bottom: 28px;
    padding: 0 12px;
}

h4 {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 20px;
}

h5 {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 20px;
}

h6 {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 20px;
}


/* Clearing
================================================== */
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.add-top {
    padding-top: 20px;
}


/* Browser Specific
================================================== */
::-moz-selection {
    color: #fff;
    background: #40c9b2;
    text-shadow: none;
}

::selection {
    color: #fff;
    background: #40c9b2;
    text-shadow: none;
}

::-moz-focus-inner {
    padding: 0;
    border: 0;
}


/* Objects Styles
================================================== */

/* header section
-------------------------- */
#header {
}

/* branding */
#branding {
    padding-bottom: 8px;
    padding-top: 8px;
}

.logo {
    text-align: center;
    margin-bottom: 0;
    margin-top: 0;
}

img.logo {
    max-width: 270px;
}

.logo a {
    background: url(../img/logo.png) top center no-repeat;
    text-indent: -9999px;
    display: block;
    width: 163px;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
}

.tagline {
    font-size: 12px;
    text-align: center;
    color: #999;
}


/* error */
#error-wrapper {
}

.error {
    text-align: center;
    font-size: 140px;
    line-height: 150px;
    font-weight: 800;
    color: rgba(128,130,133,0.96);
    margin-bottom: 0;
}

.error-message {
}

    .error-message p {
        text-align: center;
        font-size: 28px;
        line-height: 34px;
        font-weight: bold;
        color: rgba(128,130,133,0.96);
        margin-bottom: 0px;
    }
/*.error-human {
    margin-top: 40px;
}*/
.error-human p {
    text-align: center;
}

/* calltoaction section
-------------------------- */
#calltoaction {
    background: url(../img/color01.png);
    color: #fff;
    padding: 40px 0;
    margin: 40px 0;
}

    #calltoaction h3 {
        text-align: center;
        text-shadow: 0 1px 0px #666;
        color: #4E1747;
    }

    #calltoaction p {
        margin-bottom: 20px;
        color: #fff;
    }
/* topics */
#topics-wrapper {
    text-align: center;
}

#topics {
    text-align: center;
}

    #topics li {
        display: inline-block;
    }

        #topics li a {
            display: block;
            padding: 5px 10px;
            margin-bottom: 10px;
            margin-left: 5px;
            margin-right: 5px;
            background-color: #d5070f;
            color: #FFF;
            border-radius: 3px;
        }

            #topics li a:hover {
                background-color: #333;
                color: #fff;
            }

/* search form */
#search-wrapper {
    text-align: center;
}

#searchform {
    width: 290px;
    background: #fff;
    margin: 0 auto;
    border-radius: 3px;
    padding: 5px;
}

#search {
    border: 0;
    outline: 0;
    padding: 3px;
    width: 250px;
}

#submit-button {
    margin-right: 3px;
    border: 0;
    outline: 0;
    color: #f4407f;
    background: #fff;
    border-left: 1px solid #e4e4e4;
    width: 24px;
    height: 24px;
}


/* info section
-------------------------- */
#info {
}

    #info h2 {
        font-size: 35px;
        line-height: 40px;
        text-align: center;
    }

    #info p {
        margin-bottom: 20px;
        text-align: center;
    }

/* about */
#about {
}

/* contact */
#contact {
}

/* socialmedia */
#socialmedia {
    float: right;
    margin-right: 20px;
}

    #socialmedia ul {
    }

        #socialmedia ul li {
            float: left;
            margin-left: 20px;
            margin-bottom: 10px;
        }

            #socialmedia ul li a {
                padding: 5px;
                background: #666;
                color: #fff;
                margin: 0;
                border-radius: 50%;
            }

                #socialmedia ul li a:hover {
                    background: #333;
                }

            #socialmedia ul li.wrap {
                clear: both;
            }


/* contactinfo */
#contactinfo {
    margin-left: 20px;
}

    #contactinfo ul {
    }

        #contactinfo ul li {
            display: block;
            font-size: 12px;
        }

            #contactinfo ul li span {
                font-size: 21px;
                color: #666;
                margin-right: 10px;
                min-width: 21px;
                min-height: 21px;
            }


/* colophon section
-------------------------- */
#colophon {
    padding: 40px 0;
}

.copyright {
    border-top: 1px solid #e4e4e4;
    padding-top: 20px;
}

    .copyright p {
        font-size: 12px;
        text-align: center;
    }



/* Layout Base 960
================================================== */
.container {
    position: relative;
    width: 940px;
    margin: 0 auto;
    padding: 0;
}

    .container .half {
        width: 470px;
        float: left;
        display: inline;
    }

.row {
    margin-bottom: 20px;
}

/*-----Footer menu-------*/
.footer2 {
    padding:0;
    overflow: hidden;
    background: rgba(0,0,0,0.02);
}

.footer2>.mdl-grid{margin-top:0;margin-bottom:0;max-width:780px;}

    .footer2 .mdl-mega-footer__link-list{list-style:none;margin:8px 0;padding:0; display: flex;flex-wrap: wrap;flex-direction: column;max-height:161px;}
    .footer2 .mdl-mega-footer__link-list li{display:block;text-align:left;}
@media screen and (-webkit-min-device-pixel-ratio:0) {    
	.footer2 .mdl-mega-footer__link-list {
	max-height:165px;
    padding:0 0 80px 0;	
	}      
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.footer2 .logo{max-width:100%;width:100%}
}
.footer2 .mdl-mega-footer__link-list li{opacity: 0.76;}
.footer2 .mdl-mega-footer__link-list li.parent{opacity: 1;}
.footer2 .mdl-mega-footer__link-list li.parent a{font-weight:500;}
.footer2 .mdl-mega-footer__link-list li a{font-size:13px;padding:8px;text-transform: capitalize;}
.footer2 .mdl-mega-footer__link-list ul{margin:0;list-style:none;padding:0;}
.footer2 .mdl-mega-footer__link-list li a[href="#"]{ cursor:text }
 
@media only screen and (max-width:840px){
.footer2 .mdl-mega-footer__link-list{max-height:220px;}
}
@media only screen and (max-width:479px){ 
.footer2 .mdl-mega-footer__link-list{max-height:320px;}
}
@media all and (-ms-high-contrast:none) and (min-width:840px)
{
.footer2 .mdl-mega-footer__link-list{height:150px;}
}

.footer4x {
    background: #efefef;
    border-bottom: 1px solid #dfdfdf;
    border-top: 1px solid #dfdfdf;
}

.footer4 .ruladdress {
    float: none;
    text-align: center;
    padding: 10px;
    min-width: 100%;
}

    .footer4 .ruladdress br {
        display: none;
    }

.footer3 {
    margin-top: 20px;
    min-height: 40px;
    background: #828185;
    line-height: 45px;
    color: #fff;
}

    .footer3 .copyright {
        font-size: .85rem;
    }

    .footer3 a {
        color: white;
    }

.disclaimer {
    margin: 10px 0;
    color: #6d6e71;
    font-size: 11px;
    text-align: center;
}

@media only screen and (max-width:980px) {
    .footer2 ul {
        width: 100%;
    }

    .footer2 li {
        display: inline-block;
        float: none;
    }
}

@media only screen and (max-width:640px) {
    .logo {
        width: 300px;
        margin: 0px auto;
    }
}
/* Layout Wide Screen (Bigger than 960px)
================================================== */
@media only screen and (min-width:1200px) {
    .container {
        position: relative;
        width: 1200px;
        margin: 0 auto;
        padding: 0;
    }

        .container .half {
            width: 600px;
            float: left;
            display: inline;
        }
}


/* Layout Tablet (Smaller than 959px)
================================================== */
@media only screen and (min-width: 720px) and (max-width: 959px) {
    .container {
        position: relative;
        width: 700px;
        margin: 0 auto;
        padding: 0;
    }

        .container .half {
            width: 350px;
            float: left;
            display: inline;
        }
}


/* Layout Mobile (Portrait) width of 320px
================================================== */
@media only screen and (max-width: 719px) {
    .container {
        position: relative;
        width: 300px;
        margin: 0 auto;
        padding: 0;
    }

        .container .half {
            width: 300px;
            margin: 0;
        }
    /* socialmedia */
    #socialmedia {
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
    }

        #socialmedia ul {
            text-align: center;
        }

            #socialmedia ul li {
                float: none;
                display: inline-block;
                margin-left: 10px;
                margin-right: 10px;
                margin-bottom: 10px;
            }

    #contactinfo {
        margin-left: 0;
    }
}


/* Layout Mobile (landscape) width of 420px
================================================== */
@media only screen and (min-width: 480px) and (max-width: 719px) {
    .container {
        position: relative;
        width: 420px;
        margin: 0 auto;
        padding: 0;
    }

        .container .half {
            width: 420px;
            margin: 0;
        }
}


/* Retina Ready Images
================================================== */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and ( min--moz-device-pixel-ratio: 2), only screen and ( -o-min-device-pixel-ratio: 2/1), only screen and ( min-device-pixel-ratio: 2), only screen and ( min-resolution: 192dpi), only screen and ( min-resolution: 2dppx) {

    body {
        background-color: #fff;
        /*background-image: url(../img/white01%402x.png);*/
        background-position: top center;
        background-size: 13px 13px; /* Half the size of the @2x image */
    }

    .logo a {
        background-image: url(../img/logo%402x.png);
        background-position: top center;
        background-size: 163px 70px; /* Half the size of the @2x image */
    }

    #calltoaction {
        background-image: url(../img/color01%402x.png);
        background-position: top center;
        background-size: 13px 13px; /* Half the size of the @2x image */
    }
}


/* End of Document
================================================== */

/* ==================================================
* SoClean - Color Scheme - Hearty
* Copyright 2013, Ujamshi Khandla
* http://uckhandla.com
================================================== */

/* Basic Element Styles
================================================== */
body {
    /*background: #fff url(../img/white02.png);*/
}

a {
    color: #f4407f;
}
/* Browser Specific
================================================== */
::-moz-selection {
    background: #cc608b;
}

::selection {
    background: #cc608b;
}

.error {
    color: rgba(128,130,133,0.96);
    text-shadow: #888 1px 1px 1px;
}

#submit-button {
    color: #40c9b2;
}

.footer2 {
    border: none !important;
}
/* Retina Ready Images
================================================== */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and ( min--moz-device-pixel-ratio: 2), only screen and ( -o-min-device-pixel-ratio: 2/1), only screen and ( min-device-pixel-ratio: 2), only screen and ( min-resolution: 192dpi), only screen and ( min-resolution: 2dppx) {

    body {
        background-color: #fff;
        background-image: url(../img/white02%402x.png);
        background-position: top center;
        background-size: 13px 13px; /* Half the size of the @2x image */
    }

    #calltoaction {
        background-image: url(/img/404calltoaction.png);
        background-position: top center;
        background-size: 13px 13px; /* Half the size of the @2x image */
    }
}

/* End of Document
================================================== */
@media only screen and (max-width:480px) {
    .error {
        font-size: 120px;
    }

    #topics li {
        display: block;
    }

    #topics {
        padding: 0px;
    }
}
