* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body { 
	width: 100%;
	background: #000;
	color: #fff;
	text-align:center;
	color: #fff;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	line-height: 16px;
}

.block.content { 
	max-width: 620px;
	margin: 0 auto;
	padding: 10px;
}

img { 
	width: 100%;
	height: auto;
}

p {padding: 0; margin: 0;}
	
li { list-style:none;
	padding-top: 15px;}
	
#header, #footer {
	float: left;
	width: 100%;
	margin: 0 auto;
	}

.text-intro {
	padding: 5px;
	background-color: #F00;
	font-size: 19px;
	line-height: 22px;
}

.text-intro span {
	color: #FF0;
	font-weight: bold;
}

.footer-links {
	margin-top: 10px;
	padding: 5px;
	font-size: 18px;
	line-height: 21px;
	font-weight: bold;
}

.footer-links a {
	color: #FF0;
	text-decoration: none;
}

.footer-links span {
	color: #07a8f9;
}

.footer-links p {
	padding: 5px;
}
	
	
#footer {
	font-size: 15px;
	line-height: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	margin: 10px 0;
}

.sticky-term {
	background-color:rgba(0, 0, 0, 0.6);
    color: #fff;
    position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	width: 100%;
	padding: 3px 0 2px 0;
    text-align: center;
	z-index: 1;
}

.sticky-term a {
	color: #fff;
	font-size: 16px;
	line-height: 18px;
	text-decoration: none;
}

.videoWrapper{position:relative;padding-bottom:55.11%;padding-top:0;height:0;}
.videoWrapper img{width:100%;height:auto;}
.videoWrapper video{position:absolute;top:0;left:0;width:100% !important;height:100% !important;}

.term, .gterm {
    font-size: 13px;
    line-height: 16px;
    color: #ccc;
    text-align: center;
	font-weight: bold;
    margin-top: -13px;	
}

.gterm {
    margin-top: 0;
	padding: 0 3px;	
}

.genre {
    text-align: center;
    border: 2px solid #d8131d;
	border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center; 
    margin: 0 0 15px 0;
    padding: 0 0 10px 0;
}

.genre a {
    text-decoration: none;
    display: block;
    flex-grow: 1;
    margin: 0;
    padding: 0 5px;
}

.genre-image {
    max-width: 100%;
    display: block;
	border-radius: 9px 9px 0 0;
	margin-bottom: 5px;
}

.pctabivr, .pctabsms {
	display: block;
	width: 100%;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9);
}

.mobileivr, .mobilesms {
	display: none;
}

.ivr, .sms {
    background-color: #d8131d;
    width: 100%;
    font-size: 32px;
    line-height: 30px;
    font-weight: bold;
    color: #fff; 
	width: 95%;
	border-radius: 10px;
	margin: 5px 0 !important;
}

.sms {
    background-color: #0fbb38;
    font-size: 32px;
    line-height: 35px;
	margin-top: 6px;
	border: 2px solid #05f43d;
}

.ivr {
	border: 2px solid #FF0;
}

.sms a {
    text-decoration: none;
}

.ivr span, .sms span {
    color: #f9f60b;
    font-size: 56px;
    line-height: 60px;
    font-weight: bold;    
}

.nav-container {
	margin-bottom: 10px;
	display: flex;
  flex-wrap: wrap;
}

.navleft {
	display: flex;
  flex: 2; 
}

.navright {
	flex: 1;
  padding: 10px;
  text-align: center;
  box-sizing: border-box;
}

.hamburger, .navsms, .navivr {
    padding: 11px 10px 9px 10px;
    color: white;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
	flex: 1;
}

.hamburger {
	background-color: #f9f811;
	color: #000;
	cursor: pointer;	
}

.navsms, .navsms a {
	background-color: #0fbb38;	
	color: #fff;
	text-decoration: none;
}

.navivr, .navivr a {
	background-color: #d8131d;
	color: #fff;
	text-decoration: none;
}

.navmid {
	padding: 10px 0px;
    margin: 0 10px;
}

nav.mobile-nav {
    width: 100%;
    display: none;
    top: calc(100% + 10px);
    left: 0;
    z-index: 100;
}

nav.mobile-nav ul {
    list-style-type: none;
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

nav.mobile-nav ul li {
    flex: 0 1 calc(33.33% - 20px);
    margin: 7px;
    text-align: center;
	padding: 0;
}

nav.mobile-nav ul li a {
    display: block;
    padding: 9px;
    color: white;
    text-decoration: none;
    background-color: #444;
    border: 1px solid #555;
    width: 100%;
	font-size: 16px;
}

nav.mobile-nav ul li a:hover {
    background-color: #555;
}

nav.mobile-nav.show {
    display: block;
}


.mb {
	margin-bottom: 15px;
}

.mt {
	margin-top: 15px;
}


@media (max-width: 575.98px) {

.ivr, .sms {
	font-size: 21px;
	line-height: 24px;
}

.ivr span, .sms span {
	font-size: 40px;
	line-height: 44px;
}

nav.mobile-nav ul li {
    flex: 0 1 calc(50% - 20px);
    margin: 7px;
    text-align: center;
	padding: 0;
}

.pctabivr, .pctabsms {
	display: none;
}

.mobileivr, .mobilesms {
	display: block;
	padding: 3px 5px 4px 5px;
	font-style: italic;
	font-size: 26px;
	line-height: 32px;
	font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9);
}

}

@media (max-width: 375px) {

.ivr, .sms {
	font-size: 23px;
	line-height: 26px;
}

.ivr span, .sms span {
	font-size: 31px;
	line-height: 40px;
}

.mobileivr, .mobilesms {
	font-size: 16px;
	line-height: 22px;
}

}
	
		