/* 
    Created on : 03/07/2014, 1:07:15 AM
    Author     : Charles
*/

html {
    margin: 0;
}
html,


body {
    padding: 0;
    margin: 0;
    -webkit-text-size-adjust: none;
    /*font: 20px/1.5em "GillSans-Light", "GillSans", Helvetica, Calibri, sans-serif; */    
    font-family: "Arial Unicode MS", Arial, Helvetica, sans-serif;
    color: #464646;
}
body {
    padding-top: 50px;
}
body * {
    -webkit-font-smoothing: antialiased;
}
body,
article,
nav {
    min-width: 320px;
}
/* Default Fonts */
@font-face {
    font-family: 'PFDinTextCondProLightRegular';
    src: url('/fonts/pfdintextcondpro-lightweb.eot');
    src: url('/fonts/pfdintextcondpro-lightweb.eot?#iefix') format('embedded-opentype'), url('../fonts/pfdintextcondpro-lightweb.woff') format('woff'), url('/fonts/pfdintextcondpro-lightweb.ttf') format('truetype'), url('/fonts/pfdintextcondpro-lightweb.svg#PFDinTextCondProLightRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PFDinTextCondProRegular';
    src: url('/fonts/pfdintextcondpro-regularweb.eot');
    src: url('/fonts/pfdintextcondpro-regularweb.eot?#iefix') format('embedded-opentype'), url('/fonts/pfdintextcondpro-regularweb.woff') format('woff'), url('/fonts/pfdintextcondpro-regularweb.ttf') format('truetype'), url('/fonts/pfdintextcondpro-regularweb.svg#PFDinTextCondProRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Universal Styles */
/* Vender Methods */
/* End Vender Methods */
.clear {
    clear: both;
}
.block {
    display: block;
}
p {
    -webkit-transition: font-size 0.5s ease-out;
    -moz-transition: font-size 0.5s ease-out;
    -o-transition: font-size 0.5s ease-out;
    transition: font-size 0.5s ease-out;
    font-weight: 200;
}
select {
    display: none;
}
nav {
    background-color: #F9C816;
    height: 78px;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
}
nav h1 {
    margin: 16px 0 0 20px;
    display: inline-block;
    text-align: left !important;
    font-weight: normal !important;
}
nav h1 > a {
    font: bold 20pt/1em 'Gill Sans', 'Gill Sans MT', Calibri, HelveticaNeue, sans-serif !important;
    color: #fff;
    font-weight: normal !important;
    text-decoration: none;
    text-transform: none !important;
    text-align: left !important;
    margin: 0;
    padding: 0;
    position: relative;
    display: block;
    text-indent: -1111111em;
    width: auto;
    height: 60px;
    width: 241px;
    background: transparent url(../../images/login/logo4.gif) no-repeat;
    background-position: top left;
    background-size: auto 50px;
}
nav ul,
nav li {
    list-style: none;
}

nav ul > li > a {
    color: #fff;
    text-decoration: none;
    margin-left: 20px;
    font-size: 11pt;
    text-transform: uppercase;
    font-family: "Arial Unicode MS", Arial, Helvetica, sans-serif;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    padding: 2px 10px;
}
nav #desktopMenu ul + ul > li > a {
    font-size: 9pt;
}
nav ul > li > a:hover,
nav ul > li > a.selected {
    color: #f4f2f0;
    background-color: #e2865c;
}
.menu {
    position: absolute;
    top: 0;
    right: 0;
}
.menu.hide {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    height: 0;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
#mobileMenu {
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.hide #mobileMenu {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}
#mobileMenu > ul {
    margin: 5px 0 0 0;
    padding: 0;
}
.button {
    width: 262px;
    margin: 0 auto;
    background-color: #8dc464;
    padding: 14px 13px;
    color: #fff;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    font-size: 20pt;
    font-weight: 400;
    border: solid 3px #e8ffe1;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, HelveticaNeue, sans-serif !important;
}
.button:hover {
    background-color: #82b852;
}
/* Slideout Menu */
.slideout {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 20px 40px;
    padding: 0;
    z-index: 100;
    position: fixed;
    top: 78px;
    left: 0;
    bottom: 0;
    right: 280px;
    width: 280px;
    -webkit-transform: translate3d(-280px, 0, 0);
    transform: translate3d(-280px, 0, 0);
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    background-color: #FDFDFD;
    border-right: solid 1px #ccc;
}
.slideout > section {
    height: 100%;
    overflow: auto;
}
.slideout.show {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
#revealMenu2 {
    position: absolute;
    top: 10px;
    right: -60px;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.slideout.show #revealMenu2 {
    right: 10px;
}
.slideout ul:focus,
.slideout li:focus,
.slideout a:focus {
    outline: none;
}
.slideout ul,
.slideout li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.slideout > section > ul {
    margin-top: 0;
}
.slideout > section > ul > li > a {
    font-size: 18px;
    text-decoration: none;
    color: #969699;
    background-color: #f7f7f7;
    text-transform: uppercase;
    display: block;
    padding: 10px 16px;
    border-bottom: solid 1px #cccccc;
    -webkit-text-stroke: 0.35px;
    -webkit-font-smoothing: antialiased;
}
.slideout > section > ul {
    background-color: #f7f7f7;
}
.slideout > section > ul > li > a:hover,
.slideout > section > ul > li > a.selected {
    background-color: #fff;
    color: #333333;
}
.hasSubmenu > ul {
    border-bottom: solid 1px #cccccc;
    display: none;
}
.slideout > section > ul > li > a.selected + ul {
    display: block;
}
.hasSubmenu > ul > li > a {
    display: block;
    padding: 0 16px 0 20px;
    text-decoration: none;
    background-color: #fff;
    color: #000;
    font-size: 16px !important;
    line-height: 30px;
    -webkit-text-stroke: 0.35px;
    -webkit-font-smoothing: antialiased;
}
.hasSubmenu > ul > li > a:hover,
.hasSubmenu > ul > li > a.selected {
    color: #e2865c;
}
.hasSubmenu > ul > li > a:active {
    color: #993300;
}
.submenu > li {
    height: 30px;
}
#seeDemoInFooter {
    display: none;
}
footer {
    position: relative;
    min-height: 378px;
    padding: 14px 20px 20px;
    background-color: #57534e;
    padding-bottom: 20px;
    clear: both;
    box-sizing: border-box;
}
footer * {
    text-align: center;
    color: #dbdbdb;
}
footer > div {
    position: relative;
    height: 100px;
}
footer > h2 {
    font-size: 44pt;
    font-family: PFDinTextCondProLightRegular, 'Segoe UI Light', 'HelveticaNeue-Light', sans-serif;
    margin-bottom: 32px !important;
    text-transform: uppercase;
}
footer > h3 {
    text-transform: none;
    font: normal 24pt/30pt 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif !important;
    font-weight: 200 !important;
}
#notice {
    left: 20px;
    text-align: left;
    bottom: 20px;
}
footer > h3 {
    text-transform: none;
}
#social-links {
    padding: 0;
    margin: 0 auto;
}
#social-links > li {
    display: inline-block;
    list-style: none;
}
#social-links > li a {
    display: block;
    width: 32px;
    height: 28px;
}
#social-links > li a:hover {
    background-position: left -28px;
}
a#facebook {
    background-image: url(/images/facebook.png);
}
a#twitter {
    background-image: url(/images/twitter.png);
}
a#google {
    background-image: url(/images/google.png);
}
a#email {
    background-image: url(/images/email.png);
}
/* End Universal Styles */
@media only screen and (min-width: 320px) and (max-width: 479px) {
    footer > h3 {
        font-size: 13pt !important;
        line-height: 16pt !important;
    }
}
@media only screen and (min-width: 480px) and (max-width: 580px) {
    footer > h3 {
        font-size: 16pt !important;
        line-height: 24pt !important;
    }
}
/* Phone Styles */
@media only screen and (min-width: 320px) and (max-width: 640px) {
    html,
    body {
        padding: 0;
        margin: 0;
        -webkit-text-size-adjust: none;
        font: 12pt/1.5em "GillSans-Light", "GillSans", Helvetica, Calibri, sans-serif;
        color: #464646;
    }
    #seeDemoInFooter {
        font-size: 14pt !important;
    }
}
@media only screen and (max-width: 767px) {
    body {
        padding-top: 25px;
    }
    .menu {
        position: static;
    }
    .button {
        font-size: 16pt;
        width: 200px;
    }
    #download {
        display: none;
    }
    #seeDemoInFooter {
        display: block;
    }
    footer > h2 {
        font-size: 28pt;
        font-weight: 100 !important;
        -webkit-font-smoothing: antialiased !important;
    }
    footer > h3 {
        font: normal 24pt/30pt;
    }
    footer p a,
    footer p span {
        font-size: 13pt;
        line-height: 15pt !important;
    }
}
/* Tablet Styles */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    select {
        display: block;
    }
    #download {
        display: none;
    }
    #seeDemoInHeader {
        display: block;
    }
    #seeDemoInFooter {
        display: block;
    }
    footer > h2 {
        font-size: 40pt;
        font-weight: 200 !important;
        -webkit-font-smoothing: antialiased !important;
    }
    footer > h3 {
        font-size: 18pt !important;
        line-height: 22pt !important;
        -webkit-font-smoothing: antialiased !important;
        font-weight: 100 !important;
    }
    .slideout {
        top: 78px;
    }
    .slideoutButton {
        top: 5px;
        height: 30px;
        width: 30px;
        right: -40px;
    }
}
@media only screen and (max-width: 1024px) {
    #social-links > li {
        margin-right: 20px !important;
    }
    #social-links > li:last-of-type {
        margin-right: none;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1136px) {

}
/* Desktop Styles */
@media only screen and (min-width: 1025px) {
    footer > h3 {
        max-width: 800px;
        margin: 0 auto 32px auto;
    }
    #needHelp h2 {
        font-family: PFDinTextCondProLightRegular, 'Segoe UI Light', 'HelveticaNeue Light', sans-serif;
        font-size: 56px;
        text-transform: uppercase;
    }
    #needHelp > section > div {
        margin-right: 426px;
        margin-top: 105px;
    }
    #needHelp > section > img {
        height: 400px;
        bottom: 0;
        right: 0px;
        position: absolute;
    }
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
    ul.list,
    ul.list > li {
        padding-left: 0;
        margin-left: 10px;
    }
}
@media all and (max-width: 767px) {
    body {
        font: 12pt/1.5em "GillSans-Light", "GillSans", Helvetica, Calibri, sans-serif;
    }
    #mobileMenu {
        background-color: #F9C816;
        padding-bottom: 16px;
    }
    #desktopMenu {
        display: none;
    }
    #revealMenu {
        background-image: url(../images/menu.svg);
        background-size: 100% 100%;
        background-position: center center;
        background-repeat: no-repeat;
        height: 30px;
        width: 30px;
        float: right;
        margin: 6px 15px 0 0;
    }
    #mobileMenu.block {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    nav {
        height: 45px;
    }
    nav h1 {
        margin: 6px 0 0 15px;
    }
    nav h1 a {
        height: 34px;
        background-size: auto 34px;
    }
    .slideout {
        top: 45px;
    }
}
@media all and (min-width: 768px) {
    .menu {
        margin-right: 20px;
        margin-top: 5px;
    }
    #mobileMenu {
        display: none;
    }
    #desktopMenu {
        display: block;
    }
    nav ul {
        height: 32px;
        padding: 0 !important;
        margin: 0 !important;
        float: right;
    }
    nav ul:last-of-type {
        clear: both;
    }
    nav ul,
    nav li {
        display: inline-block;
        list-style: none;
    }
    .menu.hide {
        -webkit-transform: scaleY(1) !important;
        transform: scaleY(1) !important;
        height: auto !important;
    }
}
@media all and (max-width: 1023px) {
    #revealMenu2 {
        display: block;
        background-color: #fff;
        border: solid 1px #ccc;
        background-image: url(../images/menuLeft.svg);
        background-size: 100% 100%;
        background-position: center center;
        background-repeat: no-repeat;
        height: 26px;
        width: 30px;
        float: right;
        margin: 0 15px 0 0;
    }
    .slideout.show #revealMenu2 {
        border: none;
        background-color: transparent;
    }
}
@media all and (min-width: 1024px) {
    .slideout {
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
    }
    #revealMenu {
        display: none;
    }
}


.wrapper-dropdown {
    /* Size and position */
    position: relative; /* Enable absolute positioning for children and pseudo elements */
    width: 200px;
    padding: 10px;
    margin: 0 auto;

    /* Styles */
    background: #9bc7de;
    color: #fff;
    outline: none;
    cursor: pointer;

    /* Font settings */
    font-weight: bold;
}

.wrapper-dropdown:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -6px;
    border-width: 6px 0 6px 6px;
    border-style: solid;
    border-color: transparent #fff;    
}
.wrapper-dropdown-1 .dropdown {
    /* Size & position */
    position: absolute;
    top: 100%;
    left: 0; /* Size */
    right: 0; /* Size */

    /* Styles */
    background: #fff;
    font-weight: normal; /* Overwrites previous font-weight: bold; */

    /* Hiding */
    opacity: 0;
    pointer-events: none;
}
.wrapper-dropdown-1 .dropdown li a {
    display: block;
    text-decoration: none;
    color: #9e9e9e;
    padding: 10px 20px;
}

/* Hover state */
.wrapper-dropdown-1 .dropdown li:hover a {
    background: #f3f8f8;
}
/* Active state */
.wrapper-dropdown-1.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}

.wrapper-dropdown-1.active:after {
    border-color: #9bc7de transparent;
    border-width: 6px 6px 0 6px ;
    margin-top: -3px;
}

.wrapper-dropdown-1.active {
    background: #9bc7de;
    background: linear-gradient(to right, #9bc7de 0%, #9bc7de 78%, #ffffff 78%, #ffffff 100%);
}           



