*
{
	margin:0px;
	padding:0px;
}
* {
box-sizing:border-box;
}
body
{
	background:#ffffff;
}
.claimant-main-wrapper {
    width: 100%;
    height: 100vh;
    float: left;
}
.clr {
clear:both;
height:0;
}
.header-wrapper {
    width: 100%;
    height: 185px;
    float: left;
    background: #21688b;
    background: -moz-linear-gradient(top, #21688b 0%, #0d3d55 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#21688b), color-stop(100%,#0d3d55));
    background: -webkit-linear-gradient(top, #21688b 0%,#0d3d55 100%);
    background: -o-linear-gradient(top, #21688b 0%,#0d3d55 100%);
    background: -ms-linear-gradient(top, #21688b 0%,#0d3d55 100%);
    background: linear-gradient(to bottom, #21688b 0%,#0d3d55 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21688b', endColorstr='#0d3d55',GradientType=0 );
    position: relative;
}

.header {
    width: 80%;
    height: 120px;
    margin: 0;
    border-radius: 5px 5px 0px 0px;
    background: #FFF;
    box-shadow: 0px 0px 20px #111111;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.inner-header
{
	width:820px;
	margin:0px auto 0px auto;
	height:45px;
}

.inner-page-header {
    width: 100%;
    padding: 0px 10px;
    height: 100%;
}

.logo
{
  width: 170px;
  height: 71px;
  float: left;
  margin: -15px 0px 0px -5px;
  margin-top:-35px;
}
.mery-logo {
    width: 170px;
    height: 87px;
    float: left;
    margin: 0;
}

.top-nav
{
	width:573px;
	height:35px;
	float:right;
	margin-top:10px;
}

.inner-page-top-nav
{
	width:442px !important;
}

.top-nav ul
{
	list-style-type:none;
}

.top-nav ul li
{
	float:left;
	margin-left:10px;
}

.top-nav ul li:first-child
{
	margin-left:0px;
}

.top-nav ul li a
{
	display:block;
	height:35px;
	line-height:35px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:none;
	color:#FFFFFF;
	border-radius:5px;
	padding:0px 20px;
	border:1px solid #333333;
	background: #6d6d6d; /* Old browsers */
    background: -moz-linear-gradient(top,  #6d6d6d 1%, #323232 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#6d6d6d), color-stop(100%,#323232)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #6d6d6d 1%,#323232 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #6d6d6d 1%,#323232 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #6d6d6d 1%,#323232 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #6d6d6d 1%,#323232 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d6d6d', endColorstr='#323232',GradientType=0 ); /* IE6-9 */


}

.top-nav ul li a:hover
{
	background: #6d6d6d; /* Old browsers */
    background: -moz-linear-gradient(top,  #6d6d6d 1%, #323232 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#6d6d6d), color-stop(100%,#323232)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #6d6d6d 1%,#323232 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #6d6d6d 1%,#323232 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #6d6d6d 1%,#323232 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #6d6d6d 1%,#323232 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d6d6d', endColorstr='#323232',GradientType=0 ); /* IE6-9 */

}

.top-nav ul li a:active
{
	position:relative;
	top:2px;
}

.content-wrapper {
    width: 80%;
    height: 100vh;
    margin: 0 auto;
    background: #ffffff;
    display: table
    /* overflow: hidden; */
}
.content
{
	width:1050px;
	height:510px;
	padding-top:50px;
	margin:0px auto;
	background:#e7e7e7;
    border:1px solid #888888;
	border-radius:0px 0px 5px 5px;
}

.content-two
{
	width:1050px;
	height:auto;
	padding-top:0px;
	margin:30px auto;
	background:#fff;
        border:1px solid #ccc;
	border-radius:0px;
    overflow:hidden;
    box-shadow:0 0 8px #ccc;
}

.inner-content
{
	width:820px;
	margin:0px auto;
	height:auto;
}

.inner-page-content
{
	width:1000px;
	margin:0px auto;
	height:auto;
}

.landing-welcome-head
{
	width: 100%;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #555555;
	border-bottom: 1px solid #004d71;
	padding-bottom: 10px;
	float: left;
}

.landing-welcome-text
{
	width:100%;
	height:auto;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	padding-top:10px;
	float:left;
	line-height:20px;
	text-align:justify;
}

.landing-box
{
	width:100%;
	height:295px;
	float:left;
	margin-top:40px;
	background:#ffffff;
    border:1px solid #888888;
}

.landing-box-content
{
	width:745px;
	height:auto;
	margin:25px auto 0px auto;
}

/*.landing-box-head
{
	width:100%;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#333333;
	border-bottom:1px solid #828282;
	padding-bottom:10px;
	float:left;
	margin-bottom:25px;
}*/



.landing-box-left
{
	width:350px;
	height:175px;
	border-right:1px solid #828282;
	float:left;
	padding-left:15px;
}

.landing-box-right
{
	width:295px;
	height:175px;
	float:left;
	padding-left:70px;
}

.claimant-btn
{
	display:block;
	width:275px;
	height:55px;
	line-height:55px;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#ffffff;
	text-align:center;
	border-radius:5px;
	background: #21688b; /* Old browsers */
    background: -moz-linear-gradient(top,  #21688b 1%, #0d3d55 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#21688b), color-stop(100%,#0d3d55)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #21688b 1%,#0d3d55 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #21688b 1%,#0d3d55 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #21688b 1%,#0d3d55 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #21688b 1%,#0d3d55 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21688b', endColorstr='#0d3d55',GradientType=0 ); /* IE6-9 */

}

.claimant-btn:active
{
	position:relative;
	top:2px;
}

.employer-btn
{
	display:block;
	width:275px;
	height:55px;
	line-height:55px;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#ffffff;
	text-align:center;
	border-radius:5px;
	background: #21688b; /* Old browsers */
    background: -moz-linear-gradient(top,  #21688b 1%, #0d3d55 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#21688b), color-stop(100%,#0d3d55)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #21688b 1%,#0d3d55 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #21688b 1%,#0d3d55 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #21688b 1%,#0d3d55 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #21688b 1%,#0d3d55 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21688b', endColorstr='#0d3d55',GradientType=0 ); /* IE6-9 */
}

.employer-btn:active
{
	position:relative;
	top:2px;
}


.landing-box-text
{
	width:275px;
	height:auto;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#333333;
	padding-top:10px;
	float:left;
	line-height:20px;
	text-align:justify;
}

.left-menu-wrapper {
    width: 25%;
    height: 100%;
    float: left;
    /* margin-left: -25px; */
}
.left-menu
{
	width:100%;
    float: left;
    background: #144b66;
    border-radius: 0px;
	height:100%;
}

.left-menu ul
{
	list-style-type:none;
}

.left-menu ul li
{
	border-bottom:1px solid #002436;
    padding:2px 20px;
}

.left-menu ul li a
{
	width:100%;
	height:35px;
	line-height:35px;
	display:block;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
}

.left-menu ul li a:hover
{
	text-decoration:underline;
}

.left-menu li:last-child
{
	border-bottom:none;
}

.menu-two
{
	margin-top:25px;
	background:#144b66;
	
}

.left-menu-head
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FFFFFF;
	width:235px;
	border-bottom:1px solid #CCCCCC;
	margin-left:10px;
	height:35px;
	line-height:35px;
}

.inner-page-right-side {
    width: 75%;
    float: left;
    border-right: 1px solid #e5e5e5;
    box-sizing: border-box;
    border-bottom: 1px solid #e5e5e5;
}

.banner-wrapper
{
	width:720px;
	height:250px;
	float:left;
	background:#333;
	border:1px solid #FFFFFF;
}


.inner-page-text {
    width: 100%;
    float: left;
    margin-bottom: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333333;
    margin-left: 0;
    padding: 15px;
    box-sizing: border-box;
    
}
.inner-page-text-full
{
	width:100%;
	height:auto;
	float:left;
	margin-top:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#333333;
	text-align:justify;
}

.head-text
{
	margin-bottom:10px;
	font-size:18px !important;
    color:#333333;
    position:relative;
    margin-bottom:15px;
}

.head-text:before{
    content:"";
    background:#144b66;
    height:2px;
    position:absolute;
    bottom:-5px;
    left:0;
    min-width:80px;
}

.marg-top-10
{
	margin-top:10px;
}

.marg-top-bottom
{
	margin-top:15px !important;
	margin-bottom:15px !important;
}


.inner-page-links-left
{
	width:238px;
	border-right:1px solid #828282;
	height:90px;
	float:left;
}

.inner-page-links-right
{
	width:225px;
	height:90px;
	float:left;
	padding-left:15px;
}

.inner-page-links-image
{
	width:50px;
	height:80px;
	float:left;
	margin-right:5px;
}

.inner-page-links
{
	width:150px;
	height:30px;
	float:left;
}

.inner-page-links-small-img
{
	width:30px;
	height:30px;
	float:left;
}


.employers-link
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
	text-decoration:none;
	float:left;
	display:block;
	line-height:30px;
	margin-left:10px;
    cursor:pointer !important;
}

.employers-link:hover
{
	text-decoration:underline;
}

.marg-left-25
{
	margin-left:25px;
}

.links-head {
    width: 100%;
    height: 30px;
    float: left;
    font-size:14px;
    display: inline-block;
}

.links-head a
{
	color:#333333;
	text-decoration:none;
    cursor:pointer !important;
    font-size:14px;
    display:inline-block;
   vertical-align: top;
    margin-top: 20px;
    width: 130px;
    text-align: left;
    padding: 0 10px;
	
}

.links-head img{
    display:inline-block;
    width: 45px;
    vertical-align: middle;
    margin-left: 10px;
}

.links-head a:hover
{
	text-decoration:underline;
}

.marg-top-20
{
	margin-top:20px;
}

.marg-top-2
{
	margin-top:2px;
}


.claimant-inner-page-links-left
{
	width:220px;
	border-right:1px solid #828282;
	height:75px;
	float:left;
}

.claimant-inner-page-links-right
{
	width:230px;
	height:75px;
	float:left;
	padding-left:10px;
}

.right-border
{
	border-right:1px solid #828282;
}

.wrapping-div
{
	width:165px;
	float:left;
}

.fraud-button {
    cursor: pointer;
    display: block;
    margin: 0px auto;
    width: 180px;
    text-align: center;
    clear: both;
    padding: 10px 10px;
    /*position: relative;*/
    top: 25px;
    color: #ffffff;
    border-radius: 5px;
    font-size: 16px;
    /*box-shadow:0px 0px 10px #002c40;*/
    background: #21688b; /* Old browsers */
    background: -moz-linear-gradient(top, #21688b 1%, #0d3d55 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#21688b), color-stop(100%,#0d3d55)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #21688b 1%,#0d3d55 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #21688b 1%,#0d3d55 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #21688b 1%,#0d3d55 100%); /* IE10+ */
    background: linear-gradient(to bottom, #21688b 1%,#0d3d55 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40d8f9', endColorstr='#179db9',GradientType=0 ); /* IE6-9 */
}


.appeal-button {
    cursor: pointer;
    display: block;
    margin: 5px auto;
    width: 100px;
    text-align: center;
    clear: both;
    padding: 10px 10px;
    /*position: relative;*/
    top: 25px;
    color: #ffffff;
    border-radius: 5px;
    font-size: 16px;
    /*box-shadow:0px 0px 10px #002c40;*/
    background: #21688b; /* Old browsers */
    background: -moz-linear-gradient(top, #21688b 1%, #0d3d55 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#21688b), color-stop(100%,#0d3d55)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #21688b 1%,#0d3d55 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #21688b 1%,#0d3d55 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #21688b 1%,#0d3d55 100%); /* IE10+ */
    background: linear-gradient(to bottom, #21688b 1%,#0d3d55 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40d8f9', endColorstr='#179db9',GradientType=0 ); /* IE6-9 */
}


.buttonDisabled {
    background: #cccccc none repeat scroll 0 0 !important;
    pointer-events:none;
    cursor: text;
}

:-ms-input-placeholder, :root .buttonDisabled 
{
    background-color: #cccccc !important;
    pointer-events: none;
    cursor: text;
    filter: none !important;
}


.logo img,.mery-logo img {     
     width: 140px !important;
     padding:5%;
}

.claimant-boxpanel{
    width:100%;
    float:left;
    margin-top:15px;
    border:1px solid #ccc;
    border-radius:5px;
}

.claimant-boxpanel .landing-box-head {
    padding:10px 20px;
    border-bottom:1px solid #ccc;
    background:#e5e5e5;
    color:#000;
}

.claimant-boxpanel-content{
    padding:20px;
}

.bottom-links{
    margin:20px 0 0 0;
    padding:0 0px 0 0;
    list-style-type:none;

}

.bottom-links li{
    display:inline-block;
    width:auto;   
    padding:0 0;
    border-right:1px solid #ccc;
    vertical-align:top;
}

.bottom-links li:last-child{
    border-right:none;
}

.bottom-links li a{
        vertical-align: top;
    display: inline-block;
    padding: 20px 5px;
    color:#000;
    text-decoration:none;
    float: left;
    width: auto;
    text-align: left;
    min-height:40px;
}

.bottom-links li img{
    width:40px;
    margin:10px 0;
    float: left;
}.footer {
    width: 100%;
    float: left;
    background: #000000;
    border-top: 3px solid #2b639e;
    box-sizing: border-box;
    margin-left:0px;
    position: fixed;
    bottom: 0;
    font-size:12px;
}

.footer-content {
    float: left;
    margin-left: 20px;
    width: auto;
}

.footer-links {
    list-style-type: none;
    float: left;
    margin-top: 5px;
    margin-left: 10px;
}

    .footer-links li {
        float: left;
    }


        .footer-links li a {
            display: block;
            color: #FFFFFF;
            padding: 0px 10px;
            border-left: 1px solid #FFFFFF;
            text-decoration: none !important;
            font-family: 'Lucida Sans Unicode','Lucida Grande',arial,helvetica,sans-serif;
        }

        .footer-links li:first-child a {
            border-left: 0px;
        }


p.footer-note {
    float: right;
    color: #ffffff !important;
    margin-top: 5px;
    display: block;
    margin-right: 15px;
    background:#000000;
    font-family: 'Lucida Sans Unicode','Lucida Grande',arial,helvetica,sans-serif;
}
.topbar {
    width: 100%;
    height: 30px;
    background: #000000;
}

.topbar-links {
    float: right;
    list-style-type: none;
    margin-top: 5px;
}

    .topbar-links li {
        float: left;
    }

        .topbar-links li a {
            color: #FFFFFF;
            display: block;
            padding: 0px 50px;
            font-size: 12px;
            text-decoration: none !important;
            font-family: 'Lucida Sans Unicode','Lucida Grande',arial,helvetica,sans-serif;

        }


        
.header-social-icons {
    float: right;
    list-style-type: none;

    position: absolute;
    right: 20px;
    top: 40%;
}


    .header-social-icons li {
        float: left;
    }

        .header-social-icons li a {
            display: block;
            width: 32px;
            height: 32px;
            margin-left: 5px;
        }

        .header-social-icons li:first-child a {
            margin-left: 0px;
        }

      

.icon-facebook {
    background: url('../Images/icon-facebook.jpg');
}

.icon-twitter {
    background: url('../Images/icon-twitter.jpg');
}

.icon-youtube {
    background: url('../Images/icon-youtube.jpg');
}

.icon-all {
    background: url('../Images/icon-all.jpg');
}

p {
    line-height: 20px;
}

.pad-0-10
{
    padding:0px 10px;
}

.marg-top-15
{
    margin-top:15px;
}
.bottom-links li a label {
    display:inline-block;
    position: relative;
    top: 20px;
}
/*******************Responsive**********************/
@media screen and (max-width:1024px) {
    .header, .content-wrapper {
    width: 90%;
    }
}
@media screen and (max-width:845px){
    .left-menu-wrapper {
        width: 100%;
        height: 120px;
        float: left;
    }
    .left-menu {
        width: 100%;
        height: 120px;
        float: left;
        background: #144b66;
        border-radius: 0px;
    }
    .inner-page-right-side {
        width: 100%;
        height: 100%;
        float: left;
        border: 1px solid #e5e5e5;
        box-sizing: border-box;

    }
    .header {
    height:145px;
    }
    .footer {
    position:static;
    }
    p.footer-note {
        float: left;
        color: #ffffff !important;
        margin-top: 5px;
        display: block;
        margin-left:20px;
        background: #000000;
        font-family: 'Lucida Sans Unicode','Lucida Grande',arial,helvetica,sans-serif;
    }
    .logo img, .mery-logo img {
    width: 135px !important;
    padding:5%;
    }
    .img-responsive{max-width: 100%; height: auto; display:block;}
      .bottom-links li {
        display: block;
        width: 100%;
        padding: 0;
        border-right: 0;
        vertical-align: top;
        float: left;
    }
    .left-menu {
        height: 200px;
    }
    .inner-page-right-side {
        margin-top: 80px !important;
    }
}
@media screen and (max-width:640px) {
    .header-social-icons {
    float: right;
    list-style-type: none;
    position: absolute;
    right: 20px;
    bottom: 10px;
    top:unset;
    }
    .claimant-boxpanel-content table td {
    width: 100% !IMPORTANT;
    display: block;
    padding: 10px;
    }
    div.panel.show {
    opacity: 1;
    max-height: 620px;
    padding: 3px;
    margin: 2px 0 4px -3px;
    }
    .bottom-links li img {
    margin: 10px auto;
    text-align: center;
    display: block;
    width: 60px;
    float:none;
    }
    .bottom-links li {
    display: block;
    width: 100%;
    padding: 0 0px;
    border-right: 0;
    vertical-align: top;
    float: none;
    text-align: center;
    }
    .bottom-links li a {
    vertical-align: top;
    display: block;
    padding: 0;
    color: #000;
    text-decoration: none;
    float: none;
    width: auto;
    text-align: center;
    min-height: 40px;
    }
}
@media screen and (max-width:425px) {
    .bottom-links li a label {
        top: 0;
    }
}