/*
    This file will allow overriding WEBS and/or SiteType styles at the client level.  All overriden styles in this
    stylesheet will affect all site pages other then the Confirmation Statement.  To change styles for 
    the confirmation statement modify the overrides-CS.css file.

    To override a style, copy an existing style into this stylesheet and make changes to the style as desired.

    For example if the three styles below were moved into the uncommented area of this stylesheet it would
    override the default site font to be 14 pixels rather then 12 pixels, it would left align the main content 
    area rather then being centered, and would reduce the width of the content area from 980 pixels to 880
    pixels.

    body {font-size:14px}

    .webs-site {text-align:left}
    .webs-sitewrapper, .webs-site-width {width:880px;text-align:left;margin:0 0}

    if overriding an image used in a style, the new image should be placed in the Images folder that is in the 
    same directory as this file.  The path to the image should be specified as "./Images/{imagefilename}"

    The best way to find the styles to override would be to use your browsers developer tools.  With the developer
    tool turned on, click on the element to re-style, which should display the styles affecting the element. Copy 
    the style(s) into this file and modify as required.
*/

.webs-header {background: url('') no-repeat #fff 0 18px;height:92px;border:1px solid #ccc;border-top:0;border-bottom:8px solid #8ec63f}



/*=======---------- WEBS 3.0 CSS Dynamic Colours - Only insert color values here!  ---------=========*/

body{background:url(../Images/webs-bodybackground.png);font-family:sans-serif,Arial,verdana}/* Global Formatting */
.red{color:#921107}.lightRed{color:#b9746e}.superscript{color:#921107}.placeholder{color:#aaa}/* site header */
.webs-sitewrapper.header{background-color:#8ec63f}.webs-header{color:#fff;background:[!HEADERBACKGROUNDIMAGE]}.webs-header a{color:#fff}.webs-header-buttons .ui-btn{color:#414042;text-shadow:0 1px 0 rgba(0,0,0,.5);background-color:#8ec63f}/* Webs infoButton dropdown */
.webs-header-info{background-color:#fdfdfd}.webs-header-info .webs-header-infoitem a{color:#FFF;background-color:#8ec63f}/* employee info bar */.webs-accountBar .accountName{color:#414042}/* modal dialogs */.webs-modal .webs-modal-header{background-color:#8ec63f}/* page content */.webs-content{box-shadow:0 0 8px rgba(0,0,0,.3);background-color:#ffffff}.webs-content h1 ,.webs-content .title{color:#8ec63f;text-transform: uppercase}.webs-content a{color:#8ec63f}a.ui-btn{color:#fff;border-radius:[!BUTTONBORDERRADIUS]}/* content area */.webs-content hr{border-top:1px solid #58b541}.webs-content h1 ,.webs-content .title{font:normal 400 24px lato-n3,lato,Lucida Sans Unicode,sans-serif}.webs-content h2{font:normal 400 20px lato-n3,lato,Lucida Sans Unicode,sans-serif}/* page content label styles */.webs-content .subTitle{font:normal 400 18px lato-n4,lato,Lucida Sans Unicode,sans-serif;color:#666}.webs-content .SectionTitle{font:normal 400 20px lato-n4,lato,Lucida Sans Unicode,sans-serif;color:#939598;text-shadow:0 1px 1px rgba(255,255,255,.5)}.webs-content .SectionDescription{font:normal 400 14px lato-n4,lato,Lucida Sans Unicode,sans-serif}.webs-content .groupTitle{font:normal 400 16px/24px lato-n4,lato,Lucida Sans Unicode,sans-serif;color:#666}/* enrollment button colors */.webs-flexBar .ui-btn,.webs-flexfooter .ui-btn,btn-inner-controlgroup .btn{background-color:#8ec63f;font:normal bold 12px Arial,sans-serif;color:#fff;border-radius:[!BUTTONBORDERRADIUS]}/* Enrollment Left Menu */.webs-menuLeftNav a.level1{color:#8ec63f;font:normal 13px lato,Lucida Sans Unicode,sans-serif}.webs-menuLeftNav a.level3{color:#000;font:normal 13px Arial,Sans-Serif}.webs-menuLeftNav ul.level2{background-color:#fff;border:1px solid #ccc}.webs-menuLeftNav a.level2{color:#000;background-color:#fff;font:normal 13px Arial,Sans-Serif}/* enrollment left menu buttons - hover */.webs-menuLeftNav a.level1.highlighted{font:normal 13px;color:#fff;text-shadow:none;background-color:#8ec63f;border-radius:[!MENULEFTNAVBORDERRADIUS];border-bottom-left-radius:0;border-top-left-radius:0;border-bottom-right-radius:0;border-top-right-radius:0;/* set them back to 0 after custom radius*/}.webs-menuLeftNav a.level2.highlighted{font:normal bold 13px;background-color:#8ec63f;color:#fff;text-shadow:rgba(0,0,0,.5)}.webs-login-page .button-login{background-color:#8ec63f}.enrollment-summary-border{border:5px solid #8ec63f}.webs-grid-section .action .grid-change-button,.webs-grid-section .action .grid-remove-button,.webs-dependent-group a.ui-btn,.webs-grid-section .btn{background-color:#8ec63f}a.ui-btn{background-color:#8ec63f}.webs-flexBreakdown-panel-planinfo .webs-flexBreakdown-row a{color:#8ec63f}/* home page */
.webs-content .homepage-content .enrollment-note{border:1px solid #b7c898;background-color:#edf4e2;color:#444}.webs-content .homepage-content .webs-home-banner{background-color:#b7dfad;border-top:1px solid #58b541}.webs-content .homepage-content .webs-home-banner h1{font:normal 300 30px/36px lato-n3,lato,Sans-Serif}.webs-content .enrollment-buttons .btn{font:normal 900 18px lato-n3,lato,sans-serif;color:#414042;font:normal 900 18px lato-n3,lato,sans-serif;text-transform:uppercase;letter-spacing:0.5px;border:none;background: #e9e9e9; /* For browsers that do not support gradients */background: -webkit-linear-gradient(#f1f1f1, #e9e9e9); /* For Safari 5.1 to 6.0 */background: -o-linear-gradient(#f1f1f1, #d3d3d3); /* For Opera 11.1 to 12.0 */background: -moz-linear-gradient(#f1f1f1, #e9e9e9); /* For Firefox 3.6 to 15 */background: linear-gradient(#f1f1f1, #e9e9e9); /* Standard syntax (must be last) */;box-shadow:0 1px 3px rgba(0,0,0,.3),inset 0 0 0 1px rgba(255,255,255,.4);;font-size:18px;position:relative;border-left:none;border-right:none;border-bottom:none};box-shadow:0 1px 3px rgba(0,0,0,.3),inset 0 0 0 1px rgba(255,255,255,.4);text-shadow:0 1px 0 rgba(255,255,255,.5)}/* site footer */.webs-footer-fixed-wrapper{background-color:#939598}.webs-footer{color:#eee}.webs-footer a{color:#eee}/* modal dialogs */.webs-modal-background{background:#58585A}.webs-modal{color:#222;border:1px solid #888;box-shadow:[!MODALBOXSHADOWCOLOR]}.webs-modal .webs-modal-header{border:1px solid #888);border:1px solid rgba(0,0,0,0.2);color:#FFFFFF;font:normal bold 16px/50px lato-n4,lato,sans-serif;text-transform:uppercase;1px 0 rgba(0,0,0,0.7)}.webs-modal .webs-modal-content{background-color:#fff;box-shadow:0 1px 6px 0 rgba(0,0,0,.4);font:normal 13px/20px;color:#333}.webs-modal-lowertext{color:#fff}.webs-modal .webs-modal-footer .btn{background-color:#8ec63f}/*form elements*/.webs-modal-content input:focus,.webs-modal-content select:focus{border:1px solid #58b541}.webs-modal .webs-modal-footer a{font:normal bold 12px/16px sans-serif,Arial,Tahoma;color:#fff;background:url("../Images/webs-btn-gradient.png") repeat-x}.webs-modal .webs-modal-footer a.cancel{background-color:#ddd;color:#921107;text-shadow:0 1px 0 rgba(255,255,255,.3)}/* validation and errors */.webs-valsummary{color:#921107 !important}.webs-error{color:#921107}.webs-note{border:1px solid #b7c898;background:#edf4e2;color:#444}.webs-note-error{font:normal bold 12px;border:1px solid #b9746e;background:#ffe7e5;color:#921107 !important}.subscriptions-note{color:#921107;font:normal 11px}/*webs grids*/.webs-grid-header{color:#333;background-color:#fbfbfb}/* eoi note */.webs-eoinotetitle{color:#8ec63f;font-size:12px;}.webs-eoinotedetails{color:#8ec63f;font-size:12px;}/* waiver note */.webs-waiver{border:1px solid [!WAIVERBORDERCOLOR];background-color:#eef3f8;color:#203c6e !important;font-weight:bold;}.webs-benefitnote{color:#8ec63f;font-size:12px;}/* tooltip */.webs-tooltip .title{font-family:lato-n4,lato,Lucida Sans Unicode,sans-serif;font-style:normal;font-weight:400;color:#666;font-size:16px;}/* personal info */.webs-personal-group legend{color:#666;font-family:lato-n4,lato,sans-serif;font-style:normal;font-weight:400;}.webs-personal-group fieldset{border:1px solid #8ec63f];font-size:13px;line-height:20px}.webs-personal-edit{border:1px solid #ccc;}/* smoker declaration */.smoker-declaration fieldset{border:1px solid #3a7824;}.smoker-declaration-message{padding-top:10px;color:#921107;}/* dependent info */.webs-dependent-group{border:1px solid #8ec63f;background-color:hsla(86, 57%, 52%, 0.3)}.webs-dependent-smoker{border:1px solid #006d35;background:hsla(86, 57%, 52%, 0.3);}/* login button */.webs-login-page .btn{font-weight:bold;font-family:Tahoma,Arial,sans-serif;border:1px solid [!LOGINBTNBORDERCOLOR];color:#fff;box-shadow:inset 0 0 0 1px rgba(255,255,255,.3),0 0 4px 0 rgba(0,0,0,.4);text-shadow:0 1px 1px rgba(0,0,0,.5)}.webs-login-page .button-login{background-color:#8ec63f}/* Change Password */.change-password input{padding:7px;border:solid 1px [!CHANGEPASSWORDINPUTBORDERCOLOR];font:normal 13px/100% Verdana,Tahoma,sans-serif;background:#FFF;border-radius:3px;margin:2px;box-shadow:inset 0 0 4px 0 [!CHANGEPASSWORDINPUTBOXSHADOW]}/* Enrollment Summary */.enrollment-summary .packages td.package{color:#666;font-family:lato-n4,lato,sans-serif;font-style:normal;font-weight:400;font-size:14px;}
    

@charset "UTF-8";

/* Global Formatting */
.float-left, .floatLeft {float:left}
.float-right, .floatRight {float:right}
.clear {clear:both}
div.clear {clear:both;height:0;font-size:0}
.align-center {text-align:center}
.margin-auto {margin:0 auto}
.bold {font-weight:bold}
.italic {font-style:italic}
.underlined {text-decoration:underline}
.red {}
.lightRed {}	
.superscript {vertical-align:super;font-size:80%}
.placeholder {} 


/*=======---------- WEBS 3.0 CSS Start ---------=========*/

body {font-size:12px}

.webs-site {background:#bcbdc0;text-align:center}
.webs-sitewrapper, .webs-site-width {width:980px;text-align:left;margin:0 auto}

/* site header */
.webs-header {height:74px;background-image:url(../Images/web-bg-ldcHeader.png);background-repeat:repeat-x;position:relative}
.webs-header a {}
.webs-header .webs-header-logo-wrapper {position:absolute;top:0;left:0;width:980px;height:83px;overflow:hidden}
.webs-header-logo {float:left;padding:10px 0 0 17px}
.webs-client-logo {float:left;padding:10px 0 0 50px}
.webs-header-buttons {float:right;padding:16px 12px}
.webs-header-buttons .ui-btn {display:inline-block;padding:12px 25px 12px 40px;min-width:26px;font-size:16px;font-weight:bold;text-decoration:none;text-transform:uppercase;box-shadow:inset 0 0 0 1px rgba(255,255,255,.1), 0 1px 0 rgba(0,0,0,.3);border-radius:15px;background-image:none;background-position: center center;margin-left: 6px;border:none;border:none;}

.webs-header-buttons .ui-btn .icon {position:absolute;top:0;left:0;width:40px;height:40px;display:block;background:none;}
.webs-header-buttons .ui-btn.button-logout .icon {background-position: 6px -47px;}
.webs-header-buttons .ui-btn.button-logout .icon:before {
	content: "\f08b";
    color:#414042;
    padding-left: 10px;
    padding-top: 12px;
    font-size: 25px;
    display: inline-block;
    vertical-align: middle;
	font-family: FontAwesome;
}
.webs-header-buttons .ui-btn.button-help .icon {background-position: 7px 8px;}
.webs-header-buttons .ui-btn.button-home .icon {background-position: 1px -1841px}
.webs-header-buttons .ui-btn.button-home .icon:before {
	content: "\f015";
    color:#414042;
    padding-left: 10px;
    padding-top: 12px;
    font-size: 25px;
    display: inline-block;
    vertical-align: middle;
	font-family: FontAwesome;
}
.webs-header-buttons .ui-btn.button-infoMenu .icon {background-position: right -1200px;left:auto;right:0}.webs-header-buttons .ui-btn.button-infoMenu .icon:before {
	content: "\f078";
    color:#414042;
    padding-left: 2px;
    padding-top: 10px;
    font-size: 25px;
    display: inline-block;
    vertical-align: middle;
	font-family: FontAwesome;
}
.webs-header-buttons .ui-btn.button-infoMenu {padding:12px 47px 12px 18px;}
	
.webs-header-info {border:1px solid #888;border:1px solid #888;
 /* FF3.6+ */
/* Chrome,Safari4+ */
/* Chrome10+,Safari5.1+ */
/* Opera 11.10+ */
/* IE10+ */
z-index: 12; position: absolute; width: 210px; box-shadow: inset 0 0 1px rgba(255, 255, 255, .4 ), 0 2px 3px rgba(0, 0, 0, .3); margin: -10px 0 0 -119px; font-size: 13px; text-shadow: 0 1px 0 rgba(255, 255, 255, .5); opacity: .9; border-top-left-radius: 4px; border-top-right-radius: 4px; border-bottom-left-radius: 11px; border-bottom-right-radius: 11px; padding: 0; background-image: linear-gradient(to bottom, rgba(255,255,255,.10) 0%,rgba(0,0,0,0.15) 100%);/* W3C */
}

.webs-header-info .webs-header-infoitem a {padding:8px 12px;text-decoration:underline;font-size:13px;font-weight:bold;display:block;color:#fff;text-shadow:0 1px 0 rgba(0,0,0,.5)}
.webs-header-info .webs-header-infoitem a:hover {text-decoration:underline;font-size:13px;font-weight:bold;color:#fff;text-shadow:0 1px 0 rgba(0,0,0,.5);
background-image: -moz-linear-gradient(top, rgba(255,255,255,.15) 0%, rgba(0,0,0,0.15) 100%); /* FF3.6+ */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.15)), color-stop(100%,rgba(0,0,0,0.15))); /* Chrome,Safari4+ */
background-image: -webkit-linear-gradient(top, rgba(255,255,255,.15) 0%,rgba(0,0,0,0.15) 100%); /* Chrome10+,Safari5.1+ */
background-image: -o-linear-gradient(top, rgba(255,255,255,.15) 0%,rgba(0,0,0,0.15) 100%); /* Opera 11.10+ */
background-image: -ms-linear-gradient(top, rgba(255,255,255,.15) 0%,rgba(0,0,0,0.15)) 100%); /* IE10+ */
background-image: linear-gradient(to bottom, rgba(255,255,255,.15) 0%,rgba(0,0,0,0.15) 100%); /* W3C */
}
                      
.webs-header-buttons .ui-btn:hover {background-image: url("../Images/webs-btn-gradient-hover.png");background-position: center center;box-shadow:inset 0 0 0 1px rgba(255,255,255,.1), 0 1px 2px rgba(0,0,0,.1);                        }
/* webs-nav-area - Bar wrapper*/
.webs-nav-area {min-height:49px;text-align:center;position:relative;z-index:10}
.webs-stickynav {margin-top:-1px;width:100%;z-index:11;left:0;top:0}

/* employee info bar */
.webs-accountBar {background: #e9e9e9; /* For browsers that do not support gradients */
                  background: -webkit-linear-gradient(#f1f1f1, #e9e9e9); /* For Safari 5.1 to 6.0 */
                  background: -o-linear-gradient(#f1f1f1, #e9e9e9); /* For Opera 11.1 to 12.0 */
                  background: -moz-linear-gradient(#f1f1f1, #e9e9e9); /* For Firefox 3.6 to 15 */
                  background: linear-gradient(#f1f1f1, #e9e9e9); /* Standard syntax (must be last) */;box-shadow:0 1px 3px rgba(0,0,0,.3),inset 0 0 0 1px rgba(255,255,255,.4);;font-size:12px;position:relative;border-left: 1px solid #aaa;border-right: 1px solid #aaa;border-bottom:1px solid #aaa}
.webs-accountBar .accountName {font-size:16px;line-height:22px;font-weight:bold;text-shadow:0 1px 0 rgba(255,255,255,.5)}
.webs-accountBar .division { }

.webs-accountBar .step-indicator {position:absolute;right:20px;top:20px;}
.webs-accountBar .step-indicator .step-bar {position:relative}

.webs-accountBar .step-indicator .step-bar .outer {position:relative;background:none;padding:2px;border-radius:6px;}
.webs-accountBar .step-indicator .step-bar .outer {position:relative;background:#414042;padding:2px;border-radius:6px;}

.webs-accountBar .step-indicator .step-bar .inner {position:relative;height:6px;background:none;border:1px solid #1d6716;box-shadow:inset 0 0 0 1px rgba(255,255,255,.3), 0 1px 0 rgba(0,0,0,.3);border-radius:4px}
.webs-accountBar .step-indicator .step-bar .inner {position:relative;height:6px;background-color:#8ec63f;border:1px solid #1d6716;box-shadow:inset 0 0 0 1px rgba(255,255,255,.3), 0 1px 0 rgba(0,0,0,.3);border-radius:4px}

.webs-accountBar .step-indicator .step {position:absolute;top:-22px;right:0;display:none}

.webs-accountBar .step-indicator .step .text {z-index:0;color:#fff;font-size:10px;font-weight:bold;padding:2px 5px;border-radius:4px;background:none;white-space:nowrap;text-align:center;display:block;position:relative;border:1px solid #479f3a;box-shadow:0 1px 3px rgba(0,0,0,.5)}
.webs-accountBar .step-indicator .step .text {z-index:0;color:#fff;font-size:10px;font-weight:bold;padding:2px 5px;border-radius:4px;background-color:#8ec63f;white-space:nowrap;text-align:center;display:block;position:relative;border:1px solid #479f3a;box-shadow:0 1px 3px rgba(0,0,0,.5)}

.webs-accountBar .step-indicator .step .point {position:relative;z-index:1;width:10px;height:6px;margin:0 auto;margin-bottom:-5px;background:none}
.webs-accountBar .step-indicator .step .point:before {
	content: "\f0d7";
    margin-top: -11px;
    color: #8ec63f;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
	font-family: FontAwesome;
}



/* enrollment bar */
.webs-flexBar {position:relative;width:980px;height:63px;z-index:10}

/* Enrollment Left Menu */
.webs-content .left-nav-wrapper {width:240px;background:url(../Images/webs-bg-leftmenu.png) no-repeat top right;height:570px;margin-top:-15px;padding-top:30px;border-right:1px solid; border-right-color:#f1f1f1}
.webs-content .left-nav-wrapper ul {line-height:24px; outline: 0}
.webs-menuLeftNav {float:left;width:220px;text-align:right;font-size:11px;padding-right:15px;outline:0}
.webs-menuLeftNav {float:left;width:220px;text-align:right;text-transform:uppercase;font-size:11px;padding-right:15px;outline:0}
.webs-content #ctl00_ContentPlaceHolder1_MainMenu_menuLeftNav a.popout {background-image:url(../Images/webs-sprite.png);background-position: right -1102px}
.webs-content #ctl00_ContentPlaceHolder1_MainMenu_menuLeftNav a.popout.highlighted {background-image:url(../Images/webs-sprite.png);background-position: right -1141px}
.webs-menuLeftNav a.level3 {padding:6px 17px !important;display:block;width:195px;margin: 4px 0;}
.webs-menu {}
.webs-menuLeftNav a.level1.highlighted {
padding:5px 16px;font-size:13px;font-weight:normal;text-decoration:none;text-shadow:none;
    border-radius:none;
   
    background-image: url("../Images/webs-btn-gradient.png");border:1px solid #888;border:1px solid rgba(0,0,0,.5) !important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.3),0 1px 2px rgba(0,0,0,.2);}
    
.webs-menuLeftNav ul.level2 {box-shadow: 0 2px 3px rgba(0,0,0,.3);z-index:10 !important;float:left;width:280px !important;margin-top:-1px !important;margin-left: -1px}
.webs-menuLeftNav a.level2 {display:block;margin: 0;padding:5px 10px 5px 25px;width:243px;text-align:left;border:1px solid transparent !important}
.webs-menuLeftNav a.level2.highlighted {text-decoration:none;
    background-image: url("../Images/webs-btn-gradient.png");
    background-position: center center;border:1px solid #888;border:1px solid rgba(0,0,0,.5) !important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.3),0 1px 2px rgba(0,0,0,.2);
}

/* page content */
.webs-content {margin:0 6px;min-height:500px;box-shadow:0 0 8px rgba(0,0,0,.3);padding:15px;position:relative}
.webs-content-left {float:left;width:300px}
.webs-content-right {float:left;width:600px}

/* content area */
.webs-content h1 , .webs-content .title {font-weight:400;font-size:24px;margin:10px 0;display:block}
.webs-content h2 {margin:10px 0;display:block; font:}
.webs-content hr {height:1px;border:0;}

/* page content label styles */


.webs-content .subTitle {margin:8px 0;}
.webs-content .SectionTitle {display:inline;margin:8px 0;}
.webs-content .SectionDescription {display:inline;margin:8px 0}
.webs-content .groupTitle {display:block;margin:4px 0;text-transform:capitalize}
.webs-content .groupTitleNoCaps {display:block;margin:4px 0;}

/* home page */
.webs-content .home-text {padding:0 10px;line-height:18px;margin-bottom:10px}
.webs-content .homepage-content {width:640px;float:right;padding:20px}
.webs-content .homepage-content .enrollment-note {padding:10px;border-radius:7px;width:570px;margin:15px auto}

/* Welcome banner */
.webs-content .homepage-content .webs-home-banner {margin-bottom:20px}
.webs-content .homepage-content .webs-home-banner .icon {display:none}
.webs-content .homepage-content .webs-home-banner .welcome {height:129px;width:640px;margin:0;float:left;}
.webs-content .homepage-content .webs-home-banner .text {height:82px;vertical-align:middle;}
.webs-content .homepage-content .webs-home-banner h1 {font-family:lato-n3,lato,Sans-Serif;font-size:24px;line-height:30px; width: 397px; padding:45px 0 15px 10px;color:#fff}

/* enrollment buttons on home */
.webs-content .enrollment-buttons {padding:10px}
.webs-content .enrollment-buttons .btn {cursor:pointer;position:relative;margin:10px;display:block;text-decoration:none;padding:21px 0 21px 75px;text-align:left;}

.webs-content .enrollment-buttons .btn .icon {position:absolute;left:0;top:0;width:72px;height:72px;background:none}
.webs-content .enrollment-buttons .btn .large-icon {position:absolute;right:0;top:0;width:75px;height:74px;background:none;margin:-1px}
.webs-content .enrollment-buttons .btn .large-icon:before {
	content: "\f054";
    padding: 15px 20px 15px 26px;
    background-color: #8ec63f;
    color: 000;
    font-size: 40px;
    display: inline-block;
    vertical-align: middle;
	font-family: FontAwesome;
}

.webs-content .enrollment-buttons .continue .icon {background-position:10px -537px}
.webs-content .enrollment-buttons .continue .icon:before {
	content: "\f061";
    padding-left: 10px;
    padding-top: 13px;
    color: #8ec63f;
    font-size: 50px;
    display: inline-block;
    vertical-align: middle;
	font-family: FontAwesome;
}

.webs-content .enrollment-buttons .new .icon {background-position:10px -537px}
.webs-content .enrollment-buttons .new .icon:before {
	content: "\f044";
    padding-left: 10px;
    padding-top: 13px;
    color: #8ec63f;
    font-size: 50px;
    display: inline-block;
    vertical-align: middle;
	font-family: FontAwesome;
}

.webs-content .enrollment-buttons .modify .icon {background-position:10px -537px}
.webs-content .enrollment-buttons .modify .icon:before {
	content: "\f0ad";
    padding-left: 10px;
    padding-top: 13px;
    color: #8ec63f;
    font-size: 50px;
    display: inline-block;
    vertical-align: middle;
	font-family: FontAwesome;
}

.webs-content .enrollment-buttons .cancel .icon {background-position:10px -537px}
.webs-content .enrollment-buttons .cancel .icon:before {
	content: "\f00d";
    padding-left: 10px;
    padding-top: 13px;
    color: #8ec63f;
    font-size: 50px;
    display: inline-block;
    vertical-align: middle;
	font-family: FontAwesome;
}
	
.webs-content .enrollment-buttons .review .icon {background-position:10px -537px}
.webs-content .enrollment-buttons .review .icon:before {
	content: "\f044";
    padding-left: 10px;
    padding-top: 13px;
    color: #8ec63f;
    font-size: 50px;
    display: inline-block;
    vertical-align: middle;
	font-family: FontAwesome;
}

.webs-content .enrollment-buttons .annual .icon {background-position:10px -537px}
.webs-content .enrollment-buttons .annual .icon:before {
	content: "\f044";
    padding-left: 10px;
    padding-top: 13px;
    color: #8ec63f;
    font-size: 50px;
    display: inline-block;
    vertical-align: middle;
	font-family: FontAwesome;
}

.webs-content .enrollment-buttons .lifeevent .icon {background-position:10px -430px}
.webs-content .enrollment-buttons .lifeevent .icon:before {
	content: "\f1cd";
    padding-left: 10px;
    padding-top: 10px;
    color: #8ec63f;
    font-size: 50px;
    display: inline-block;
    vertical-align: middle;
	font-family: FontAwesome;
}
.webs-content .enrollment-buttons .btn .large-icon {background-position:right -910px}

/*--- Enrollment Bar & Buttons ---  Please keep multi Background-declarations! they are there for a purpose! */
.webs-flexBar .floatLeft .ui-btn, .webs-flexfooter .floatLeft .ui-btn {position:relative;float:left;margin:10px 0 0 12px;padding-left:30px}
.webs-flexBar .floatRight .ui-btn, .webs-flexfooter .floatRight .ui-btn {position:relative;float:right;margin:10px 12px 0 0;padding-right:30px}
.webs-flexfooter {height:62px;width:100%;z-index:4;box-shadow: 0px 0px 5px rgba(0,0,0,.4);border-top:1px solid #777;background-image:url("../Images/web-bg-flexBar.png")}

/* enrollment button default - no colors! */
.webs-flexBar .ui-btn, .webs-flexfooter .ui-btn {
display:block;padding:13px 12px 13px 12px;text-decoration:none;text-shadow:0 1px 0 rgba(0,0,0,.5);box-shadow:inset 0 0 0 1px rgba(255,255,255,.3),0 1px 2px rgba(0,0,0,.2);
    border-radius: 7px;
    background-image:none;
    background-position: center center;
    border:none;
    border:none;
    position:relative;
}

.webs-flexBar a.ui-btn:disabled, .webs-flexfooter a.ui-btn:disabled  {opacity:.5;}

.webs-flexBar .ui-btn:hover, .webs-flexfooter .ui-btn:hover {box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .3), 0 1px 2px rgba(0, 0, 0, .2);background-image: none;background-position: center center;}

.ui-btn .icon {display:block;width:30px;position:absolute;height:40px;left:0;top:0}
.ui-btn, btn {position:relative;}

.ui-btn.btn-prev .icon {background:none;}
.ui-btn.btn-prev .icon:before {
	content: "\f053";
    padding: 8px 0px 0px 10px;
    color: #fff;
    font-size: 25px;
    font-weight: 100;
    display: inline-block;
    vertical-align: middle;
	font-family: FontAwesome;
}

.ui-btn.btn-next .icon {background:none;right:0;left:auto}
.ui-btn.btn-next .icon:before {
	content: "\f054";
    padding: 8px 0px 0px 15px;
    color: #fff;
    font-size: 25px;
    font-weight: 100;
    display: inline-block;
    vertical-align: middle;
	font-family: FontAwesome;
}



.webs-flexBar .btn-disabled, .webs-flexfooter .btn-disabled {color:#fafafa;background-color:#cdcdcd;opacity:.5;}
.webs-flexBar .btn-disabled .icon, .webs-flexfooter .btn-disabled .icon {opacity:.5;}
.webs-flexfooter .floatLeft .btn-cancel {background-color:#ddd;color:#921107;padding:8px 15px 8px 30px;margin-top:15px;text-shadow:none}

.webs-flexfooter .btn-cancel .icon {background:none;}
.webs-flexfooter .btn-cancel .icon:before {
	content: "\f00d";
    padding-left: 6px;
    padding-top: 2px;
    color: #939598;
    font-size: 25px;
    display: inline-block;
    vertical-align: middle;
	font-family: FontAwesome;
}

.webs-flexBar .floatRight .btn-confirm, .webs-flexfooter .floatRight .btn-confirm {padding-right:35px}
.webs-flexBar .btn-confirm .icon,.webs-flexfooter .btn-confirm .icon {background:none;right:0;left:auto}
.webs-flexBar .btn-confirm .icon:before,.webs-flexfooter .btn-confirm .icon:before {
	content: "\f00c";
    padding-left: 12px;
    padding-top: 9px;
    color: #fff;
    font-size: 20px;
    font-weight: 100;
    display: inline-block;
    vertical-align: middle;
	font-family: FontAwesome;
}


.webs-flexfooter .btn-cancel:hover {background-color:#006d35;color:#fff}

/* icons */s
.icon {height:30px;width:30px;position:absolute;top:0;left:0;background:url(../Images/webs-sprite.png) transparent no-repeat}
.info-icon {width:27px;height:22px;margin-bottom: -5px;cursor:pointer;background:none; display: inline-block}
.info-icon:before {
	content: "\f05a";
    padding: 0px 0px 0px 8px;
    color: #939598;
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
	font-family: FontAwesome;
}

/* Flex Bar Main Info Panels / Buttons */
.webs-flexBar-relative {width:980px;position:relative;display:block;height:63px;background: #e5e5e5; /* For browsers that do not support gradients */background: -webkit-linear-gradient(#f1f1f1, #e5e5e5); /* For Safari 5.1 to 6.0 */background: -o-linear-gradient(#f1f1f1, #e5e5e5); /* For Opera 11.1 to 12.0 */background: -moz-linear-gradient(#f1f1f1, #e5e5e5); /* For Firefox 3.6 to 15 */background: linear-gradient(#f1f1f1, #e5e5e5); /* Standard syntax (must be last) */;box-shadow:0 0 3px rgba(0,0,0,.4);z-index:5}
.webs-flexBar .flex-tiles {position: absolute;width: 980px;left:0;top:0;z-index:-1}
.webs-flexBar .label {font-size:11px;color:#666;display:block;font-weight:700;text-shadow:0 1px 0 #fff}
.webs-flexBar .value {font-size:20px;display:block;font-weight:700;text-shadow:0 1px 0 #fff}
.webs-flexBar .FlexInfo .label {}
.webs-flexBar .FlexInfo .value {font-size:16px;line-height:24px;font-weight:normal;}

.webs-flexBar .FlexInfo, .webs-flexBar .FlexAwarded, .webs-flexBar .FlexCredits,.webs-flexBar .FlexDeductions 
{float:left;height:48px;padding: 14px 10px 0 0;display:block;cursor:pointer;text-align:right;border-left:1px solid #eee;border-left:1px solid rgba(255,255,255,.5);border-right:1px solid #ccc}
.webs-flexBar .FlexInfo {width:314px;border-left:none;padding-left:15px;margin-left:120px;text-align:left;border-left:1px solid #ccc;box-shadow:inset 1px 0 0 rgba(255,255,255,.5); cursor: default;}

.webs-flexBar .FlexAwarded {width:160px;padding:6px 10px 8px 0;background-color: rgba(255, 255, 255, 0.2);}
.webs-flexBar .FlexDeductions {width:100px;padding:6px 10px 8px 0; background-color: rgba(255, 255, 255, 0.2);box-shadow:0 1px 3px rgba(0,0,0,.3);margin-left:4px}
.webs-flexBar .FlexCredits {width:100px;padding:6px 10px 8px 0; background-color: rgba(255, 255, 255, 0.2);box-shadow:0 1px 3px rgba(0,0,0,.3)}

.webs-flexBar .FlexAwarded .label {display:table-cell; vertical-align:middle; text-align:right !important; height:26px; width:160px; }
.webs-flexBar .FlexCredits .label {display:table-cell; vertical-align:middle; text-align:right !important; height:26px; width:100px; }
.webs-flexBar .FlexDeductions .label {display:table-cell; vertical-align:middle; text-align:right !important; height:26px; width:100px; }

.webs-flexBar .FlexAwarded .value {color:#00587d}
.webs-flexBar .FlexCredits .value {color:#006d35}
.webs-flexBar .FlexDeductions .value {color:#921107}
	
.webs-flexBar .FlexCredits.hover , .webs-flexBar .FlexAwarded.hover,  .webs-flexBar .FlexDeductions.hover {background:#fafafa;background: rgba(255,255,255,.6);box-shadow: 0 1px 4px rgba(0,0,0,.3)}

/* flex bar dropdown panels */

.webs-flexBreakdown-panel-awarded {border:1px solid #ccc;background:url(../Images/web-bg-grid.png) bottom #fdfdfd repeat-x;z-index:9;position:absolute;width:379px;padding:10px;box-shadow:inset 0 0 1px rgba(255,255,255,.4 ), 0 2px 3px rgba(0,0,0,.3);margin:-1px 0 0 -229px ;font-size:13px;text-shadow:0 1px 0 rgba(255,255,255,.5);}
.webs-flexBreakdown-panel-deductions {border:1px solid #ccc;background:url(../Images/web-bg-grid.png) bottom #fdfdfd repeat-x;z-index:9;position:absolute;width:379px;padding:10px;box-shadow:inset 0 0 1px rgba(255,255,255,.4 ), 0 2px 3px rgba(0,0,0,.3);margin:-1px 0 0 -289px ;font-size:13px;text-shadow:0 1px 0 rgba(255,255,255,.5); }
.webs-flexBreakdown-label {float:left;width:280px;text-align:left;line-height:28px;color:#555;font-size:13px;font-weight:400}
.webs-flexBreakdown-amount-awarded {float:left;width:95px;text-align:right;padding-left:0;font-weight:bold;color:#497fa7;font-size:14px;line-height:28px}
.webs-flexBreakdown-amount-deductions {float:left;width:95px;text-align:right;padding-left:0;font-weight:bold;color:#921107;font-size:14px;line-height:28px}
.webs-flexBreakdown-row {border-bottom:1px solid #cecece;border-bottom:1px solid #ccc;border-bottom: 1px solid rgba(0,0,0,.1)}
.webs-flexBreakdown-row:last-child {border-bottom:none}
.webs-flexBreakdown-note {border-bottom:none;line-height:28px;color:#555;font-size:11px;font-style:normal;font-weight:400;text-align:right;}

/* site footer */
.webs-footer-fixed-wrapper {font-size:10px;position: relative;}
.webs-footer {height:22px;width:980px;margin:0 auto;line-height:22px}
.webs-footer a {}

.webs-footer-copyright {float:left;}
.webs-footer-links {float:right;}

.webs-site-width {width:980px}
.webs-flexfooter .leftPart {width:400px;}

/* modal dialogs */
.webs-modal-background {opacity:0.7;filter:alpha(opacity=70)}
.webs-modal {top:40px}

.webs-modal {border-radius:12px;width:600px;background-color: #dfdfdf}
.webs-modal .webs-modal-header{background: #8dc63f; /* For browsers that do not support gradients */
                  background: -webkit-linear-gradient(#c7e3a1, #8dc63f); /* For Safari 5.1 to 6.0 */
                  background: -o-linear-gradient(#c7e3a1, #8dc63f); /* For Opera 11.1 to 12.0 */
                  background: -moz-linear-gradient(#c7e3a1, #8dc63f); /* For Firefox 3.6 to 15 */
                  background: linear-gradient(#c7e3a1, #8dc63f); /* Standard syntax (must be last) */}
    height: 47px;
    margin: -1px -1px 0;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
    border-top-left-radius:12px;
border-top-right-radius:12px;
}



.webs-modal .webs-modal-footer {border-bottom-left-radius:12px;border-bottom-right-radius:12px;background:url(../Images/web-bg-modalfooter.png);height:30px;line-height:30px;padding:10px;text-align:center}
.webs-modal .webs-modal-content {min-height:200px;position:relative;margin:0 15px 15px 15px;padding:20px 30px;text-align:left}
.webs-modal .webs-modal-content label {padding-left:10px}
.webs-modal .webs-modal-content	.riSingle .riTextBox {padding:8px 10px}
.webs-modal .webs-modal-content	.webs-grid-section .action {width:50px;padding-left:50px}


	
.webs-modal .webs-modal-content .modal-message { font-size: 16px;}
	
.webs-modal-lowertext {line-height:32px;}	
/*form elements*/
.webs-modal-content input {padding: 7px;border: solid 1px #ddd;font: normal 13px/100% Verdana, Tahoma, sans-serif;background: #FFF;border-radius:3px;margin:2px;box-shadow:inset 0 0 4px 0 rgba(0,0,0,.1)}
.webs-modal-content select {border-radius:3px;margin:2px;border: solid 1px #ddd;padding:4px;font: normal 13px/100% Verdana, Tahoma, sans-serif;background: #FFF; box-shadow:inset 0 0 4px 0 rgba(0,0,0,.1)}


	
	
.webs-modal-content .webs-error-section {bottom: -15px;left: 0;margin: 0 auto;position: absolute; width: 100%;text-align:center}	
	
	
.webs-modal-content .webs-error-section .webs-note-error {text-align:center;margin:0 auto;padding:5px 15px;border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom:0;box-shadow: 0 -1px 3px rgba(0,0,0,.3);display:inline-block;width:auto}
	
.webs-modal .webs-modal-content h1 {padding-left:20px}
.webs-modal .webs-modal-smalltext {font-size:12px;line-height:30px}
.webs-modal .webs-modal-footer a {color:#213d70}
	
.webs-modal .webs-modal-footer a {position:relative;display:inline-block;padding:6px 25px;text-decoration:none;text-shadow:0 1px 0 rgba(0,0,0,.5);box-shadow:inset 0 0 0 1px rgba(255,255,255,.1), 0 1px 0 0 rgba(255,255,255,.2);border-radius:7px;
    background-position: center center;
    margin-left: 6px;border:1px solid #777;
    border:1px solid rgba(0,0,0,.4);}

.webs-modal .webs-modal-footer a.cancel {float:left;}
.webs-modal .webs-modal-footer a.cancel .icon {background-position:2px -814px;left:0;right:auto;}
.webs-modal .webs-modal-footer a.cancel .icon:before {
	content: "\f00d";
    color: #939598;
    margin-top: -4px;
    font-size: 18px;
    font-weight: 100;
    display: inline-block;
    vertical-align: middle;
	font-family: FontAwesome;
}

.webs-modal .webs-modal-footer a.save {float:right}
.webs-modal .webs-modal-footer a .icon {height:30px;width:30px;position:absolute;top:0;right:0;background:none}
.webs-modal .webs-modal-footer a .icon:before {
    content: "\f00c";
    color: #fff;
    margin-top: -2px;
    font-size: 15px;
    font-weight: 100;
    display: inline-block;
    vertical-align: middle;
    font-family: FontAwesome;
    margin-left: -8px;
}

	
.webs-modal .webs-modal-footer .btn {position:relative;display:inline-block;padding:6px 25px;text-decoration:none;text-transform:uppercase;text-shadow:none;box-shadow:inset 0 0 0 1px rgba(255,255,255,.1), 0 1px 0 0 rgba(255,255,255,.2);border-radius:7px;
    background-position: center center;
    margin-left: 6px;border:none;
    border:none;
    color:#fff;
    font-size:12px;
}

.webs-modal .webs-modal-footer .btn:hover {background-color:#0f6b37;color:#fff}

/* validation, errors, notes */
.webs-valsummary {padding:5px}
.webs-error {} 
.error-star {padding:0;margin:0;min-height:0}

.webs-note { padding:10px;border-radius:7px;width:720px;margin:15px auto}
.webs-note-error {display:block;padding:10px;border-radius:7px;width:720px;margin:15px auto}
.webs-note-attention {display:inline-block;width:auto;border:1px solid #b9746e;border-radius:4px;background-color:#ffe7e5;color:#921107;padding:5px 15px;margin:5px;}


.subscriptions-note  { margin-top:10px;margin-bottom:10px;color:#921107;font-size:11px; }

/*webs grids*/

.help-icon {background:none;width:27px;height:22px;margin-bottom: -5px;cursor:pointer;background:none;text-indent:0px;margin-top:-2px;display: inline-block}
.help-icon:before {
	content: "\f059";
    padding: 0px 0px 70px 8px;
    color: #8ec63f;
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
	font-family: FontAwesome;
}

.webs-select.coverage-enrollment {background: url('../images/webs-grid-blueindicator-bg.png') repeat-y 611px 0;margin:-15px 0;padding:15px 0;min-height:500px}

.webs-grid-section {position:relative;display:block;clear:both;margin:0 0 40px 0}

.webs-grid-header {display:block;padding:4px 0;border:1px solid #ddd;border:1px solid rgba(0,0,0,.1);border-top-left-radius:4px;border-top-right-radius:4px;border-bottom:0;margin:0 2px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.2);text-shadow:0 1px 0 rgba(255,255,255,.3);margin-top:10px;}

.webs-grid-header .SectionTitle { margin-left: 15px; }

.webs-grid-header .lockin-note {color: #43b961;}

.webs-grid {background: url("../Images/web-bg-grid.png") repeat-x scroll center bottom #FDFDFD;
    border: 1px solid #CCCCCC;
    border-collapse: separate;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.5) inset, 0 1px 2px rgba(0, 0, 0, 0.2);
    font-size: 12px;
    margin: 4px 0 0 0;
    padding: 5px;
    position: relative;width:100%;text-shadow: 0 1px 0 rgba(255,255,255,.5);}

.webs-grid tr.noborder {border:none}
.webs-grid tr th {vertical-align:bottom}
.webs-grid tr td, .webs-grid tr th {border-bottom:solid 1px rgba(0,0,0,.2)}
.webs-grid tr:last-child td {border-bottom:none}
.webs-grid .hover {background-color:#e5e9f0;background-color:rgba(209,217,226,.4);cursor:pointer}
.webs-grid td {padding:8px}
.webs-grid td.empty,.webs-grid th.empty {padding:0;width:0}
.webs-grid th {padding:2px;color:#555;text-shadow: 0 1px 0 rgba(255,255,255,.5);font-size:11px;}

.webs-grid .subtotal {border-top: solid 1px rgba(0,0,0,.6);}	
.webs-grid .benefitName {color:#666; font-family:lato-n4, lato, sans-serif;font-style:normal;font-weight:400; font-size:14px; }
.webs-grid .flexData, .webs-grid .flex {background:url(../Images/webs-grid-lightblue.png);font-weight:bold;color:#3a7824;margin-right: 3px}
.webs-grid .deductionsData , .webs-grid .deductions {background:url(../Images/webs-grid-lightblue.png);font-weight:bold;color:#921107}
.webs-grid .flexDataSelected {background:url(../Images/webs-grid-lightblue.png);font-weight:bold;color:#3a7824;}
.webs-grid .deductionsDataSelected {background:url(../Images/webs-grid-lightblue.png);font-weight:bold;color:#921107}
.webs-grid .selected {background:url(../Images/webs-grid-lightgreen.png)}
.webs-grid .subheader {font-size:14px;font-weight:bold}
.webs-grid .alternate {background:url(../Images/webs-grid-lightblue.png);}
.webs-grid .right {text-align: right;}
.webs-grid .left {text-align: left;}
.webs-grid .center {text-align: center;}

/* webs-grid-section -new classes */
.webs-grid-section th {font-size:11px;text-align:center}
.webs-grid-section th.description {padding-left:8px} 
.webs-grid-section th.cost {text-align:right;padding-right:8px}
.webs-grid-section .description {text-align:left}
.webs-grid-section .space {width:6px;padding:0}

.webs-grid-section .flex, .webs-grid-section .deductions {width:97px;padding: 0 10px 0 4px;font-size:14px;text-align:right;font-weight:bold;text-shadow: 0 1px 0 rgba(255,255,255,.5)}
.webs-grid-section .flex, .webs-grid-section .flex.selected {background:#f1f1f2;color:#006d35;}
.webs-grid-section .deductions, .webs-grid-section .deductions.selected {background:#f1f1f2;color:#921107;}
.webs-grid-section .option {width:20px;text-align:center}
.webs-grid-section .action {width:77px;text-align:center;}
.webs-grid-section .actionUnits {width:77px;text-align:center; position:relative; height: 43px; padding-left: 18px; padding-right: 0}

.webs-grid-section th {font-size:11px;color:#444;text-align:center;line-height:11px}

.webs-grid-section td.cost {text-align:right;padding-right:8px}
.webs-grid-section td.coverage {text-align:right;width:90px}
.webs-grid-section td.coverage a, .webs-grid-section td.package a {text-decoration: none;color:#000}
.webs-grid-section .taxable, .webs-grid-section .eoi {text-align:center}

.webs-grid tr.selected {background-color:#e3f0d0}
.webs-grid-section th.flex, .webs-grid-section th.deductions {color:#444;font-size:11px;text-align:right;padding-right:8px;}


.webs-grid-section .actionUnits input.unitsinput { padding: 6px 4px; margin-left: 10px; margin-top: 10px; border: solid 1px #bdbdbd;height:16px;text-align:center;font: normal 14px/16px Verdana, Tahoma, sans-serif;background: #FFF;border-radius:5px;box-shadow:inset 0 0 4px 0 rgba(0,0,0,.2)}
.webs-grid-section .actionUnits input.unitsinput:focus {border: solid 1px #58b541}
	
.unitsInputOuter { width: 100px; height: 50px; position:absolute; text-align:left;}
.unitsInputOuterVisible { width: 100px; height: 50px; position:absolute; text-align:left; background-color: #FFF; border:solid 1px #aaa; border-radius: 6px; box-shadow: 0 1px 5px rgba(0,0,0,0.3); }

.webs-grid-section .action .grid-change-button, .webs-grid-section .action .grid-remove-button {background-image:none;
    background-image:none;
    background-position: center center; border:1px solid #777;
    border:none;
    border-radius:5px;
    display:inline-block;
    box-shadow: 0 1px 0 rgba(255,255,255,.2) inset, 0 1px 2px rgba(0,0,0,.3);
    text-indent:-99999px;
    width:26px;
    height:26px;
	position:relative;
	margin-left:5px;
}

.webs-grid-section .action .grid-change-button .icon {background: url(../Images/webs-sprite.png) no-repeat 3px -716px transparent;height:25px;width:25px}
.webs-grid-section .action .grid-remove-button .icon {background: url(../Images/webs-sprite.png) no-repeat 2px -769px transparent;height:25px;width:25px}
/* webs-grid verify dependants */


/* webs-grid section- beneficiaries dropdown */
.webs-grid-dropdown .webs-beneficiaries {  background: url("../Images/webs-bg-innerpanel.png");border:1px solid #bbb;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 0 rgba(255,255,255,.7), 0 0 5px rgba(0, 0, 0, 0.2) inset;
    margin: 5px 15px 15px 15px;
    padding: 15px;border-radius:3px}
.webs-grid-dropdown .webs-beneficiaries .groupTitle {color:#555;font-size:20px;text-shadow:0 1px 1px rgba(255,255,255,.5);font-weight:400} 

.webs-error-wrapper-center {width:100%;text-align:center}

.webs-grid-dropdown .webs-error-section {text-align:center;margin:0 auto;padding:5px 15px;border-bottom-left-radius:0;border-bottom-right-radius:0;display:inline-block;width:auto;border:1px solid #b9746e;border-bottom:0;background-color:#ffe7e5;border-top-left-radius:4px;border-top-right-radius:4px;margin:0 auto;}

/* webs-grid section- EOI dropdown */
.webs-grid-dropdown .webs-eoi {  background: url("../Images/webs-bg-innerpanel.png");border:1px solid #bbb;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 0 rgba(255,255,255,.7), 0 0 5px rgba(0, 0, 0, 0.2) inset;
    margin: 5px 15px 15px 15px;
    padding: 15px;border-radius:3px}
.webs-grid-dropdown .webs-eoi .groupTitle {color:#555;font-size:20px;text-shadow:0 1px 1px rgba(255,255,255,.5);font-weight:400} 

.webs-grid-section .webs-waiver {/*position:absolute;border-top-right-radius:0;border-top-left-radius:0*/}

.webs-beneficiaries .btn {margin: 0 2px}


.webs-grid-dropdown {background: #f9f9fa;
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.5) inset, 0 1px 2px rgba(0, 0, 0, 0.2);position:relative;}
.webs-grid-dropdown .webs-grid {background:none;border:0;box-shadow:none;}
.webs-grid-dropdown .webs-beneficiaries .webs-grid {border:1px solid #ddd;border-radius:3px;background: url("../Images/web-bg-grid.png") repeat-x scroll center bottom #fefefe;box-shadow: inset 0 0 0 1px rgba(255,255,255,.3),0 1px 3px rgba(0,0,0,.4)}
.webs-grid-dropdown .webs-eoi .webs-eoi-details {border:1px solid #ddd;border-radius:3px;background: url("../Images/web-bg-grid.png") repeat-x scroll center bottom #fefefe;box-shadow: inset 0 0 0 1px rgba(255,255,255,.3),0 1px 3px rgba(0,0,0,.4)}

/*coverage std*/
.webs-grid.std th.coverage {padding-left:8px}
.webs-grid.std .coverage {width:250px;text-align:left}
.webs-grid.std .taxable {width:120px}
.webs-grid.std .eoi {width:50px}
.webs-grid.std .cost {width:90px}
	
.webs-grid-section.coverage-health .coverage{text-align:left;width:350px}
.webs-grid-section.coverage-health .category {text-align:center}.btn .icon


/* verify dependents */
.webs-grid.verify-dependents .name {text-align:left;width:250px}
.webs-grid.verify-dependents td {text-align:center}

/*coverage-add-family*/	
.webs-grid-section.coverage-add-family .coverage{text-align:left;width:350px}
.webs-grid-section.coverage-add-family .coveragesmall {text-align:left;}
.webs-grid-section.coverage-add-family .description{text-align:left;width:350px}
.webs-grid-section.coverage-add-family .percentage {text-align:right}
.webs-grid-section.coverage-add-family {}

/* coverage-life-dependent */
.webs-grid-section.coverage-life-dependent .coverage{text-align:left;width:350px}


.webs-grid-section .btn {position:relative;text-decoration:none;text-transform:uppercase;font-weight:bold;font-family:Tahoma, Arial, sans-serif;border:none;border:none;display:block;padding:10px 12px 10px 36px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;color:#fff;box-shadow: inset 0 0 0 1px rgba(255,255,255,.3);text-shadow: 0 1px 1px rgba(0,0,0,.5);border-top:0;display:inline-block;background-image:none}
.webs-grid-section .btn .icon {position:absolute;width:40px;height:32px;left:0;top:0}
.webs-grid-section .waive-coverage {float:left;margin-left:5px;background:#8ec63f;}

.webs-grid-section .waive-coverage .icon {background:none;}
.webs-grid-section .waive-coverage .icon:before {
	content: "\f00d";
    padding: 4px 0px 0px 8px;
    color: #fff;
    font-size: 25px;
    display: inline-block;
    vertical-align: middle;
	font-family: FontAwesome;
}

.webs-grid-section .waive-coverage-remove {float:left;margin-left:5px;background:#8ec63f;background:none;}
.webs-grid-section .add-dependents {float:right;margin-right:5px;background:#8ec63f;}
.webs-grid-section .button-beneficiaries {float:right;margin-right:5px;background:#8ec63f;}
.webs-grid-section .button-eoi {float:right;margin-right:5px;background:#8ec63f;}

.webs-grid-section .btn:hover {background:#006d35}

.webs-grid-section .add-dependents .icon, .webs-grid-section .button-beneficiaries .icon {
background:none;}
.webs-grid-section .add-dependents .icon:before, .webs-grid-section .button-beneficiaries .icon:before {
	content: "\f0c0";
    padding: 7px 0px 0px 7px;
    color: #fff;
    font-size: 20px;
    font-weight: 100;
    display: inline-block;
    vertical-align: middle;
	font-family: FontAwesome;
}

.webs-grid-section .button-eoi .icon {background:none;}
.webs-grid-section .button-eoi .icon:before {
	content: "\f110";
    color:#fff;
    padding: 8px 0px 0px 8px;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
	font-family: FontAwesome;
}

.webs-grid-section .expand-list {float:left;margin-left:5px;background:#8ec63f;}
.webs-grid-section .expand-list .icon {background:none;}
.webs-grid-section .expand-list .icon:before {
	content: "\f065";
    color:#fff;
    padding: 8px 0px 0px 8px;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
	font-family: FontAwesome;
}

.webs-grid-section.life-events {margin:5px 0 0 0}

.webs-grid-section.select-dependents {margin:5px 0 0 0}

/* eoi note */
.webs-eoinotetitle { margin:5px;color:#193e7d;font-size:12px; }
.webs-eoinotedetails { margin:5px;color:#193e7d;font-size:12px; }

/* waiver note */

.webs-waiver {display:block;border:1px solid #7b94c1;background-color:#eef3f8;padding:10px;border-radius:7px;color:#203c6e !important;font-weight:bold;margin:5px}
.webs-benefitnote { margin:5px;color:#193e7d;font-size:12px; }

/* vacation Selling No of Years Worked */

.webs-vacationselling {display:block;border:1px solid #7b94c1;background-color:#eef3f8;padding:10px;border-radius:7px;color:#203c6e !important;font-weight:bold;margin:5px}

/* tooltip */
.tooltip-icon {margin: -4px 3px;cursor:pointer}
.webs-tooltip {min-height:140px;width:400px;padding:10px;}
.webs-tooltip .title {font-family:lato-n4, lato,  Lucida Sans Unicode, sans-serif;font-style:normal;font-weight:400;color:#666;font-size:16px;margin-bottom:12px;display:block}
.webs-tooltip .subTitle {font-weight:bold;display:block;margin-bottom:6px;}

/* personal info */
.webs-personal-group legend {color:#666; font-family:lato-n4,lato, sans-serif;text-transform:uppercase;font-style:normal;font-weight:400; font-size:16px; padding-left:5px; padding-right:5px; }
.webs-personal-group fieldset { border:1px solid #8ec63f;padding:15px;margin:6px;border-radius:5px;font-size:13px;line-height:20px}s
.webs-personal-edit {border:1px solid #ccc; margin:10px 5px 10px 5px; padding:15px;border-radius:5px}

.webs-personal-edit input { padding: 7px;font: normal 13px/100% Verdana, Tahoma, sans-serif;  }
.webs-personal-edit input[type="text"] {border: solid 1px #ddd; width: 200px; background: #FFF;border-radius:3px;margin:2px;  box-shadow:inset 0 0 4px 0 rgba(0,0,0,.1)}
.webs-personal-edit input[type="text"]:focus {border:solid 1px #58b541}
    
.webs-personal-edit select {border-radius:3px;margin:2px;border: solid 1px #ddd;padding:4px;font: normal 13px/100% Verdana, Tahoma, sans-serif;width: 200px;background: #FFF; box-shadow:inset 0 0 4px 0 rgba(0,0,0,.1)}
    
.webs-personal-editrow { min-height:25px; }
.webs-personal-editlabel { float:left;width:380px;text-align:right;padding-top:3px;color:#666;font: normal 13px/30px Verdana, Tahoma, sans-serif;  }
.webs-personal-editdata { float:left;width:500px;padding-left:10px;height:30px;padding-top:3px;font: normal 13px/100% Verdana, Tahoma, sans-serif;}

.webs-personal-editrow .webs-personal-editdata input[type="text"] {padding: 7px;}
.webs-personal-editrow .webs-personal-editdata input[type="text"] {border: solid 1px #ddd;background: #FFF;border-radius:3px;margin:2px;box-shadow:inset 0 0 4px 0 rgba(0,0,0,.1)}
.webs-personal-editrow .webs-personal-editdata input[type="text"]:focus {border:solid 1px #58b541}

.webs-personal-group fieldset {min-height:80px}
.webs-personal-group.profile {float:left;width:580px;margin-right:10px}
.webs-personal-group.phone {width:348px;float:left}
.webs-personal-group.address {float:left;width:580px;margin-right:10px}
.webs-personal-group.email {width:348px;float:left}
.webs-personal-group.profile {float:left;width:580px;margin-right:10px}
.webs-personal-group.smoker-status fieldset {min-height:inherit}

.webs-personal-group .label {width:150px;padding-right:10px;text-align:right;display:inline-block}
.webs-personal-group.email .label,.webs-personal-group.phone .label {width:70px}
.webs-personal-group .birth-gender .label {width:130px}

.webs-personal-note { width:800px; margin:10px; }

/* smoker declaration */
.smoker-declaration fieldset { border:1px solid #3a7824; background-color:hsla(86, 57%, 52%, 0.3);min-height:inherit}
.smoker-declaration-message { padding-top:10px; color:#921107; }

/* dependent info */
.webs-dependent-group { border:1px solid #8ec63f; padding:10px; margin:10px 0 0 0;border-radius:5px;text-align:left;background-color:hsla(86, 57%, 52%, 0.3)}
.webs-dependent-group .label {width:200px;padding-right:10px;text-align:right;display:inline-block}
.webs-dependent-group input {width:30px}
.webs-dependent-smoker { border:1px solid #006d35; padding:10px; margin:10px 0 0 0;border-radius:5px;text-align:left;background:hsla(86, 57%, 52%, 0.3);}s
.webs-dependent-smoker .label { padding-top:10px;}
.webs-dependent-buttons a.ui-btn {background-image:-moz-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(0,0,0,0.2) 100%);
    background-image: url("../Images/webs-btn-gradient.png");
    background-position: center center;
    background-image:linear-gradient(to bottom, rgba(255,255,255,0.2) 0%,rgba(0,0,0,0.2) 100%);/* W3C */
    border-radius:5px;
    display:inline-block;
    box-shadow: 0 1px 0 rgba(255,255,255,.2) inset, 0 1px 2px rgba(0,0,0,.3);
    width:26px;
    height:26px;
	position:relative;
	margin-top:8px;
	margin-left:5px;
	padding:0;
	}

.webs-dependent-buttons a.ui-btn.change .icon {background:none;height:25px;width:25px}
.webs-dependent-buttons a.ui-btn.change .icon:before {
	content: "\f044";
    padding: 6px 0px 0px 4px;
    color: #fff;
    font-size: 20px;
    font-weight: 100;
    display: inline-block;
    vertical-align: middle;
	font-family: FontAwesome;
}

.webs-dependent-buttons a.ui-btn.remove .icon {background:none;height:25px;width:25px}
.webs-dependent-buttons a.ui-btn.remove .icon:before {
	content: "\f1f8";
    padding: 6px 0px 0px 5px;
    color: #fff;
    font-size: 22px;
    font-weight: 100;
    display: inline-block;
    vertical-align: middle;
	font-family: FontAwesome;
}

.dependents .add-dependent {float:right;margin-right:5px;background: url("../Images/webs-btn-gradient.png") #82b7de center center;}

/* wellness questions */
.webs-wellness {height:45px;padding:5px;border-bottom:1px solid #ddd;padding-left:10px}
.webs-wellness.header {height:30px;font-size:12px}
.webs-wellness.header .webs-wellness-amount {font-size:12px}
.webs-wellness:last-child {border-bottom:0}
.webs-wellness-number {float:left;width:20px;font-weight:bold;margin:10px 3px 10px 3px;color:#7b94c1;font-family:lato-n4,lato,sans-serif;font-style:normal;font-weight:400;font-size:16px }
.webs-wellness-linked {float:left;width:35px;font-weight:bold;margin:10px 3px 10px 3px; }
.webs-wellness-label {float:left;width:500px;margin:9px 3px 10px 3px;font-size:13px}
.webs-wellness-amount {float:left;width:110px;text-align:center;margin:10px;font-size:15px}
.webs-wellness-answer {float:left;width:123px;padding:3px 3px 3px 3px;text-align:center;margin:3px;border:1px solid #3a7824;background-color:hsla(86, 57%, 52%, 0.3);border-radius:4px}
.webs-wellness-answer input {margin-top:5px}
.webs-wellness-answer label {line-height:20px;display:inline-block;vertical-align:top;margin-top:3px;font-size:13px;padding: 0 15px 0 5px}
.webs-wellness input[type="text"] {padding:5px;border-radius:5px;border:1px solid #ccc;height:18px}
.webs-wellness-supquestion {float:left;width:815px;margin:3px 3px 3px 30px;font-size:13px;}
.webs-wellness-supquestion span {display:inline-block;padding-right:10px}
.webs-wellness-supquestion input {margin-top:2px}

/* contributions */
.webs-contributions-wrapper { padding:10px; margin-top:10px; font-size:13px;}

/* benefit beneficiaries - change beneficiaries */
.webs-beneficiaries {padding:10px; margin-top:5px;}
.webs-beneficiary-group {/*padding-bottom:3px;*/}

/* benefit beneficiaries - selection grid */
.webs-beneficiary-buttons { width:80px; text-align:left; }
.webs-beneficiary-buttons a.ui-btn {background-image:-moz-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(0,0,0,0.2) 100%);
    background-image: url("../Images/webs-btn-gradient.png");
    background-position: center center;
    background-image:linear-gradient(to bottom, rgba(255,255,255,0.2) 0%,rgba(0,0,0,0.2) 100%);/* W3C */
    border-radius:5px;
    display:inline-block;
    box-shadow: 0 1px 0 rgba(255,255,255,.2) inset, 0 1px 2px rgba(0,0,0,.3);
    width:26px;
    height:26px;
	position:relative;
	margin-top:8px;
	margin-left:5px;
	padding:0;
	}
.webs-beneficiary-buttons a.ui-btn.change .icon {background:none;height:25px;width:25px}
.webs-beneficiary-buttons a.ui-btn.remove .icon {background:none;height:25px;width:25px}
.webs-beneficiary-buttons a.ui-btn.remove .icon:before {
	content: "\f1f8";
    padding: 6px 0px 0px 5px;
    color: #fff;
    font-size: 22px;
    font-weight: 100;
    display: inline-block;
    vertical-align: middle;
	font-family: FontAwesome;
}

/* benefit beneficiaries - edit modal */
.webs-beneficiary-instructions { margin-bottom:20px;font-size:12px; }
.webs-beneficiary-revocable { margin-top:20px;font-size:12px; }
.webs-beneficiary-row {  }
.webs-beneficiary-label { float:left;width:175px;text-align:right;white-space:nowrap;font-weight:bold;padding-top:6px;padding-bottom:6px; }
.webs-beneficiary-data { float:left;width:475px; padding-left:10px; padding-top:6px;padding-bottom:6px;}
.webs-beneficiary-editdata { float:left;width:475px; padding-left:10px; }
.webs-beneficiary-row .setrevocable { padding:3px 3px 3px 10px;margin:3px;border:1px solid #3a7824;background-color:hsla(86, 57%, 52%, 0.3);border-radius:4px}
.webs-beneficiary-row input {padding: 7px;border: solid 1px #ddd;font: normal 13px/100% Verdana, Tahoma, sans-serif;background: #FFF;border-radius:3px;margin:2px;box-shadow:inset 0 0 4px 0 rgba(0,0,0,.1)}
.webs-beneficiary-row input[type="text"]:focus {border:solid 1px #58b541}
.webs-beneficiary-row input[type="checkbox"],.webs-beneficiary-row input[type="radio"] { width:30px; }


/* flex assignment Flex Enrollment Summary */
.assign-flex {text-align:center}

.assign-flex .button-beneficiaries { border-top-left-radius: 5px; border-top-right-radius: 5px; border-top: 1px solid rgba(0, 0, 0, .3); }

.assign-flex .waive-coverage { border-top-left-radius: 5px; border-top-right-radius: 5px; border-top: 1px solid rgba(0, 0, 0, .3); }
	
.assign-flex .webs-note {border:1px solid #b7c898;background-color:#edf4e2;padding:10px;border-radius:7px;color:#444;width:720px;margin:15px auto}

.assign-flex-panel {margin:5px;width:100%;text-align:left;border-collapse:separate;color:#333;}

.webs-flexrow {padding: 8px 0; width:99%; float:left;border-bottom:1px solid #bbb;text-shadow:0 1px 0 rgba(255,255,255,.6)}
.webs-flexrow-noborder {padding: 8px 0; width:99%; float:left;border-bottom:none;text-shadow:0 1px 0 rgba(255,255,255,.6)}
.webs-flexrow-beneficiaries {padding: 8px 0; width:99%; float:left;border-bottom:none;text-shadow:0 1px 0 rgba(255,255,255,.6)}
.webs-flexrow-left {width:40%;text-align:right;font-weight:bold;padding:12px 8px 8px 8px;float:left;}
.webs-flexrow-left .message {text-align:left;font-weight:normal;padding: 0}
.webs-flexrow-left .remaining {color:#3a7824}
.webs-flexrow-right {width:55%;padding:12px 8px 8px 8px;float:left;}
.webs-flexrow-amount {width: 122px;text-align:right;padding-left:10px;float:left}
.webs-flexrow-amount .remaining {color:#3a7824; font-size: 15px;}
.webs-flexrow-amount .superscript {color:#921107;vertical-align:super;font-size:80%;position:absolute;top:0}
.webs-flexrow-amount input {border:1px solid #bbb;background-color:#fff;padding:5px 1px 5px 12px;font-size:15px;font-weight:bold;width:90px;border-radius:5px;box-shadow: 0 2px 7px rgba(0,0,0,.2) inset, 0 1px 0 rgba(255,255,255,.5);}
.webs-flexrow-val  {width:20px;float:left; }
.webs-flexrow-val .validator {padding-top: 7px;}
.webs-flexrow-earned {width:350px;text-align:center;font-size:13px;float:left;}
.webs-flexrow-earned .remaining {color:#3a7824; font-size: 15px;font-weight:bold;}
.webs-flexrow-deductiontitle { width: 350px; margin-left: 122px; float:right; text-align:center; font-size:12px;font-weight:bold;}
.webs-flexrow-deductionheading { width: 350px; margin-left: 122px; float:right; padding-top: 10px; text-align:center; font-size:12px; font-weight:bold;}
.webs-flexrow-deduction { width: 330px; float:left; padding-left: 15px;font-size:12px;font-weight:bold;}
.webs-flexrow-deduction .deduction { color:#921107; font-size: 15px;}
.webs-flexrow-deduction .balance { color:#000; font-size: 15px;}
.webs-flexrow-deductionAmount { width: 100%; text-align: left; font-size: 15px;font-weight:bold; margin: 5px 0 15px 0;}
.webs-flexrow-deductionAnnual { width:50%; padding-top: 5px; float:left; text-align: center; } 
.webs-flexrow-deductionBalance { width:50%; padding-top: 5px; float:left; text-align: center; } 
.webs-flexrow-deductionPerPay { width:50%; margin-top: 15px; float:left; }
.webs-flexrow-taxes { width: 112px; text-align: right; margin-top: 5px; }
.webs-flexrow-taxes .remaining {color:#3a7824; font-size: 15px;font-weight:bold;}
.webs-flexrow-taxes .superscript {color:#921107;vertical-align:super;font-size:80%;position:relative;}
.webs-flexrow-additionalDetails { width:100%; float:left; margin: 10px 0 10px 0; color:#3a7824; text-align: right; font-weight:normal; }
.webs-flexrow-additionalNotes {width: 80%; float:left; margin-top:10px;color:#921107; text-align:left;}
.webs-flexrow-cantcontribute { width: 330px; float:left; padding: 7px 0 0 15px;font-size:12px;font-weight:bold;text-align: left;}

.webs-flexrow.validation {background:none;padding:4px}
.webs-flexrow.total {background:none;font-size:18px;border-bottom:1px solid #58b541;}

.webs-flexrow.total .webs-flexrow-left {color:#888;font-weight:normal;text-transform:uppercase}
.webs-flexrow.total .webs-flexrow-amount {width:120px;padding-right:20px;font-weight:bold;line-height:24px;}
.webs-flexrow-label-adjustable {width:65%;text-align:right;font-weight:bold;padding-top:3px}

/* Summary Tabs */

.summary-main {padding:10px}

.enrollment-summary-border .summary-main .packages {margin-bottom:10px}

.summary-main .webs-grid .deductions {width:54px;text-align:right}
.summary-main .webs-grid .action {width:44px;text-align:right}
.summary-main .webs-grid .ui-btn {height: 30px; width: 30px; padding: 0; margin:0}
.summary-main .webs-grid .ui-btn.disabled {opacity:.5; cursor: default;}
.summary-main .webs-grid .ui-btn .icon {margin-top: 3px; margin-left: 3px}


/* print enrollment forms */
.webs-download-header {margin:5px 0 5px 0;}
.webs-download-row {background-color:hsla(86, 57%, 52%, 0.3); margin:3px;padding:10px;}
.webs-download-indent {float:left;width:25px;}
.webs-download-note {float:left;width:800px;}
.webs-download-label {float:left;width:600px;margin-top: 10px;font-family:lato-n4, lato, sans-serif;font-style:normal;font-weight:400; font-size:16px;}
.webs-download-link {float:right;padding-right:25px;}

/* Splash Page */

/* login browser not supprted message */
.splash-page .webs-browser-not-supported {position:relative;z-index:2;text-align:left;border:1px solid #bbb;border:1px solid rgba(0,0,0,.2);background:url("../Images/web-bg-grid.png") repeat-x scroll center bottom #FDFDFD;box-shadow:0 1px 5px rgba(0,0,0,.3);border-radius:7px;padding:20px;margin-top: 10px;}	

.mask {margin:10px auto 0 auto;overflow:hidden;width:613px;}
.roundedCorners {border-radius:7px;-moz-border-radius:7px;-webkit-border-radius:7px;}
.splash-page {position:relative;z-index:2;text-align:left;border:1px solid #bbb;border:1px solid rgba(51,51,51,.2);background:url("../Images/web-bg-grid.png") repeat-x scroll center bottom #e1dcca;background: -moz-linear-gradient(top,  #e1dcca 0%, #b4b0a0 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e1dcca), color-stop(100%,#b4b0a0)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e1dcca 0%,#b4b0a0 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e1dcca 0%,#b4b0a0 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e1dcca 0%,#b4b0a0 100%); /* IE10+ */
background: linear-gradient(to bottom,  #e1dcca 0%,#b4b0a0 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1dcca', endColorstr='#b4b0a0',GradientType=0 ); /* IE6-9 */box-shadow:0 1px 5px rgba(0,0,0,.3);padding:20px;margin:0 auto;width:570px;}
.splash-message {margin:0 auto;width:450px;}
.splash-page .language-area {width:450px;margin:0 auto 50px auto;}
.splash-page .language-area img {float: right;}

/* Login Page */
.client-login-message {padding:15px 45px 15px 15px;float:left;background:url("../Images/webs-bg-leftmenu.png") no-repeat scroll right top transparent;margin-top:-15px;height:470px;width:478px}
.client-login-message p {padding-right:40px;line-height:24px}
.client-login-message h1 {padding-top:20px} 

.webs-login-page {text-align:center;float:left;width:400px}
.webs-login-page .webs-login-wrapper {position:relative;display:inline-block;margin:20px auto 50px auto;text-align:left;width:372px}
.webs-login-page .webs-login-panel {position:relative;z-index:2;text-align:left;width:330px;border:1px solid #bbb;border:1px solid rgba(0,0,0,.2);background:url("../Images/web-bg-grid.png") repeat-x scroll center bottom #FDFDFD;box-shadow:0 1px 5px rgba(0,0,0,.3);border-radius:7px;padding:20px}
.webs-login-page .webs-login-panel .label {width:120px;float:left;padding:10px;text-align:right;line-height:28px}
.webs-login-page .validation {color:#921107}
.webs-login-page .webs-login-panel .field {width:190px;float:left;}
.webs-login-page .webs-login-panel .field input {border:0;padding: 8px;margin:8px 0;font-size:15px;font-family:lato, Sans-Serif;border-radius:5px;border:1px solid #ccc;width:148px;line-height:24px;color:#222;text-shadow:0 1px 0 rgba(0,0,0,.3)}
.webs-login-page .webs-login-panel .forgot {line-height:30px}
	
/* login browser not supprted message */
.webs-login-page .webs-browser-not-supported {position:relative;z-index:2;text-align:left;width:330px;border:1px solid #bbb;border:1px solid rgba(0,0,0,.2);background:url("../Images/web-bg-grid.png") repeat-x scroll center bottom #FDFDFD;box-shadow:0 1px 5px rgba(0,0,0,.3);border-radius:7px;padding:20px}	
	
	/* login button */
.webs-login-page .btn {text-decoration:none;text-transform:uppercase;font-weight:bold;font-family:Tahoma, Arial, sans-serif;border:none;border:none;z-index:1;margin-top:-1px;display:block;padding:10px 15px 10px 44px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;color:#414042;box-shadow: inset 0 0 0 1px rgba(255,255,255,.3), 0 0 4px 0 rgba(0,0,0,.4);text-shadow:none}
.webs-login-page .btn:hover {background-color:#0f6b37;color:#fff}

.webs-login-page .button-login {position:absolute;right:7px;bottom:-35px;z-index:1;background-color:#8ec63f;background-image: url("../Images/webs-btn-gradient.png");background-position: center center;}

.webs-login-page .button-login .icon {position:absolute;top:0;left:0;width:40px;height:40px;display:block;background:none;}
.webs-login-page .button-login .icon:before {
	content: "\f090";
    color:#414042;
    padding: 6px 0px 0px 7px;
    font-size: 25px;
    display: inline-block;
    vertical-align: middle;
	font-family: FontAwesome;
}

.webs-login-page .login-links {text-align:left;padding:0 0 0 10px}
.webs-login-page .login-links li {list-style:none}
	
/* Change Password */
.change-password .webs-personal-editrow {margin-left:100px}
.change-password .webs-personal-editlabel, .change-password .webs-personal-editdata {margin:2px 0}
.change-password .webs-personal-editlabel {width:280px}
.change-password input {padding: 7px;border: solid 1px #ddd;font: normal 13px/100% Verdana, Tahoma, sans-serif;background: #FFF;border-radius:3px;margin:2px;box-shadow:inset 0 0 4px 0 rgba(0,0,0,.1)}
.change-password .cancel {margin-right:4px}

/* Telerik overrides */
.RadListBox_Default .rlbGroup {border:none !important}
.RadListBox_Default .rlbGroup .rlbSelected  {background-color:#fff !important;padding:0}
.RadListBox_Default .rlbGroup .rlbActive  {border:none !important;padding:0}
.RadListBox .rlbGroup .rlbActive  {border:none !important;padding:0}
.RadListBox_Default .rlbGroup .rlbHovered  {background:none !important}

/* Enrollment Summary */
.enrollment-summary-border {border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;}
.enrollment-summary-border .webs-grid {margin:0}
.enrollment-summary-border ol {padding:0;margin:0}

.enrollment-summary .summary-wrapper {padding:20px;position:relative}

.enrollment-summary .packages th.option {display:none}

.enrollment-summary .packages td.package {color:#666;font-family:lato-n4,lato, sans-serif;font-style:normal;font-weight:400; font-size:14px;}

.enrollment-summary .webs-grid th.flex, .enrollment-summary .webs-grid th.deductions {text-align:center;color:#555;font-size:11px}
.enrollment-summary .webs-grid .cost {width:70px;padding:0;text-align:right;padding-right:12px}
.enrollment-summary .webs-grid .space, .enrollment-summary .webs-grid .spacer {padding:0 0 0 5px;width:0}
.enrollment-summary .webs-grid .flexData {width:91px;text-align:right;padding-right:12px;font-size:15px}
.enrollment-summary .webs-grid .deductionsData {width:90px;text-align:right;padding-right:12px;font-size:15px}

.enrollment-summary .webs-grid .action {width:44px;text-align:center}
.enrollment-summary .webs-grid .norowseparation {padding-bottom:0;border-bottom:none}


.summary-flex {width:720px;margin:0 auto;}
.summary-flex .webs-flexrow-amount {font-size:15px;text-shadow: 0 1px 0 rgba(255,255,255,.5)}
.summary-wrapper .webs-personal-group.profile, .summary-wrapper .webs-personal-group.address {width:546px;margin-right:4px}
.summary-wrapper .webs-personal-group.phone, .summary-wrapper .webs-personal-group.email {width: 338px}
	
/* general table */
.webs-table {border:none; width:100%;}
.webs-table td { padding:2px; }
.webs-table td.nowrap { white-space:nowrap;}
.webs-table td.right, th.right { text-align:right; }

/* General Buttons */
a.ui-btn {position:relative;text-decoration:none;text-transform:uppercase;font-weight:bold;font-family:Tahoma, Arial, sans-serif;border:none;border:none;z-index:1;display:block;padding:10px 12px 10px 36px;border-radius:5px;color:#fff;box-shadow: inset 0 0 0 1px rgba(255,255,255,.3);text-shadow:none;display:inline-block;
background:#8ec63f;margin-top:10px;line-height:14px}

a.ui-btn:hover {background-color:#0f6b37;color:#fff;text-transform:uppercase;background-position: center center;box-shadow:inset 0 0 0 1px rgba(255,255,255,.1), 0 1px 2px rgba(0,0,0,.1);} 

.ui-btn .icon {position:absolute;width:40px;height:32px;left:0;top:0; background:none}
.ui-btn .icon:before {
	content: "\f015";
    color:#fff;
    padding-top: 10px;
    font-size: 25px;
    display: inline-block;
    vertical-align: middle;
	font-family: FontAwesome;
}

.ui-btn:hover {background-image:none;background-color:#0f6b37;color:#fff;text-transform:uppercase;background-position: center center;box-shadow:inset 0 0 0 1px rgba(255,255,255,.1), 0 1px 2px rgba(0,0,0,.1);}

.ui-btn.calc {height: 26px;width: 26px; padding:0; margin-right: 11px; margin-top: 11px}

.ui-btn.change .icon {background:none;height:25px;width:25px;margin:4px 0 0 4px}
.ui-btn.change .icon:before {
	content: "\f044";
    padding-top: 6px;
    color: #fff;
    font-weight: 100;
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
	font-family: FontAwesome;
}

.ui-btn.changeDisabled {background-color:#c6c6c6;opacity:.6;}
.ui-btn.changeDisabled .icon {background:none;height:25px;width:25px;margin:4px 0 0 4px}
.ui-btn.changeDisabled .icon:before {
	content: "\f044";
    padding-top: 6px;
    color: #696969;
    font-weight: 100;
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
	font-family: FontAwesome;
}

.ui-btn.view .icon {background:none;height:25px;width:25px;margin:4px 0 0 4px}
.ui-btn.view .icon:before {
	content: "\f002";
    padding: 4px 0px 0px 4px;
    color: #fff;
    font-size: 20px;
    font-weight: 100;
    display: inline-block;
    vertical-align: middle;
	font-family: FontAwesome;
}

.ui-btn.remove .icon {background: url(../Images/webs-sprite.png) no-repeat 2px -769px transparent;height:25px;width:25px;margin:4px 0 0 4px}
.ui-btn.calc .icon {background: none;height:25px;width:25px;margin:0}
.ui-btn.calc .icon:before {
	content: "\f1ec";
    padding: 6px 0px 0px 6px;
    color: #fff;
    font-size: 18px;
    font-weight: 100;
    display: inline-block;
    vertical-align: middle;
	font-family: FontAwesome;
}

.ui-btn.add-dependents .icon {background:none;height:25px;width:25px;margin:4px 0 0 4px}
.ui-btn.add-dependents .icon:before {
	content: "\f0c0";
    padding: 5px 0px 0px 5px;
    color: #fff;
    font-size: 20px;
    font-weight: 100;
    display: inline-block;
    vertical-align: middle;
	font-family: FontAwesome;
}

.ui-btn.cancel, .btn.cancel, .webs-grid-section .btn.cancel  {background-color:#ddd;color:#911217;text-shadow:none;}

.webs-modal .webs-modal-footer a .icon {background:url(../Images/webs-sprite.png) transparent 6px -668px no-repeat;}

.ui-btn.save .icon , .btn.save .icon {background:none;}
.ui-btn.save .icon:before , .btn.save .icon:before {
	content: "\f00c";
    color: #fff;
    padding: 8px 0px 0px 8px;
    font-size: 20px;
    font-weight: 100;
    display: inline-block;
    vertical-align: middle;
	font-family: FontAwesome;
}

.ui-btn.add .icon , .btn.add .icon {background:none;}
.ui-btn.add .icon:before, .btn.add .icon:before {
	content: "\f067";
    padding-left: 6px;
    padding-top: 9px;
    color: #fff;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
	font-family: FontAwesome;
}

.ui-btn.delete .icon , .btn.delete .icon {background:none;}
.ui-btn.delete .icon:before , .btn.delete .icon:before {
	content: "\f1f8";
    padding: 6px 0px 0px 8px;
    color: #fff;
    font-size: 22px;
    font-weight: 100;
    display: inline-block;
    vertical-align: middle;
	font-family: FontAwesome;
}

.ui-btn.choose .icon , .btn.choose .icon {background:none;}
.ui-btn.view .icon , .btn.view .icon {background:none;}
.ui-btn.download .icon , .btn.download .icon {background:url(../Images/webs-sprite.png) transparent 3px -664px no-repeat;}

.ui-btn.people .icon , .btn.people .icon {background:none;}
.ui-btn.people .icon:before , .btn.people .icon:before {
	content: "\f0c0";
    padding: 7px 0px 0px 7px;
    color: #fff;
    font-size: 20px;
    font-weight: 100;
    display: inline-block;
    vertical-align: middle;
	font-family: FontAwesome;
}

.ui-btn.cancel .icon, .btn.cancel .icon {background:none;}
.ui-btn.cancel .icon:before, .btn.cancel .icon:before {
	content: "\f00d";
    color: #939598;
    padding: 9px 0px 0px 8px;
    font-size: 22px;
    font-weight: 100;
    display: inline-block;
    vertical-align: middle;
	font-family: FontAwesome;
}

.ui-btn.button-download .icon {background-position:7px -618px}
.ui-btn.button-home .icon {background-position: 1px -1841px}
.ui-btn.button-download .icon:before {
	content: "\f02f";
    padding-left: 6px;
    padding-top: 9px;
    color: #fff;
    font-size: 20px;
    font-weight: 100;
    display: inline-block;
    vertical-align: middle;
	font-family: FontAwesome;
}


.webs-dependent-buttons .ui-btn .icon, .webs-beneficiary-buttons .ui-btn .icon {margin:0}
 
.RadToolTip_Office2010Blue .rtWrapper .rtWrapperContent {background-color:#f1f1f2 !important ;color:#333 !important} 
.RadToolTip_Office2010Blue .rtWrapper .rtWrapperContent .title {color:#8ec63f}

/* Style Lines */
.webs-content h1::after {
    display: block;
    margin: 6px auto;
    content: "";
    width: 100%;
    border-bottom: 2px solid hsla(0, 0%, 30%, .3);
    box-shadow: 0 0 2px 1px hsla(0, 0%, 10%, .1);
}

/* French Specific Overrides */
.fr-CA .webs-flexBar .floatRight .btn-confirm, .fr-CA .webs-flexfooter .floatRight .btn-confirm {padding-right:28px;padding-left:8px}
.fr-CA .btn-confirm .icon {width:35px}
	
.fr-CA .webs-grid-section td.cost {white-space:nowrap;}
.fr-CA .webs-content .groupTitle {display:block;margin:4px 0;text-transform:none;}

/* Progress Panel */
#upProgress
{
	background-color: transparent;
    min-height: 400px;
    position:absolute;
    width:99%;
    text-align:center;
    z-index: 130000;
    margin:0;
    cursor: progress;
}

#upProgress div#upProgressInnerBox {width: 32px; height: 32px;text-align:center; }
#upProgress img#imgLoadingImage {margin:0 auto;}

.otherlinks {float:right; margin-top:-45px; width:170px; text-align:left;padding:0 0 2px 0; color:#000000}
.homelink {float:right; margin-right:6px; margin-top:2px; text-align:left;padding:0 0 2px 0; color:#FFFFFF}


/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
