﻿/* iPad ------------------------------------------------------- */
@media only screen and (max-width: 1064px) {
  .service-tile__title {
	width: 70%;
	height: 60px;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
  }

  .services .service-tile .fa {
  	top: 45px;
  }
}



/* iPhone ------------------------------------------------------- */
@media screen and (max-width: 600px) {
    #Body {
		margin:0;
		border-bottom:3px solid #CCCCCC;
		margin-bottom:1px;
	}
	
	
    #Body #Sidebar ul{
		float:none;
		padding:0;
	}
	
    #content .sys_theme-simple .sys_news-featurelistwithimage-control ul li a{
        height:10px;
    }
    
    #content div.sys_news-featurelistwithimage-control {
        height: 10%;
        padding-bottom: 0px;
    }
    
    #Sidebar .sys_homemenu .sys_mobilemenu{
     display:none;   
    }
    #Sidebar .sys_homemenu .sys_mainmenu{
     display:none;   
    }
    #Body #Sidebar {
        width: auto;
    	overflow: hidden;
    }
    #content .sys_myhertsmere-tabs-wrapper {
    	display:block !important;
    	width: 100% !important;
    }
    #content ul.sys_myhertsmere-tabs {
    	float: left;
    	padding-left: 1px;
    	width: 100%;
    	margin-bottom: -12px;
    }
    #content ul.sys_myhertsmere-tabs li {
    	border: 1px solid #CCC;
    	border-bottom: 0;
    	padding: 0;
    	margin-left: -1px;
    	display: block;
    	width: 100%;
    	float: left;
    }
    #content ul.sys_myhertsmere-tabs li a {
    	width: 100%;
    	height: 14px;
    	display: block;
    	padding: 10px 0 10px;
    	text-align: center;
    	color: #666;
    	font-weight: bold;
    	font-size: 1.1em;
    }
    #content ul.sys_myhertsmere-tabs li.sys_tab-active a {
    	background: #FFF;
    	padding-bottom: 10px;
    }
    #content div.sys_myhertsmere-tabcontents {
    	width:100%;
    }
    #content div.sys_myhertsmere-tabcontents div.sys_tab-active {
    	width: 90% !important;
    }
    #content div.sys_myhertsmere-tabcontents ul {
    	width: 100%;
    	word-wrap: break-word;
    }
    #content div.sys_myhertsmere-tabcontents ul li {
    	float: left;
    	width: 100%;
    	list-style-position: outside;
    	list-style-type: square;
    	padding: 0 0 8px;
    	color: #CCC;
    	margin-left: 11px;
    }
    #carousel .global-carousel-wrapper {
        clear:both;
    }
    .sys_menuButton {
        color: #000 !important;
        font-size: 1.2em;
        padding: 16px 0 16px 16px;
        display: block;
        height: 16px;
        font-weight: normal;
        text-decoration: none;  
        top: -4px !important;
        position: relative;
    }
    .sys_menuButton:before {
        content: '';
        background: url('/SiteElements/Images/menu-img.png');
        font-size: 30px;
        text-decoration: none;
        line-height: 18px;
        float: left;
        margin-right: 20px;
        width: 34px;
        height: 27px;
        top: -6px;
        position: relative;
    }
    .sys_globalMenu {
        display:none !important;   
    }
    #counter {
      width: 55%;
    }
    .event-counter-date {
        border:none;
    }
    .event-counter-timer {
        font-size: 37pt;
    }
    .event-counter-date-text {
      font-size: 13pt;
    }
}
@media screen and (max-width: 480px) {
    .event-counter-link{
        width:35%;
    }
    .event-counter-timer {
        font-size: 24pt;
    }
    .event-counter-date-text {
      font-size: 90%;
    }
}

