.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

    .embed-container iframe, .embed-container object, .embed-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/* ---------- Tablet & Laptops (everything below 1170 pixels wide) ---------- */
@media (max-width: 1169px) {
    body {
        margin: 0px;
    }

    #container {
        width: 100%;
        padding: 0px;
    }

    .footerContainer {
    width:100%;
    }


    #main {
        width: 100%;
        background-image: none!important;
        background-color: #fff!important;
        display: block;
        margin: auto;
    }

    .menu ul {
    }

    .menu li {
    }

    #nav {
        max-width: 100%;
        display: block;
        margin: auto;
        position: relative;
        top: 0px;
        right: 0px;
        min-height: 34px;
    }

    .menu li a {
        padding: 10px 15px;
    }


    .dp33, .dp66, .dp60, .dp20, .dp80, .dp50, .dp40, .dp75, .dp25 {
        width: 100%;
        min-width: 320px;
    }

    .module img {
        max-width: 100%;
        height:auto;
    }

    #productShowcase {
        float: none!important;
        width: 100%!important;
        height: auto!important;
        margin: 0px!important;
        padding: 0px!important;
        background-image: none!important;
    }

        #productShowcase img {
            width: 100%;
            max-width: 100%;
        }

    #tabList_repeat, #tabList_top, #tabList_bottom {
        background-image: none!important;
        width: 93%!important;
        min-width: 320px;
    }

    #tabs li {
        float: none!important;
        width: 93%;
        margin: 5px!important;
        padding: 10px!important;
        border: none!important;
        background-image: none!important;
        background-color: #E6E6E6!important;
    }

    #footer {
        background-image: none!important;
        width: 100%;
    }

    .galleryContainer {
        margin-right: auto!important;
        left: auto!important;
    }

    #mainImage img {
        margin-right: auto!important;
        position: relative;
        left: auto!important;
        height: auto;
    }

    div.simpleSlideshow, .images li {
        width: 100%!important;
    }

    .images img {
        max-width: 100%;
    }

    .heroCenter {
        width: 100%;
        margin: 0px;
    }

    /*---------- Custom Tablet/laptop code below ----------*/

	#module11 {
		padding: 0px 0px 40px;
	}

}

/* ---------- Phones / Vertical tablets (everything below 768px ---------- */
@media (max-width: 768px) {

    #header {
        background-image: none!important;
        height: auto;
        width: 100%;
    }

    #logo img {
        max-width: 95%;
    }

    #phone, #callToAction {
        position: relative;
    }

    #phone {
        width: 100%;
        text-align: center;
        right: 0px;
        top: auto;
    }

    #callToAction {
        display: block;
        width: 100%;
        text-align: center;
        right: 0px;
        padding: 3px 0px 5px;
        top: auto;
    }

    #mobileMenu {
        display: inline;
        float: right;
        padding: 8px 10px;
    }

    .menu {
        float: none;
        width: 100%;
    }

        .menu ul {
            position: static!important;
        }

        .menu li {
            float: none!important;
            border-bottom: 1px solid #fff;
            display: none;
        }

            .menu li a {
                text-align: center!important;
                font-size: large!important;
            }

    #nav .menu li:hover ul {
        display: none;
    }

    #nav button.subMenu {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 40px;
        height: 40px;
        background: transparent;
        border: none;
        /*color: rgba(255,255,255,.4);*/
		color: #555;
        font-size: 24px;
    }

    /*---------- Custom phone code below ----------*/

	#header {
		text-align: center;
	}
	
	#header #logo {
		position: relative;
		left: 0px;
	}
	
	#apply {
		position: relative;
		top: 0px;
		right: 0px;
	}
	
	#module10 {
		margin-top: 0px !important;
	}
	
	.homeBar {
		background: url(../image/home_bar.jpg) top center;
		margin: 0px;
		padding: 0px;
		width: 100%;
		height: 100%;
	}
	
	#module12 {
		margin-top: 20px !important;
	}
	
	.bar {
		margin: 0px;
		padding: 20px 0px;
		width: 100%;
	}
	
	#footer {
		height: 100%;
	}
	
	#footerCallToAction, #footerApply, .social {
		position: relative;
		top: 10px;
		right: 0px;
		left: 35px;
	}
	
	#apply {
		display: block;
	}
	
	#main h1 {
		font-size: 30pt;
	}
	
	.footercta {
		margin: 20px 0px;
	}

}
/* ---------- everything above 768px) ---------- */
@media (min-width:769px) {
    #nav .menu button {
        display: none;
    }

    #mobileMenu {
        display: none;
    }
}