@import url("//fonts.googleapis.com/css?family=Open+Sans:400,300,700");
/*! normalize.css http://github.com/necolas/normalize.css */
/* =============================================================================
HTML5 display definitions
========================================================================== */
/*
* Corrects block display not defined in IE6/7/8/9 & FF3
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block; }

/*
* Corrects inline-block display not defined in IE6/7/8/9 & FF3
*/
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1; }

/*
* Prevents modern browsers from displaying 'audio' without controls
*/
audio:not([controls]) {
    display: none; }

/*
* Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
* Known issue: no IE6 support
*/
[hidden] {
    display: none; }

/* =============================================================================
Base
========================================================================== */
/*
* 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
*  http://clagnut.com/blog/348/#c790
* 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
*  www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
*/
html {
    font-size: 100%;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 2 */ }

/*
* Addresses font-family inconsistency between 'textarea' and other form elements.
*/
html,
button,
input,
select,
textarea {
    font-family: sans-serif; }

/*
* Addresses margins handled incorrectly in IE6/7
*/
body {
    margin: 0; }

/* =============================================================================
Links
========================================================================== */
/*
* Addresses outline displayed oddly in Chrome
*/
a:focus {
    outline: thin dotted; }

/*
* Improves readability when focused and also mouse hovered in all browsers
* people.opera.com/patrickl/experiments/keyboard/test
*/
a:hover,
a:active {
    outline: 0; }

/* =============================================================================
Typography
========================================================================== */
/*
* Addresses font sizes and margins set differently in IE6/7
* Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
*/
h1 {
    font-size: 2em;
    margin: 0; }

h2 {
    font-size: 1.5em;
    margin: 0; }

h3 {
    font-size: 1.17em;
    margin: 0; }

h4 {
    font-size: 1em;
    margin: 0; }

h5 {
    font-size: 0.83em;
    margin: 0; }

h6 {
    font-size: 0.75em;
    margin: 0; }

/*
* Addresses styling not present in IE7/8/9, S5, Chrome
*/
abbr[title] {
    border-bottom: 1px dotted; }

/*
* Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/
b,
strong {
    font-weight: bold; }

blockquote {
    margin: 1em 40px; }

/*
* Addresses styling not present in S5, Chrome
*/
dfn {
    font-style: italic; }

/*
* Addresses styling not present in IE6/7/8/9
*/
mark {
    background: #ff0;
    color: #000; }

/*
* Addresses margins set differently in IE6/7
*/
p,
pre {
    margin: 1em 0; }

/*
* Corrects font family set oddly in IE6, S4/5, Chrome
* en.wikipedia.org/wiki/User:Davidgothberg/Test59
*/
pre,
code,
kbd,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em; }

/*
* Improves readability of pre-formatted text in all browsers
*/
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word; }

/*
* 1. Addresses CSS quotes not supported in IE6/7
* 2. Addresses quote property not supported in S4
*/
/* 1 */
q {
    quotes: none; }

/* 2 */
q:before,
q:after {
    content: '';
    content: none; }

small {
    font-size: 75%; }

/*
* Prevents sub and sup affecting line-height in all browsers
* gist.github.com/413930
*/
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }

sup {
    top: -0.5em; }

sub {
    bottom: -0.25em; }

/* =============================================================================
Lists
========================================================================== */
/*
* Addresses margins set differently in IE6/7
*/
dl,
menu,
ol,
ul {
    margin: 1em 0; }

dd {
    margin: 0 0 0 40px; }

/*
* Addresses paddings set differently in IE6/7
*/
menu,
ol,
ul {
    padding: 0 0 0 40px; }

/*
* Corrects list images handled incorrectly in IE7
*/
nav ul,
nav ol {
    list-style: none;
    list-style-image: none; }

/* =============================================================================
Embedded content
========================================================================== */
/*
* 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
* 2. Improves image quality when scaled in IE7
*  code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
*/
img {
    border: 0;
    /* 1 */
    -ms-interpolation-mode: bicubic;
    /* 2 */ }

/*
* Corrects overflow displayed oddly in IE9
*/
svg:not(:root) {
    overflow: hidden; }

/* =============================================================================
Figures
========================================================================== */
/*
* Addresses margin not present in IE6/7/8/9, S5, O11
*/
figure {
    margin: 0; }

/* =============================================================================
Forms
========================================================================== */
/*
* Corrects margin displayed oddly in IE6/7
*/
form {
    margin: 0; }

/*
* Define consistent border, margin, and padding
*/
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }

/*
* 1. Corrects color not being inherited in IE6/7/8/9
* 2. Corrects text not wrapping in FF3
* 3. Corrects alignment displayed oddly in IE6/7
*/
legend {
    border: 0;
    /* 1 */
    padding: 0;
    white-space: normal;
    /* 2 */
    *margin-left: -7px;
    /* 3 */ }

/*
* 1. Corrects font size not being inherited in all browsers
* 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
* 3. Improves appearance and consistency in all browsers
*/
button,
input,
select,
textarea {
    font-size: 100%;
    /* 1 */
    margin: 0;
    /* 2 */
    vertical-align: baseline;
    /* 3 */
    *vertical-align: middle;
    /* 3 */ }

/*
* Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
*/
button,
input {
    line-height: normal;
    /* 1 */ }

/*
* 1. Improves usability and consistency of cursor style between image-type 'input' and others
* 2. Corrects inability to style clickable 'input' types in iOS
* 3. Removes inner spacing in IE7 without affecting normal text inputs
*  Known issue: inner spacing remains in IE6
*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    /* 1 */
    -webkit-appearance: button;
    /* 2 */
    *overflow: visible;
    /* 3 */ }

/*
* Re-set default cursor for disabled elements
*/
button[disabled],
input[disabled] {
    cursor: default; }

/*
* 1. Addresses box sizing set to content-box in IE8/9
* 2. Removes excess padding in IE8/9
* 3. Removes excess padding in IE7
Known issue: excess padding remains in IE6
*/
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
    *height: 13px;
    /* 3 */
    *width: 13px;
    /* 3 */ }

/*
* 1. Addresses appearance set to searchfield in S5, Chrome
* 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
*/
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box; }

/*
* Removes inner padding and search cancel button in S5, Chrome on OS X
*/
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none; }

/*
* Removes inner padding and border in FF3+
* www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0; }

/*
* 1. Removes default vertical scrollbar in IE6/7/8/9
* 2. Improves readability and alignment in all browsers
*/
textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */ }

/* =============================================================================
Tables
========================================================================== */
/*
* Remove most spacing between table cells
*/
table {
    border-collapse: collapse;
    border-spacing: 0; }

/* ==========================================================================
Resets
========================================================================== */
*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

/* Prevent any object from being highlighted upon touch event*/
* {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    /* For some Androids */ }

ul {
    padding: 0; }

*:focus, a:focus {
    outline: none; }

img:not([alt=""]) {
    font-size: 0; }

/**/
img {
    display: block;
    max-width: 100%;
    height: auto; }

/* Android stock browser won't let you set font-size smaller than 8px unless you apply this. */
:root {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none; }

/* Then set touch-action to avoid touch delay on mobile IE */
html {
    -ms-touch-action: manipulation;
    touch-action: manipulation; }

button,
input,
select,
textarea {
    font-size: 1em;
    /* 1 */ }

/*
* Apply no display to elements with the hidden attribute.
* IE 9 and 10 support.
*/
*[hidden] {
    display: none !important; }

/* ==========================================================================
Typography

/* body
========================================================================== */
html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

body,
input,
textarea,
keygen,
select,
button {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif; }

body {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.65; }

/* elements
========================================================================== */
a, a:visited, a:hover, a:active {
    text-decoration: none;
    color: inherit; }

h2, h3 {
    font-weight: 500; }

h2 {
    font-size: 1.8em; }

h3 {
    font-size: 1.2em; }

/* Body
========================================================================== */
body {
    margin: 0;
    padding: 0;
    background-color: #f1ece5;
    color: #8d7e6b; }

.field {
    display: block;
    margin-bottom: .6em;
    font-size: 0.9em; }

label {
    display: block;
    font-weight: 700;
    color: #8d7e6b;
    width: 100%; }
    
label[for=donotstay] {
    font-weight: normal;
    }

.hint {
    margin-top: -.5em;
    font-size: .9em;
    color: #8d7e6b; }

.errorMessage {
    display: block;
    color: #f44336;
    font-size: .9em;
    margin-top: -.5em; }

.errorMessage:empty,
.hint:empty {
    display: none; }

input[type="text"],
input[type="password"] {
    border: 1px solid #e0d9d0;
    background-color: white;
    border-radius: .4em;
    color: #433f3a;
    vertical-align: middle;
    width: 100%;
    padding: .7em;
    outline: none;
    font-weight: normal;
    resize: none;
    margin-bottom: 7px; }
input[type="text"][readonly="readonly"], input[type="text"][readonly], input[type="text"]:disabled,
input[type="password"][readonly="readonly"],
input[type="password"][readonly],
input[type="password"]:disabled {
    color: #7a7269;
    border-color: #f4f2ef;
    user-select: none;
    cursor: default; }
input[type="text"]:disabled,
input[type="password"]:disabled {
    color: #b8a892; }
input[type="text"]:focus,
input[type="password"]:focus {
    border-color: #95c2ef; }
input[type="text"].valid,
input[type="password"].valid {
    border-bottom-color: green; }
input[type="text"].invalid,
input[type="password"].invalid {
    border-bottom-color: red; }
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder {
    color: #bab0a4; }
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder {
    color: #bab0a4; }
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder {
    color: #bab0a4; }
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder {
    color: #bab0a4; }
input[type="text"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder {
    color: #bab0a4; }

input[type="submit"], button, .button, .button:visited {
    border: 1px solid #e0d9d0;
    background-color: white;
    border-radius: .4em;
    user-select: none;
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    height: 2.7em;
    font-size: 1.2em;
    width: 100%;
    line-height: 2.7em;
    text-align: center;
    vertical-align: middle;
    padding: 0 1.2em;
    white-space: nowrap;
    position: relative;
    margin-right: .7em;
    margin-top: .6em;
    background-color: #579ee6; }
input[type="submit"]:disabled, button:disabled, .button:disabled {
    cursor: default;
    background-color: #cdc2b3 !important; }
input[type="submit"]:hover, input[type="submit"]:focus, button:hover, button:focus, .button:hover, .button:focus {
    background-color: #2b84df;
    color: white !important;
    }
input[type="submit"]:active, button:active, .button:active {
    background-color: #1c6bbb; }

input[type="checkbox"] + label {
    display: inline;
    vertical-align: middle;
    user-select: none;
    cursor: pointer; }

.container {
    width: 360px;
    padding: 0 20px;
    margin: 0 auto; }
@media screen and (min-width: 320px) and (max-width: 599px) {
    .container {
        width: 300px;
        padding: 0 10px; } }

.logoSection {
    height: 100px;
    width: 100%;
    background-color: #ffffff;
    display: block; }
.logoSection .logo {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 100px;
    width: 100%;
    display: block; }

.loginSection h2 {
    text-align: center;
    padding: 40px 0 30px; }
.loginSection .forgotPassword {
    float: right;
    font-size: 1em;
    color: #8d7e6b; }
.loginSection .secureTip {
    display: block;
    font-size: .8em;
    line-height: 1.2em;
    color: #bab0a4;
    padding: 15px 0 50px; }
.loginSection .secureTip:before {
    content: "";
    width: 27px;
    height: 27px;
    display: inline-block;
    margin-right: 5px;
    float: left;
    background-image: url("data:image/svg+xml;base64, PHN2ZyB2ZXJzaW9uPSIxLjEiDQoJIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOmE9Imh0dHA6Ly9ucy5hZG9iZS5jb20vQWRvYmVTVkdWaWV3ZXJFeHRlbnNpb25zLzMuMC8iDQoJIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMTZweCIgaGVpZ2h0PSIyMS44cHgiIHZpZXdCb3g9IjAgMCAxNiAyMS44IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxNiAyMS44OyINCgkgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojMjMxRjIwO30NCjwvc3R5bGU+DQo8ZGVmcz4NCjwvZGVmcz4NCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xNC41LDguOWMtMC40LTAuMS0wLjYtMC4zLTAuNi0wLjdWNi4xYzAtMy4yLTIuNS02LTUuNy02LjFjLTMuMy0wLjEtNiwyLjYtNiw1LjlsMCwyLjNjMCwwLjQtMC4zLDAuNi0wLjcsMC43DQoJQzAuNiw5LDAsOS43LDAsMTAuNnY5LjVjMCwwLjksMC44LDEuNywxLjcsMS43aDEyLjZjMC45LDAsMS43LTAuOCwxLjctMS43di05LjVDMTYsOS43LDE1LjMsOSwxNC41LDguOXogTTQuOSw1LjgNCgljMC0xLjcsMS40LTMuMSwzLjItM0M5LjgsMi45LDExLDQuMywxMSw2djIuMmMwLDAuNC0wLjMsMC43LTAuNywwLjdINS43Yy0wLjQsMC0wLjctMC4zLTAuNy0wLjdWNS44eiIvPg0KPC9zdmc+");
    background-position: center;
    background-repeat: no-repeat;
    opacity: .2; }
.signupSection {
    text-align: center;
    display: block;
    background-color: #579ee6;
    color: white;
    position: relative;
    overflow: hidden;
    padding: 10px 0;
}
.signupSection:before {
    content: "";
    width: 562px;
    height: 400px;
    display: block;
    background-position-x: -25px;
    background-image: url("data:image/svg+xml;base64, PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMTAwJSAxMDAlIj48ZGVmcz48cGF0dGVybiBpZD0iTmV3X1BhdHRlcm5fMyIgZGF0YS1uYW1lPSJOZXcgUGF0dGVybiAzIiB3aWR0aD0iMTEyLjUiIGhlaWdodD0iOTkiIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiIHZpZXdCb3g9IjAgMCAxMTIuNSA5OSI+PHJlY3Qgd2lkdGg9IjExMi41IiBoZWlnaHQ9Ijk5IiBzdHlsZT0iZmlsbDpub25lIi8+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTEyOC4yMyw2NS4yM2ExMS4zNSwxMS4zNSwwLDAsMC04LjY4LTEuMTJoMEwxMTUsNjUuMzVsLTEuMjEtNC41OGgwYTExLjM3LDExLjM3LDAsMCwwLTE0LTguMDcsMTEuNTQsMTEuNTQsMCwwLDAtOC4xMywxNC4wN2w3LDI2Ljg4LDI2Ljc3LTcuMzlhMTEuNTQsMTEuNTQsMCwwLDAsOC4xMy0xNC4wNywxMS4zNSwxMS4zNSwwLDAsMC01LjMxLTdtMS42NC0yLjg0YTE0LjU0LDE0LjU0LDAsMCwxLDYuODMsOC45NCwxNC44NCwxNC44NCwwLDAsMS0xMC40NCwxOC4wOUw5OS40OSw5Ni44YTMuMjUsMy4yNSwwLDAsMS00LTIuMzJsLTctMjYuODdBMTQuODQsMTQuODQsMCwwLDEsOTguOTQsNDkuNTJhMTQuNjEsMTQuNjEsMCwwLDEsMTgsMTAuMzhoMGwwLjM3LDEuNDIsMS40MS0uMzhoMGExNC41NCwxNC41NCwwLDAsMSwxMS4xNSwxLjQ0aDBaIi8+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTcyLDExNC43M2ExMS4zNSwxMS4zNSwwLDAsMC04LjY4LTEuMTJoMGwtNC41NywxLjI0LTEuMjEtNC41OGgwYTExLjM3LDExLjM3LDAsMCwwLTE0LTguMDcsMTEuNTQsMTEuNTQsMCwwLDAtOC4xMywxNC4wN2w3LDI2Ljg4LDI2Ljc3LTcuMzlhMTEuNTQsMTEuNTQsMCwwLDAsOC4xMy0xNC4wNywxMS4zNSwxMS4zNSwwLDAsMC01LjMxLTdtMS42NC0yLjg0YTE0LjU0LDE0LjU0LDAsMCwxLDYuODMsOC45NEExNC44NCwxNC44NCwwLDAsMSw3MCwxMzguOTJMNDMuMjQsMTQ2LjNhMy4yNSwzLjI1LDAsMCwxLTQtMi4zMmwtNy0yNi44N0ExNC44NCwxNC44NCwwLDAsMSw0Mi42OSw5OWExNC42MSwxNC42MSwwLDAsMSwxOCwxMC4zOGgwTDYxLDExMC44M2wxLjQxLS4zOGgwYTE0LjU0LDE0LjU0LDAsMCwxLDExLjE1LDEuNDRoMFoiLz48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNMTUuNzMsNjUuMjNhMTEuMzUsMTEuMzUsMCwwLDAtOC42OC0xLjEySDdMMi40OCw2NS4zNSwxLjI3LDYwLjc3aDBhMTEuMzUsMTEuMzUsMCwwLDAtNS4zMS03LDExLjM1LDExLjM1LDAsMCwwLTguNjgtMS4xMiwxMS40OSwxMS40OSwwLDAsMC03LDUuMzYsMTEuNDksMTEuNDksMCwwLDAtMS4xNyw4LjcxbDcsMjYuODgsMjYuNzctNy4zOUExMS41NCwxMS41NCwwLDAsMCwyMSw3Mi4xOGExMS4zNSwxMS4zNSwwLDAsMC01LjMxLTdtMS42NC0yLjg0YTE0LjU0LDE0LjU0LDAsMCwxLDYuODMsOC45NEExNC44NCwxNC44NCwwLDAsMSwxMy43Niw4OS40MkwtMTMsOTYuOGEzLjI1LDMuMjUsMCwwLDEtMi40OS0uMzIsMy4yNSwzLjI1LDAsMCwxLTEuNTItMmwtNy0yNi44N2ExNC43MywxNC43MywwLDAsMSwxLjUtMTEuMTksMTQuNzMsMTQuNzMsMCwwLDEsOC45NS02LjlBMTQuNTQsMTQuNTQsMCwwLDEtMi40LDUxLDE0LjU0LDE0LjU0LDAsMCwxLDQuNDIsNTkuOWgwTDQuOCw2MS4zM2wxLjQxLS4zOGgwYTE0LjU0LDE0LjU0LDAsMCwxLDExLjE1LDEuNDRoMFoiLz48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNOTcsMzJhMTEuMzUsMTEuMzUsMCwwLDAsOC42OCwxLjEyaDBsNC41Ny0xLjI0LDEuMjEsNC41OGgwYTExLjM3LDExLjM3LDAsMCwwLDE0LDguMDcsMTEuNTQsMTEuNTQsMCwwLDAsOC4xMy0xNC4wN2wtNy0yNi44OEw5OS43OCwxMC45NUExMS41NCwxMS41NCwwLDAsMCw5MS42NSwyNSwxMS4zNSwxMS4zNSwwLDAsMCw5NywzMm0tMS42NCwyLjg0YTE0LjU0LDE0LjU0LDAsMCwxLTYuODMtOC45NEExNC44NCwxNC44NCwwLDAsMSw5OC45NCw3Ljc5TDEyNS43LDAuNGEzLjI1LDMuMjUsMCwwLDEsNCwyLjMybDcsMjYuODdhMTQuODQsMTQuODQsMCwwLDEtMTAuNDUsMTguMDksMTQuNjEsMTQuNjEsMCwwLDEtMTgtMTAuMzhoMGwtMC4zNy0xLjQyLTEuNDEuMzhoMGExNC41NCwxNC41NCwwLDAsMS0xMS4xNS0xLjQ0aDBaIi8+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTcyLDE1LjczYTExLjM1LDExLjM1LDAsMCwwLTguNjgtMS4xMmgwbC00LjU3LDEuMjQtMS4yMS00LjU4aDBhMTEuMzcsMTEuMzcsMCwwLDAtMTQtOC4wN0ExMS41NCwxMS41NCwwLDAsMCwzNS40LDE3LjI2bDcsMjYuODgsMjYuNzctNy4zOWExMS41NCwxMS41NCwwLDAsMCw4LjEzLTE0LjA3LDExLjM1LDExLjM1LDAsMCwwLTUuMzEtN20xLjY0LTIuODRhMTQuNTQsMTQuNTQsMCwwLDEsNi44Myw4Ljk0QTE0Ljg0LDE0Ljg0LDAsMCwxLDcwLDM5LjkyTDQzLjI0LDQ3LjNhMy4yNSwzLjI1LDAsMCwxLTQtMi4zMmwtNy0yNi44N0ExNC44NCwxNC44NCwwLDAsMSw0Mi42OSwwYTE0LjYxLDE0LjYxLDAsMCwxLDE4LDEwLjM4aDBMNjEsMTEuODNsMS40MS0uMzhoMGExNC41NCwxNC41NCwwLDAsMSwxMS4xNSwxLjQ0aDBaIi8+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTQwLjcxLDgxLjQ4YTExLjM1LDExLjM1LDAsMCwwLDguNjgsMS4xMmgwTDU0LDgxLjM2bDEuMjEsNC41OGgwYTExLjM3LDExLjM3LDAsMCwwLDE0LDguMDcsMTEuNTQsMTEuNTQsMCwwLDAsOC4xMy0xNC4wN2wtNy0yNi44OEw0My41Myw2MC40NUExMS41NCwxMS41NCwwLDAsMCwzNS40LDc0LjUyYTExLjM1LDExLjM1LDAsMCwwLDUuMzEsN20tMS42NCwyLjg0YTE0LjU0LDE0LjU0LDAsMCwxLTYuODMtOC45NEExNC44NCwxNC44NCwwLDAsMSw0Mi42OSw1Ny4yOUw2OS40NSw0OS45YTMuMjUsMy4yNSwwLDAsMSw0LDIuMzJsNywyNi44N0ExNC44NCwxNC44NCwwLDAsMSw3MCw5Ny4xOCwxNC42MSwxNC42MSwwLDAsMSw1Miw4Ni44aDBsLTAuMzctMS40Mi0xLjQxLjM4aDBhMTQuNTQsMTQuNTQsMCwwLDEtMTEuMTUtMS40NGgwWiIvPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik0tMTUuNTQsMzJBMTEuMzUsMTEuMzUsMCwwLDAtNi44NiwzMy4xaDBsNC41Ny0xLjI0LDEuMjEsNC41OGgwYTExLjM3LDExLjM3LDAsMCwwLDE0LDguMDdBMTEuNTQsMTEuNTQsMCwwLDAsMjEsMzAuNDRsLTctMjYuODgtMjYuNzcsNy4zOWExMS40OSwxMS40OSwwLDAsMC03LDUuMzZBMTEuNDksMTEuNDksMCwwLDAtMjAuODUsMjVhMTEuMzUsMTEuMzUsMCwwLDAsNS4zMSw3bS0xLjY0LDIuODRBMTQuNTQsMTQuNTQsMCwwLDEtMjQsMjUuODhhMTQuNzIsMTQuNzIsMCwwLDEsMS41LTExLjIsMTQuNzMsMTQuNzMsMCwwLDEsOC45NC02LjlMMTMuMiwwLjRhMy4yNSwzLjI1LDAsMCwxLDQsMi4zMmw3LDI2Ljg3QTE0Ljg0LDE0Ljg0LDAsMCwxLDEzLjc1LDQ3LjY4YTE0LjYxLDE0LjYxLDAsMCwxLTE4LTEwLjM4aDBMLTQuNiwzNS44OC02LDM2LjI2aDBhMTQuNTQsMTQuNTQsMCwwLDEtMTEuMTUtMS40NGgwWiIvPjwvcGF0dGVybj48L2RlZnM+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6dXJsKCNOZXdfUGF0dGVybl8zKSIvPjwvc3ZnPg==");
    opacity: .075;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(25deg);
}
.signupSection .button {
    background-color: #2b84df;
}
.signupSection .button:hover, .signupSection .button:focus {
    background-color: #1c6bbb;
}
.signupSection h3 {
    padding: 10px 0;
}
.signupSection h3:last-child {
    opacity: .7;
}
.footerSection {
    display: block;
    font-size: .8em;
    text-align: center;
    padding: 60px 0 40px;
}
.footerSection .wsLogo {
    font-size: 1.2em;
    display: inline-block;
    text-decoration: none;
    margin: 30px 0;
}
.footerSection .wsLogo img {
    height: 30px;
    display: block;
    top: 8px;
    position: relative;
}

.facebookButton, .facebookButton:visited {
    color: #FFFFFF;
    background-color: #4267b2;
    margin-bottom: 20px;
}