﻿/* HOME PAGE
----------------------------------------------------------*/

.HomeContentContainer
{
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.HomeContentTopContainer
{
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    z-index: 1;
}

.HomeContentTopFeaturedContainer
{
    position: relative;
    width: 100%;
    height: auto;
    height: calc(82vh - 64px);
    margin-bottom: -5px;
    z-index: 1;
    overflow: hidden;
}

.HomeContentHeaderVideo
{
    width: 100%;
    background: transparent;
}

.HomeContentTopFeaturedImage
{
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
}

.HomeContentTopNavContainer
{
    position: relative;
    width: 100%;
    height: 125px;
    background-color: #3F3F3F;
    color: #fff;
}

.HomeContentTopNavMobileContainer
{
    position: relative;
    width: 100%;
    height: auto;
    background-color: #FFCF38;
    color: #fff;
    -webkit-box-shadow: inset 0 -1px 3px rgba(0,0,0,0.12), inset 0 -1px 2px rgba(0,0,0,0.24);
    -moz-box-shadow: inset 0 -1px 3px rgba(0,0,0,0.12), inset 0 -1px 2px rgba(0,0,0,0.24);
    box-shadow: inset 0 -1px 3px rgba(0,0,0,0.12), inset 0 -1px 2px rgba(0,0,0,0.24);
}

.HomeContentTopNavHeader
{
    position: relative;
    width: 1110px;
    height: auto;
    top: 15px;
    margin: 0 auto;
    font-size: 26px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    cursor: default;
}

.HomeContentTopNavMobileHeader
{
    position: relative;
    width: 96%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0 auto;
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    cursor: default;
}

.HomeContentTopNavActionContainer
{
    position: relative;
    width: 1110px;
    height: 40px;
    top: 35px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 1px;
}

.HomeContentTopNavMobileActionContainer
{
    position: relative;
    width: 98%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 1px;
}

.HomeContentTopNavMobileActionContainer a
{
    position: relative;
    width: 200px;
    height: 50px;
    margin: 0 auto 30px;
    display: block;
}

.HomeContentTopNavActionItem
{
    position: relative;
    display: inline-block;
    margin-right: 25px;
}

.HomeContentTopNavActionItem:last-child
{
    margin-right: 0;
}

.HomeContentTopNavActionItem a
{
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding: 3px 10px;
    border: 1px solid #fff;
    text-decoration: none;
}

.HomeContentTopNavActionItem a:hover
{
    color: #545862;
    background-color: #FBCF38;
}

.HomeContentTopNavMobileActionItemContainer
{
    position: relative;
    width: 200px;
    height: 50px;
    margin: 0 auto;
    border: 1px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.HomeContentTopNavMobileActionItem
{
    position: relative;
    width: 100%;
    height: auto;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
    color: #fff;
}

.HomeContentTopSearchContainer
{
    position: absolute;
    width: 1110px;
    height: 200px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.6);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    z-index: 1500;
}

.HomeContentTopSearchHeader
{
    position: relative;
    width: 700px;
    height: 70px;
    top: 15px;
    margin: 0 auto;
    text-align: center;
    font-size: 56px;
    font-weight: 300;
    color: #fff;
    cursor: default;
}

.HomeContentTopSearchBoxContainer
{
    position: relative;
    width: 660px;
    height: 70px;
    top: 40px;
    margin: 0 auto;
    text-align: center;
}

.HomeContentTopSearchBox
{
    position: relative;
    width: 526px;
    height: 49px;
    margin: 0 auto;
    background-image: url(/Content/images/homepage/Search-Box.png);
    background-repeat: no-repeat;
}

.HomeContentTopSearchBoxInputContainer
{
    position: relative;
    float: left;
    width: 295px;
    height: 45px;
    left: 97px;
}

.HomeContentTopSearchBoxInput
{
    position: relative;
    width: 285px;
    height: 45px;
    padding-left: 5px;
    border: none;
    background-color: transparent;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    outline: none;
}

.HomeContentTopSearchBoxButton
{
    position: relative;
    float: right;
    width: 27px;
    height: 27px;
    top: 12px;
    right: 45px;
    background-image: url(/Content/images/search/Icon-Search.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

.HomeContentTopSearchBoxButton:hover
{
    background-image: url(/Content/images/search/Icon-Search-Hover.png);
}

.HomeContentTopSearchBoxMap
{
    position: relative;
    float: right;
    width: 57px;
    height: 34px;
    top: 8px;
    right: 15px;
    background-image: url(/Content/images/search/Icon-MAP.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

.HomeContentTopSearchBoxMap:hover
{
    background-image: url(/Content/images/search/Icon-MAP-Hover.png);
}

.HomeContentImageHeaderContainer
{
    position: absolute;
    width: 100%;
    height: 35px;
    top: 110px;
    margin: auto;
    text-align: center;
    z-index: 1500;
}

.HomeContentImageHeader
{
    position: relative;
    width: 100%;
    height: 35px;
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    color: #fff;
    cursor: default;
}

.HomeContentMiddleContainer
{
    position: relative;
    width: 100%;
    height: auto;
}

.HomeContentMiddleHeaderContainer
{
    position: relative;
    width: 100%;
    height: 105px;
}

.HomeContentMiddleHeader
{
    position: relative;
    width: 1110px;
    height: auto;
    top: 50%;
    margin: 0 auto;
    font-size: 40px;
    font-weight: 300;
    color: #545862;
    text-align: center;
    cursor: default;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.HomeContentMiddleFeaturedItems
{
    position: relative;
    width: 100%;
    height: auto;
}

.HomeContentBottomContainer
{
    position: relative;
    width: 100%;
    height: auto;
    clear: both;
    padding-top: 5px;
    background-color: #FFCF38;
}


/* FEATURED ITEMS
----------------------------------------------------------*/

.FeaturedItemContainer
{
    position: relative;
    float: left;
    width: 25%;
    height: auto;
    margin-bottom: -5px;
}

.FeaturedItemContainer:nth-child(4n+1)
{
    clear: both;
}

.FeaturedItemContainer a
{
    position: relative;
    width: 100%;
    height: auto;
}

.FeaturedItemImageContainer
{
    position: relative;
    width: 100%;
    height: auto;
}

.FeaturedItemImageContainer img
{
    width: 100%;
    height: auto;
}

.FeaturedItemDisplayText {
    position: absolute;
    /*width: 80%;*/
    /*height: 185px;*/
    /*margin: auto;*/
    /*top: 0;
    bottom: 0;
    left: 0;
    right: 0;*/
    font-size: 36px;
    font-weight: 800;
    color: #fff;
    text-align: center;
    letter-spacing: 5px;
    text-shadow: 1px 1px #000;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.FeaturedItemHoverTextContainer 
{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.6);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    display: none;
}

.FeaturedItemHoverText
{
    position: absolute;
    width: 94%;
    height: 185px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 26px;
    font-weight: 300;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px #000;
}

.FeaturedItemCopy
{
    position: relative;
    width: 100%;
    height: 140px;
    text-align: center;
}

.FeatureItemHeader
{
    position: relative;
    width: 100%;
    height: 70px;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    text-shadow: 1px 1px #000;
    line-height: 1.0em;
}

.FeatureItemSubHeader
{
    position: relative;
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    text-shadow: 1px 1px #000;
    line-height: 1.0em;
}

.FeaturedItemLinkContainer
{
    position: relative;
    width: 100%;
}

.FeaturedItemLink
{
    color: #FFCF38;
    font-size: 26px;
    font-weight: bold;
    text-shadow: 1px 1px #000;
    line-height: 1.0em;
}


/* Begin Responsive Changes */
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width : 320px) and (max-width : 767px) {
/* Place your styles for phones and small tablets here */
    .HomeContentTopFeaturedContainer
    {
        height: auto;
    	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    }

    .HomeContentTopSearchContainer
    {
        width: 96%;
        height: 90px;
    }

    .HomeContentTopSearchHeader
    {
        width: 96%;
        height: 35px;
        top: 10px;
        font-size: 22px;
    }

    .HomeContentTopSearchBoxContainer
    {
        width: 96%;
        height: 35px;
        top: 10px;
    }

    .HomeContentTopSearchBox
    {
        width: 100%;
        height: 100%;
        background-size: 100%;
    }

    .HomeContentTopSearchBoxInputContainer
    {
        width: 170px;
        height: 27px;
        left: 53px;
    }
    
    .HomeContentTopSearchBoxInput
    {
        width: 100%;
        height: 25px;
        padding-left: 2px;
        font-size: 9px;
    }

    .HomeContentTopSearchBoxMap
    {
        width: 39px;
        height: 23px;
        top: 3px;
        right: 5px;
        background-size: 100%;
    }

    .HomeContentTopSearchBoxButton
    {
        width: 18px;
        height: 18px;
        top: 4px;
        right: 16px;
        background-size: 100%;
    }

    .HomeContentTopNavContainer
    {
        height: auto;
        background-color: #FFCF38;
    }

    .HomeContentTopNavHeader
    {
        width: 96%;
        top: 10px;
        font-size: 22px;
    }

    .HomeContentTopNavActionContainer
    {
        width: 96%;
        height: auto;
        top: 15px;
    }

    .HomeContentTopNavActionItem
    {
        margin-right: 7px;
        margin-bottom: 12px;
    }

    .HomeContentTopNavActionItem a
    {
        font-size: 12px;
        padding: 3px 10px;
    }

    .HomeContentMiddleHeaderContainer
    {
        height: 60px;
    }

    .HomeContentMiddleHeader
    {
        width: 100%;
        font-size: 22px;
    }

    .FeaturedItemContainer
    {
        float: none;
        width: 100%;
    }

    .FeaturedItemLink
    {
        font-size: 22px;
    }

    .FeatureItemHeader
    {
        font-size: 22px;
    }

    .FeatureItemSubHeader
    {
        font-size: 14px;
    }
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) and (max-width : 480px) and (orientation : landscape) 
{
    .HomeContentTopSearchContainer
    {
        height: 115px;
    }

    .HomeContentTopSearchBoxContainer
    {
        height: 55px;
    }

    .HomeContentTopSearchBoxInputContainer
    {
        width: 295px;
        height: 48px;
        left: 91px;
    }

    .HomeContentTopSearchBoxInput
    {
        height: 45px;
        padding-left: 5px;
        font-size: 16px;
    }

    .HomeContentTopSearchBoxMap
    {
        width: 57px;
        height: 34px;
        top: 8px;
        right: 15px;
    }

    .HomeContentTopSearchBoxButton
    {
        width: 27px;
        height: 27px;
        top: 10px;
        right: 55px;
    }

    .HomeContentImageHeaderContainer
    {
        top: 225px;
    }

    .HomeContentTopNavContainer
    {
        height: auto;
        background-color: #FFCF38;
    }

    .FeaturedItemLink
    {
        font-size: 26px;
    }

    .FeatureItemHeader
    {
        font-size: 26px;
    }

    .FeatureItemSubHeader
    {
        font-size: 18px;
    }
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 767px) {
/* Place your styles for phones and small tablets here */
    .HomeContentTopFeaturedContainer
    {
        height: auto;
    	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    }

    .HomeContentTopSearchContainer
    {
        width: 96%;
        height: 90px;
    }

    .HomeContentTopSearchHeader
    {
        width: 96%;
        height: 35px;
        top: 10px;
        font-size: 22px;
    }

    .HomeContentTopSearchBoxContainer
    {
        width: 96%;
        height: 35px;
        top: 10px;
    }

    .HomeContentTopSearchBox
    {
        width: 100%;
        height: 100%;
        background-size: 100%;
    }

    .HomeContentTopSearchBoxInputContainer
    {
        width: 195px;
        height: 27px;
        left: 60px;
    }
    
    .HomeContentTopSearchBoxInput
    {
        width: 100%;
        height: 25px;
        padding-left: 5px;
        font-size: 10px;
    }

    .HomeContentTopSearchBoxMap
    {
        width: 39px;
        height: 23px;
        top: 5px;
        right: 10px;
        background-size: 100%;
    }

    .HomeContentTopSearchBoxButton
    {
        width: 18px;
        height: 18px;
        top: 4px;
        right: 16px;
        background-size: 100%;
    }

    .HomeContentTopNavContainer
    {
        height: auto;
        background-color: #FFCF38;
    }

    .HomeContentTopNavHeader
    {
        width: 96%;
        top: 10px;
        font-size: 22px;
    }

    .HomeContentTopNavActionContainer
    {
        width: 98%;
        height: auto;
        top: 15px;
    }

    .HomeContentTopNavActionItem
    {
        margin-right: 7px;
        margin-bottom: 12px;
    }

    .HomeContentTopNavActionItem a
    {
        font-size: 12px;
        padding: 3px 10px;
    }

    .HomeContentMiddleHeaderContainer
    {
        height: 60px;
    }

    .HomeContentMiddleHeader
    {
        width: 100%;
        font-size: 22px;
    }

    .FeaturedItemContainer
    {
        float: none;
        width: 100%;
    }

    .FeaturedItemLink
    {
        font-size: 22px;
    }

    .FeatureItemHeader
    {
        font-size: 22px;
    }

    .FeatureItemSubHeader
    {
        font-size: 14px;
    }
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-device-width : 321px) and (max-device-width : 480px) and (orientation : landscape) 
{
    .HomeContentTopSearchContainer
    {
        height: 130px;
    }

    .HomeContentTopSearchBoxContainer
    {
        height: 60px;
    }

    .HomeContentTopSearchBoxInputContainer
    {
        width: 350px;
        height: 55px;
        left: 110px;
    }

    .HomeContentTopSearchBoxInput
    {
        height: 45px;
        padding-left: 5px;
        font-size: 18px;
    }

    .HomeContentTopSearchBoxMap
    {
        width: 57px;
        height: 34px;
        top: 11px;
        right: 25px;
    }

    .HomeContentTopSearchBoxButton
    {
        width: 27px;
        height: 27px;
        top: 15px;
        right: 60px;
    }

    .HomeContentImageHeaderContainer
    {
        top: 225px;
    }

    .HomeContentTopNavContainer
    {
        height: auto;
        background-color: #FFCF38;
    }
	
	.HomeContentTopNavActionContainer
	{
		width: 70%;
	}

    .FeaturedItemLink
    {
        font-size: 26px;
    }

    .FeatureItemHeader
    {
        font-size: 26px;
    }

    .FeatureItemSubHeader
    {
        font-size: 18px;
    }
}

/* iPhone 5 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
    .HomeContentTopFeaturedContainer
    {
        height: auto;
    	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    }

    .HomeContentTopSearchContainer
    {
        width: 96%;
        height: 90px;
    }

    .HomeContentTopSearchHeader
    {
        width: 96%;
        height: 35px;
        top: 10px;
        font-size: 22px;
    }

    .HomeContentTopSearchBoxContainer
    {
        width: 96%;
        height: 35px;
        top: 10px;
    }

    .HomeContentTopSearchBox
    {
        width: 100%;
        height: 100%;
        background-size: 100%;
    }

    .HomeContentTopSearchBoxInputContainer
    {
        width: 165px;
        height: 27px;
        left: 53px;
    }
    
    .HomeContentTopSearchBoxInput
    {
        width: 100%;
        height: 22px;
        padding-left: 3px;
        font-size: 9px;
    }

    .HomeContentTopSearchBoxMap
    {
        width: 34px;
        height: 19px;
        top: 4px;
        right: 7px;
        background-size: 100%;
    }

    .HomeContentTopSearchBoxButton
    {
        width: 18px;
        height: 18px;
        top: 4px;
        right: 16px;
        background-size: 100%;
    }

    .HomeContentTopNavContainer
    {
        height: auto;
        background-color: #FFCF38;
    }

    .HomeContentTopNavHeader
    {
        width: 96%;
        top: 10px;
        font-size: 22px;
    }

    .HomeContentTopNavActionContainer
    {
        width: 98%;
        height: auto;
        top: 15px;
    }

    .HomeContentTopNavActionItem
    {
        margin-right: 7px;
        margin-bottom: 12px;
    }

    .HomeContentTopNavActionItem a
    {
        font-size: 12px;
        padding: 3px 10px;
    }

    .HomeContentMiddleHeaderContainer
    {
        height: 60px;
    }

    .HomeContentMiddleHeader
    {
        width: 100%;
        font-size: 22px;
    }

    .FeaturedItemContainer
    {
        float: none;
        width: 100%;
    }

    .FeaturedItemLink
    {
        font-size: 22px;
    }

    .FeatureItemHeader
    {
        font-size: 22px;
    }

    .FeatureItemSubHeader
    {
        font-size: 14px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
    .HomeContentTopSearchContainer
    {
        height: 130px;
    }

    .HomeContentTopSearchBoxContainer
    {
        height: 60px;
    }

    .HomeContentTopSearchBoxInputContainer
    {
        width: 300px;
        height: 48px;
        left: 90px;
    }

    .HomeContentTopSearchBoxInput
    {
        height: 40px;
        padding-left: 5px;
        font-size: 14px;
    }

    .HomeContentTopSearchBoxMap
    {
        width: 57px;
        height: 34px;
        top: 8px;
        right: 15px;
    }

    .HomeContentTopSearchBoxButton
    {
        width: 27px;
        height: 27px;
        top: 10px;
        right: 30px;
    }

    .HomeContentImageHeaderContainer
    {
        top: 225px;
    }

    .HomeContentTopNavContainer
    {
        height: auto;
        background-color: #FFCF38;
    }
	
	.HomeContentTopNavActionContainer
	{
		width: 70%;
	}

    .FeaturedItemLink
    {
        font-size: 26px;
    }

    .FeatureItemHeader
    {
        font-size: 26px;
    }

    .FeatureItemSubHeader
    {
        font-size: 18px;
    }
}

/* Samsung Galaxy S4/S5 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
/* Styles */
    .HomeContentTopFeaturedContainer
    {
        height: auto;
    	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    }

    .HomeContentTopSearchContainer
    {
        width: 96%;
        height: 90px;
    }

    .HomeContentTopSearchHeader
    {
        width: 96%;
        height: 35px;
        top: 10px;
        font-size: 22px;
    }

    .HomeContentTopSearchBoxContainer
    {
        width: 96%;
        height: 35px;
        top: 10px;
    }

    .HomeContentTopSearchBox
    {
        width: 100%;
        height: 100%;
        background-size: 100%;
    }

    .HomeContentTopSearchBoxInputContainer
    {
        width: 195px;
        height: 27px;
        left: 60px;
    }
    
    .HomeContentTopSearchBoxInput
    {
        width: 100%;
        height: 25px;
        padding-left: 5px;
        font-size: 10px;
    }

    .HomeContentTopSearchBoxMap
    {
        width: 39px;
        height: 23px;
        top: 5px;
        right: 10px;
        background-size: 100%;
    }

    .HomeContentTopSearchBoxButton
    {
        width: 20px;
        height: 20px;
        top: 5px;
        right: 18px;
        background-size: 100%;
    }

    .HomeContentImageHeaderContainer
    {
        top: 125px;
    }

    .HomeContentTopNavContainer
    {
        height: auto;
        background-color: #FFCF38;
    }

    .HomeContentTopNavHeader
    {
        width: 96%;
        top: 10px;
        font-size: 22px;
    }

    .HomeContentTopNavActionContainer
    {
        width: 98%;
        height: auto;
        top: 15px;
    }

    .HomeContentTopNavActionItem
    {
        margin-right: 2px;
        margin-bottom: 12px;
    }

    .HomeContentTopNavActionItem a
    {
        font-size: 12px;
        padding: 3px 10px;
    }

    .HomeContentMiddleHeaderContainer
    {
        height: 60px;
    }

    .HomeContentMiddleHeader
    {
        width: 100%;
        font-size: 22px;
    }

    .FeaturedItemContainer
    {
        float: none;
        width: 100%;
    }

    .FeaturedItemLink
    {
        font-size: 22px;
    }

    .FeatureItemHeader
    {
        font-size: 22px;
    }

    .FeatureItemSubHeader
    {
        font-size: 14px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
/* Styles */
    .HomeContentTopSearchContainer
    {
        height: 130px;
    }

    .HomeContentTopSearchBoxContainer
    {
        height: 60px;
    }

    .HomeContentTopSearchBoxInputContainer
    {
        width: 350px;
        height: 55px;
        left: 110px;
    }

    .HomeContentTopSearchBoxInput
    {
        height: 45px;
        padding-left: 5px;
        font-size: 18px;
    }

    .HomeContentTopSearchBoxMap
    {
        width: 57px;
        height: 34px;
        top: 11px;
        right: 25px;
    }

    .HomeContentTopSearchBoxButton
    {
        width: 27px;
        height: 27px;
        top: 15px;
        right: 60px;
    }

    .HomeContentImageHeaderContainer
    {
        top: 230px;
    }

    .HomeContentTopNavContainer
    {
        height: auto;
        background-color: #FFCF38;
    }
	
	.HomeContentTopNavActionContainer
	{
		width: 70%;
	}

    .FeaturedItemLink
    {
        font-size: 26px;
    }

    .FeatureItemHeader
    {
        font-size: 26px;
    }

    .FeatureItemSubHeader
    {
        font-size: 18px;
    }
}

/* iPhone 6 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
    .HomeContentTopFeaturedContainer
    {
        height: auto;
    	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    }

    .HomeContentTopSearchContainer
    {
        width: 96%;
        height: 90px;
    }

    .HomeContentTopSearchHeader
    {
        width: 96%;
        height: 35px;
        top: 10px;
        font-size: 22px;
    }

    .HomeContentTopSearchBoxContainer
    {
        width: 96%;
        height: 35px;
        top: 10px;
    }

    .HomeContentTopSearchBox
    {
        width: 100%;
        height: 100%;
        background-size: 100%;
    }

    .HomeContentTopSearchBoxInputContainer
    {
        width: 195px;
        height: 27px;
        left: 60px;
    }
    
    .HomeContentTopSearchBoxInput
    {
        width: 100%;
        height: 25px;
        padding-left: 5px;
        font-size: 10px;
    }

    .HomeContentTopSearchBoxMap
    {
        width: 39px;
        height: 23px;
        top: 5px;
        right: 10px;
        background-size: 100%;
    }

    .HomeContentTopSearchBoxButton
    {
        width: 20px;
        height: 20px;
        top: 6px;
        right: 18px;
        background-size: 100%;
    }

    .HomeContentImageHeaderContainer
    {
        top: 130px;
    }

    .HomeContentTopNavContainer
    {
        height: auto;
        background-color: #FFCF38;
    }

    .HomeContentTopNavHeader
    {
        width: 96%;
        top: 10px;
        font-size: 22px;
    }

    .HomeContentTopNavActionContainer
    {
        width: 98%;
        height: auto;
        top: 15px;
    }

    .HomeContentTopNavActionItem
    {
        margin-right: 7px;
        margin-bottom: 12px;
    }

    .HomeContentTopNavActionItem a
    {
        font-size: 12px;
        padding: 3px 10px;
    }

    .HomeContentMiddleHeaderContainer
    {
        height: 60px;
    }

    .HomeContentMiddleHeader
    {
        width: 100%;
        font-size: 22px;
    }

    .FeaturedItemContainer
    {
        float: none;
        width: 100%;
    }

    .FeaturedItemLink
    {
        font-size: 22px;
    }

    .FeatureItemHeader
    {
        font-size: 22px;
    }

    .FeatureItemSubHeader
    {
        font-size: 14px;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
    .HomeContentTopSearchContainer
    {
        height: 130px;
    }

    .HomeContentTopSearchBoxContainer
    {
        height: 60px;
    }

    .HomeContentTopSearchBoxInputContainer
    {
        width: 350px;
        height: 55px;
        left: 110px;
    }

    .HomeContentTopSearchBoxInput
    {
        height: 45px;
        padding-left: 5px;
        font-size: 18px;
    }

    .HomeContentTopSearchBoxMap
    {
        width: 57px;
        height: 34px;
        top: 11px;
        right: 25px;
    }

    .HomeContentTopSearchBoxButton
    {
        width: 27px;
        height: 27px;
        top: 15px;
        right: 38px;
    }

    .HomeContentImageHeaderContainer
    {
        top: 240px;
    }

    .HomeContentTopNavContainer
    {
        height: auto;
        background-color: #FFCF38;
    }
	
	.HomeContentTopNavActionContainer
	{
		width: 70%;
	}

    .FeaturedItemLink
    {
        font-size: 26px;
    }

    .FeatureItemHeader
    {
        font-size: 26px;
    }

    .FeatureItemSubHeader
    {
        font-size: 18px;
    }
}

/* iPhone 6+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
/* Styles */
    .HomeContentTopFeaturedContainer
    {
        height: auto;
    	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    }

    .HomeContentTopSearchContainer
    {
        width: 96%;
        height: 90px;
    }

    .HomeContentTopSearchHeader
    {
        width: 96%;
        height: 35px;
        top: 10px;
        font-size: 22px;
    }

    .HomeContentTopSearchBoxContainer
    {
        width: 96%;
        height: 35px;
        top: 10px;
    }

    .HomeContentTopSearchBox
    {
        width: 100%;
        height: 100%;
        background-size: 100%;
    }

    .HomeContentTopSearchBoxInputContainer
    {
        width: 215px;
        height: 30px;
        left: 65px;
    }
    
    .HomeContentTopSearchBoxInput
    {
        width: 100%;
        height: 30px;
        padding-left: 5px;
        font-size: 12px;
    }

    .HomeContentTopSearchBoxMap
    {
        width: 39px;
        height: 23px;
        top: 5px;
        right: 10px;
        background-size: 100%;
    }

    .HomeContentTopSearchBoxButton
    {
        width: 22px;
        height: 22px;
        top: 7px;
        right: 20px;
        background-size: 100%;
    }

    .HomeContentImageHeaderContainer
    {
        top: 145px;
    }

    .HomeContentTopNavContainer
    {
        height: auto;
        background-color: #FFCF38;
    }

    .HomeContentTopNavHeader
    {
        width: 96%;
        top: 10px;
        font-size: 22px;
    }

    .HomeContentTopNavActionContainer
    {
        width: 98%;
        height: auto;
        top: 15px;
    }

    .HomeContentTopNavActionItem
    {
        margin-right: 7px;
        margin-bottom: 12px;
    }

    .HomeContentTopNavActionItem a
    {
        font-size: 12px;
        padding: 3px 10px;
    }

    .HomeContentMiddleHeaderContainer
    {
        height: 60px;
    }

    .HomeContentMiddleHeader
    {
        width: 100%;
        font-size: 22px;
    }

    .FeaturedItemContainer
    {
        float: none;
        width: 100%;
    }

    .FeaturedItemLink
    {
        font-size: 22px;
    }

    .FeatureItemHeader
    {
        font-size: 22px;
    }

    .FeatureItemSubHeader
    {
        font-size: 14px;
    }
}

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
/* Styles */
    .HomeContentTopSearchContainer
    {
		width: 90%;
        height: 140px;
    }
	
	.HomeContentTopSearchHeader
	{
		font-size: 30px;
		height: 50px;
	}

    .HomeContentTopSearchBoxContainer
    {
        height: 90px;
    }

    .HomeContentTopSearchBoxInputContainer
    {
        width: 350px;
        height: 58px;
        left: 110px;
    }

    .HomeContentTopSearchBoxInput
    {
        height: 49px;
        padding-left: 5px;
        font-size: 18px;
    }

    .HomeContentTopSearchBoxMap
    {
        width: 57px;
        height: 34px;
        top: 11px;
        right: 25px;
    }

    .HomeContentTopSearchBoxButton
    {
        width: 27px;
        height: 27px;
        top: 16px;
        right: 40px;
    }

    .HomeContentImageHeaderContainer
    {
        top: 270px;
    }

    .HomeContentTopNavContainer
    {
        height: auto;
        background-color: #FFCF38;
    }
	
	.HomeContentTopNavActionContainer
	{
		width: 70%;
	}

    .FeaturedItemLink
    {
        font-size: 26px;
    }

    .FeatureItemHeader
    {
        font-size: 26px;
    }

    .FeatureItemSubHeader
    {
        font-size: 18px;
    }
}

/* Tablets (portrait and landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) {
/* Place your styles for tablets and tiny laptops here */
    .HomeContentTopFeaturedContainer
    {
        height: auto;
    }

    .HomeContentTopSearchContainer
    {
        width: 80%;
        height: 160px;
    }

    .HomeContentTopSearchHeader
    {
        width: 90%;
        font-size: 40px;
    }

    .HomeContentTopSearchBoxContainer
    {
        width: 90%;
        top: 10px;
    }

    .HomeContentTopNavContainer
    {
        height: 110px;
    }

    .HomeContentTopNavHeader
    {
        width: 94%;
        font-size: 20px;
        top: 20px;
    }

    .HomeContentTopNavActionContainer
    {
        width: 98%;
        top: 35px;
    }

    .HomeContentTopNavActionItem
    {
        margin-right: 10px;
    }

    .HomeContentTopNavActionItem a
    {
        font-size: 12px;
    }

    .HomeContentMiddleHeaderContainer
    {
        height: 75px;
    }

    .HomeContentMiddleHeader
    {
        width: 98%;
        top: 12px;
        font-size: 36px;
    }

    .FeaturedItemHoverText
    {
        height: 100px;
        font-size: 18px;
    }

    .FeaturedItemCopy
    {
        height: 80px;
    }

    .FeatureItemHeader
    {
        height: 50px;
        font-size: 16px;
    }

    .FeatureItemSubHeader
    {
        font-size: 14px;
    }

    .FeaturedItemLinkContainer
    {
        margin-top: 5px;
    }

    .FeaturedItemLink
    {
        font-size: 14px;
    }
}


/* iPad 3 (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
/* Place your styles for tablets and tiny laptops here */
}
