﻿a.bolder
{
	text-decoration: none;
}
a.menu
{
	color: black;
	text-decoration: underline;
}
img.margins
{
	margin: 5px;
}
.textheaders
{
	font-size: 12px;
	padding: 5px;
}
.textheaders2
{
	font-size: 12px;
	padding: 5px;
	padding-left: 25px;
}
.textheaders3
{
	font-size: 12px;
}
.greenBox
{
	border: 1px #3EB81B solid;
	background-color: #F0FDEC;
	padding-left: 3px;
	width: 88%;
}
.customCodeBox
{
	border: 1px red solid;
	font-size: 10px;
	background-color: #FFE6E6;
	height: 100%;
	width: 100%;
}
.textheaders
{
	font-size: 12px;
	padding: 5px;
}
.star
{
	font-weight: bold;
	font-size: 10px;
	color: #ff0000;
}

.menuwhite
{
	font-family: Verdana;
	font-size: 13px;
	color: #E6E6E6;
	vertical-align: middle;
}

.white
{
	color: #e7e7e7;
}

.selectedStep
{
	color: #42932C;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
}

.stepDescription
{
	color: #898989;
	font-size: 10px;
	display: none;
	font-weight: normal;
	padding: 3px;
}

.unSelectedStep
{
	color: #898989;
	padding: 5px;
	font-size: 12px;
}

.instructions
{
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma;
}

.subInstructions
{
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma;
}

.subSubInstructions
{
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	font-family: Tahoma;
}

.examples
{
	color: #000000;
	font-size: 9px;
	font-weight: normal;
	font-family: Tahoma;
}

.mapLabel
{
	color: #000000;
	background: #ffffff;
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma;
	text-align: center;
	border-bottom: solid 1px black;
}

.indexLabel
{
	color: #ffffff;
	background: #6994CE;
	font-size: 9px;
	font-weight: bold;
	font-family: Tahoma;
	text-align: center;
	border-bottom: solid 1px black;
	padding-left: 3px;
}

.indexTable
{
	color: #000000;
	background: #ffffff;
	font-size: 10px;
	font-weight: bold;
	font-family: Tahoma;
	text-align: center;
	border-right: solid 1px black;
	border-top: solid 1px black;
	margin-top: auto;
	margin-bottom: auto;
}

.button
{
	cursor: pointer;
}



.style3
{
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	font-family: Tahoma;
	width: 150px;
}

.style4
{
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	font-family: Tahoma;
	padding-left: 18px;
}

.style10
{
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	font-family: Tahoma;
	width: 254px;
	padding-right: 10px;
}

.style10rrp
{
	padding-right: 0px;
}

.style11
{
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	font-family: Tahoma;
	width: 264px;
	padding-right: 10px;
}
.selectedChoice
{
	color: #42932C;
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma;
	width: 254px;
	padding-right: 10px;
	/* background-color: #CCCCFF; */
}

.selectedMapSizeChoice
{
	color: blue;
	font-size: 11px;
	font-weight: normal;
	font-family: Tahoma;
	width: 254px;
	padding-right: 0px;
	background-color: #CCCCFF;
}

.mapSizeTable td
{
  padding-right:5px;
}

.mapSizeCell
{
	width:135px;
	padding:0px;
	height:60px;
}

/*=====NEW HEADER SECTION======*/
.top-header {
    background-color: #ffffff;
    max-width: 970px;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    padding: 15px 0;
    font-family: 'Segoe UI', Arial;
}
.top-header > div:nth-of-type(1){
    width: 25%;
}
.top-header > div:nth-of-type(2){
    width: 55%;
}
.top-header > div:nth-of-type(3){
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.top-header > div > span {
    display: block;
}
.top-mmlogo {
    max-width: 183px;
}
.top-header > div:nth-of-type(2) > span {
    font-size: 18px;
}
.top-header > div:nth-of-type(2) > span:first-of-type {
    color: #164d7c;
}
.top-header > div:nth-of-type(2) > span:last-of-type {
    color: #666666;
}
.cs-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 118px;
    height: 26px;
    border: 1px solid #164d7c;
    border-radius: 25px;
    background-color: #ffffff;
    color: #164d7c;
    font-size: 16px;
    text-decoration: none;
    padding-bottom: 2px;
    cursor: pointer;
}
.cs-btn:hover{
    background-color: #164d7c;
    color: #ffffff;
}
.top-phone {
    color: #164d7c;
    font-size: 22px;
    font-weight:bold;
    margin-top: 6px;
}
.header-nav {
    max-width: 970px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #efefef;
    padding: 6px 0;
    font-family: 'Segoe UI', Arial;
}
.header-nav > div {
    display: flex;
    align-items: center;
}
.hamburger-menu {
    margin-right: 10px;
}
.hamburger-menu > span {
    display: flex;
    background-color: #164d7c;
    justify-content: space-around;
    align-items: center;
    width: 93px;
    height: 30px;
    color: #fff;
    font-size: 14px; 
    cursor: pointer;
}
/*.hn-left > span {
    font-size: 16px;
    color: #164d7c;
}*/
.sf-blck {
    color: #000;
}
.fs {
    cursor: pointer;
}
.fs::after, .hn-right > a:not(:last-of-type)::after {
    content: "|";
    padding: 0 10px;
    color: #d7d7d7;
    font-size: 14px;
}
.hn-right > a{
    font-size: 13px;
    color: #666666;
    text-decoration: none;
}
.hn-right > a:hover{
    text-decoration: underline;
}
.hn-right > a:last-of-type{
    color: #164d7c;
}
.fs-wrap {
    display: flex;align-items:center;cursor:pointer;padding: 1px 0;
}
.fs-text {
    font-family: Arial;font-size: 18.67px;color:#428eef;font-weight: 700;padding-left: 5px;
}
.fs-text > span{
    color:#666;font-size: 16px;font-weight: normal;vertical-align: top;
}
.chck-icon {
    margin-left: 36px;
}
.sg-text {
    font-family: Arial;font-size:14.67px;color:#428eef;font-weight: 700;
}
.sg-text > span{
    color: #666;font-weight: 500;
}
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 60000;
    width: 100%;
    height: 100%;
    background-color: transparent;
}
.cubtn-small {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 112px;
    height: 22px;
    padding-bottom: 2px;
    border: 1px solid #164d7c;
    border-radius: 25px;
    background-color: #164d7c;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    margin-left: 10px;
    cursor: pointer;
}
.cubtn-small:hover {
    background-color: #fff;
    color: #164d7c;
}