/* google web font */
@import url("https://fonts.googleapis.com/css?family=PT+Serif:400,700,400italic");
@import url("https://fonts.googleapis.com/css?family=PT+Sans:400,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400");
@import url("https://fonts.googleapis.com/css?family=Arimo:700");
@import url("https://fonts.googleapis.com/css?family=Goudy+Bookletter+1911");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,900");

html, body {
  height: 100%;
}

body {
  background: #ffffff url(../img/HeaderImage.jpg) no-repeat top center;
  background-size: 100%;
  color: #2F2F2F;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 0;
  cursor: default;
  height: auto;
}

.internal-content a, .internal-content a span {
     /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.row ol, .row ul {
    list-style: inside;
}

.memberLogout {
    position: relative;
    right: 0px;
    top: 0px;
}
   .memberLogout a {
       font-size: 12px;
       text-shadow: 0px 0px 4px black; 
       color: white;
    }


   a.rwCloseButton    {
    background: transparent!important;
       cursor: pointer!important;
        }
        
    a.rwCloseButton:before    {
    content: "x";
    position: absolute!important;
    width: 20px;
    top: 12px;
    height: 26px;
    background: transparent;
    font-size: 22px!important;
    color: #233B95;
    overflow: visible;
    right: 4px;
    visibility: visible;
    opacity: 1;
    display: block;
    margin: 0;
    padding: 0;
        }
.rwControlButtons a {
    text-indent: 0!important;
    text-align: center;
    cursor: pointer!important;
}  

a.rwIcon    {
    background: transparent!important;
        }
        

.mask {

    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 100000;
}

#intro-loader {
    background: url("../images/loader.gif") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 31px;
    left: 50%;
    margin: -19px 0 0 -19px;
    position: absolute;
    top: 50%;
    width: 31px;
}

ul.social-menu {
    right: 0;
    background: #4A4A4A;
    position: relative;
    float: right;
	    margin: 0;
    padding: 0;
}
	
ul.social-menu li {
    list-style-type: none;
    display: inline-block;
}

ul.social-menu li a {
   color: white;
   width: 40px;
    display: block;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

ul.social-menu li a:hover {
	color: white;
	background: #333;
}

ul.footer-social-menu{   
    position: relative;
    margin: 0 auto;
    padding: 0;
}
ul.footer-social-menu li {
    list-style-type: none;
    display: inline-block;
}

ul.footer-social-menu li a {
	width: 55px;
    display: block;
    height: 45px;
    text-align: center;
    line-height: 30px;
    font-size: 40px;
    color: #888787;
}

ul.footer-social-menu li a:hover {
	color: #333;
}
.footer-contact {margin-top: 30px; text-align: center;}

.button {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  background: #e6ae48;
  padding: 10px 16px; }
  
.button:hover, .button:focus {
    background: #f7c468;
    outline: 0; 
}
	
a {
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
}

a:hover {
  color: #D4252A;
}

::selection {
  background: #D4252A;
  color: #fff;
}

::-moz-selection {
  background: #D4252A;
  color: #fff;
}

.container {

}
.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.clear {
  clear: both;
}

hr {
  background: #dedede;
}
img {
    vertical-align: middle;
    max-width: 100%;
}
.button {
  font-family: "PT Sans", sans-serif;
}

.me-menu ul {
  -webkit-box-shadow: 3px 3px 8px 0px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 3px 3px 8px 0px rgba(50, 50, 50, 0.3);
  box-shadow: 3px 3px 8px 0px rgba(50, 50, 50, 0.3);
}

.me-panel {
  padding: 30px 28px;
  border: 2px solid #dedede;
  background: transparent;
}
.me-panel * {
  z-index: 2;
  position: relative;
}

#me-header {
  position: relative;
  z-index: 999;
    margin-bottom: 0;
}

#me-header.header-transparent .me-menu a {
  color: #fff;
}
#me-header.header-transparent .me-menu a:hover, #me-header.header-transparent .me-menu a:focus, #me-header.header-transparent .me-menu a:active {
  color: #D4252A;
}
#me-header.header-transparent .me-menu ul a {
  color: #7b7b7b;
}

#me-header.header-style3 .logo-container {
    padding: 0;
    margin: 30px 0px 20px;
    z-index: 9999;
    position: relative;
   
}
#me-header.header-style3 .header-upper-info {
  position: absolute;
  right: 0px;
  height: 40px;
  top: 0;
}
#me-header.header-style3 .menu-container {
    margin: 0;
    width: 100%;
    z-index: 9998;
    position: absolute;
    padding-left: 28%;
    top: 20px;
}
#me-header.header-style3 .header-upper-container {
background: rgba(255, 255, 255, 0);

}
#me-header.header-style3 .header-under-container {

}
#me-header.header-style3 .me-menu {
    padding: 0;
    background-color: rgba(35,59,149,.9);
    border-top: 10px solid rgba(35,59,149,1);
}
#me-header.header-style3 .me-menu a:hover {
color: #FFFFFF !important;
  background: #FFCE1B!important;
}
#me-header.header-style3 .header-upper-info span {
  position: relative;
  top: 0;
  right: 10px;
}

/* HOME PAGE PANELS */

.panel.mission-panel {
    background: rgba(255,255,255,0.9);
    padding: 20px 20px 12px 20px;
    border-radius: 0;
    color: #2F2F2F;
    font-size: 16px;
	border: 1px solid #EFEFEF;
}
.panel.mission-panel h3, .panel.values-panel h3 {
    font-size: 24px;
    font-weight: bold;
    margin: 2px auto 10px;
}
#menu2.me-menu .caret {
   opacity: 0
}
.panel.welcome-panel {
	background: rgba(15,36,130,0.9);
    padding: 27px 20px;
    border-radius: 0;
    color: white;
    font-size: 22px;
    font-style: italic;
	    position: relative;
}
.panel.welcome-panel:after {
	font-family: FontAwesome;
	content: '\f04b';
	font-size: 30px;
	margin: 0;
	position: absolute;
	left: 50%;
	bottom: -33px;
	margin-left: -15px;
	 font-style: normal;
	 color: rgba(15,36,130,0.9);
	 -moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.panel.contact-panel {
    background: rgb(74, 74, 74);
    padding: 0px;
    border-radius: 0;
    color: white;
    font-size: 16px;
}

.panel.contact-panel h1{
	    margin: 0;
    padding: 15px;
    background: #FFFFFF;
    color: #4A4A4A;
	font-size:25px;
}
.panel.contact-panel a {
	color: white;
	text-decoration: underline;
}
.panel.contact-panel a:hover {
	color: #999999;
	text-decoration: underline;
}

.panel.values-panel {
background: rgba(255,255,255,0.9);
    padding: 20px;
    border-radius: 0;
    color: #2F2F2F;
    font-size: 1.22em;
    line-height: 1.463em;
    margin-top: 38px;
    border: 1px solid #EFEFEF;
-webkit-box-shadow: 0 0 15px 0 #DEDEDE;
box-shadow: 0 0 15px 0 #DEDEDE;
}

.panel.alerts-panel {
	background: #dc422e;
    border-radius: 0;
    color: white;
    font-size: 18px;
    border: 1px solid #EFEFEF;		
}

.panel.alerts-panel h1{
	    margin: 0;
    padding: 15px;
    background: #FFFFFF;
    color: #dc422e;
	font-size:25px;
}
.panel.alerts-panel a {
	color: white;
	text-decoration: none;
}
.panel.alerts-panel a:hover {
	color: #2F2F2F;
	text-decoration: none;
}

.panel.quicklinks-panel {
	background: #white;
    padding: 0;
    border-radius: 0;
    color: white;
    font-size: 18px;
    border: 1px solid #EFEFEF;		
}

.panel.quicklinks-panel h1{
	    margin: 0;
    padding: 15px;
    background: #0896d4;
    color: #white;
	font-size:25px;
}
.panel.quicklinks-panel a {
	color: #0896d4;
	text-decoration: none;
	font-size: 14px;
	list-style:none;
	margin: 0px 0px 0px 0px;
	border-bottom:1px solid #ccc;
}

.panel.quicklinks-panel a:hover {
	color: #2F2F2F;
	text-decoration: none;
}

.panel .inner {
	padding: 20px;
}

.panel.media-panel {
	background: #4A4A4A;
    padding: 0px;
    border-radius: 0;
    color: white;
    font-size: 18px;
    margin-top: 35px;
}
.panel.mediacaption-panel {
    background: #4A4A4A;
    padding: 10px;
    border-radius: 0;
    color: white;
    font-size: 14px;
    margin-top: -15px;
}

.panel.opportunities-panel {
	background: #888787;
    padding: 0;
    border-radius: 0;
    color: white;
    font-size: 18px;
    border: 1px solid #888787;	
}
.panel.opportunities-panel h1{
	    margin: 0;
    padding: 15px;
    background: #FFFFFF;
    color: #888787;
	font-size:23px;
}
.panel.opportunities-panel a {
	color: white;
	text-decoration: none;
}
.panel.opportunities-panel a:hover {
	color: #FFCE1B;
	text-decoration: none;
}
.panel.opportunities-panel h1 a {
	color: #888787;
	text-decoration: none;
    cursor: pointer;
}
.panel.opportunities-panel h1 a:hover {
	color: #FFCE1B;
	text-decoration: none;
      cursor: pointer;
}

.panel.pay-panel {
background: #FFFFFF;
    padding: 0;
    border-radius: 0;
    color: #5A5A5A;
    font-size: 18px;
    border: 1px solid #FFD001;
}
.panel.pay-panel a:hover h1 {
	color: #5A5A5A;
	text-decoration: none;
}

.panel.pay-panel h1{
margin: 0;
    padding: 15px;
    background: #FFD001;
    color: #FFFDFD;
    font-size: 23px;
}
.panel.pay-panel a {
	color: #5A5A5A;
	text-decoration: none;
}
.panel.pay-panel a:hover {
	color: #FFD001;
	text-decoration: none;
}



.panel.panel1 {
	margin: 20px 0px 0px 0px;
    padding: 0px;
    background: #F9866C;
    color: #888787;
	position: relative;
	border-radius: 0;
	
}
.panel.panel1 .heading {
    margin: 0;
    position: absolute;
    width: 100%;
    display: block;
    padding: 10px 30px;
    background: #dc422e;
    color: #ffffff;
    font-size: 32px;
    height: 70px;
    text-align: right;
}
.panel.panel1 .heading:after {
	font-family: FontAwesome;
	content: '\f04b';
	font-size: 20px;
	margin: 0;
	position: absolute;
	right: 35px;
	bottom: -21px;
	 font-style: normal;
	 color: #dc422e;
	 -moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.panel.panel1 h2 {
    margin-top: 100px;
    padding: 15px;
    height: 150px;
    font-size: 23px;
    line-height: 33px;
    text-transform: uppercase;
	color: white;
}

.panel.panel2 {
	margin: 20px 0px 0px 0px;
    padding: 0px;
    background: #61BCE2;
	position: relative;
	border-radius: 0;
}
.panel.panel2 .heading {
    margin: 0;
    position: absolute;
	bottom: 0;
    width: 100%;
    display: block;
    padding: 10px 30px;
    background: #0896d4;
    color: #ffffff;
    font-size: 32px;
    height: 70px;
    text-align: right;
}
.panel.panel2 .heading:after {
	font-family: FontAwesome;
	content: '\f04b';
	font-size: 20px;
	margin: 0;
	position: absolute;
	right: 35px;
	top: -21px;
	 font-style: normal;
	 color:#0896d4;
	 -moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.panel.panel2 h2 {
    margin-bottom: 90px;
    padding: 15px;
    height: 150px;
    font-size: 23px;
    line-height: 33px;
	text-align: right;
	text-transform: uppercase;
	color: white;
}

.panel.panel3 {
	margin: 20px 0px 0px 0px;
    padding: 0px;
    background: #888787;
    position: relative;
	border-radius: 0;
}
.panel.panel3 .heading {
    margin: 0;
    position: absolute;
	bottom: 0;
    width: 100%;
    display: block;
    padding: 10px 30px;
    background: #4A4A4A;
    color: #ffffff;
    font-size: 32px;
    height: 70px;
    text-align: right;
}
.panel.panel3 .heading:after {
	font-family: FontAwesome;
	content: '\f04b';
	font-size: 20px;
	margin: 0;
	position: absolute;
	right: 43px;
	top: -21px;
	 font-style: normal;
	 color: #4A4A4A;
	 -moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.panel.panel3 h2 {
    margin-bottom: 90px;
    padding: 15px;
    height: 150px;
    font-size: 23px;
    line-height: 33px;
	text-align: right;
	color: white;
	text-transform: uppercase;
}

.panel.panel4 {
	margin: 20px 0px 0px 0px;
    padding: 0px;
    background: #F9866C;
    color: #4A4A4A;
	position: relative;
	border-radius: 0;
	
}
.panel.panel4 .heading {
    margin: 0;
    position: absolute;
    width: 100%;
    display: block;
    padding: 10px 30px;
    background: #dc422e;
    color: #ffffff;
    font-size: 32px;
    height: 70px;
    text-align: right;
}
.panel.panel4 .heading:after {
	font-family: FontAwesome;
	content: '\f04b';
	font-size: 20px;
	margin: 0;
	position: absolute;
	right: 35px;
	bottom: -21px;
	 font-style: normal;
	 color: #dc422e;
	 -moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.panel.panel4 h2 {
    margin-top: 100px;
    padding: 15px;
    height: 150px;
    font-size: 23px;
    line-height: 33px;
    text-transform: uppercase;
	color: white;
}

.panel.panel5 {
	margin: 20px 0px 0px 0px;
    padding: 0px;
    background: #61BCE2;
    color: #4A4A4A;
	position: relative;
	border-radius: 0;
	
}
.panel.panel5 .heading {
    margin: 0;
    position: absolute;
    width: 100%;
    display: block;
    padding: 10px 30px;
    background: #0896d4;
    color: #ffffff;
    font-size: 32px;
    height: 70px;
    text-align: right;
}
.panel.panel5 .heading:after {
	font-family: FontAwesome;
	content: '\f04b';
	font-size: 20px;
	margin: 0;
	position: absolute;
	right: 40px;
	bottom: -21px;
	 font-style: normal;
	 color: #0896d4;
	 -moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.panel.panel5 h2 {
    margin-top: 100px;
    padding: 15px;
    height: 150px;
    font-size: 23px;
    line-height: 33px;
    text-transform: uppercase;
	color: white;
}


.panel.panel6{
	margin: 20px 0px 0px 0px;
    padding: 0px;
    background: #888787;
    position: relative;
	border-radius: 0;
}
.panel.panel6 .heading {
    margin: 0;
    position: absolute;
	bottom: 0;
    width: 100%;
    display: block;
    padding: 10px 30px;
    background: #4A4A4A;
    color: #ffffff;
    font-size: 32px;
    height: 70px;
    text-align: right;
}
.panel.panel6 .heading:after {
	font-family: FontAwesome;
	content: '\f04b';
	font-size: 20px;
	margin: 0;
	position: absolute;
	right: 43px;
	top: -21px;
	 font-style: normal;
	 color: #4A4A4A;
	 -moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.panel.panel6 h2 {
    margin-bottom: 90px;
    padding: 15px;
    height: 150px;
    font-size: 23px;
    line-height: 33px;
	text-align: right;
	color: white;
	text-transform: uppercase;
}

a.panel-link {opacity: 0.87; display: block; text-decoration: none;}
a.panel-link:hover {opacity: 1; display: block; text-decoration: none;}


.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* MENUS */

.sm,
.sm ul,
.sm li {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: normal;
    direction: ltr
}
ul.sm li {
    position: relative
}
ul.sm a {
    position: relative;
    display: block
}
ul.sm ul {
    position: absolute;
    top: -999999px;
    left: -800px;
    width: 100px
}
ul.sm li {
    float: left
}
ul.sm ul li {
    float: none
}
ul.sm a {
    white-space: nowrap
}
ul.sm ul a {
    white-space: normal
}
.sm ul.sm-nowrap>li>a {
    white-space: nowrap
}
ul.sm:after {
    content: "\00a0";
    display: block;
    height: 0;
    font: 0/0 serif;
    clear: both;
    visibility: hidden;
    overflow: hidden
}
* html ul.sm {
    height: 1px
}
*:first-child+html ul.sm {
    min-height: 1px
}
ul.sm li *,
ul.sm li *:before,
ul.sm li *:after {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}
ul.sm {
    -webkit-tap-highlight-color: transparent
}

#scrollUp {
  bottom: 0px;
  right: 40px;
  width: 50px;
  height: 50px;
  font-size: 22px;
  line-height: 33px;
  background-color: #e6ae48;
  color: #fff;
  text-align: center;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
}

#scrollUp:hover {
  background: #D4252A;
}

#scrollUp i {
  position: relative;
  top: 7px;
  left: -1px;
}

footer{
	margin-top: 50px; 
	background: #F3F3F3; 
	width: 100%;   
	padding: 100px 0px 0px 0px;
}

#me-footer p,
.footer-list {
  font-family: "Open Sans", sans-serif;
  color: #9d9d9d;
}

.footer-list {
  margin-bottom: 0;
}
.footer-list a {
  color: #9d9d9d;
}
.footer-list a:hover {
  color: #D4252A;
}

.footer-info-container {
  border-top: 1px solid #d7d7d7;
  color: #b3b3b3;
  padding: 22px 0;
  margin-top: 60px;
}
.footer-info-container p {
  font-size: 13px;
  margin-bottom: 0;
  display: inline-block;
  padding: 4px 0;
}

.logo-footer-container {
  float: right;
}
.logo-footer-container img {
  width: 100px;
  /* height: 34px; */
  margin-top: -15px;
}

/* COLORS */

::selection {
  background-color: #d4252a; }

::-moz-selection {
  background-color: #d4252a; }

#me-header.header-style1 .me-menu a.active,
#me-header.header-style1 .me-menu a.current,
#me-header.header-style1 .me-menu a:hover,
#me-header.header-style1 .me-menu a:focus,
#me-header.header-style1 .me-menu a:active,
#me-header.header-style1 .me-menu a.highlighted {
  background-color: #d4252a; }


.me-menu a:focus,
.me-menu a:active,
.me-menu a.highlighted,
.me-menu a.active,
.me-menu a.current,
.me-menu a.current:hover,
.me-menu a.current:focus,
.me-menu a.current:active, .me-menu ul a:hover,
.me-menu ul a:focus,
.me-menu ul a:active,
.me-menu ul a.highlighted
{
  color: #ff0000; }


#me-header.header-transparent .me-menu a.active,
#me-header.header-transparent .me-menu a.current,
#me-header.header-transparent .me-menu a:hover,
#me-header.header-transparent .me-menu a:focus,
#me-header.header-transparent .me-menu a:active,
#me-header.header-transparent .me-menu a.highlighted {
  color: white; 

  }
#me-header.header-style1 .me-menu ul a.active,
#me-header.header-style1 .me-menu ul a.current,
#me-header.header-style1 .me-menu ul a:hover,
#me-header.header-style1 .me-menu ul a:focus,
#me-header.header-style1 .me-menu ul a:active,
#me-header.header-style1 .me-menu ul a.highlighted {
  color: #d4252a !important; }

#me-header.header-style2 .me-menu a.active, #me-header.header-style2 .me-menu a.current, #me-header.header-style2 .me-menu a:hover, #me-header.header-style2 .me-menu a:focus, #me-header.header-style2 .me-menu a:active, #me-header.header-style2 .me-menu a.highlighted,
#me-header.header-style4 .me-menu a.active,
#me-header.header-style4 .me-menu a.current,
#me-header.header-style4 .me-menu a:hover,
#me-header.header-style4 .me-menu a:focus,
#me-header.header-style4 .me-menu a:active,
#me-header.header-style4 .me-menu a.highlighted {
  color: #d4252a; }

.header-style3#me-header .header-under-container {
    top: -160px;
    position: relative;
}

.oldie .header-style3#me-header .header-under-container {
    background-color: #a6a6a2;
    top: 25px;
    position: relative;
	left: 0px;
	padding-left: 20px;
}

.menuBackground {
  background: rgba(112, 112, 112, 0.85);
  margin-top: 40px;
  display: block;
  width: 100%;
  z-index: 999;
  position: absolute;
  height: 40px;
  }

.me-menu span.scroll-up:hover span.scroll-up-arrow:after,
.me-menu span.scroll-down:hover span.scroll-down-arrow:after {
  color: #ff9191; }

.me-menu a:hover span.sub-arrow:after,
.me-menu a:focus span.sub-arrow:after,
.me-menu a:active span.sub-arrow:after,
.me-menu a.highlighted span.sub-arrow:after {
  color: #ff0000; }

.button.button-border {
  border: 1px solid #d4252a;
  color: #d4252a; }

.me-panel.fold:before {
  border-color: #f6f6f6 #dd0000 #f6f6f6 #f6f6f6; }


@media only screen and (max-width: 959px) {
  #me-header.header-style1 .me-menu a.active,
  #me-header.header-style1 .me-menu a.current,
  #me-header.header-style1 .me-menu a:hover,
  #me-header.header-style1 .me-menu a:focus,
  #me-header.header-style1 .me-menu a:active,
  #me-header.header-style1 .me-menu a.highlighted {
    color: #d4252a !important; } 
}

.menu {padding: 0;float: none !important;}

.menu-button {
position: relative;
  display: block;
  padding: 5px 20px;
  background: #D42326;
  color: #FFFFFF;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-family: Arial;
  font-size: 20px;
  width: 100%;
    text-transform: uppercase;
  margin: 0; }
  .menu-button.one-page {
    position: fixed;
    top: 0;
    right: 5%;
    padding-right: 45px; }
  .menu-button .touch-button {
    background: transparent;
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center; }
  .menu-button .touch-button .navicon {
		font-size: 12px;
		position: relative;
		top: 2px;
		color: #FFF;
  }
	  
	nav{
	  padding: 0px;
	  width: 100%;
	  z-index: 9998;
	  position: relative;
	  left: 0px;
	}

@media all and (min-width: 767px) {
#menu2.me-menu .caret {
    opacity: 1;
}
.memberLogout {
    position: absolute;
    right: -10px;
    top: -35px;    
}
    

    
    #me-header.header-transparent .me-menu a.active,
#me-header.header-transparent .me-menu a.current,
#me-header.header-transparent .me-menu a:hover,
#me-header.header-transparent .me-menu a:focus,
#me-header.header-transparent .me-menu a:active,
#me-header.header-transparent .me-menu a.highlighted {
  color: #4C4C4C; 
  background: white;
  }
    
	.footer-contact {margin-top: 0; text-align: right;}
	
	ul.footer-social-menu li a {
   width: 90px;
    display: block;
    height: 55px;
    text-align: center;
    line-height: 55px;
	font-size: 55px;
	color: #888787;
}

	.container {
	padding-left: 7px
	}
 #me-header.header-style3 .menu-container {  
	position: absolute; 
	padding-left: 20px; 
	top: 30px;
 }
	
  nav{
	  padding: 0px;
	  width: 100%;
	  z-index: 9998;
	  position: relative;
	  left: 180px;
	  
  }  
  
  nav.menu-container{
	  padding: 0px;
	  width: 100%;
	  z-index: 9999999!important;
	  position: relative;
	  left: 0px;
	  
  }  
 
  .menu-button {display: none; } 
}
	



/* Notebook */
@media only screen and (max-width: 1280px) {

}

	  }
/* Tablet Landscape */
@media only screen and (max-width: 1024px) {

}
/* Tablet Portrait */
@media only screen and (min-width: 768px) and (max-width: 959px) {

  .me-menu {
    padding-right: 0; }

 .me-panel {
    margin: 38px 0 !important;
	padding: 10px!important;	
  }

}

/* Mobile Landscape */
@media only screen and (min-width: 480px) and (max-width: 767px) {

  #me-header {
    height: auto;
    min-height: 170px;
  padding: 0px 0px 20px 0px;
	}

  #me-header + #slideshow-container {
    margin-top: 0; }

  #me-header.header-style3 .header-upper-info {
  display: block;
  position: relative;
  width: 100%;
  padding: 0!important;
  }
  #me-header.header-style3 .header-upper-container {
    padding-bottom: 18px; }

	#me-header.header-style3 .header-upper-container {
  background: none;
  margin-bottom: 0px; 
  padding-bottom: 0px;
}

  #me-header.header-style3 .header-under-container {
	  top: 30px;
 }

  .logo-container {
    padding-top: 22px; }

  .menu-container {
    width: 100%;
    display: block;
    padding: 0px!important; }

  #menu {
display: block;
  width: 100% !important;
  padding: 0;}
}
/* Mobile Portrait */
@media only screen and (min-width: 0px) and (max-width: 479px) {

  #me-header {
    height: auto;
    min-height: 170px;
  padding: 0px 0px 20px 0px;
	}

  #me-header + #slideshow-container {
    margin-top: 0; }

  #me-header.header-style3 .header-upper-info {
  display: block;
  position: relative;
  width: 100%;
  padding: 0!important;
  }
  #me-header.header-style3 .header-upper-container {
    padding-bottom: 18px; }

	#me-header.header-style3 .header-upper-container {
  background: none;
  margin-bottom: 0px; 
  padding-bottom: 0px;
}

  #me-header.header-style3 .header-under-container {
	  top: 30px;
 }
.me-menu ul.sm-nowrap li a {
  color: black;
  }
  .logo-container {
    padding-top: 22px;
    text-align: center;
    display: block; }

  .menu-container {
  display: block!important;
  position: relative;
  width: 100%;
  padding: 0!important;
  margin-top: 20px;}


.me-menu:not(.me-menu-vertical)>li>a {
  padding-left: 9px;
  padding-right: 9px;
}


}

  
 /* MAIN MENU */
  
#menu2.me-menu {
    padding: 0 12px;
    background: transparent;
}


#menu2.me-menu ul {
    padding: 0px;
    background: #fff;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border:  none;
}
#menu2.me-menu ul ul {
    border: none;
}
#menu2.me-menu-vertical {
    padding: 10px 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
#menu2.me-menu-vertical>li>ul:before, #menu2.me-menu-vertical>li>ul:after {
    display: none;
}
#menu2.me-menu a {
    padding: 12px 7px;
    color: #C4C4C4;
    font-size: 0.83em;
    line-height: 17px;
    font-family: arial, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: normal;
}
#menu2.me-menu a:hover, #menu2.me-menu a:focus, #menu2.me-menu a:active, #menu2.me-menu a.highlighted {
    color: #ffffff;
}
#menu2.me-menu-vertical a:hover, #menu2.me-menu-vertical a:focus, #menu2.me-menu-vertical a:active, #menu2.me-menu-vertical a.highlighted {
    background: #ffffff;
}
#menu2.me-menu-vertical a, #menu2.me-menu ul a {
    padding: 7px 15px;
}
#menu2.me-menu-vertical a.has-submenu, #menu2.me-menu ul a.has-submenu {
    padding-right: 40px;
	color: #444444
}
#menu2.me-menu ul a {
    font-size: 11px;
}
#menu2.me-menu ul a:hover, #menu2.me-menu ul a:focus, #menu2.me-menu ul a:active, #menu2.me-menu ul a.highlighted {
    color: #f7c468;
    background: #fff;
}
#menu2.me-menu a.active, #menu2.me-menu a.current, #menu2.me-menu a.current:hover, #menu2.me-menu a.current:focus, #menu2.me-menu a.current:active {
    color: #f7c468;
}
#menu2.me-menu a span.sub-arrow {
    top: 50%}
#menu2.me-menu a span.sub-arrow:after {
    width: 0px;
    height: 0px;
    font-size: 10px;
    right: -7px;
    float: right;
    position: relative;
}
#menu2.me-menu a:hover span.sub-arrow:after, #menu2.me-menu a:focus span.sub-arrow:after, #menu2.me-menu a:active span.sub-arrow:after, #menu2.me-menu a.highlighted span.sub-arrow:after {
    color: #ffffff;
}
#menu2.me-menu-vertical a span.sub-arrow, #menu2.me-menu ul a span.sub-arrow {
    top: 50%}
#menu2.me-menu-vertical a span.sub-arrow:after, #menu2.me-menu ul a span.sub-arrow:after {
    width: 0px;
    height: 0px;
    font-size: 10px;
    right: -20px;
    float: right;
    position: relative;
    font-family: "FontAwesome";
    font-style: normal;
    color: #7b7b7b;
    font-size: 14px;
    content: "\f105"}
#menu2.me-menu span.scroll-up, #menu2.me-menu span.scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #fff;
    height: 20px;
}
#menu2.me-menu span.scroll-up:hover, #menu2.me-menu span.scroll-down:hover {
    background: #eee;
}
#menu2.me-menu span.scroll-up-arrow, #menu2.me-menu span.scroll-down-arrow {
    position: absolute;
    left: 50%;
    top: 50%}
#menu2.me-menu span.scroll-up-arrow:after, #menu2.me-menu span.scroll-down-arrow:after {
    top: -5px;
    left: -6px;
    float: right;
    width: 0px;
    height: 0px;
    font-size: 10px;
    position: relative;
    font-family: "FontAwesome";
    font-style: normal;
    color: #7b7b7b;
    font-size: 14px;
    content: "\f106"}
#menu2.me-menu span.scroll-up:hover span.scroll-up-arrow:after {
    color: #f7c468;
}
#menu2.me-menu span.scroll-down-arrow:after {
    top: -5px;
    float: right;
    width: 0px;
    height: 0px;
    font-size: 10px;
    position: relative;
    font-family: "FontAwesome";
    font-style: normal;
    color: #7b7b7b;
    font-size: 14px;
    content: "\f107"}
#menu2.me-menu span.scroll-down:hover span.scroll-down-arrow:after {
    color: #f7c468;
}
#menu2.me-menu, #menu2.me-menu>li.mega-menu {
    font-family: "Arimo", sans-serif;
    color: #7b7b7b;
    position: static !important;
}
#menu2.me-menu>li.mega-menu a:before, #menu2.me-menu>li.mega-menu a:after, #menu2.me-menu>li.mega-menu a.highlighted:before, #menu2.me-menu>li.mega-menu a.highlighted:after {
    -webkit-transition: all 4s ease-in-out;
    -moz-transition: all 4s ease-in-out;
    transition: all 4s ease-in-out;
    opacity: 0;
}
#menu2.me-menu>li>ul.mega-menu {
    margin-right: 19px !important;
    margin-left: 19px !important;
    right: 0 !important;
    padding: 0 !important;
    width: auto !important;
    max-width: none !important;
}
#menu2.me-menu>li>ul.mega-menu:before {
    display: none;
}
#menu2.me-menu>li>ul.mega-menu:after {
    display: none;
}
#menu2.me-menu .mega-menu-container {
    padding: 10px 19px;
    float: left;
    text-align: left;
    display: block;
    width: auto;
}
#menu2.me-menu .mega-menu-container .column, #menu2.me-menu .mega-menu-container .columns {
    padding-left: 0;
    padding-right: 0;
}
#menu2.me-menu .mega-menu-sub-content {
    padding: 0px;
    font-family: "Open Sans",  sans-serif;
}
#menu2.me-menu .mega-menu-title {
    font-weight: bold;
    font-size: 14px;
    padding: 13px 0px;
    display: block;
}
#menu2.me-menu .mega-menu-list {
    top: 0;
    left: 0;
    padding: 0;
    width: 100%;
    position: relative;
    border: none;
    box-shadow: none;
    display: block;
}
#menu2.me-menu .mega-menu-list a {
    padding: 5px 0 5px 5px;
}
@media screen and (max-width: 850px) {
    #menu2.me-menu: not(#menu2.me-menu-vertical)>li>a {
    padding-left: 8px;
    padding-right: 25px;
}
#menu2.me-menu:not(#menu2.me-menu-vertical)>li>a.has-submenu {
    padding-right: 25px;
}
}
@media screen and (max-width: 767px) {
#me-header.header-style3 .me-menu {
  float: none;
margin-top: 19px;
}
    #menu2.me-menu a span.sub-arrow {
    top: 50%}
#menu2.me-menu a span.sub-arrow:after {
    background: red !important;
    width: 0px;
    height: 0px;
    font-size: 10px;
    float: right;
    position: relative;
    top: 0;
    font-family: "FontAwesome";
    font-style: normal;
    color: #BBBBBB;
    font-size: 14px;
    content: "\f107"}
ul#menu2.me-menu {
    width: auto !important;
}
ul#menu2.me-menu a {
    transition: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
}
ul#menu2.me-menu ul {
    display: none;
    position: static !important;
    top: auto !important;
    left: auto !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
}
ul#menu2.me-menu>li {
    float: none;
    clear: both;
}
ul#menu2.me-menu>li>a, ul#menu2.me-menu ul.sm-nowrap>li>a {
    white-space: normal;
}
ul#menu2.me-menu iframe {
    display: none;
}
#menu2.me-menu {
    padding: 0;
}
#menu2.me-menu ul {
    border: 0;
    padding: 0;
    background: #fff;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#menu2.me-menu ul ul {
    border: none;
}
#menu2.me-menu>li>ul:before, #menu2.me-menu>li>ul:after {
    display: none;
}
#menu2.me-menu a {
    padding: 13px 5px 13px 13px !important;
    background: transparent !important;
}
#menu2.me-menu ul a {
  border-left: 8px solid transparent;
  color: black;
}
#menu2.me-menu ul ul a {
    border-left: 16px solid transparent;
}
#menu2.me-menu ul ul ul a {
    border-left: 24px solid transparent;
}
#menu2.me-menu ul ul ul ul a {
    border-left: 32px solid transparent;
}
#menu2.me-menu ul ul ul ul ul a {
    border-left: 40px solid transparent;
}
#menu2.me-menu>li>ul.mega-menu {
    margin-right: 0px !important;
    margin-left: 0px !important;
}
#menu2.me-menu>li>ul.mega-menu>li {
    clear: both;
}
#menu2.me-menu .mega-menu-container {
    padding-top: 0px;
    padding-bottom: 0px;
}
#menu2.me-menu .mega-menu-container {
    padding: 0;
}
#menu2.me-menu .mega-menu-sub-content {
    padding: 0px 28px 13px;
}
#menu2.me-menu .mega-menu-title {
    padding: 13px 28px 13px 28px;
}
#menu2.me-menu .mega-menu-list li:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
#menu2.me-menu .mega-menu-list li a:hover, #menu2.me-menu .mega-menu-list li a:focus, #menu2.me-menu .mega-menu-list li a:active {
    color: #f7c468 !important;
}
#menu2.me-menu>li.mega-menu a:hover:before, #menu2.me-menu>li.mega-menu a:focus:before, #menu2.me-menu>li.mega-menu a:active:before, #menu2.me-menu>li.mega-menu a.highlighted:before {
    display: none;
}
#menu2.me-menu>li.mega-menu a:hover:after, #menu2.me-menu>li.mega-menu a:focus:after, #menu2.me-menu>li.mega-menu a:active:after, #menu2.me-menu>li.mega-menu a.highlighted:after {
    display: none;
}
#menu2.me-menu a span.sub-arrow:after, #menu2.me-menu ul a span.sub-arrow:after {
    right: 20px;
}
#menu2.me-menu ul a span.sub-arrow:after {
    font-family: "FontAwesome";
    font-style: normal;
    color: #7b7b7b;
    font-size: 14px;
    content: "\f107"}
#menu2.me-menu a.highlighted span.sub-arrow:after {
    font-family: "FontAwesome";
    font-style: normal;
    color: #7b7b7b;
    font-size: 14px;
    content: "\f106"}
#menu2.me-menu li {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}
#menu2.me-menu>li:first-child {
    border-top: 0;
}
}

.RadWindow_Default .rwTopLeft, .RadWindow_Default .rwTopRight, .RadWindow_Default .rwTitlebar, .RadWindow_Default .rwFooterLeft, .RadWindow_Default .rwFooterRight, .RadWindow_Default .rwFooterCenter, .RadWindow_Default .rwTopResize, .RadWindow_Default .rwStatusbar div, .RadWindow_Default .rwStatusbar, .RadWindow_Default .rwPopupButton, .RadWindow_Default .rwPopupButton span, .RadWindow_Default.rwMinimizedWindow .rwCorner {
    background-image: none!important;
}
.RadWindow_Default .rwBodyLeft, .RadWindow_Default .rwBodyRight, .RadWindow_Default .rwStatusbarRow .rwCorner {
    background-image: none!important;
}
.rwContentRow td {
    padding: 0;
}

.GenericPopupBody {font-family: Arial, sans-serif!important;}

.sliderPhoto{max-height: 360px; width: 600px;}



#sliderRS {
    width: 100%;
    background: #FFFFFF;
    padding-top: 30px!important;
}
  
.menu-button {
 visibility: hidden;
}

@media screen and (max-width: 767px) {  
.menu-button {
 visibility: visible;
}

.dropnav {
    -webkit-transform-style: preserve-3d;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    max-height: 0;
	    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
	}
.dropnav.dropnav-show {
    max-height: 2000px;
    opacity: 1;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
 }
  
@media only screen and (max-width: 767px) 
{ 
	.show-for-small, .show-for-medium-down, .hide-for-medium, .hide-for-large, .hide-for-large-up, .hide-for-xlarge { display: block !important; }
	.hide-for-small, .show-for-medium, .show-for-medium-down, .show-for-large, .show-for-large-up, .show-for-xlarge { display: none !important; }
	.sliderPhoto {width: 100%;}
}

@media (min-width: 1200px)
 {
  .menu-container {
    padding-left: 30px;
  }
  #menu2.me-menu a {
    padding: 12px 13px;
  }
}



@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}

#me-header.header-style3 .me-menu .memberLogout a:hover, #me-header.header-transparent .me-menu .memberLogout a:focus, #me-header.header-transparent .me-menu .memberLogout a:active {
    color: #cccccc !important;
    background: none!important;
    outline: none;
    border: none;
}



    #skiptocontent a{
        padding: 10px;
        position: absolute;
         top: -40px;
        left:0px;
        color:white;
        border: none;
        border-bottom-right-radius:8px;
        background:transparent;
        -webkit-transition:top 1s ease-out, background 1s linear;
        transition:top 1s ease-out, background 1s linear;
        z-index:100;
       
    }

#skiptocontent a:focus {
        position:absolute;
        left:0px;
        top:0px;
        background:#BF1722;
        outline:0;
        -webkit-transition:top .1s ease-in, background .5s linear;
        transition:top .1s ease-in, background .5s linear;
     text-decoration: none;
    }   