﻿@media (max-width: 768px) {
    #home-header {
        min-height: 200px;
        background-image: url("/images/iStock_000018283527_Full.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
        padding-top: 15px;
    }
        #content-header {
        display: inline-block;
        width: 100%;
        height: 280px; 
        background-color: #555555;
        padding-top: 0;
        color: white;
    }

    .top-menu {
        position: absolute;
        width: 30px;
        top: 18px;
        right: 10px;
        color: white;
    }

    #search-form-enable {
        font-size: large;
        color: white;
    }

    .search-container {
        display: none;
        position: absolute;
        top: 5px;
        left: -270px;
        border-radius: 6px;
        width: 250px;
        overflow: hidden;
        color: #555555;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 15px;
        line-height: 1.42857;
        z-index: 5;
        background-color: #555555;
        padding: 5px;
    }

        .search-container .textfield-container {
            float: left;
            width: 100%;
        }
         
		 .search-container #search-cancel, .search-container #search-submit {
            position: relative;
            float: right;
            padding: 0px 10px;
            font-size: 20px;
            font-weight: 700;
            color: white;
        }

    .search-textfield {
        width: 160px;
        display: inline-block;
    }

    .search-container .submit-container {
        float: right;
        height: auto;
        display: block;
    }

    .branding {
        display: table;
        position: absolute;
        top: 50px;
        width: 100%;
        table-layout: fixed;
    }

        .branding div {
            display: table-cell;
        }

    .branding-left {
        width: 50px;
    }

        .branding-left img {
            position: absolute;
            top: -999999px;
        }




		
		
		        .branding-center > p {
            display: inline-block;
            color: white;
            text-shadow: 2px 2px #000000;
            vertical-align: middle;
            text-align: left;
        }

            .branding-center > p > .org-top-row {
                font-size: medium;
                font-weight: 600;
            }

            .branding-center > p > .org-bottom-row {
                font-size: large;
                font-weight: 700;
            }

    .branding-right {
        width: 0px;
    }

    .round-pix-container {
        display: none;
    }

    .head-slogan {
        min-height: 120px;
        width: 100%;
        background-color: lightgray;
        padding: 20px;
        font-size: large;
    }

        .head-slogan .slogan-left, .slogan-right {
            font-weight: bold;
            text-align: center;
        }

    .dropdown-container {
        display: table-cell;
        width: 100%;
    }

/* Added padding to mobile KT */

#breadcrumbs {
	text-align:center;
} 

.main-primary  h2, .main-primary  h3, .main-primary  h4 {
			padding-left:10px;
}

.main-primary  p {
			padding: 0 20px;
}

.main-primary  h1 {
text-align:center;
			padding: 0 20px;
}

.main-primary table {
width:320px;
margin-left:-10px;
padding:50px;
}



/* Buttons */
    .btn {
        display: inline-block;
        padding: 12px 12px;
        width: 100%;
        margin-bottom: 0;
        font-size: 24px;
        font-weight: 400;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 0px;
    }

            .hcd-modal-button {
        background-color: white;
        border-color: #888888;
        color: black;
        width: 300px;
        height: 100px;
        margin: 25px 0;
		font-size:22px;
        vertical-align: middle;
        text-align: center;
        padding-top: 30px;
		overflow:hidden;
    }

    .hcd-modal-button:hover {
        background-color: #888888;
        font-weight: bold;
        color: white;
    }

    .btn-default {
        color: #ffffff;
        background-color: #508989;
        border-color: #ccc;
    }

        .btn-default.focus,
        .btn-default:focus {
            color: #ffffff;
            background-color: #508989;
            border-color: #ccc;
        }

        .btn-default:hover {
            color: #ffffff;
            background-color: #666;
            border-color: #adadad;
        }

        .btn-default.active,
        .btn-default:active,
        .open > .dropdown-toggle.btn-default {
            color: #ffffff;
            background-color: #508989;
            border-color: #adadad;
        }

            .btn-default.active.focus,
            .btn-default.active:focus,
            .btn-default.active:hover,
            .btn-default:active.focus,
            .btn-default:active:focus,
            .btn-default:active:hover,
            .open > .dropdown-toggle.btn-default.focus,
            .open > .dropdown-toggle.btn-default:focus,
            .open > .dropdown-toggle.btn-default:hover {
                color: #ffffff;
                background-color: #508989;
                border-color: #8c8c8c;
            }

        .btn-default.active,
        .btn-default:active,
        .open > .dropdown-toggle.btn-default {
            background-image: none;
        }

        .btn-default .badge {
            color: #fff;
            background-color: #333;
        }

    @import url('//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css');

    .custom-bullet li {
        display: block;
    }

        .custom-bullet li:before {
            /*Using a Bootstrap glyphicon as the bullet point*/
            content: "\e074";
            font-family: 'Glyphicons Halflings';
            font-size: 9px;
            float: left;
            margin-top: 4px;
            margin-left: -17px;
            color: #CCCCCC;
        }

    .whats-new {
        width: 100%;
        background-color: #eee;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 75px;
        padding-right: 75px;
    }

    .hide-mobile {
        display: none;
    }

    .global-footer {
        width: 100%;
        color: white;
        background-color: #555555;
        padding: 20px;
    }

        .global-footer a {
            color: white;
        }

    .footer-nav {
        clear: none;
    }

        .footer-nav a {
            font-size: large;
        }

a:hover .glyphicon {
    text-decoration: none;
}
.gi-2x{font-size: 2em;}
.gi-3x{font-size: 3em;}
.gi-4x{font-size: 4em;}
.gi-5x{font-size: 5em;}



