/* #####################################################################################################
   MOBILEMENU
   ##################################################################################################### */

/*--- standard variables ---*/
/*--- overwrite variables with the variable from a theme ---*/
/* #####################################################################################################
   This stylesheet is used for theme specific variables
   ##################################################################################################### */
/* #####################################################################################################
   This stylesheet is used for theme specific variables
   ##################################################################################################### */
/*--- media queries. When using responsive ---*/
/*--- custom class functions ---*/
/*----- Default functions -----*/
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*----- CSS3 Animation functions -----*/
/*--- standard variables ---*/
/*--- overwrite variables with the variable from a theme ---*/
/* #####################################################################################################
   This stylesheet is used for theme specific variables
   ##################################################################################################### */
/* #####################################################################################################
   This stylesheet is used for theme specific variables
   ##################################################################################################### */
/*--- media queries. When using responsive ---*/
/*--- custom class functions ---*/
/*----- Default functions -----*/
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*----- CSS3 Animation functions -----*/
#mobileNav {
  display: none;
}
@media only screen and (max-width: 1179px) {
  #mobileNavHeader {
    position: absolute;
    top: 0;
    left: 46px;
    display: block;
    height: 45px;
    width: -38%;
  }
  #mobileNavHeader ul li {
    display: inline-block;
    height: 45px;
  }
  #mobileNavHeader ul li a {
    color: white;
    font-size: 15px;
    line-height: 45px;
    padding-left: 20px;
  }
  #Form1 {
    width: 100%;
    overflow: hidden;
    background-color: #fafafa;
  }
  #globalNav {
    display: none;
  }
  #header {
    -webkit-transition: transform 400ms ease;
    -moz-transition: transform 400ms ease;
    -o-transition: transform 400ms ease;
    transition: transform 400ms ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -ms-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
  #mobileNav {
    position: fixed;
    opacity: 0;
    display: none;
    z-index: 1;
    color: white;
    background-color: #00252f;
    top: 0;
    left: 0;
    height: 100%;
    width: 270px;
    overflow-x: hidden;
    -webkit-transition: transform, opacity 400ms ease-in-out;
    -moz-transition: transform, opacity 400ms ease-in-out;
    -ms-transition: transform, opacity 400ms ease-in-out;
    -o-transition: transform, opacity 400ms ease-in-out;
    transition: transform, opacity 400ms ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-overflow-scrolling: touch;
  }
  #mobileNav:before {
    content: "";
    display: block;
    background: #003948;
    width: 100%;
    height: 45px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 4;
  }
  #mobileNav a {
    color: white;
  }
  .mobileNavOpen #mobileNav {
    opacity: 1;
    overflow-y: auto;
    display: block;
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
  .mobileNavOpen #mobileNav .mobilePanel,
  .mobileNavOpen #mobileNav .mobilePanel.active {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -o-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
  .mobileNavClosing #mobileNav {
    display: block;
    -webkit-animation: mobileNavClosing 400ms forwards;
    -moz-animation: mobileNavClosing 400ms forwards;
    -ms-animation: mobileNavClosing 400ms forwards;
    -o-animation: mobileNavClosing 400ms forwards;
    animation: mobileNavClosing 400ms forwards;
  }
  #mobileNav.parentClick li.more > a {
    padding-right: 30%;
  }
  #mobileNav .mobilePanel {
    display: none;
    font-size: 15px;
    line-height: 22px;
    padding-bottom: 30px;
    position: relative;
    z-index: 5;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  #mobileNav .mobilePanel.active {
    display: block;
    -webkit-animation: fadeIn 300ms;
    -moz-animation: fadeIn 300ms;
    -ms-animation: fadeIn 300ms;
    -o-animation: fadeIn 300ms;
    animation: fadeIn 300ms;
    -webkit-transform: translate(-30px);
    -moz-transform: translate(-30px);
    -o-transform: translate(-30px);
    -ms-transform: translate(-30px);
    transform: translate(-30px);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  #mobileNav .mobilePanel.slideIn {
    opacity: 0;
  }
  .mobileNavOpen #mobileNav .mobilePanel.slideIn {
    -webkit-transform: translate3d(-170px, 0px, 0px);
    -moz-transform: translate3d(-170px, 0px, 0px);
    -o-transform: translate3d(-170px, 0px, 0px);
    -ms-transform: translate3d(-170px, 0px, 0px);
    transform: translate3d(-170px, 0px, 0px);
  }
  #mobileNav .mobilePanel.slideOut {
    opacity: 0;
  }
  .mobileNavOpen #mobileNav .mobilePanel.slideOut {
    -webkit-transform: translate3d(170px, 0px, 0px);
    -moz-transform: translate3d(170px, 0px, 0px);
    -o-transform: translate3d(170px, 0px, 0px);
    -ms-transform: translate3d(170px, 0px, 0px);
    transform: translate3d(170px, 0px, 0px);
  }
  #mobileNav .mobilePanel #optionLinks {
    font-size: 13px;
    line-height: 45px;
    background: #003948;
  }
  #mobileNav .mobilePanel #optionLinks:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    *zoom: 1;
  }
  #mobileNav .mobilePanel #optionLinks:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    *zoom: 1;
  }
  #mobileNav .mobilePanel #optionLinks li {
    float: left;
    width: 40%;
    margin: 0;
    padding: 0 0 0 10%;
    text-align: left;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -ms-touch-action: manipulation;
    touch-action: manipulation;
  }
  #mobileNav .mobilePanel #optionLinks li:nth-child(even) {
    text-align: right;
    padding: 0 10% 0 0;
  }
  #mobileNav .mobilePanel #optionLinks li a {
    font-size: 15px;
    color: white;
    padding: 0;
    border-bottom: none;
    height: 45px;
    line-height: 45px;
    text-transform: uppercase;
  }
  #mobileNav .mobilePanel #optionLinks li .panelBack:after {
    content: '';
    height: 0;
    width: 0;
    border-right: 7px solid white;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    position: absolute;
    top: 50%;
    left: -16px;
    margin-top: -4px;
  }
  #mobileNav .mobilePanel #optionLinks li .panelHome {
    background: transparent url(../../../images/IconSpriteMain.png) no-repeat 88px 12px;
    background-size: 48px 470px;
  }
  #mobileNav .mobilePanel .panelTitle {
    position: relative;
    color: white;
    display: block;
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
    padding: 15px;
    margin: 0 5%;
    border-bottom: 1px solid #003948;
  }
  #mobileNav .mobilePanel .title {
    display: block;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 20px 10px 20px;
    color: white;
  }
  #mobileNav .mobilePanel .column {
    margin-top: 25px;
  }
  #mobileNav .mobilePanel a {
    padding: 15px;
    display: block;
    position: relative;
    font-size: 15px;
    text-transform: capitalize;
  }
  #mobileNav .mobilePanel ul li {
    position: relative;
    width: 90%;
    margin: 0 5%;
  }
  #mobileNav .mobilePanel ul li > a {
    border-bottom: 1px solid #003948;
  }
  #mobileNav .mobilePanel ul li > a:active {
    background: #003948;
  }
  #mobileNav .mobilePanel ul li.more > a {
    background: url(../../../images/arrowRight.png) no-repeat 95% center;
  }
  #mobileNav .mobilePanel ul li.active > a {
    text-decoration: underline;
  }
  #mobileNav .mobilePanel ul li .nextPanel {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 25%;
    height: 100%;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    z-index: 10;
    cursor: pointer;
  }
  #mobileNav .mobilePanel ul li .nextPanel:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 8px;
    width: 26px;
    height: 26px;
    margin-top: -13px;
    background: #f0f0f0;
    -webkit-border-top-right-radius: 50%;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 50%;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  #mobileNav .mobilePanel ul li .nextPanel:after {
    content: '';
    height: 0;
    width: 0;
    border-left: 4px solid white;
    border-bottom: 3px solid transparent;
    border-top: 3px solid transparent;
    position: absolute;
    top: 50%;
    right: 19px;
    margin: -3px 0 0 -2px;
  }
  #mobileNav .mobilePanel ul li ul {
    padding: 0;
  }
  #mobileNav #LoggedOutOptions,
  #mobileNav #LoggedInOptions {
    font-size: 13px;
    line-height: 45px;
    background: #003948;
  }
  #mobileNav #LoggedOutOptions:after,
  #mobileNav #LoggedInOptions:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    *zoom: 1;
  }
  #mobileNav #LoggedOutOptions:after,
  #mobileNav #LoggedInOptions:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    *zoom: 1;
  }
  #mobileNav #LoggedOutOptions li,
  #mobileNav #LoggedInOptions li {
    float: left;
    width: 40%;
    padding: 0 0 0 10%;
    margin: 0;
    text-align: left;
  }
  #mobileNav #LoggedOutOptions li:nth-child(even),
  #mobileNav #LoggedInOptions li:nth-child(even) {
    text-align: right;
    padding: 0 10% 0 0;
  }
  #mobileNav #LoggedOutOptions li.account,
  #mobileNav #LoggedInOptions li.account {
    float: none;
    width: auto;
    padding: 10px 30px 0 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: none;
  }
  #mobileNav #LoggedOutOptions li a,
  #mobileNav #LoggedInOptions li a {
    font-size: 15px;
    color: white;
    padding: 0;
    border-bottom: none;
    height: 45px;
    line-height: 45px;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #pageContainer {
    position: relative;
    background: white;
    z-index: 2;
    width: 100%;
    padding: 45px 0 0 0;
    overflow: hidden;
    -webkit-transition: transform 400ms ease;
    -moz-transition: transform 400ms ease;
    -o-transition: transform 400ms ease;
    transition: transform 400ms ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .mobileNavOpen #pageContainer,
  .mobileNavOpen #header {
    -webkit-transform: translate3d(270px, 0, 0) scale3d(1, 1, 1);
    -moz-transform: translate3d(270px, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(270px, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(270px, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(270px, 0, 0) scale3d(1, 1, 1);
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.no-csstransforms3d.mobileNavOpen #pageContainer,
.no-csstransforms3d.mobileNavOpen #header {
  margin-left: 270px;
}
.blink {
  background: #003948;
}
/*Animations
---------------------------------------------------------------------- */

/*fadeIn*/

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*fadeOut*/

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*mobileNavClosing*/

@keyframes mobileNavClosing {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
@-moz-keyframes mobileNavClosing {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
@-webkit-keyframes mobileNavClosing {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
@-ms-keyframes mobileNavClosing {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
@-o-keyframes mobileNavClosing {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
