.innerHTML .tablet {
    display: none;   
}

.innerHTML {
    font-size: 12px;
    color: #000000; 
    font-family: 'Roboto', arial, helvetica, sans-serif; 
    font-weight: 300;
    background: no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

.innerHTML.popup {
	margin: 15px;
}

.innerHTML .hidden {
	display: none;
}

.innerHTML #datesPage {
    background-image: url(/apps/shared/HTML/images/dates_bg.jpg); 
    background-size: cover;
    color: #fff;   
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.innerHTML strong, .innerHTML b {
    font-family: 'Roboto', arial, helvetica, sans-serif;
    font-weight: 400;
}

.innerHTML a {
    color: #003660;
    text-decoration: none;   
}

.innerHTML img {
    width: 100%;
    height: auto;
    /* border-top: 7px solid #58a9a5;  */
    display: block; 
}

.innerHTML section {
    padding: 20px;   
}

.innerHTML h1 {
    font-size: 25px;
    color: #213146;
    padding-bottom: 8px;
    font-weight: 300;
}

.innerHTML h2 {
    font-size: 15px;
    line-height: 20px;
    color: #959595;
    padding-bottom: 15px;
    font-weight: 300;
}

.innerHTML h3 {
    font-size: 15px;
    color: #003660;
    padding-bottom: 8px;
    font-weight: 300;
}

.innerHTML h4 {
    font-family: 'Roboto Slab', arial, helvetica, sans-serif;
    font-size: 12px;
    padding-bottom: 10px;
    font-weight: 400;
}

.innerHTML h5 {
    font-size: 10px;
    color: #959595;  
    font-weight: 300;
}

.innerHTML ul {
    list-style: none; 
    padding-left: 15px;  
}

.innerHTML.popup ul {
    list-style: disc;
}

.innerHTML ul[class] {
	padding-left: 0;
}

.innerHTML p {
    padding-bottom: 10px;
    line-height: 14px;
}

.innerHTML section ul,
.innerHTML .popup ul,
.innerHTML .expandingContent ul,
.innerHTML .calendarContent ul {
    padding-bottom: 10px;
}

.innerHTML section li,
.innerHTML .popup li,
.innerHTML .expandingContent li, 
.innerHTML .calendarContent li {
    position: relative;
    margin-top: 5px;
}

.innerHTML .locationInfo li {
	position: relative;
}

.innerHTML .locationInfo a {
	word-wrap: break-word;
}

.innerHTML section li:before,
.innerHTML .popup li:before,
.innerHTML .expandingContent li:before, 
.innerHTML .calendarContent li:before {
    content: '•';
    position: absolute;
    top: -3px;
    left: -13px;
    font-size: 16px;
}

.innerHTML section li:first-child,
.innerHTML .popup li:first-child,
.innerHTML .expandingContent li:first-child,
.innerHTML .expandingContent li:before {
    margin-top: 0;   
}

.innerHTML .ta-c {
    text-align: center;   
}

.innerHTML .ta-l {
    text-align: left;   
}

.innerHTML .ta-r {
    text-align: right;   
}

.innerHTML .w-50 {
    width: 50%;   
}

.innerHTML .w-33 {
    width: 33.33%;   
}

.innerHTML .w-25 {
    width: 25%;   
}

.innerHTML .w-16 {
    width: 16.66%;   
}

.innerHTML .w-10 {
    width: 10%;   
}

.innerHTML .p-b-0 {
    padding-bottom: 0;   
}

.innerHTML .tabControl {
    display: table;  
    width: 100%;
    background: #58a9a5;
}

.innerHTML .fixedControl {
    position: relative;
	padding-top: 50px;
}

.innerHTML .fixedControl .tabControl {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}

.innerHTML .fixedControl .tabContent > li {
    height: calc(100vh - 100px);
    height: calc(100vh - 100px - var(--ios-gap));
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.innerHTML .tabControl > li {
    background: #58a9a5;
    border-bottom: 6px solid #58a9a5;
    color: #fff;
    text-align: center;
    height: 44px;
    line-height: 16px;
    font-size: 12px;
    text-transform: uppercase;
    vertical-align: middle;
    display: table-cell;
    padding: 0 20px;
}

.innerHTML .tabControl > li.selected {
    border-bottom-color: #acd4d2;
}

.innerHTML .tabContent > li {
    display: none;   
}

.innerHTML .tabContent > li.selected {
    display: block;   
}

.innerHTML .tabContent.fade > li {
    display: block;
    opacity: 0.3;
    float: left;
}   

.innerHTML .tabContent.fade > li.selected {
    opacity: 1;
}

.innerHTML .tabContent img {
    border-top: 0;
    border-bottom: 7px solid #58a9a5;     
}

.innerHTML #tipPage table {
	margin-bottom: 15px;
}

.innerHTML #tipPage table h4 {
	margin: 0;
	padding: 0;
}

.innerHTML table {
    margin: 5px 0 15px;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;   
    border-top: 1px solid #878787;
    border-right: 1px solid #878787;
}

.innerHTML table th, .innerHTML table td {
    text-align: center;
    vertical-align: middle;
    font-size: 11px; 
    border-bottom: 1px solid #878787;
    border-left: 1px solid #878787;
    padding: 6px;
}

.innerHTML table th {
    padding: 10px;
    color: #003660;
    font-size: 15px; 
    line-height: 18px;
}

.innerHTML table th small {
    display: block;
    font-size: 11px;  
    line-height: 15px;
}

.innerHTML table th * {
    color: #FFFFFF;
}

.innerHTML table.no-b {
    border: 0;   
}

.innerHTML table.no-b th,
.innerHTML table.no-b td {
    border: 0;   
}

.innerHTML .expandingList li {
    border-bottom: 1px solid #fff;
}   

.innerHTML .expandingTitle {
    position: relative;
    background: #003660;
    padding: 10px 20px;
    color: #fff;
    font-size: 16px;
}

.innerHTML .expandingTitle span {
    width: 12px;
    height: 12px;
    background: #c7c7cc;
    border-radius: 50%;
    margin-right: 13px;
    display: inline-block;
}

.innerHTML .expandingTitle:after {
    position: absolute;
    bottom: 8px;
    right: 12px;
    content: ' ';
    background: url(/apps/shared/HTML/images/dropdown.png) no-repeat center center;
    background-size: contain;
    width: 13px;
    height: 9px; 
}

.innerHTML .expandingList > li.selected .expandingTitle span {
    background: #58a9a5;
}

.innerHTML .expandingContent {
    display: none;  
    padding: 10px 20px; 
}

.innerHTML .locationInfo {
    padding: 0 0 20px 0; 
    font-size: 17px;  
    margin-left: 20px;
}

.innerHTML .expandingContent li .locationInfo {
	margin-left: 0;
}

.innerHTML .locationInfo li {
    margin-top: 20px;
    padding: 0 0 0 25px;  
    text-indent: 0;
}

.innerHTML .locationInfo li:first-child {
    margin-top: 15px;   
}

.innerHTML .locationInfo li:before {
    content: '';   
}

.innerHTML .icon {
    position: absolute;
    top: 1px;
    left: 0;
    width: 15px;
    height: 14px;
    background: no-repeat left center;
    background-size: contain;
}

.innerHTML .icon.location {
    background-image: url(/apps/shared/HTML/images/icons/location.png);
    background-image: url(/apps/shared/HTML/images/icons/location.svg), none;   
}

.innerHTML .icon.telephone {
    background-image: url(/apps/shared/HTML/images/icons/telephone.png);
    background-image: url(/apps/shared/HTML/images/icons/telephone.svg), none; 
} 

.innerHTML .icon.email {
    background-image: url(/apps/shared/HTML/images/icons/email.png);
    background-image: url(/apps/shared/HTML/images/icons/email.svg), none; 
} 

.innerHTML .icon.web {
    background-image: url(/apps/shared/HTML/images/icons/web.png);
    background-image: url(/apps/shared/HTML/images/icons/web.svg), none; 
}   

.innerHTML .infoTitle {
    text-transform: uppercase;
    font-size: 13px;
}   

.innerHTML #contact-social .social img, .innerHTML .expandingContent .social img {
    width: 22px;
    height: auto;  
    display: inline; 
    border: 0;
}

.innerHTML #contact-social .social {
	display: inline-block;
}

.innerHTML #contact-social .social a, .innerHTML .expandingContent .social a {
    margin-right: 10px;
}   

.innerHTML .calendarMonth {
    margin: 10px 20px 60px;
    padding-top: 42px;
    background: url(/apps/shared/HTML/images/icons/calendar.png) no-repeat top left;
    background-image: url(/apps/shared/HTML/images/icons/calendar.svg), none; 
    background-size: 30px 32px;
}

.innerHTML .calendarMonth h1, .innerHTML .calendarMonth h2 {
    color: #fff;   
    text-transform: uppercase;
    padding: 0;
    line-height: 21px;
}

.innerHTML .calendarBreakdown {
	margin-bottom: 10px;
}

.innerHTML .calendarBreakdown > ul {
    clear: both;
    background: rgba(0,0,0,0.7);
    padding: 5px 21px;
}

.innerHTML .calendarDate {
    float: left;
    font-size: 21px;
    padding: 7px 21px;
    background: rgba(31,121,114, 0.7);
}

.innerHTML .calendarBreakdown > ul > li {
    position: relative;
    border-top: 1px solid #fff;  
    padding: 15px 90px 15px 0;
	min-height: 45px;
    cursor: pointer;
}

.innerHTML .calendarBreakdown > ul > li:after {
    content: ' ';
    background: url(/apps/shared/HTML/images/dropdown-white.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    bottom: 15px;
    right: 0;
    width: 15px;
    height: 8px;   
}

.innerHTML .calendarBreakdown > ul > li:first-child {
    border-top: 0;   
}

.innerHTML .calendarTitle {
    font-size: 15px;   
}

.innerHTML .calendarContent {
    display: none;
    padding-top: 15px;   
}

.innerHTML .calendarContent a {
   color: #fff;
}

.innerHTML .addToCalendar {
    position: absolute;
    top: 18px;
    right: 32px;  
    width: 22px;
    height: 20px;
    background: url(/apps/shared/HTML/images/icons/addToCal.png) no-repeat center center;
    background-image: url(/apps/shared/HTML/images/icons/addToCal.svg), none;
    background-size: contain;
    display: none;
}

.innerHTML .share {
    position: absolute;
    top: 15px;
    right: 0;
    width: 18px;
    height: 23px;
    background: url(/apps/shared/HTML/images/icons/share.png) no-repeat center center;
    background-image: url(/apps/shared/HTML/images/icons/share.svg), none;
    background-size: contain;
    display: none;
}

.innerHTML .calcResult {
    text-align: center;
    padding-bottom: 10px;
}

.innerHTML .calcResult:first-child {
    padding-top: 10px;   
}

.innerHTML .calcTitle, label {
    font-size: 15px;
    color: #878787;   
}

.innerHTML .calcValue {
    font-size: 25px;   
    color: #878787;
}

.innerHTML input[type="text"], .innerHTML input[type="number"] {
    text-align: center;
    font-size: 20px;
    width: 100%;
    color: #878787; 
    font-family: 'Roboto', arial, helvetica, sans-serif; 
    font-weight: 300;
    background: #fff;
    border: 0;  
}

.innerHTML select {
	-webkit-appearance: none;
	appearance: none;
	text-align: center;
    font-size: 20px;
    width: 120px;
    color: #878787; 
    font-family: 'Roboto', arial, helvetica, sans-serif; 
    font-weight: 300;
    background: #fff;
    border: 0;  
    display: block;
    margin: 0 auto;
}

.innerHTML label {
    margin-right: 5px;   
}

.innerHTML input[type="radio"], .innerHTML input[type="checkbox"] {
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    background: #c7c7cc;
    border-radius: 50%; 
    margin: 2px 5px 0 0; 
    border: none; 
}

.innerHTML input[type="radio"]:checked, .innerHTML input[type="checkbox"]:checked {
    background: #58a9a5 url(/apps/shared/HTML/images/tick.png) no-repeat center center;
    background-size: 12px 12px;   
}

.innerHTML .input-group {
    padding: 5px 0;   
}

.innerHTML .input-group .input-item {
    display: inline-block;  
}

.innerHTML .input-group .input-item input {
    float: left;   
}

.innerHTML .checklist thead td {
	color: #fff;
	background: #003660;
	text-align: left;
}

.innerHTML .checklist ul {
	text-align: left;
	list-style: none;
	padding-left: 20px;
}

.innerHTML .checklist li::before {
	content: " ";
	width: 12px;
	height: 12px;
	background: url(/apps/shared/HTML/images/icons/checkbox.png) no-repeat left center;
	background-size: 12px 12px;
	top: 2px;
	left: -18px;
}


.rightPageContent .innerHTML .mobile /*.innerHTML.isTablet*/ {
    display: none;   
}
    
/*.innerHTML.isTablet*/.rightPageContent .innerHTML .tablet {
    display: block;   
}

/*.innerHTML.isTablet*/.rightPageContent .innerHTML {
    font-size: 15px;
}
    
/*.innerHTML.isTablet*/.rightPageContent .innerHTML p {
    line-height: inherit;   
}
    
/*.innerHTML.isTablet*/.rightPageContent .innerHTML h1 {
    font-size: 30px;   
}
    
/*.innerHTML.isTablet*/.rightPageContent .innerHTML h3 {
    font-size: 20px;   
}
    
/*.innerHTML.isTablet*/.rightPageContent .innerHTML h4 {
    font-size: 14px;
}   
    
/*.innerHTML.isTablet*/.rightPageContent .innerHTML section {
    padding: 20px 30px;   
}
    
/*.innerHTML.isTablet*/.rightPageContent .innerHTML section li:before, /*.innerHTML.isTablet*/.rightPageContent .innerHTML .expandingContent li:before {
    top: -3px;
    font-size: 20px;   
}
    
/*.innerHTML.isTablet*/.rightPageContent .innerHTML .tabControl > li {
    font-size: 16px;   
}
    
/*.innerHTML.isTablet*/.rightPageContent .innerHTML .calendarMonth {
    background-size: 80px 80px;
    height: 80px;
    padding: 38px 0 0 95px;   
}
    
/*.innerHTML.isTablet*/.rightPageContent .innerHTML .calendarMonth h2 {
    font-size: 20px;
    line-height: inherit;   
}
    
/*.innerHTML.isTablet*/.rightPageContent .innerHTML .calendarDate {
    font-size: 25px;   
}
    
/*.innerHTML.isTablet*/.rightPageContent .innerHTML .calendarTitle {
    font-size: 20px;   
}
    
/*.innerHTML.isTablet*/.rightPageContent .innerHTML .calendarBreakdown li {
    padding-right: 150px; 
    min-height: 100px;  
}
    
/*.innerHTML.isTablet*/.rightPageContent .innerHTML .addToCalendar {
    width: 37px;
    height: 32px; 
    top: 22px;
    right: 58px;  
}
    
/*.innerHTML.isTablet*/.rightPageContent .innerHTML .share {
    width: 30px;
    height: 39px;
}
    
/*.innerHTML.isTablet*/.rightPageContent .innerHTML .calendarBreakdown li:after {
    width: 30px;
    height: 16px;
}   
    
/*.innerHTML.isTablet*/.rightPageContent .innerHTML table th, /*.innerHTML.isTablet*/.rightPageContent .innerHTML table td {
    font-size: 15px;   
}
    
/*.innerHTML.isTablet*/.rightPageContent .innerHTML table th small {
    font-size: 12px;   
}
    
/*.innerHTML.isTablet*/.rightPageContent .innerHTML .expandingTitle {
    font-size: 20px;
    padding: 10px 40px;
}   
    
/*.innerHTML.isTablet*/.rightPageContent .innerHTML .expandingContent {
    padding: 10px 40px;   
}
    
/*.innerHTML.isTablet*/.rightPageContent .innerHTML .infoTitle {
    font-size: 15px;   
}
    
/*.innerHTML.isTablet*/.rightPageContent .innerHTML .icon {
    top: 3px;   
}
    
/*.innerHTML.isTablet*/.rightPageContent .innerHTML .tab-w-50 {
    width: 50%;  
    float: left; 
    border-left: 1px solid #878787;
    margin-left: -1px;
}

/*.innerHTML.isTablet*/.rightPageContent .innerHTML .tab-w-50.first {
	border-right: 1px solid #878787;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    border-left: 0;
    margin-left: 0;
}

/*.innerHTML.isTablet*/.rightPageContent .innerHTML .tab-w-50 table {
	margin-top: 0;
}

/*.innerHTML.isTablet*/.rightPageContent .innerHTML .tab-w-50.first table {
	border-right: 0;
}

/*.innerHTML.isTablet*/.rightPageContent .innerHTML .tab-w-50.b-t {
	border-top: 1px solid #878787;
}