/* body {
	font: normal 12px/1.5em "Lucida Grande", "Helvetica Neue", Verdana, Arial, sans-serif;
}
label {
	display: block;
	text-align: left;
	font-weight: bold;
	margin-left: 20px
}
input {
	width: 200px;
	margin-left: 20px
}
form {
	background-color: #CCC;
	border: 2px solid #AAA;
	line-height: 30px;
	margin-top: 100px;
	padding: 10px;
	text-align: left;
	width: 350px;
	height: 135px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 1px 2px 1px 1px rgba(0,0,0,0.10);
	-webkit-box-shadow: 1px 2px 1px 1px rgba(0,0,0,0.10);
	-moz-box-shadow: 1px 2px 1px 1px rgba(0,0,0,0.10);
	position: relative
}
#status {
	margin-left: 20px
}
#go {
	margin-top: 10px;
	width: 100px
} */


/* new inline css*/

*,
*:before,
*:after {
    box-sizing: inherit;
}

.blackout {
    background-color: #000;
    opacity: .5;
    filter: alpha(opacity=50);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
    cursor: pointer;
}

.msgbox {
    background-color: #f0f0f0;
    border: 3px solid #ccc;
    color: #000;
    line-height: 20px;
    width: 800px;
    position: fixed;
    top: 20%;
    left: 10%;
    border-radius: 20px;
    padding: 5px;
    z-index: 101;
    display: none;
    margin-left: 10%;
}

.closeBox {
    background-color: #f0f0f0;
    color: #FFFFFF;
    padding: 8px;
    float: right;
    border-radius: 3px;
    cursor: pointer;
}

.subscribe {
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 16px;
    color: #CCC;
    padding: 13px;
    border: solid 1px #bfbfbf;
    width: 250px;
    height: 12px;
}

.headline {
    font-size: 28px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    font-weight: bold;
    /*	color: #243b4a; */
    color: #333;
    line-height: 1.2;
    padding: 2px 0 8px;
    margin: 0;
}

hr.clear {
    clear: both;
    border: 0;
}


/* .headline {
	font-family: 'Myriad Pro', 'Lucida Grande', 'Tahoma', sans-serif;
	color: #7d7d7d;
	font-size: 20px;
	line-height: 26px;
	font-weight: normal;
} */

.main-body {
    font-family: 'Myriad Pro', 'Lucida Grande', 'Tahoma', sans-serif;
    color: #444343;
    font-size: 16px;
    line-height: 22px;
}

#frm input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #DCCBCF;
    padding: 10px 0;
    margin: 10px 0;
    outline: white;
    background: white;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#frm input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

input:focus {
    outline: none;
    background: none;
}

#fram {
    display: none
}

#frm {
    border: 1px solid #eeeeee;
    line-height: 30px;
    margin: 30px 30px 30px 0;
    padding: 15px 70px 25px;
    text-align: left;
    max-width: 410px;
    /*height: 155px; */
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 1px 2px 1px 1px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 1px 2px 1px 1px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 1px 2px 1px 1px rgba(0, 0, 0, 0.10);
    position: relative
}

#status,
#generrr {
    margin-left: 20px;
    font-family: 'Myriad Pro', 'Lucida Grande', 'Tahoma', sans-serif;
    font-size: 12px;
}

#frm input.go {
    margin-top: 10px;
    width: 180px
}


/* Darker background on mouse-over */

body {
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.row {
    display: flex;
}

.column {
    flex: 50%;
}

.btn-group {
    margin-top: 20px;
}

.btn-group .btn {
    padding: 12px 32px;
    border-radius: 25px;
    font-size: 17px;
    font-weight: 700;
    text-decoration: underline;
    z-index: 1;
}

.btn-group>.btn:not(:first-child) {
    padding: 12px 22px;
}

.dropdown-item {
    box-sizing: border-box;
}

#mainbtn {
    width: max-content;
}

#frmContainer {
    display: flex;
    justify-content: center;
    font-size: 16px;
}

#search td {
    line-height: 1;
}

#headMenuCont {
    padding-top: 4px;
}

#page-content-wrapper {
    overflow: visible;
}

#page-content-wrapper img {
    margin-top: 15px;
}

#bottom-nav-tab img {
    vertical-align: top;
}