/*--------- Main Website Style -------------- */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #1E1E1E;
}
body,td,th {
	color: #FFFFFF;
}
.error {
	font-size: 16px;
	color: #FF0004;
	text-align: center;
	font-family: "Arial Black", Gadget, sans-serif;
	
}
.MainPageFont {
	font-size: 16px;
	font-weight: bolder;
	color: #FFFFFF;
	text-align: left;
	font-family: "Arial Black", Gadget, sans-serif;
	
}
.MainPageFont2 {
	font-size: 16px;
	font-weight: bolder;
	color: #FFFFFF;
	text-align: center;
	font-family: "Arial Black", Gadget, sans-serif;
	font-style: italic;
	
}
.MainPageFont3 {
	font-size: 14px;
	font-weight: bolder;
	color: #E4E4E4;
	text-align: center;
	font-family: "Arial Black", Gadget, sans-serif;

	
}
.demographics {
	font-size: 14px;
	color: #E4E4E4;
	text-align: left;
	font-family: "Arial", Gadget, sans-serif;
}
.contractfeatures {
	font-size: 14px;
	color: #000000;
	text-align: left;
	font-family: "Arial", Gadget, sans-serif;
	
}
.stationpricing {
	font-size: 18px;
	color: #000000;
	font-weight: 600;
	font-family: "Arial", Gadget, sans-serif;
	
}
.stationdetails {
	font-size: 14px;
	color: #E4E4E4;
	text-align: center;
	font-family: "Arial", Gadget, sans-serif;
	
}
.infoheader1 {
	font-size: 14px;
	color: #000000;
	text-align: center;
	font-family: "Arial", Gadget, sans-serif;
	
}
.infoheader2 {
	font-size: 16px;
	font-weight: bolder;
	color: #FFFFFF;
	text-align: center;
	font-family: "Arial", Gadget, sans-serif;
	
}
.MainHeaderFont {
	font-size: 18px;
	font-weight: bolder;
	color: #FFFFFF;
	text-align: center;
	font-family: "Arial Black", Gadget, sans-serif;
}
.smallPageFont {
	font-size: 8px;
	color: #FFFFFF;
	text-align: center;
	font-family: "Arial Black", Gadget, sans-serif;
	
}
.copyrightFont {
	font-size: 12px;
	color: #B0B0B0;
	text-align: center;
	font-family: "Arial Black", Gadget, sans-serif;
	
}
.blockuserheader {
	font-size: 18px;
	color: #F7FD00;
	text-align: center;
	font-family: "Arial Black", Gadget, sans-serif;
	
}
.blockusermessage {
	font-size: 14px;
	color: #F7FD00;
	text-align: center;
	font-family: "Arial Black", Gadget, sans-serif;
	
}
.privatemessage-header {
	font-size: 18px;
	color: #000000;
	text-align: center;
	font-family: "Arial Black", Gadget, sans-serif;
	
}
.privatemessage {
	font-size: 14px;
	color: #000000;
	text-align: left;
	font-family: "Arial", Gadget, sans-serif;
	
}
.privatemessage a:link {color:#000000;}
.privatemessage a:visited {color:#000000;}
.privatemessage a:hover {color:#000000;}
.privatemessage a:active {color:#000000;}
.privatemessage_attach {
	font-size: 14px;
	color: #000000;
	text-align: right;
	font-family: "Arial", Gadget, sans-serif;
	
}
/*--------- Scroll Bar Style -------------- */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #000000; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #1E1E1E; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
/*--------- Page Link Style -------------- */
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}

/*--------- Radio Listen Live Style -------------- */
.radiopromo {
	font-size: 22px;
	color: #FFFCFC;
	text-align: center;
	font-family: "Arial Black", Gadget, sans-serif;
	
}
.radiopromo1 {
	font-size: 16px;
	color: #FFFCFC;
	text-align: center;
	font-family: "Arial Black", Gadget, sans-serif;
	
}
/*--------- internet radio styles -------------- */
.internetradioheader {
	font-size: 16px;
	font-weight: bolder;
	color: #E4E4E4;
	text-align: center;
	font-family: "Arial Black", Gadget, sans-serif;

	
}
.internetradioinfo {
	font-size: 12px;
	font-weight: bolder;
	color: #E4E4E4;
	text-align: left;
	font-family: "Arial Black", Gadget, sans-serif;

	
}
.internetradioshow {
	font-size: 10px;
	font-weight: bolder;
	color: #E4E4E4;
	text-align: center;
	font-family: "Arial Black", Gadget, sans-serif;

	
}
.internetradioannoucers{
	font-size: 10px;
	font-weight: bolder;
	color: #E4E4E4;
	text-align: center;
	font-family: "Arial Black", Gadget, sans-serif;
	font-style: italic;

	
}
.internetradiohistory {
	font-size: 12px;
	font-weight: bolder;
	color: #E4E4E4;
	text-align: center;
	font-family: "Arial Black", Gadget, sans-serif;

	
}
/*--------- Form Style -------------- */
/* RESET RULES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
:root {
  --white: #afafaf;
  --red: #e31b23;
  --bodyColor: #292a2b;
  --borderFormEls: hsl(0, 0%, 10%);
  --bgFormEls: hsl(0, 0%, 14%);
  --bgFormElsFocus: hsl(0, 7%, 20%);
}


a {
  color: inherit;
}

input,
select,
textarea,
button {
  font-family: inherit;
  font-size: 100%;
}

button,
label {
  cursor: pointer;
}

select {
  appearance: none;
}

/* Remove native arrow on IE */
select::-ms-expand {
  display: none;
}

/*Remove dotted outline from selected option on Firefox*/
/*https://stackoverflow.com/questions/3773430/remove-outline-from-select-box-in-ff/18853002#18853002*/
/*We use !important to override the color set for the select on line 99*/
select:-moz-focusring {
  color: transparent !important;
  text-shadow: 0 0 0 var(--white);
}

textarea {
  resize: none;
}

ul {
  list-style: none;
}


.container {
  max-width: 1100px;

  
}
.container1 {
  max-width: 850px;

  
}

/* FORM ELEMENTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.my-form h1 {
  margin-bottom: 1.5rem;
}

.my-form li,
.my-form .grid > *:not(:last-child) {
  margin-bottom: 1.5rem;
}

.my-form select,
.my-form input,
.my-form textarea,
.my-form button {
  width: 100%;
  line-height: 1.5;
  padding: 10px 10px;
  border: 1px solid var(--borderFormEls);
  color: var(--white);
  background: var(--bgFormEls);
  transition: background-color 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.25),
    transform 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.25);
}

.my-form textarea {
  height: 170px;
}

.my-form ::placeholder {
  color: inherit;
  /*Fix opacity issue on Firefox*/
  opacity: 1;
}

.my-form select:focus,
.my-form input:focus,
.my-form textarea:focus,
.my-form button:enabled:hover,
.my-form button:focus,
.my-form input[type="checkbox"]:focus + label {
  background: var(--bgFormElsFocus);
}

.my-form select:focus,
.my-form input:focus,
.my-form textarea:focus {
  transform: scale(1.0);
}

.my-form *:required,
.my-form select {
  background-repeat: no-repeat;
  background-position: center right 12px;
  background-size: 15px 15px;
}

.my-form *:required {
  background-image: url(http://evomcorp.com/images/asterisk.svg);  
}

.my-form select {
  background-image: url();
}

.my-form *:disabled {
  cursor: default;
  filter: blur(2px);
}


/* FORM BTNS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.my-form .required-msg {
  display: none;
  background: url(http://evomcorp.com/images/asterisk.svg)
    no-repeat center left / 15px 15px;
  padding-left: 20px;
}

.my-form .btn-grid {
  position: relative;
  overflow: hidden;
  transition: filter 0.2s;
}

.my-form button {
  font-weight: bold;
}

.my-form button > * {
  display: inline-block;
  width: 100%;
  transition: transform 0.4s ease-in-out;
}

.my-form button .back {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-110%, -50%);
}

.my-form button:enabled:hover .back,
.my-form button:focus .back {
  transform: translate(-50%, -50%);
}

.my-form button:enabled:hover .front,
.my-form button:focus .front {
  transform: translateX(110%);
}


/* CUSTOM CHECKBOX
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.my-form input[type="checkbox"] {
  position: absolute;
  left: -9999px;
}

.my-form input[type="checkbox"] + label {
  position: relative;
  display: inline-block;
  padding-left: 2rem;
  transition: background 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.25);
}

.my-form input[type="checkbox"] + label::before,
.my-form input[type="checkbox"] + label::after {
  content: '';
  position: absolute;
}

.my-form input[type="checkbox"] + label::before {
  left: 0;
  top: 6px;
  width: 18px;
  height: 18px;
  border: 2px solid var(--white);
}

.my-form input[type="checkbox"]:checked + label::before {
  background: var(--red);
}

.my-form input[type="checkbox"]:checked + label::after {
  left: 7px;
  top: 7px;
  width: 6px;
  height: 14px;
  border-bottom: 2px solid var(--white);
  border-right: 2px solid var(--white);
  transform: rotate(45deg);
}


/* FOOTER
–––––––––––––––––––––––––––––––––––––––––––––––––– */
footer {
  font-size: 1rem;
  text-align: right;
  backface-visibility: hidden;
}

footer a {
  text-decoration: none;
}

footer span {
  color: var(--red);
}


/* MQ
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (min-width: 1000px) {
  .my-form .grid {
    display: grid;
    grid-gap: 1.5rem;
  }

  .my-form .grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .my-form .grid-3 {
    grid-template-columns: auto auto auto;
    align-items: center;
  }

  .my-form .grid > *:not(:last-child) {
    margin-bottom: 0;
  }

  .my-form .required-msg {
    display: block;
  }
}

@media screen and (min-width: 541px) {
  .my-form input[type="checkbox"] + label::before {
    top: 50%;
    transform: translateY(-50%);
  }

  .my-form input[type="checkbox"]:checked + label::after {
    top: 3px;
  }
}

/*--------- FAQ Area Style -------------- */
.FAQQuestionFont {
	font-size: 16px;
	font-weight: normal;
	color: #0074BD;
	text-align: left;
	font-family: "Arial Black", Gadget, sans-serif;
	font-style: italic;
}
.FAQAnswerFont {
	font-size: 14px;
	font-weight: normal;
	color: #F16C32;
	text-align: left;
	font-family: "Arial Black", Gadget, sans-serif;
	font-style: normal;
}
/*--------- Form Styles -------------- */
.FormHeaderPrint {
	font-size: 14px;
	font-weight: bolder;
	color: #FFFFFF;
	text-align: Left;
	font-family: "Arial Black", Gadget, sans-serif;
}
.FormFinePrint {
	font-size: 8px;
	font-weight: bolder;
	color: #0074BD;
	text-align: center;
	font-family: "Arial Black", Gadget, sans-serif;
}
.FormMeduimPrint {
	font-size: 12px;
	font-weight: bolder;
	color: #FFFFFF;
	text-align: Left;
	font-family: "Arial Black", Gadget, sans-serif;
}
.Red {
	font-size: 14px;
	font-weight: bolder;
	color: #FF0000;
	text-align: center;
	font-family: "Arial Black", Gadget, sans-serif;
}
