﻿html, body {
    font-family: Calibri,Arial,Helvetica,Verdana,sans-serif;
    margin: 0;
    padding: 0;
}

@media(min-width:950px) {
    .cat-head2{width:90%}

    .cat-head,.cat-head2 {
        background-color: #00303A !important;
        padding-bottom: 10px !important;
        font-size: 18px !important;
        color: #F1F0E3 !important;
        padding-top: 8px !important;
        margin: 0px !important;
        font-weight: bold !important;
        text-align: left !important;
        margin-left: -37px !important;
        padding-left: 35px !important;
        margin-bottom: 15px !important;
        margin-top: 10px !important;
    }

        .cat-head::before,.cat-head2:before {
            content: ' ';
            color: #00303A;
            margin-left: -35px;
            margin-top: 11px;
            border-top: 21px solid #00303A;
            border-left: 21px solid transparent;
            position: absolute;
            bottom: -21px;
        }
}

body {
    /*background-image:url('../images/layout/bgrd.jpg');*/
    background-color: #C2BDA9;
    /*background-repeat:repeat-x;*/
    padding-top: 1em;
    padding-bottom: 1em;
    min-width: 320px;
}

a {
    text-decoration: none;
    color: inherit;
}


    a:active, a:visited {
        color: inherit;
    }

.clearfix {
    width: 100%;
    clear: both;
}

#bdrop1 {
    position: fixed;
    width: 100%;
    height: 120px;
    background-color: #00303A;
    top: 0;
    left: 0;
}

#bdrop2 {
    position: fixed;
    width: 100%;
    height: 30px;
    background-color: #F2F0E3;
    top: 120px;
    left: 0;
}

#container {
    width: 95%;
    max-width: 1365px;
    margin: 0 auto;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.4);
    position: relative;
}

/*header*/
#header {
    width: 100%;
    background: #eee;
    position: relative;
    z-index: 2;
    background-color: #F1F0E3;
    /*background-image:url('../images/layout/header_bg.gif');*/
    background-repeat: repeat-x;
    padding-bottom: 1em;
}

div#site_logo {
    float: left;
    width: 100%;
    max-width: 260px;
    padding-top: 1em;
    padding-left: .5em;
}

div.top_nav_links {
    background-color: #F1F0E3;
}
/*end header*/

/*body*/
div#body {
    width: 100%;
    min-height: 700px;
    background-color: white;
    position: relative;
	z-index:1
    box-sizing:border-box;
}

/*menu*/
#menu {
    float: left;
    width: 20%;
}

    #menu li {
        list-style-type: none;
    }

    #menu ul {
        padding: 0 0 0 1em;
    }

.menu_active {
    font-weight: bold !important;
}
/*end menu*/

/*body content*/
#body_content {
    float: left;
    width: 80%;
    box-sizing:border-box;
    padding:.5em;
}

#body_content_full_width {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 1em;
}

    div.app_text {
    width: 50%;
    float: left;
}

div.app_images {
    width: 50%;
    float: left;
    max-width:500px;
    
}
div.app_images img{width:100%;}
/*end body content*/
/*end body*/


/*footer*/
#footer {
    background-color: #D2CFC0;
    color: white;
    padding-bottom: .625em;
    width: 100%;
    position: relative;
    z-index: 2;
}

.ft_col {
    float: left;
    width: 100%;
    max-width: 227.5px;
    margin-left: 2%;
}

.ft_title {
    color: #333;
    font-weight: bold;
    font-size: 1em;
    margin-bottom: 0;
    text-transform: uppercase;
}

.ft_subitem {
    padding: 0 0 0 .25em;
    margin: 0;
}

    .ft_subitem a {
        color: #848889;
    }

.ft_subitem_email {
    padding: 0 0 0 .25em;
    margin: 0;
    max-width: 150px;
}

    .ft_subitem_email a {
        color: #ddd;
    }

        .ft_subitem_email a:hover {
            text-decoration: underline;
        }

.ft_subitem a:hover {
    text-decoration: underline;
    color: #333;
}

p.ft_circ_img {
    text-align: center;
}

.ft_subitem img {
    max-width: 43px;
}

div#social-media-icons {
    margin-top: .375em;
}

a.social-media-icon {
    background-position: 0 0;
    display: inline-block;
    height: 32px;
    margin-right: 6px;
    overflow: hidden;
    text-indent: -1000px;
    transition: background-position 0.25s ease 0s;
    width: 32px;
}

    a.social-media-icon:hover {
        background-position: 0 -32px;
    }

.facebook {
    background-image: url("../images/layout/fb_icon.png");
}

.twitter {
    background-image: url("../images/layout/twitter_icon.png");
}

.gplus {
    background-image: url("../images/layout/gplus_icon.png");
}

.ytube {
    background-image: url("../images/layout/ytube_icon.png");
}

.pinterest {
    background-image: url("../images/layout/pinterest_icon.png");
}

#copyright_info {
    width: 100%;
    text-align: center;
    font-size: .6875em;
    color: #ddd;
    padding-top: .625em;
    background-color: #333;
    padding-bottom: .625em;
}

/*end footer*/

/*inputs*/
input[type='text'], select, input[type='password'] {
    border: 1px solid #eee;
    border-radius: 5px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.05) inset;
}

.txtSearchBox {
    float: left;
    width: 100%;
    padding-top: .4em;
    padding-bottom: .4em;
    color: #999;
    font-size: 1em;
}

.btnSearch {
    width: 25%;
    color: white;
    font-weight: bold;
    padding: .6em;
    text-align: center;
    border: 0;
    cursor: pointer;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    background-color: #00303A;
    outline: none;
    -webkit-box-shadow: inset 0 -2px #db4334;
    box-shadow: inset 0 -2px #db4334;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btnATC {
    background-color: #8E0F10;
    border: 0 none;
    border-radius: 0.5em;
    box-shadow: none;
    color: white;
    cursor: pointer;
    font-weight: bold;
    outline: medium none;
    padding: 0.5em;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}


#ResultBanner {
    width: 100%;
    text-align: right;
    background-color: #D2CFC0;
    margin-bottom: 1em;
    position: relative;
    min-height: 48px;
    z-index: 1;
}

    #ResultBanner.full_width /*for pages where the result banner needs full width*/ {
        width: 100%;
    }

p.result_banner_title {
    margin: 0;
    padding: 0;
    font-size: 1.5em;
    margin-right: .8em;
    margin-top: .35em;
    font-weight: bold;
}

#banner_angle {
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0px;
    display: none;
}

#banner_rect {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 64%;
    max-width: 450px;
    height: 100%;
    background-color: #C2BDA9;
    display: none;
}


.cfix:after {
   content: " ";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}