/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html, body {
    height: 100%;
}
body{
    margin: 0 !important;
    font-size: 1em;
    line-height: 1.4;
    font-family: 'helvetica_neueregular';
	position: relative;
    padding-bottom: 232px;
    height: 100vh !important;
    width: 100vw !important;
}

*{
	 font-family: 'helvetica_neueregular';

}

html,
button,
input,
select,
textarea {
    color: #222;
    font-size:13px;
}


@font-face {
    font-family: 'helvetica_neueregular';
    src: url('../fonts/helvetica-webfont.eot');
    src: url('../fonts/helvetica-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helvetica-webfont.woff') format('woff'),
         url('../fonts/helvetica-webfont.ttf') format('truetype'),
         url('../fonts/helvetica-webfont.svg#helvetica_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helvetica_neuebold';
    src: url('../fonts/helveticabold-webfont.eot');
    src: url('../fonts/helveticabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticabold-webfont.woff') format('woff'),
         url('../fonts/helveticabold-webfont.ttf') format('truetype'),
         url('../fonts/helveticabold-webfont.svg#helvetica_neuebold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.helveReg { font-family: 'helvetica_neueregular'; }
.helveBold { font-family: 'helvetica_neuebold'; }

/*borders*/
.grayBorder { border: 1px solid #e0e0e0; }

/*font sizes*/
.f12 { font-size: 12px; }
.f14 { font-size: 14px; }
.f18 { font-size: 18px; }
.f20 { font-size: 20px; }
.f22 { font-size: 22px; }
.f24 { font-size: 24px; }
.f28 { font-size: 28px; }
.f40 { font-size: 40px; }
.f60 { font-size: 60px; }

.fLeft{ float: left; }
.fRight { float: right; }

/*colors*/
.white { color: #fff; }
.colorCCC { color: #cccccc; }
.color999 { color: #999999; }
.colorGreen { color: #9cc263; }
.color63 { color: #666666; }
.colorRed { color: #cc0000; }
.colorOrange { color: #fa6900; }
.color444 { color: #444e39; }
.colorBlue { color: #0066cc; }
.colorWhite { color: #ffffff; }

.pBeta {
	margin: 8px 8px 8px 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 900;
	border: 3px solid #FF0000;
	text-align: center;
	width: 200px;
	background: #FF0000;
}

.pBeta:hover {
	background: #FF151C;
	border: 3px solid #990000;
}

.pBeta a {
	text-decoration: none;
	color: #FFFFFF;
}

.pBeta a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

/* bgs */
.blueBG { background-color: #084d7d; } /* 003366 */
.grayDBG { background-color: #e3e4e5; font-size:16px;}
.grayLBG { background-color: #f6f6f6; font-size:16px;}
.blue2BG { background-color: #084d7d; } /* 336699 */

a { text-decoration: none;}
.over { overflow: hidden; }
.relative { position: relative; }

/* margins */
.mT20 { margin-top: 20px; }
.mB10 { margin-bottom: 10px; }
.mB15 { margin-bottom: 15px; }
.mB20 { margin-bottom: 20px; }
.margRight20 { margin-right: 50px; }
.mR18 { margin-right: 17px; line-height: 43px;}
.mR18a { margin-right: 17px; }

/* padding */
.pTB10 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.pTB30 { padding: 30px 0px 28px; }
.pTB35 { padding: 30px 0px 30px; }
.pTB20 { padding: 20px 0px; }


/*lines*/
.grayLine { border-bottom: 1px solid #cecece; }

.center { text-align: center; }

.wrapper{
    width: 100%;
}

.stdWidth{
    width: 1560px;
    /*width:83%;*/
    margin: 0px auto;
    min-width: initial;
	/*width: 1109px;*/
}
.stdWidthC{
    width: 1445px;
    /*width:83%;*/
    margin: 0px auto;
    min-width: initial;
	/*width: 1109px;*/
	text-align:center;
}

.stdMB {
	margin-bottom: 210px;	
}

.w100 {
    width: 100%;
}

.header-container, .main-container, .footer-container {
    width: 100%;
    display: flex;
    justify-content: center;
}

.main-container {
    flex-wrap: wrap;
    margin-top: 100px;
    row-gap: 30px;
}

.header-container {
    height: 100px;
    position: fixed;
    z-index: 3;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}

.footer-container {
    margin-top: 50px;
}

.header {
	/* left: 0; */
	/* width: 100%; */
    width: 1450px;
}

.main {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
}

.navi > ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.navi > ul > li{
    /*float: left;
    position: relative;
    height: 34px;
    padding: 10px 7px 0px;
    border-left: 1px solid #004276;
    border-right: 1px solid #004276;*/
    float: left;
	position: relative;
	height: 34px;
	padding: 10px 7px 0px;
	border-right: 1px solid #004276;
}

.navi > ul > li .drp {
    background: url('../images/drp.png') no-repeat right;
    padding-right: 15px;
    display: inline-block;
	cursor: pointer;
}

.navi > ul > li:last-child {
    border-right: 0px;
}

.navi > ul > li > a{
    color: #fff;
    cursor: pointer;
}



.navi > ul > li > .drop{
    position: absolute;
    display: block;
    top: 44px;
    left: 0;
    visibility: hidden;
    overflow: hidden;
    z-index: 1010;
    background: url('../images/menuDropBg.png');
    width: 140px;
    padding: 15px 15px 5px;
}

.navi > ul > li > .drop > ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.navi > ul > li > .drop > ul > li{
    margin-bottom: 5px;
}

.navi > ul > li > .drop > ul > li a{
    color: #fff;
}

.navi > ul >  li:hover > .drop {
    opacity: 1;
    visibility: visible;
    overflow: visible;
}

.navi > ul > li.lastLi {
    padding: 13px 0px 0px; /*replaced by Ara 09/28/2016 ; orig padding: 13px 7px 0px;*/
    height: 30px;
    width: 200px;
    text-align: right;
}

.tArea{
    overflow: hidden;

}

.logo{
    float: left;
    display: block;
    width: 348px;
    height: 54px;
    text-indent: -9999px;
    background: url('../images/logo.png');
    margin-top: 25px;
}

.sS{
    float: right;
    width: 222px;
}

.socialMedia{
    float: right;
    margin-bottom: 10px;
    margin-top: 15px;
}

.fbM{
    display: inline-block;
    background: url('../images/fb.jpg') no-repeat;
    width: 23px;
    height: 23px;
    text-indent: -9999px;
}

.twitterM {
    display: inline-block;
    background: url('../images/twitter.jpg') no-repeat;
    width: 23px;
    height: 23px;
    text-indent: -9999px;
}

.pinterestM {
    display: inline-block;
    background: url('../images/pinterest.jpg') no-repeat;
    width: 23px;
    height: 23px;
    text-indent: -9999px;
}

.googlepM {
    display: inline-block;
    background: url('../images/gplus.jpg') no-repeat;
    width: 23px;
    height: 23px;
    text-indent: -9999px;
}

.searchTxt{
    float: left;
    width: 166px;
    height: 38px;
    background-color: #f5f5f5;
    font-size: 16px;
    border: 0px;
    padding-left: 10px;

}

.submitBtn{
    float: left;
    width: 44px;
    height: 40px;
    background: url('../images/search.jpg');
    border: 0px;
}

.flashbox{
    /*width: 800px;
    width: 77%;
    height: 407px;
    float: left;
    position: relative;
    overflow: hidden;
    z-index: 1;*/
	text-align: left;
}

.panel {
    width: 221px;
    height: 24px;
    background: url('../images/accordionDef.png');
    color: #fff;
    padding: 6px 0px 0px 15px;
}

.panelSel {
    width: 221px;
    height: 24px;
    background: url('../images/accordionSel.png');
    color: #fff;
    padding: 6px 0px 0px 15px;
}

.con{
    padding-left: 10px;
    padding-top: 15px;
    /*background-color: #edecea;*/
    background-color: #E3E4E5;
    overflow: hidden;
    height: 380px;
}

.pText {
    padding: 5px 5px;
    font-family: 'helvetica_neuebold';
    font-size: 12px;
}

.pTextH {
    padding: 5px 5px;
    font-family: 'Verdana';
    font-size: 12px;
	font-weight: bold;
}

.pTextErr {
    padding: 5px 5px;
    font-family: 'Verdana';
    font-size: 10px;
	font-weight: bold;
	color: red;
}

.pTextHP {
    padding: 5px 5px;
    font-family: 'helvetica_neuebold';
    font-size: 16px;
}

.pText1 {
    font-family: 'helvetica_neuebold';
    font-size: 12px;
    font-weight: bold;
    color: black;
}

.column {
	float: left;
	padding: 10px;
	height: 300px; /* Should be removed. Only for demonstration */
}

.left, .right {
  width: 45%;
}

.txtD{
    border: 0px;
    width: 200px;
    background-color: #fff;
}

.subBtn{
    margin: 0px auto;
    width: 86px;
    height: 27px;
    background: url('../images/submit.png');
    border: 0px;
}

.clickBtn{
    margin: 0px auto;
    width: 86px;
    height: 27px;
    background: url('../images/clickhere.png');
    border: 0px;
}

.clickLog{
    margin: 0px auto;
    width: 86px;
    height: 27px;
    background: url('../images/Login1.png');
    border: 0px;
}

.clickNReg{
    margin: 0px auto;
    width: 130px;
    height: 27px;
    background: url('../images/nregistered.png');
    border: 0px;
}

.tabs { padding: 19px 0px; }

.horizontal{ list-style: none; padding: 0px; margin: 0px; font-family: 'helvetica_neuebold'; font-size: 14px; overflow: hidden;  }
.horizontal li { float: left; padding: 10px 0px; background-color: #f5f5f5; width: 173.5px; text-align: center; margin: 1px; }
.horizontal li.SelT { background-color: #ffffff; }
.horizontal li a{ color: #666666; }
.horizontal li:nth-child(6n+6) { margin-right: 0px; }
.horizontal li:nth-child(7n) { margin-left: 0px; }
.horizontal li:nth-child(1n) { margin-left: 0px; }
.tabM { height: 230px; background-color: #ccc; background-color: #ffffff; width: 100%; position: relative; }

.tabText {
	list-style: none outside none;
	margin: 0px;
	overflow: hidden;
	padding: 16px 20px;
	height: 200px;
}

.ct { padding-right: 15px; }

.floatMeLink { position: absolute; bottom: 0; margin-left: 460px; }
.floatMeLink > a {cursor: pointer;}

.tabText > li {
	float: left;
	width: 480px;
	margin-bottom: 19px;
	margin-right: 21px;
	overflow: hidden;
	height: 83px;
	font-size:12px;
}
.clearfix { clear: both; }


/* gallery */
.galleryImages{
    width: 95vw !important;
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-bottom: 15px;
}

/* .galleryImages li{
    float: left;
    width: 320px;
    height: 250px;
	margin-right: 50px;
}
.galleryImages li:last-child {
	margin-right:0px;
} */


.image-container {
    position: relative;
    width: 320px;
    height: 250px;
    overflow: hidden;
}

.image-container .pic {
    position: absolute;
    top: 0;
    left: 0;
}

.image-container .hoverpic {
    position: absolute;
    top: 150px;
    left: 0;
    width: 320px;
    height: 250px;
    background: url('../images/galbg.png');
    font-size:12px;
}

.image-container .hoverpic > span {
    font-family: 'helvetica_neueregular';
    font-size: 14px;
    color: #ffffff;
    padding-top: 60px;
    padding-left: 10px;
    display: block;
    max-height:100px;
    overflow: hidden;
}


.image-container .titleHov{
    position: absolute;
    top: 25px;
    left: 0;
    width: 320px;
    height: 250px;

}

.image-container .titleHov > span {
    font-family: 'helvetica_neueregular';
    font-size: 18px;
    color: #ffffff;
    padding-top: 20px;
    padding-left: 0px;
    max-height:50px;
    overflow: hidden;
    display: block;
}

.linkNews{
    bottom: 20px;
}

/* footer */

.fColumn{
    float: left;
}

.fColumn ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.fColumn ul > li{
    color: #666666;
    font-family: 'helvetica_neueregular';
    font-size: 12px;
    margin-bottom: 3px;
}

.fColumn ul > li.head{
    color: #666666;
    font-family: 'helvetica_neuebold';
    font-size: 12px;
    margin-bottom: 10px;
}

.fColumn ul > li.subF{
    padding-left: 10px;
}

.fColumn ul > li > a{
    color: #666666;
}


.footer div{
    font-family: 'helvetica_neueregular';
    font-size: 11px;
    color: #666666;
}

/* footer */
.footerb {
  /* position: absolute; */
  /* left: 0; */
  /* bottom: 0; */
  width: 100%;
}

.footermin{
    height: 205px;
    position: absolute;
    bottom: 0;
}
.floatingHeader {
    position: fixed;
    top: 0;
    visibility: hidden;
    z-index: 1005;
}

.boxLink{
    /*float: left;
    padding: 10px;
    background-color: #fff;*/
    float: left;
	padding: 10px;
	background-color: #FFF;
	vertical-align: middle;
}

.boxLink > a{
    display: block;
    height: 38px;
	width: 172px;
    /*background: url('../images/downBlue.png') no-repeat right;*/
	text-align: center;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
       /* text-decoration: underline;*/
    }
	/*
    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }*/

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/*#charter{
	text-align: center;*/
	/* margin-right: 5%; */
/*}*/

.charter {
    height: 120px;
    width: 120px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.charter img{
	/* margin-right: 15px; */
    height: 80px !important;
}

table {
    border: none !important;
}

.tableTR{
	text-align: center;
}

.tableTR th{
	padding:12px;
	background-color:#536FA3;
}

.tableProp{
	margin-bottom:25px;
}

/*  Define the background color for all the ODD background rows  */
.tableProp tr:nth-child(odd){
	background: #EDECEA;
}

/*  Define the background color for all the EVEN background rows  */
.tableProp tr:nth-child(even){
	background: #F6F5F3;
}

.tBodyTR{
	font-size:12px;
	text-align:center;
}

.tBodyTR td{
	padding:5px;
}


/* Menu Styles */

.third-level-menu
{
    position: absolute;
    top: 0;
    right: -150px;
    width: 150px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
}

.third-level-menu > li
{
  	position: relative;
    margin-bottom: 5px;
}
.third-level-menu > li:hover {  }

.second-level-menu
{
    position: absolute;
    top: 30px;
    left: 0;
    width: 150px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
}

.second-level-menu > li
{
    position: relative;
    margin-bottom: 5px;
}
.second-level-menu > li a { color: #FFF; cursor: pointer; }

.top-level-menu
{
    list-style: none;
    padding: 0;
    margin: 0;
}

.top-level-menu > li
{
    position: relative;
    float: left;
    height: 30px;
}


.top-level-menu li:hover > ul
{
    /* On hover, display the next level's menu */
    display: inline;
}

.drop{

    z-index: 1010;
    background: url('../images/menuDropBg.png');
    width: 140px;
    padding: 15px 15px 5px;
}

#tabMText{
	overflow: hidden;
	height: 189px;
}

.titleHov > a {
	color: #ffffff;
}

#listView > a{
	color: #06C;
}

#listView > a:hover{
	color: #06C;
	text-decoration: underline;
}

/*Ara*/
#ieVer{
	color: gray;
	text-decoration: underline;
}
#ieDiv > #ieVer > a:hover{
	color: #06C;
}
#titleArticle{
	color: #06C;
}

#titleNews {
	max-height: 79px;
	display: block;
	overflow: hidden;
	font-size: 14px;
	color: #FFF;
	margin-top: 40px;
	padding-left:10px;
}

#titleDesc:hover{
	color: #FFF;
	cursor: pointer;
}

#logoutDiv{
	margin-bottom: 10px;
	margin-top: 16px;
	color: #F00;
	cursor: pointer;
	float: left;
}

.wlp-bighorn-book-content > div{
	width:1042px;
	margin: 0px auto;
}

.tableBorder {
	border: 1px solid silver;
    top:  225px;
    right: 818px;
}

.carouselImg{
	width: 100% !important;
}

#iframeFlashBox{
	width: 104%;
	height: 417px;
	overflow:hidden;
	margin-top: -6px;
	margin-left: 10px;
	margin: 0px auto;
	frameBorder: none;
}
.carouselBtn{
	height:20px;
	cursor: pointer;
}

#btnControl{
	float: right;
	margin-top: -22px;
	margin-right: 24%;
}

.flashbox > img{
	width: 630px !important;
	height: 350px !important;
}

.banner{
    display: none;
	/*width: 938px !important;
	height: 405px !important;*/
	width: 805px !important;
	height: 405px !important;
}

#loginbox, #main-body {
    display: none;
}

/*#carouselLogin {
	display: inline-block;
	margin-top: 60px;
}*/

#empProfile > tbody > tr >td{
 margin-bottom:10px;
}

a:hover {
	/*text-decoration: underline;*/
	color: #33CCFF;
}

a:active {
	/*text-decoration: underline;*/
	/*color: blue;*/
}

.navi > ul > li > ul > li a:hover{
    color: #33CCFF;
}

.navi > ul > li > a:hover{
    color: #33CCFF;
    cursor: pointer;
}

.required{
	color: red;
	font-size:11px;
}

.intruction{
	font-weight: bold;
	font-size:11px;
}

.headermenu{
	font-weight: bold;
}

.feildname{
	font-weight: bold;
	font-size:10px;
}

.format{
	font-size:9px;
}

.mB21{
	margin-bottom: 5px;
}

#branchDetails{
	margin-top: -30px;
	overflow-y: auto;
	font-size: 12px;
	height: 173px;
	width: 770px;
	/*font-family:arial;*/
}

.orange_text{
	color: #06C;
	font-size: 15px;
}

.style981{
	float:right;
}

.style1452{
	color: black;
	cursor: initial;
}

.style1453{
	color: red;
	cursor: pointer;
}

/**landing page*/
.lpwrapper {
	width: 100%;
}
.portalbtn {
	font-family: Arial, Helvetica, sans-serif;
	width: 250px;
	height: 50px;
	background-color: #0071bc;
	border: 3px solid #13476e;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
	display: block;
	margin-bottom: 30px;
	margin-left: 27px;
	white-space: normal;
	word-wrap: break-word;
	padding: 0px 8px;
}
.pmem, .pemp {
	font-size: 18px;
	line-height: 31px;
}
.psbws {
	font-size: 14px;
	line-height: 17px;
}

.pccp {
	font-size: 12px;
}

.pmem:hover, .pemp:hover, .psbws:hover, .lctypes li:hover {
	background-color: #20b0e6;
    cursor: pointer;
}


.ccp {
  padding: 7px 0px 0px 12px;
  text-indent:-8px;
  color: #ffffff;
  background-color: #1464a0;
  background-position-x: -1px;
  height: 60px;
  margin-top: 29px;
  bottom: 0;
  font-size: 15px;
  border: 2px solid #13476e;
}

a.accp:hover{
	text-decoration: none;
	color: #FFFFFF;
}

.ccp:hover {
    background-color:  #20b0e6;
    color: #536fa3;
	cursor: pointer;
}

.btngroup {
	text-align: center;
}
.lctypes {
	list-style-type: none;
	margin: 0 auto;
    padding: 0;
}
.lctypes li {
	font-family: Arial, Helvetica, sans-serif;
	width: 288px;
	height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
	background-color: #1464a0;
	border: 3px solid #13476e;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
	white-space: normal;
	word-wrap: break-word;
}

.lctypes li:nth-child(-n + 2) {
    font-size: 18px;
}

.lctypes li:nth-last-child(-n + 2) {
    font-size: 13px;
}


.lctypes label, .lctypes input {
    /* display:block; */
    /* position:absolute; */
    /* top:0; */
    /* left:0; */
    /* right:0; */
    /* bottom:0; */
	color: #FFF;
	cursor: pointer;
}
.lctypes input[type="radio"] {
    opacity:0;
    z-index:2;
}
/*.lctypes input[type="radio"]:checked + label {
    background: rgba(0, 174, 239, .7);
}*/
.lctypes label {
    padding:7px;
    /*border:1px solid #13476e; */
    cursor:pointer;
    z-index:1;
}


/**landing - login popup*/
.closebtn {
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
	font-size: 14px;
}
* {box-sizing: border-box;}

/* Button used to open the contact form - fixed at the bottom of the page */
.open-button {
	width: 258px;
	height: 75px;
	background-color: #0071bc;
	color: #ffcf10;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 16px 20px;
	border: none;
	cursor: pointer;
	/*opacity: 0.8;*/
	position: fixed;
	/*bottom: 43px;*/
	right: 3px;
	top:50%;
	/*-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;*/
	-webkit-box-shadow: -7px 0px 4px -1px rgba(0,0,0,0.37);
	-moz-box-shadow: -7px 0px 4px -1px rgba(0,0,0,0.37);
	box-shadow: -7px 0px 4px -1px rgba(0,0,0,0.37);
}

/* The popup form - hidden by default */
.form-popup {
    /*display: block;
    /*position: fixed;*/
    /* bottom: 0; */
    /*right: 2px;*/
    /* border: 3px solid #f1f1f1; */
    /*box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
    z-index: 9;*/
    /* background: url(/sss/portlets/siteDesign/images/logpopbg.png) no-repeat; */
    background-color: #f7f7f7;
    background-size: 461px 595px;
		background-position-x: -1px;
    width: 310px;
    height: 405px;
    /*right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);*/
}

.lcwrapper {
    width: 100%;
	min-height: 405px;
    /*border: 1px solid black;*/
    overflow: hidden;
    display: flex;
    justify-content: center;
    margin-bottom: 45px;
}
.lcleft {
    /*width: 680px !important;
	height: 350px !important;*/
    /* float:left; */
    overflow: hidden;
}
.lcright {
	/*width: 280px;
	height: 350px;*/
    /* float:left; */
    overflow: hidden;
	/*margin: 5px 5px auto 5px; */
	margin-left: 10px;
	/*-webkit-box-shadow: -1px 0px 5px 0px rgba(0,0,0,0.16);
-moz-box-shadow: -1px 0px 5px 0px rgba(0,0,0,0.16);
box-shadow: -1px 0px 5px 0px rgba(0,0,0,0.16);*/
	border-right: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
}

/* Add styles to the form container */
.form-container {
  max-width: 300px;
  padding: 10px;
  /*background-color: white;*/
}

/* Full-width input fields */
.form-container input[type=text], .form-container input[type=password] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}

/* When the inputs get focus, do something */
.form-container input[type=text]:focus, .form-container input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/login button */
.form-container .btn {
  background-color: #4CAF50;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}


/**carousel*/
/*LK.carousel{
    background: #2f4357;
    margin-top: 10px;
}
.carousel-item{
    text-align: center;
    min-height: 280px; /* Prevent carousel from being distorted if for some reason image doesn't load 
}*/


/**carousel-sample*/
.wslides {
	display:none;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.wleft, .wright, .cbadge {
	cursor:pointer
}
.carouselwrap {
	width:100%; height:420px;
	backgroud-color: #FFF:
}
.cbadge {
	height:20px;width:20px;padding:0;
	background-color: rgba(19, 71, 118, 1);
	color: #fff;
	display: inline-block;
	padding-left: 8px;
	padding-right: 8px;
	text-align: center;
	border-radius: 60%;
}
.wcontent{max-width:980px; margin-bottom: 50px;}
.wcontent,.w3-auto{margin-left:auto;margin-right:auto}
.wcontainer{position:relative}
.wcontainer:hover span.w3-display-hover{display:inline-block}
.wcontainer:hover .w3-display-hover{display:block}
.wleft{float:left!important}.wright{float:right!important}
.whkhaki:hover{color:#b4aa50!important}
.wborder{border:1px solid #ccc!important}
.wwhite,.whwhite:hover{color:#000!important;background-color:#fff!important}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.active {
  background-color: #717171;
}

/**recaptcha*/
.btn {
	width: 130px;
	height: 40px;
	color: white;
	font-size: 16px;
	letter-spacing: 1px;
	text-decoration: none;
	cursor: pointer;
	background-color: #0071bc;
	vertical-align: middle;
	border: 1px solid #13476e;
	border-radius: 5px;
	padding: 10px 15px;
	margin-top: 55px;
	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.captchamsg {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
#rc-anchor-container .rc-anchor .rc-anchor-normal .rc-anchor-light {border: 5px solid red !important}

/* The Modal Captcha (background) */
.modalcaptcha {
  /*display: none; *//* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10; /* Sit on top */
  padding-top: 200px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Captcha Content */
.modalcaptcha-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  /*padding-top: 80px;*/
  border: 1px solid #888;
  border-radius: 10px;
  width: 470px;
  height: 350px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}
.capheader {
	height: 45.2px;
	padding: 10px;
}
.capbody {
	padding-top: 80px;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}


.modalmsg { display: none;}
.modalwrapper {
	display: block;
	position: fixed;
	z-index: 5;
	width: 100%;
	height 100%;
	background: url(/sss/portlets/siteDesign/images/sssbw.png) repeat;
}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 5; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  -webkit-animation-name: fadeIn; /* Fade in the background */
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s
}

/* Modal Content */
.modal-content {
  position: fixed;
  bottom: 0;
  /*background-color: #fefefe;*/
  /*background-color: #ff9800;*//*yellow-warning*/
  background-color: #3b4045;
  width: 100%;
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  animation-name: slideIn;
  animation-duration: 0.4s;
  color: #FFF;
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin-right: 15px;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.modal-body {padding: 2px 16px;}

.modal-footer{
  padding: 2px 16px;
  color: white;
  background-color: #eaeaea;
}

/* Add Animation */
@-webkit-keyframes slideIn {
  from {bottom: -300px; opacity: 0}
  to {bottom: 0; opacity: 1}
}

@keyframes slideIn {
  from {bottom: -300px; opacity: 0}
  to {bottom: 0; opacity: 1}
}

@-webkit-keyframes fadeIn {
  from {opacity: 0}
  to {opacity: 1}
}

@keyframes fadeIn {
  from {opacity: 0}
  to {opacity: 1}
}

.stdWidthNew{
    margin: auto;
    width: 1600px;
}
.capheader {
	padding: 2px 18px;
	color: rgba(19, 71, 118, 1);
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
}
.capheader {
	background-color: #f2f2f2;
}

.lcfooter {
    padding: 8px 18px;
    text-indent:-9px;
    color: white;
    background-color: #eaeaea;
    background-position-x: -1px;
    height: 40px;
    margin-top: 1px;
    bottom: 0;
    font-size: 18px;
}

.headstrip {
    background-color: #084d7d;
    width: 100%;
    height: 65px;
    padding: 10px;
    text-align: center;
}
            
.social {
    padding-left: 10px;
}

.hdrleft {
    padding: 10px 0px;
    text-align: left;
    vertical-align: middle;
}

.hdrrght {
    padding: 10px 0px;
    text-align: right;
}

.topexpire {
    text-align: right;
    vertical-align: bottom;
    padding-right: 10px;
}

.text-menu {
      overflow: hidden;
}

#menu>ul>li {
    font-weight: bold;
    float: left;
    display: block;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    /*font-size: 15px;*/
    border-bottom: 5px solid transparent;
    height: 40px;
    padding: 10px;
}

#menu>ul>li:hover {
    color: #FFF;
     text-decoration: none;
    border-bottom: 5px solid #87ceeb;
    transition: 0;
    padding: 10px;
}


#menu ul,
#menu li {
  list-style: none;
  padding: 0;
  margin: 0;
}

#menu a {
  text-decoration: none;
  color: white;
  
 
}

#menu a:hover {
  color: white;
}

#menu>ul {
  display: flex;
  justify-content: center;
  font-size: 15px;
  padding-top: 35px;
  /* min-width: 1325px; */
}

#menu>ul>li {
  position: relative;
}

#menu>ul>li>ul {
  display: none;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 15px;
}

#menu>ul>li>ul>li>a {
  display: block;
  padding: 10px 20px;
  background-color: white;
  border-bottom: 1px solid darkgray;
  border: 1px solid darkgray;
  text-align: left;
  color: black;
  width: 240px;
  font-weight: bold;
  text-decoration: none;
}

#menu>ul>li>ul>li>a:hover {
  display: block;
  border-left: 5px solid #87ceeb;
  color: black;
  font-weight: bold;
  text-decoration: none;
}

#menu>ul>li>ul:after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 5px;
  width: 0;
  height: 0;
  content: '';
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
}

#menu>ul>li:hover>ul {
  display: block;
}

/*ResponsiveFx*/
ul li {
    list-style-type: none !important;
}

.loginchooser {
    width:390px;
    height: 405px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background-color: #f7f7f7;
}

.lcheader { 
    height: 50px; 
    background-color: #eaeaea;
    width: 100%;
    text-indent: 20px;
}

.lctitle {
    font-size: 20px; 
    font-weight: 700;
    color: rgb(19, 71, 118);
    padding-top: 0px;
    padding-bottom:-20px;
    margin-top: 10px;
}

#ssslogo{
    height: 70px;
}

.main-footer {
    width: 1450px !important;
    font-size: 12px;
    text-align: center;
    padding: 30px 10px !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
}

/* .main-footer .flex-item-50:first-of-type {
    text-align: left;
}

.main-footer .flex-item-50:last-of-type {
    text-align: right;
} */

.main-footer p {
    margin: 0px;
}

.flex {
    /* width: calc(100vw - 20px); */
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px;
}

.flex-item {
    /* width: 100%; */
    align-self: center;
}

.flex-item-50 {
    width: 50%;
}

/* .flex-item {
    width: 100%;
    align-self: center;
} */

.flex-center {
    width: 100vw;
    display: flex;
    justify-content: center;
}

.flex-spacebetween {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.flex-col {
    /* width: calc(100vw - 20px); */
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.flex-col-sm {
    /* width: calc(100vw - 20px); */
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 10px;
}

.flex-lg {
    /* width: calc(100vw - 20px); */
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.flex-start {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.justify-fstart {
    justify-content: flex-start;
}

#nav-sm, #bmenu, #log-sm, #logmenu {
    display: none;
}

#nav-sm #accordion, #log-sm #accordionLogn {
    height: 100vh;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}

#main-body {
    margin-top: 50px;
}

.shadow {
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px; */
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px !important;
}

.mg0 {
    margin: 0 !important;
}

.pad0 {
    padding: 0 !important;
}

#loginboxes {
    width: 100vw;
    /* height: 25vh; */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-between;
}

.btnlog {
    border: none;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
    outline: 1px solid;
    outline-color: transparent;
    outline-offset: 0px;
    text-shadow: none;
    font-size: 16px;
    transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
    padding: 10px 20px;
    border-radius: 5px;
    margin: 0px 5px 30px 5px;
    background-color: #084d7d;
    color: #f2f2f2;
    font-weight: bold;
    letter-spacing: 1px;
}

.logtoggle, .btoggle {
    border: none;
    outline: 1px solid;
    outline-color: transparent;
    outline-offset: 0px;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
    transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}

.btnlog:nth-of-type(2), .logtoggle {
    background-color: #f4f6f6 !important;
    color: #2e4053 !important;
}

.btnlog:hover, .btoggle:hover {
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
    outline-color: rgba(255, 255, 255, 0);
    outline-offset: 15px;
}

.btnlog:hover:nth-of-type(2):hover, .logtoggle:hover {
    box-shadow: inset 0 0 20px rgba(8, 77, 125, 0.5), 0 0 20px rgba(8, 77, 125, 0.9) !important;
    outline-color: rgba(255, 255, 255, 0) !important;
    outline-offset: 15px !important;
}

/* * {
    outline: 1px solid red;
} */


@media screen and (max-width: 1439px){
    .main-container .flex-item:nth-of-type(2){
        margin-top: -30px;
    }

    .stdContainerWdth {
        width: calc(90vw - 20px) !important;
    }

    .flex-center {
        width: 100vw;
    }
    
    .flex-item {
        flex: 1 0 100%;
    }

    .main-footer .flex-item-50:first-of-type {
        text-align: center;
    }
    
    .main-footer .flex-item-50:last-of-type {
        text-align: center;
    }

    .flex-item-50 {
        width: 100%;
    }

    #ssslogo{
        height: 40px;
    }

    #bmenu, #logmenu {
        display: inline;
        box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
    }

    #bmenu:hover {
        opacity: .5;
    }

    #logmenu {
        background-color: #f8f9f9;
        color: #2e4053;
        margin-right: 10px;
    }

    #brandtxt-socmed, #nav-lg {
        display: none;
    }

    .galleryImages li{
        margin: 0px;
    }

    .main-container {
        margin-top: 0px;
        /* padding-top: 62px; */
    }

    .header-container, .header {
        height: 62px;
        z-index: 3;
    }

    #nav-sm, #log-sm {
        width: 100%;
    }

    .card {
        border: none !important;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgb(209, 213, 219) 0px 0px 0px 1px inset;
    }

    .card-header {
        padding: 0px !important;
    }

    .card-body {
        padding: 0px !important;
    }

    .card-body ul {
        padding: 0px !important;
        margin: 0px !important;
    }

    .card-body ul li {
        padding: 10px 15px;
        list-style-type: none !important;
        background-color: #f4f6f6;
    }

    .card-body ul li:hover {
        background-color: #d6eaf8;
    }

    .card-body ul li a {
        font-size: 16px !important;
        color: #0066cc !important;
        text-decoration:  none !important;
      }

    .btn {
        width: 100%;
        height: 60px;
        margin-top: 0px;
        background-color: #b3d4fc;
        border-radius: 0 !important;
        font-size: 18px !important;
        letter-spacing: 1px;
    }

    .btn-link {
        font-weight: bold;
        color: #2874a6 !important;
        text-decoration: none !important;
        font-size: 18px;
    }

    .btn-link:hover {
        color: #34495e !important;
        text-decoration: none !important;
        background-color: #d6eaf8;
    }

    .btn-link:focus {
        color: #34495e;
        text-decoration: none !important;
        background-color: #d6dbdf;
    }

    .card-header {
        background-color: #f8f9f9 !important;
        border-bottom: none !important;
    }

    .card-body ul li a {
        font-size: 18px;
    }
    
    #carouselLogin {
    	margin-top: 60px;
    }
}


@media screen and (min-width: 834px) and (max-width: 1439px){
    .carousel-inner {
        height: 35vh !important;
    }

    #nav-lg {
        display: inline;
        margin-top: -20px;
    }

    #log-sm, #nav-sm, #logmenu, #bmenu {
        display: none !important;
    }

    #menu > ul > li:last-of-type > ul::after {
        right: 0;
        left: 80%;
        transform: translateX(0%);
    }

    #menu > ul > li:last-of-type > ul {
        left: 0%;
    }

    .mincarousel.carousel-caption {
        top: 20vh;
        bottom: auto;
    }

    .btnlog {
        font-size: 18px;
        padding: 15px 30px;
    }
    
}

@media screen and (min-width: 1024px) and (orientation: landscape) {
    .carousel-inner {
        height: 70vh !important;
    }

    .mincarousel.carousel-caption {
        top: 50vh;
        bottom: auto;
    }
}

@media screen and (min-width: 1440px){
    .banner, #loginbox, #main-body {
        display: inline-block;
    }

    #log-sm, #nav-sm, #logmenu, #bmenu {
        display: none !important;
    }

    #main-body > div > div {
        margin-right: 5px;
    }
    
    #main-body > div > form{
        margin-left: 5px;
    }

    #carouselLogin {
        display: none;
    }

    #menu > ul > li:last-of-type > ul::after {
        right: 0;
        left: 80%;
        transform: translateX(0%);
    }

    #menu > ul > li:last-of-type > ul {
        left: 0%;
    }

    #xtrnllinks {
        width: 1330px !important;
        /* width: 88vw !important; */
    }
}