/* Global Reset & Standards ---------------------- */
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    height: 100%;
}

body {
    background: white;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #999;
    position: relative;
    -webkit-font-smoothing: antialiased;
    height: 100%;
}

/* Links ---------------------- */
a img {
    border: none;
}

a {
    color: #008dce;
    text-decoration: none;
    line-height: inherit;
}

a:hover {
    color: #045cb6;
}

a:focus {
    color: #045cb6;
}

p a, p a:visited {
    line-height: inherit;
}

/* Base Type Styles Using Modular Scale ---------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    font-size: 14px;
    direction: ltr;
}

p {
    font-family: inherit;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 17px;
}

p.index-lead {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
    color: #222;
}

@media only screen and (min-width: 768px) {
    p.index-lead .button {
        margin-left: 40px;
    }
}

p.lead {
    font-size: 17.5px;
    line-height: 1.6;
    margin-bottom: 17px;
}

p.small {
    font-size: 12px;
    line-height: 1.4;
}

p.date {
    color: #444;
}

p.latest-news {
    margin-bottom: 8px;
}

aside p {
    font-size: 13px;
    line-height: 1.35;
    font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Ubuntu", Helvetica, Arial, sans-serif;
    color: #222222;
    text-rendering: optimizeLegibility;
    line-height: 1.1;
    margin-bottom: 14px;
    margin-top: 14px;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    color: #6f6f6f;
    line-height: 0;
}

h1 {
    font-size: 36px;
    font-weight: 500;
}

h2 {
    font-size: 30px;
    font-weight: 500;
}

h3 {
    font-size: 24px;
    font-weight: 500;
    color: #222;
}

h4 {
    font-size: 18px;
    font-weight: 500;
}

h5 {
    font-size: 16px;
    font-weight: 500;
}

h6 {
    font-size: 14px;
    font-weight: 500;
}

hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 22px 0 21px;
    height: 0;
}

.subheader {
    line-height: 1.3;
    color: #6f6f6f;
    font-weight: 300;
    margin-bottom: 17px;
}

em, i, .italic {
    font-style: italic;
    line-height: inherit;
    font-weight: inherit;
}

.italic-bold {
    font-style: italic;
    line-height: inherit;
    font-weight: 600;
}

strong, b {
    font-weight: 700;
    line-height: inherit;
    color: #008dce;
}

.bold {
    font-weight: 500;
    line-height: inherit;
}

small {
    font-size: 12px;
    line-height: inherit;
}

code {
    font-weight: 700;
    background: #ffff99;
}

.display-block {
    display: block;
}

/* Lists ---------------------- */
ul, ol, dl {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 17px;
    list-style-position: outside;
    margin-left: 20px;
}

ul li ul, ul li ol {
    margin-left: 20px;
    margin-bottom: 0;
}

ul.square, ul.circle, ul.disc {
    margin-left: 17px;
}

ul.square {
    list-style-type: square;
}

ul.square li ul {
    list-style: inherit;
}

ul.circle {
    list-style-type: circle;
}

ul.circle li ul {
    list-style: inherit;
}

ul.disc {
    list-style-type: disc;
}

ul.disc li ul {
    list-style: inherit;
}

ul.no-bullet {
    list-style: none;
    margin-left: 0;
}

ul.large li {
    line-height: 36px;
}

ol {
    margin-left: 20px;
}

ol li ul, ol li ol {
    margin-left: 20px;
    margin-bottom: 0;
}

ul.lower-alpha {
    list-style: lower-alpha;
}

/* Print styles.  Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/ Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
.print-only {
    display: none !important;
}

/* Requires globals.css */
/* Standard Forms ---------------------- */
form {
    margin: 0 0 19.41641px;
}

.row form .row {
    margin: 0 -6px;
}

.row form .row .column, .row form .row .columns {
    padding: 0 6px;
}

.row form .row.collapse {
    margin: 0;
}

.row form .row.collapse .column, .row form .row.collapse .columns {
    padding: 0;
}

label {
    font-size: 14px;
    color: #4d4d4d;
    cursor: pointer;
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
}

label.right {
    float: none;
    text-align: right;
}

label.inline {
    line-height: 32px;
    margin: 0 0 12px 0;
}

.prefix, .postfix {
    display: block;
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    height: 32px;
    line-height: 31px;
}

a.button.prefix, a.button.postfix {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

span.prefix, span.postfix {
    background: #f2f2f2;
    border: 1px solid #cccccc;
}

.prefix {
    left: 2px;
    -moz-border-radius-topleft: 2px;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    overflow: hidden;
}

.postfix {
    right: 2px;
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
    background-color: white;
    font-family: inherit;
    border: 1px solid #cccccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-size: 14px;
    margin: 0 0 20px 0;
    padding: 10px;
    height: 50px;
    width: 100%;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

input[type="text"].oversize, input[type="password"].oversize, input[type="date"].oversize, input[type="datetime"].oversize, input[type="email"].oversize, input[type="number"].oversize, input[type="search"].oversize, input[type="tel"].oversize, input[type="time"].oversize, input[type="url"].oversize, textarea.oversize {
    font-size: 17px;
    padding: 4px 6px;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus {
    background: #e6f3fa;
    border-color: #b3b3b3;
}

input[type="text"][disabled], input[type="password"][disabled], input[type="date"][disabled], input[type="datetime"][disabled], input[type="email"][disabled], input[type="number"][disabled], input[type="search"][disabled], input[type="tel"][disabled], input[type="time"][disabled], input[type="url"][disabled], textarea[disabled] {
    background-color: #ddd;
}

textarea {
    height: auto;
}

select {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}

/* Fieldsets */
fieldset {
    border: solid 1px #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 12px;
    margin: 18px 0;
}

fieldset legend {
    font-weight: bold;
    background: white;
    padding: 0 3px;
    margin: 0;
    margin-left: -3px;
}

/* Errors */
.error input, a.error, input.error, .error textarea, textarea.error, .error input:focus, input.error:focus, .error textarea:focus, textarea.error:focus, .error select {
    border-color: #c60f13 !important;
    background-color: rgba(198, 15, 19, 0.1) !important;
    background: rgba(198, 15, 19, 0.1) !important;
}

.error input:focus, input.error:focus, .error textarea:focus, textarea.error:focus {
    outline-color: #f5797c;
}

.error label, label.error, .error-pref, .error-address, p.error, div.error {
    color: #c60f13;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 20px;
    cursor: default;
}

label.error.radio {
    margin-bottom: 0;
}

.error small, small.error {
    display: block;
    padding: 6px 4px;
    margin-top: -13px;
    margin-bottom: 12px;
    background: #c60f13;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    -moz-border-radius-bottomleft: 2px;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.error.large {
    font-size: 14px;
    margin-top: 10px;
}

/* Custom Forms ---------------------- */
form.custom {
    /* Custom input, disabled */
}

form.custom span.custom {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    top: 2px;
    border: solid 1px #cccccc;
    background: white;
}

form.custom span.custom.radio {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
}

form.custom span.custom.checkbox:before {
    content: "";
    display: block;
    line-height: 0.8;
    height: 14px;
    width: 14px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    color: #fff;
}

form.custom span.custom.radio.checked:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    background: #222222;
    position: relative;
    top: 3px;
    left: 3px;
}

form.custom span.custom.checkbox.checked:before {
    content: "\00d7";
    color: #222222;
}

form.custom div.custom.dropdown {
    display: block;
    position: relative;
    width: auto;
    height: auto;
}

form.custom div.custom.dropdown ul {
    overflow-y: auto;
    max-height: 200px;
}

form.custom div.custom.dropdown a.current {
    display: block;
    width: auto;
    line-height: 26px;
    min-height: 28px;
    padding: 0;
    padding-left: 6px;
    padding-right: 38px;
    border: solid 1px #dddddd;
    color: #141414;
    background-color: white;
    white-space: nowrap;
}

form.custom div.custom.dropdown a.selector {
    position: absolute;
    width: 27px;
    height: 28px;
    display: block;
    right: 0;
    top: 0;
    border: solid 1px #dddddd;
}

form.custom div.custom.dropdown a.selector:after {
    content: "";
    display: block;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: #aaaaaa transparent transparent transparent;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -2px;
    margin-left: -5px;
}

form.custom div.custom.dropdown:hover a.selector:after, form.custom div.custom.dropdown.open a.selector:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: #222222 transparent transparent transparent;
}

form.custom div.custom.dropdown.open ul {
    display: block;
    z-index: 10;
}

form.custom div.custom.dropdown.small {
    width: 134px !important;
}

form.custom div.custom.dropdown.medium {
    width: 254px !important;
}

form.custom div.custom.dropdown.large {
    width: 434px !important;
}

form.custom div.custom.dropdown.expand {
    width: 100% !important;
}

form.custom div.custom.dropdown.open.small ul {
    width: 134px !important;
}

form.custom div.custom.dropdown.open.medium ul {
    width: 254px !important;
}

form.custom div.custom.dropdown.open.large ul {
    width: 434px !important;
}

form.custom div.custom.dropdown.open.expand ul {
    width: 100% !important;
}

form.custom div.custom.dropdown ul {
    position: absolute;
    width: auto;
    display: none;
    margin: 0;
    left: 0;
    top: 27px;
    margin: 0;
    padding: 0;
    background: white;
    background: rgba(255, 255, 255, 0.95);
    border: solid 1px #cccccc;
}

form.custom div.custom.dropdown ul li {
    color: #555555;
    font-size: 13px;
    cursor: pointer;
    padding: 3px;
    padding-left: 6px;
    padding-right: 38px;
    min-height: 18px;
    line-height: 18px;
    margin: 0;
    white-space: nowrap;
    list-style: none;
}

form.custom div.custom.dropdown ul li.selected {
    background: #cdebf5;
    color: black;
}

form.custom div.custom.dropdown ul li.selected:after {
    content: "\2013";
    position: absolute;
    right: 10px;
}

form.custom div.custom.dropdown ul li:hover {
    background-color: #cdebf5;
    color: black;
}

form.custom div.custom.dropdown ul li:hover:after {
    content: "\2013";
    position: absolute;
    right: 10px;
    color: #a3dbec;
}

form.custom div.custom.dropdown ul li.selected:hover {
    background: #cdebf5;
    cursor: default;
    color: black;
}

form.custom div.custom.dropdown ul li.selected:hover:after {
    color: black;
}

form.custom div.custom.dropdown ul.show {
    display: block;
}

form.custom .custom.disabled {
    background-color: #dddddd;
}

/* Correct FF custom dropdown height */
@-moz-document url-prefix() {
    form.custom div.custom.dropdown a.selector {
        height: 28px;
    }
}

.lt-ie9 form.custom div.custom.dropdown a.selector {
    height: 28px;
}

/* The Grid ---------------------- */
.row {
    width: 1200px;
    max-width: 100%;
    min-width: 768px;
    margin: 0 auto;
}

.row .row {
    width: auto;
    max-width: none;
    min-width: 0;
    margin: 0 -15px;
}

.row.collapse .column, .row.collapse .columns {
    padding: 0;
}

.row .row {
    width: auto;
    max-width: none;
    min-width: 0;
    margin: 0 -15px;
}

.row .row.collapse {
    margin: 0;
}

.column, .columns {
    float: left;
    min-height: 1px;
    padding: 0 15px;
    position: relative;
}

.column.centered, .columns.centered {
    float: none;
    margin: 0 auto;
}

[class*="column"] + [class*="column"]:last-child {
    float: right;
}

[class*="column"] + [class*="column"].end {
    float: left;
}

.one, .row .one {
    width: 8.33333%;
}

.two, .row .two {
    width: 16.66667%;
}

.three, .row .three {
    width: 25%;
}

.four, .row .four {
    width: 33.33333%;
}

.five, .row .five {
    width: 41.66667%;
}

.six, .row .six {
    width: 50%;
}

.seven, .row .seven {
    width: 58.33333%;
}

.eight, .row .eight {
    width: 66.66667%;
}

.nine, .row .nine {
    width: 75%;
}

.ten, .row .ten {
    width: 83.33333%;
}

.eleven, .row .eleven {
    width: 91.66667%;
}

.twelve, .row .twelve {
    width: 100%;
}

.row .offset-by-one {
    margin-left: 8.33333%;
}

.row .offset-by-two {
    margin-left: 16.66667%;
}

.row .offset-by-three {
    margin-left: 25%;
}

.row .offset-by-four {
    margin-left: 33.33333%;
}

.row .offset-by-five {
    margin-left: 41.66667%;
}

.row .offset-by-six {
    margin-left: 50%;
}

.row .offset-by-seven {
    margin-left: 58.33333%;
}

.row .offset-by-eight {
    margin-left: 66.66667%;
}

.row .offset-by-nine {
    margin-left: 75%;
}

.row .offset-by-ten {
    margin-left: 83.33333%;
}

.push-two {
    left: 16.66667%;
}

.pull-two {
    right: 16.66667%;
}

.push-three {
    left: 25%;
}

.pull-three {
    right: 25%;
}

.push-four {
    left: 33.33333%;
}

.pull-four {
    right: 33.33333%;
}

.push-five {
    left: 41.66667%;
}

.pull-five {
    right: 41.66667%;
}

.push-six {
    left: 50%;
}

.pull-six {
    right: 50%;
}

.push-seven {
    left: 58.33333%;
}

.pull-seven {
    right: 58.33333%;
}

.push-eight {
    left: 66.66667%;
}

.pull-eight {
    right: 66.66667%;
}

.push-nine {
    left: 75%;
}

.pull-nine {
    right: 75%;
}

.push-ten {
    left: 83.33333%;
}

.pull-ten {
    right: 83.33333%;
}

img {
    height: auto;
}

img, object, embed {
    max-width: 100%;
}

img {
    -ms-interpolation-mode: bicubic;
}

#map_canvas img, .map_canvas img {
    max-width: none !important;
}

/* Nicolas Gallagher's micro clearfix */
.row {
    *zoom: 1;
}

.row:before, .row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

/* Block Grids ---------------------- */
/* These are 2-up, 3-up, 4-up and 5-up ULs, suited
for repeating blocks of content. Add 'mobile' to
them to switch them just like the layout grid
(one item per line) on phones

For IE7/8 compatibility block-grid items need to be
the same height. You can optionally uncomment the
lines below to support arbitrary height, but know
that IE7/8 do not support :nth-child.
-------------------------------------------------- */
.block-grid {
    display: block;
    overflow: hidden;
    padding: 0;
}

.block-grid > li {
    display: block;
    height: auto;
    float: left;
}

.block-grid.one-up {
    margin: 0;
}

.block-grid.one-up > li {
    width: 100%;
    padding: 0 0 15px;
}

.block-grid.two-up {
    margin: 0 -15px;
}

.block-grid.two-up > li {
    width: 50%;
    padding: 0 15px 15px;
}

.block-grid.two-up > li:nth-child(2n+1) {
    clear: both;
}

.block-grid.three-up {
    margin: 0 -12px;
}

.block-grid.three-up > li {
    width: 33.33333%;
    padding: 0 12px 12px;
}

.block-grid.three-up > li:nth-child(3n+1) {
    clear: both;
}

.block-grid.four-up {
    margin: 0 -10px;
}

.block-grid.four-up > li {
    width: 25%;
    padding: 0 10px 10px;
}

.block-grid.four-up > li:nth-child(4n+1) {
    clear: both;
}

.block-grid.five-up {
    margin: 0 -8px;
}

.block-grid.five-up > li {
    width: 20%;
    padding: 0 8px 8px;
}

.block-grid.five-up > li:nth-child(5n+1) {
    clear: both;
}

.block-grid.six-up {
    margin: 0 -8px;
}

.block-grid.six-up > li {
    width: 16.66667%;
    padding: 0 8px 8px;
}

.block-grid.six-up > li:nth-child(6n+1) {
    clear: both;
}

.block-grid.seven-up {
    margin: 0 -8px;
}

.block-grid.seven-up > li {
    width: 14.28571%;
    padding: 0 8px 8px;
}

.block-grid.seven-up > li:nth-child(7n+1) {
    clear: both;
}

.block-grid.eight-up {
    margin: 0 -8px;
}

.block-grid.eight-up > li {
    width: 12.5%;
    padding: 0 8px 8px;
}

.block-grid.eight-up > li:nth-child(8n+1) {
    clear: both;
}

.block-grid.nine-up {
    margin: 0 -8px;
}

.block-grid.nine-up > li {
    width: 11.11111%;
    padding: 0 8px 8px;
}

.block-grid.nine-up > li:nth-child(9n+1) {
    clear: both;
}

.block-grid.ten-up {
    margin: 0 -8px;
}

.block-grid.ten-up > li {
    width: 10%;
    padding: 0 8px 8px;
}

.block-grid.ten-up > li:nth-child(10n+1) {
    clear: both;
}

.block-grid.eleven-up {
    margin: 0 -8px;
}

.block-grid.eleven-up > li {
    width: 9.09091%;
    padding: 0 8px 8px;
}

.block-grid.eleven-up > li:nth-child(11n+1) {
    clear: both;
}

.block-grid.twelve-up {
    margin: 0 -8px;
}

.block-grid.twelve-up > li {
    width: 8.33333%;
    padding: 0 8px 8px;
}

.block-grid.twelve-up > li:nth-child(12n+1) {
    clear: both;
}

/* Normal Buttons ---------------------- */
.button {
    border: none;
    background: #4CAF50;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    text-align: center;
    text-decoration: none;
    line-height: 18px;
    padding: 15px 30px 16px;
}

.button a {
    color: #fff;
}

.button:hover, .button:focus {
    color: white;
    background: #43A047;
}

.button:active {
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
}

.button.del {
    background: none;
    font-size: 14px;
    color: #ed1d24;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    text-align: left;
    font-weight: 400;
    text-align: center;
    filter: none;
    background-image: none;
    border: 1px #000 solid;
}

.button.del:hover, .button.del:focus {
    background: none;
    color: #bc1a1f;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    filter: none;
    background-image: none;
    border: 1px #bc1a1f solid;
}

.button.edit {
    background: none;
    font-size: 14px;
    color: #222222;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    text-align: left;
    text-align: center;
    filter: none;
    width: 70px;
    float: right;
}

.button.edit:hover, .button.edit:focus {
    background: none;
    color: #2a9d3a;
    filter: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.button.blue {
    color: #fff;
    background: #008dce;
}

.button.blue:hover, .button.blue:focus {
    color: #fff;
    background: #045cb6;
}

.button.dark-blue {
    color: #fff;
    background: #045cb6;
}

.button.dark-blue:hover, .button.dark-blue:focus {
    color: #fff;
    background: #008dce;
}

.button.large {
    font-size: 17px;
    padding: 20px 40px 21px;
}

.button.medium {
    font-size: 14px;
}

.button.small {
    font-size: 11px;
    padding: 7px 14px 8px;
}

.button.tiny {
    font-size: 10px;
    padding: 5px 10px 6px;
}

.button.expand {
    width: 100%;
    text-align: center;
}

.button.primary {
    background-color: #008dce;
}

.button.primary:hover, .button.primary:focus {
    background-color: #2284a1;
}

.button.success {
    background-color: #5da423;
}

.button.success:hover, .button.success:focus {
    background-color: #457a1a;
}

.button.alert {
    background-color: #c60f13;
}

.button.alert:hover, .button.alert:focus {
    background-color: #970b0e;
}

.button.secondary {
    background: #d0d0d0;
    color: #1d1d1d;
    background-image: none;
    filter: none;
    border: none;
}

.button.secondary:hover, .button.secondary:focus {
    background-color: #e9e9e9;
}

.button.radius {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
}

.button.round {
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    -ms-border-radius: 1000px;
    -o-border-radius: 1000px;
    border-radius: 1000px;
}

.button.full-width {
    width: 100%;
    text-align: center;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.button.left-align {
    text-align: left;
    text-indent: 12px;
}

.button.disabled, .button[disabled] {
    opacity: 0.6;
    cursor: default;
    background: #008dce;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.button.disabled:hover, .button[disabled]:hover {
    background: #008dce;
}

.button.disabled.success, .button[disabled].success {
    background-color: #5da423;
}

.button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
    background-color: #5da423;
    outline: none;
}

.button.disabled.alert, .button[disabled].alert {
    background-color: #c60f13;
}

.button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
    background-color: #c60f13;
    outline: none;
}

.button.disabled.secondary, .button[disabled].secondary {
    background-color: #e9e9e9;
}

.button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
    background-color: #e9e9e9;
    outline: none;
}

.button.country {
    background: #333;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    margin-bottom: 20px;
}

.button.country.dropdown img {
    vertical-align: middle;
    margin-right: 10px;
}

.button.country a {
    text-decoration: none;
}

/* Don't use native buttons on iOS */
input[type=submit].button, button.button {
    -webkit-appearance: none;
}

/* Correct FF button padding */
@-moz-document url-prefix() {
    button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
        border: none;
        padding: 0;
    }
    input[type="submit"].tiny.button {
        padding: 3px 10px 4px;
    }
    input[type="submit"].small.button {
        padding: 5px 14px 6px;
    }
    input[type="submit"].button, input[type=submit].medium.button {
        padding: 8px 20px 9px;
    }
    input[type="submit"].large.button {
        padding: 13px 30px 14px;
    }
}

.nav-bar {
    height: 40px;
    background: #4d4d4d;
    margin-left: 0;
    margin-top: 20px;
    padding: 0;
}

.nav-bar > li {
    float: left;
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    border: 1px solid #333333;
    border-right: none;
    line-height: 38px;
    -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset;
    -moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset;
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset;
}

.nav-bar > li:first-child {
    -webkit-box-shadow: 0 0 0;
    -moz-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
}

.nav-bar > li:last-child {
    border-right: solid 1px #333333;
    -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 0 0 rgba(255, 255, 255, 0.2);
    -moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 0 0 rgba(255, 255, 255, 0.2);
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 0 0 rgba(255, 255, 255, 0.2);
}

.nav-bar > li.active {
    background: #008dce;
    border-color: #2284a1;
}

.nav-bar > li.active > a {
    color: white;
    cursor: default;
}

.nav-bar > li.active:hover {
    background: #008dce;
    cursor: default;
}

.nav-bar > li:hover {
    background: #333333;
}

.nav-bar > li > a {
    color: #e6e6e6;
}

.nav-bar > li ul {
    margin-bottom: 0;
}

.nav-bar > li .flyout {
    display: none;
}

.nav-bar > li.has-flyout > a:first-child {
    padding-right: 40px;
    position: relative;
}

.nav-bar > li.has-flyout > a:first-child:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 4px;
    border-color: #e6e6e6 transparent transparent transparent;
    position: absolute;
    right: 20px;
    top: 17px;
}

.nav-bar > li.has-flyout > a.flyout-toggle {
    border-left: 0 !important;
    position: absolute;
    right: 0;
    top: 0;
    padding: 20px;
    z-index: 2;
    display: block;
}

.nav-bar > li.has-flyout.is-touch > a:first-child {
    padding-right: 55px;
}

.nav-bar > li.has-flyout.is-touch > a.flyout-toggle {
    border-left: 1px dashed #666;
}

.nav-bar > li > a:first-child {
    position: relative;
    padding: 0 20px;
    display: block;
    text-decoration: none;
    font-size: 14px;
}

.nav-bar > li > input {
    margin: 0 10px;
}

.nav-bar.vertical {
    height: auto;
    margin-top: 0;
}

.nav-bar.vertical > li {
    float: none;
    border-bottom: none;
    border-right: solid 1px #333333;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.nav-bar.vertical > li.has-flyout > a:first-child:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 4px;
    border-color: transparent transparent transparent #e6e6e6;
}

.nav-bar.vertical > li .flyout {
    left: 100%;
    top: -1px;
}

.nav-bar.vertical > li .flyout.right {
    left: auto;
    right: 100%;
}

.nav-bar.vertical > li.active {
    border-right: solid 1px #2284a1;
}

.nav-bar.vertical > li:last-child {
    border-bottom: solid 1px #333333;
}

/* CSS for jQuery Reveal Plugin Maintained for Foundation. foundation.zurb.com Free to use under the MIT license. http://www.opensource.org/licenses/mit-license.php */
/* Reveal Modals ---------------------- */
.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    background: rgba(0, 0, 0, 0.45);
    z-index: 40;
    display: none;
    top: 0;
    left: 0;
}

.reveal-modal {
    background: #fff;
    visibility: hidden;
    display: none;
    top: 100px;
    left: 50%;
    margin-left: -260px;
    width: 520px;
    position: absolute;
    z-index: 41;
    padding: 30px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.reveal-modal .close-reveal-modal:not(.button) {
    font-size: 30px;
    font-size: 3rem;
    line-height: .5;
    position: absolute;
    top: 8px;
    right: 11px;
    color: #aaa;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.6);
    font-weight: bold;
    cursor: pointer;
}

.lt-ie9 .reveal-modal .close-reveal-modal {
    font-size: 30px;
    line-height: .5;
    position: absolute;
    top: 8px;
    right: 11px;
    color: #aaa;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.6);
    font-weight: bold;
    cursor: pointer;
}

.reveal-modal.small {
    width: 30%;
    margin-left: -15%;
}

.reveal-modal.medium {
    width: 40%;
    margin-left: -20%;
}

.reveal-modal.large {
    width: 60%;
    margin-left: -30%;
}

.reveal-modal.xlarge {
    width: 70%;
    margin-left: -35%;
}

.reveal-modal.expand {
    width: 90%;
    margin-left: -45%;
}

.reveal-modal .row {
    min-width: 0;
    margin-bottom: 10px;
}

.reveal-modal > :first-child {
    margin-top: 0;
}

.reveal-modal > :last-child {
    margin-bottom: 0;
}

/* Labels ---------------------- */
.label {
    padding: 1px 4px 2px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    white-space: nowrap;
    display: inline;
    position: relative;
    bottom: 1px;
    color: #fff;
    background: #0c84c7;
}

.label.radius {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.label.round {
    padding: 1px 7px 2px;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    -ms-border-radius: 1000px;
    -o-border-radius: 1000px;
    border-radius: 1000px;
}

.label.alert {
    background-color: #c60f13;
}

.label.success {
    background-color: #5da423;
}

.label.secondary {
    background-color: #e9e9e9;
    color: #505050;
}

/* Panels ---------------------- */
.panel {
    background: #f6f6f6;
    border: solid 1px #e6e6e6;
    margin: 0 0 22px 0;
    padding: 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.panel b {
    color: #222;
}

.panel > :first-child {
    margin-top: 0;
}

.panel > :last-child {
    margin-bottom: 0;
}

.panel.callout {
    background: #008dce;
    color: #fff;
    border-color: #2284a1;
    -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5);
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5);
}

.panel.callout a {
    color: #fff;
}

.panel.callout .button {
    background: white;
    border: none;
    color: #008dce;
    text-shadow: none;
}

.panel.callout .button:hover, .panel.callout .button:focus {
    background: rgba(255, 255, 255, 0.8);
}

.panel.radius {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.panel table {
    border: none;
    background: none;

}

.panel table thead tr th, table tfoot tr td {
    padding: 0 20px 0 0;
    color: #000;
    background: #f2f2f2;
}

.panel table tbody tr:nth-child(even) {
    background: none;
}

.panel table tbody tr td {
    padding: 10px 20px 0 0;
}

.panel.light-panel {
    background: #fff;
    border-color: #ddd;
}

.panel.info {
    background: #E3F2FD;
    border: 3px #0c84c7 solid;
}

.panel.info strong {
    color: #222;
}

/* Accordion ---------------------- */
ul.accordion {
    margin: 0 0 22px 0;
    border-bottom: 1px solid #e9e9e9;
}

ul.accordion > li {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #e9e9e9;
}

ul.accordion > li > div.title {
    cursor: pointer;
    background: #f6f6f6;
    padding: 15px;
    margin: 0;
    position: relative;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    -webkit-transition: 0.15s background linear;
    -moz-transition: 0.15s background linear;
    -o-transition: 0.15s background linear;
    transition: 0.15s background linear;
}

#faq .accordion div.title h4 {
    font-size: 14px;
    font-family: "Open Sans", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: 400;
}

ul.accordion > li > div.title h1, ul.accordion > li > div.title h2, ul.accordion > li > div.title h3, ul.accordion > li > div.title h4, ul.accordion > li > div.title h5, ul.accordion > li > div.title h6 {
    margin: 0;
}

ul.accordion > li > div.title:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 6px;
    border-color: transparent #9d9d9d transparent transparent;
    position: absolute;
    right: 15px;
    top: 21px;
}

ul.accordion > li .content {
    display: none;
    padding: 15px;
}

ul.accordion > li.active {
    border-top: 3px solid #008dce;
}

ul.accordion > li.active .title {
    background: white;
    padding-top: 13px;
}

ul.accordion > li.active .title:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 6px;
    border-color: #9d9d9d transparent transparent transparent;
}

ul.accordion > li.active .content {
    background: white;
    display: block;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
}

ul.accordion li ul {
    margin-bottom: 17px;
}

/* Tables ---------------------- */
table {
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    margin: 0 0 18px;
    border: 1px solid #ddd;
    border-collapse: collapse;
}

table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td {
    display: table-cell;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
}

table thead tr th, table tfoot tr td {
    padding: 8px 10px 9px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: #008dce;
}

table thead tr th:first-child, table tfoot tr td:first-child {
    border-left: none;
}

table thead tr th:last-child, table tfoot tr td:last-child {
    border-right: none;
}

table tbody tr.even, table tbody tr.alt {
    background: #f9f9f9;
}

table tbody tr:nth-child(even) {
    background: #f9f9f9;
}

table tbody tr td {
    color: #333;
    padding: 9px 10px;
    vertical-align: top;
    border: none;
}

/* === Payment Table === */
table#payment {
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    margin: 0 0 18px;
    border: none;
}

table#payment thead tr th, table#payment tfoot tr td {
    padding: 8px 10px 9px;
    font-size: 14px;
    font-weight: 700;
    color: #222;
    background: #f2f2f2;
}

table#payment b {
    color: #222;
}

table#payment .total {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #f2f2f2;
}

table#payment .bt {
    border-top: 1px solid #ddd;
}

/* Foundation Top Bar
 Requires: -jquery.foundation.topbar.js
 Notes: - <nav class="top-bar"> can have .fixed added to make it stick to the top of viewport. Can add .contain-to-grid to top-bar to make it full width but content on grid. - <li class="name"> creates a branding area that can be linked to homepage - Can include text, image or both inside this <li>. - <li class="divider"> creates a divider between nav items, add margins for space - <li class="search"> Needs to hold a <form> which can use .row.collapse and pre/postfix buttons or default type="search"
*/
/* Element that controls breakpoint, no need to change this ever */
.top-bar-js-breakpoint {
    width: 768px !important;
    visibility: hidden;
}

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
    width: 100%;
    background: #fff;
    border-top: 1px solid #ededee;
}

/* Wrapped around .top-bar to make it fixed at the top */
.fixed {
    width: 100%;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 99;
}

/* Add .sticky class for using top bar as a sticky navigation when scrolling passed it. Add the class .sticky to a top bar using .contain-to-grid but leave off .fixed, javascript will take care of that */
.sticky {
    float: left;
    overflow: hidden;
}

.sticky.fixed {
    float: none;
}

/* <nav> */
.top-bar {
    background: #fff;
    min-height: 45px;
    line-height: 45px;
    margin: 0 0 30px 0;
    padding: 0;
    width: 100%;
    position: relative; /* Contain width to .row width */
    /* First <ul> for branding, title, name, etc */
    /* topbar global <ul> styles */
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.contain-to-grid .top-bar {
    max-width: 1200px;
    margin: 0 auto;
}

.top-bar ul .name img {
    margin-top: -5px;
    vertical-align: middle;
}

.top-bar.expanded {
    height: inherit;
}

.top-bar > ul {
    margin-left: 0;
    display: inline;
    height: 45px;
    line-height: 45px;
    list-style: none; /* Main Navigation links style */
    /* Left Side <ul> */
    /* Right Side <ul> */
}

.top-bar ul > li {
    float: left; /* Dividers between navigation */
    /* Put a button in an <li> but give is a class */
    /* Put a search bar or text input in the bar */
    /* Put login bar in the top bar */
    /* Hide the triangle for breakpoint menu */
    /* li.has-dropdown */
}

.top-bar ul > li a:not(.button) {
    color: #222222;
    display: block;
    text-transform: none;
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
    font-weight: normal;
    font-size: 14px;
}

.top-bar ul > li:not(.name):hover, .top-bar ul > li:not(.name).active, .top-bar ul > li:not(.name):focus {
    background: none;
}

.top-bar ul > li:not(.name):hover a, .top-bar ul > li:not(.name).active a, .top-bar ul > li:not(.name):focus a {
    color: #045cb6
}

.top-bar ul > li.divider {
    background: black;
    -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1);
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1);
    height: 100%;
    margin-right: 1px;
    width: 1px;
}

.top-bar ul > li.has-button a.button {
    margin: 0 11.25px;
}

.top-bar ul > li.has-button:hover, .top-bar ul > li.has-button:focus {
    background: #ffffff;
}

.top-bar ul > li.has-button:hover a, .top-bar ul > li.has-button:focus a {
    color: #fff;
}

.top-bar ul > li.search {
    padding: 0 15px;
}

.top-bar ul > li.search form {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    width: 200px;
}

.top-bar ul > li.search form input[type=text] {
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    float: left;
    font-size: 13px;
    margin-top: -1px;
    height: 15px;
    margin-bottom: 0;
    width: 130px;
}

.top-bar ul > li.search form input[type=text] + .button {
    border-left: none;
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    float: left;
    font-size: 12px;
    margin-top: -1px;
    padding: 5px 12px 4px;
}

.top-bar ul > li.search form input[type=search] {
    font-size: 16px;
    margin-bottom: 0;
}

.top-bar ul > li.search:hover, .top-bar ul > li.search:focus {
    background: #ffffff;
}

.top-bar ul > li.login {
    padding: 0 15px;
}

.top-bar ul > li.login form {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    width: 300px;
}

.top-bar ul > li.login form input {
    float: left;
    width: auto;
    font-size: 13px;
    margin-top: -1px;
    height: 15px;
    margin-bottom: 0;
}

.top-bar ul > li.login form input[type=text] {
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 120px;
}

.top-bar ul > li.login form input[type=password] {
    margin-bottom: 0;
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 120px;
}

.top-bar ul > li.login form input[type=password] + .button {
    border-left: none;
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
    float: left;
    font-size: 12px;
    margin-top: -1px;
    padding: 5px 12px 4px;
    width: 60px;
}

.top-bar ul > li.login:hover, .top-bar ul > li.login:focus {
    background: #ffffff;
}

.top-bar ul > li.toggle-topbar {
    display: none;
}

.top-bar ul > li.has-dropdown {
    position: relative; /* Dropdown Level 2+ */
}

.top-bar ul > li.has-dropdown:hover > .dropdown, .top-bar ul > li.has-dropdown:focus > .dropdown {
    display: block;
    visibility: visible;
}

.top-bar ul > li.has-dropdown a {
    padding-right: 33.75px;
}

.top-bar ul > li.has-dropdown a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: #222222 transparent transparent transparent;
    margin-right: 15px;
    margin-top: -2.5px;
    position: absolute;
    right: 0;
    top: 50%;
}

.top-bar ul > li.has-dropdown .dropdown {
    background: #ffffff;
    left: 0;
    margin: 0;
    padding: 0 0 0 0;
    position: absolute;
    visibility: hidden;
    z-index: 99;
}

.top-bar ul > li.has-dropdown .dropdown li {
    background: #ffffff;
    line-height: 1;
    min-width: 100%;
    padding-bottom: 0px;
}

.top-bar ul > li.has-dropdown .dropdown li a {
    color: #222;
    font-weight: normal;
    height: 100%;
    line-height: 1;
    padding: 15px 17px 15px 15px;
    white-space: nowrap;
}

.top-bar ul > li.has-dropdown .dropdown li a:after {
    border: none;
}

.top-bar ul > li.has-dropdown .dropdown li a:hover, .top-bar ul > li.has-dropdown .dropdown li a:focus {
    background: #f2f2f2;
}

.top-bar ul > li.has-dropdown .dropdown li label {
    color: #6f6f6f;
    font-size: 10px;
    font-weight: bold;
    margin: 0;
    padding-left: 15px;
    text-transform: uppercase;
}

.top-bar ul > li.has-dropdown .dropdown li.divider {
    border-top: solid 1px black;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
    height: 10px;
    padding: 0;
    width: 100%;
}

.top-bar ul > li.has-dropdown .dropdown li:last-child {
    padding-bottom: 0px;
}

.top-bar ul > li.has-dropdown .dropdown li.active a {
    background: black;
}

.top-bar ul > li.has-dropdown .dropdown li.has-dropdown > a {
    padding-right: 30px;
}

.top-bar ul > li.has-dropdown .dropdown li.has-dropdown > a:after {
    border: none;
    content: "\00bb";
    right: 5px;
    top: 6px;
}

.top-bar ul > li.has-dropdown .dropdown li.has-dropdown .dropdown {
    position: absolute;
    left: 100%;
    top: 0;
}

.top-bar ul > li.has-dropdown .dropdown li.has-dropdown:hover > .dropdown, .top-bar ul > li.has-dropdown .dropdown li.has-dropdown:focus > .dropdown {
    display: block;
}

.top-bar ul.left {
    float: left;
    width: auto;
    margin-bottom: 0;
    font-weight: 400;
}

.top-bar ul.right {
    float: right;
    width: auto;
    margin-bottom: 0;
    color: #fff;
    font-weight: 700;
    font-family: "Open Sans", Helvetica, Arial, sans-serif; /* Dropdown Right Side Alignment */
}

/*.top-bar ul.right li a {
    font-size: 18px;
    font-weight: 700;
    padding: 0;
    color: #fff;
}
.top-bar .right li {
    font-size: 18px;
    padding-right: 15px;
}
.top-bar .right li a:hover {
}
.top-bar ul.right .has-dropdown .dropdown {
    left: auto;
    right: 0px;
}
.top-bar ul.right .has-dropdown .dropdown li.has-dropdown > .dropdown {
    right: 100%;
    left: auto;
    width: 100%;
}*/
.top-bar .js-generated {
    display: none;
}

/* Firefox Fixes */
@-moz-document url-prefix() {
    .top-bar ul li .button.small {
        padding-bottom: 6px;
    }
    .top-bar ul li.search form input[type=search] {
        font-size: 14px;
        height: 22px;
        padding: 3px;
    }
}

/* IE8 Fixes */
.lt-ie9 .top-bar ul li a {
    text-transform: none;
    color: #222222;
    display: block;
    font-weight: 400;
    font-size: 14px;
    height: 100px;
    line-height: 100px;
    padding: 0 15px;
}

.lt-ie9 .top-bar ul li a.button {
    height: auto;
    line-height: 30px;
    margin-top: 7px;
}

.lt-ie9 .top-bar ul .name p {
    margin: 0;
}

.lt-ie9 .top-bar section > ul > li a:hover, .lt-ie9 .top-bar section > ul > li a:focus {
    color: #045bc6;
}

.lt-ie9 .top-bar section > ul > li:hover, .lt-ie9 .top-bar section > ul > li:focus {
    background: transparent;
}

.lt-ie9 .top-bar section > ul > li.search:hover, .lt-ie9 .top-bar section > ul > li.search:focus, .lt-ie9 .top-bar section > ul > li.has-button:hover, .lt-ie9 .top-bar section > ul > li.has-button:focus {
    background: none;
}

.lt-ie9 .top-bar section > ul > li.active {
    background: black;
    color: #d9d9d9;
}

.lt-ie9 .top-bar ul li.has-dropdown {
    padding-right: 33.75px;
}

.lt-ie9 .top-bar ul li.has-dropdown > ul li {
    padding-right: 0;
}

/* Visibility Classes ---------------------- */
/*                                           */
/* Standard (large) display targeting */
.show-for-small, .show-for-medium, .show-for-medium-down, .hide-for-large, .hide-for-large-up, .show-for-xlarge, .show-for-print {
    display: none !important;
}

.hide-for-small, .hide-for-medium, .hide-for-medium-down, .show-for-large, .show-for-large-up, .hide-for-xlarge {
    display: inherit !important;
}

/* Very large display targeting */
@media only screen and (min-width: 1441px) {
    .hide-for-small, .hide-for-medium, .hide-for-medium-down, .hide-for-large, .show-for-large-up, .show-for-xlarge {
        display: inherit !important;
    }

    .show-for-small, .show-for-medium, .show-for-medium-down, .show-for-large, .hide-for-large-up, .hide-for-xlarge {
        display: none !important;
    }
}

/* Medium display targeting */
@media only screen and (max-width: 1279px) and (min-width: 768px) {
    .hide-for-small, .show-for-medium, .show-for-medium-down, .hide-for-large, .hide-for-large-up, .hide-for-xlarge {
        display: inherit !important;
    }

    .show-for-small, .hide-for-medium, .hide-for-medium-down, .show-for-large, .show-for-large-up, .show-for-xlarge {
        display: none !important;
    }
}

/* Small display targeting */
@media only screen and (min-width: 940px) {
    .hide-940 {
        display: none !important;
    }
}

@media only screen and (min-width: 769px) {
    .hide-768 {
        display: none !important;
    }
}

/* Small display targeting */
@media only screen and (max-width: 939px) {
    .show-940 {
        display: none !important;
    }
}

/* Small display targeting */
@media only screen and (max-width: 767px) {
    .show-for-small, .hide-for-medium, .show-for-medium-down, .hide-for-large, .hide-for-large-up, .hide-for-xlarge {
        display: inherit !important;
    }

    .hide-for-small, .show-for-medium, .hide-for-medium-down, .show-for-large, .show-for-large-up, .show-for-xlarge {
        display: none !important;
    }
}

/* Orientation targeting */
.show-for-landscape, .hide-for-portrait {
    display: inherit !important;
}

.hide-for-landscape, .show-for-portrait {
    display: none !important;
}

@media screen and (orientation: landscape) {
    .show-for-landscape, .hide-for-portrait {
        display: inherit !important;
    }

    .hide-for-landscape, .show-for-portrait {
        display: none !important;
    }
}

@media screen and (orientation: portrait) {
    .show-for-portrait, .hide-for-landscape {
        display: inherit !important;
    }

    .hide-for-portrait, .show-for-landscape {
        display: none !important;
    }
}

/* Touch-enabled device targeting */
.show-for-touch {
    display: none !important;
}

.hide-for-touch {
    display: inherit !important;
}

.touch .show-for-touch {
    display: inherit !important;
}

.touch .hide-for-touch {
    display: none !important;
}

/* Specific overrides for elements that require something other than display: block */
table.show-for-xlarge, table.show-for-large, table.hide-for-small, table.hide-for-medium {
    display: table !important;
}

@media only screen and (max-width: 1279px) and (min-width: 768px) {
    .touch table.hide-for-xlarge, .touch table.hide-for-large, .touch table.hide-for-small, .touch table.show-for-medium {
        display: table !important;
    }
}

@media only screen and (max-width: 767px) {
    table.hide-for-xlarge, table.hide-for-large, table.hide-for-medium, table.show-for-small {
        display: table !important;
    }
}

/* 1280 tablet ------------ */
@media only screen and (max-device-width: 1280px) {
    /* NavBar --- */
    /*            */
    .touch .nav-bar li.has-flyout > a {
        padding-right: 36px !important;
    }
}

/* Covering almost all ----- */
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
    .flex-video {
        padding-top: 0;
    }
}

/* Between Medium and Small */
@media only screen and (max-width: 1279px) and (min-width: 768px) {
    /* NavBar --- */
    /*            */
    .touch .nav-bar li a {
        font-size: 13px;
    }

    .touch .nav-bar li.has-flyout > a.flyout-toggle {
        padding: 20px !important;
    }

    .touch .nav-bar li.has-flyout > a {
        padding-right: 36px !important;
    }

    /* Clearing --- */
    /*              */
    .clearing-main-right, .clearing-main-left {
        height: 100%;
        width: 40px;
        top: 0;
        border: none;
    }

    .clearing-main-right:before, .clearing-main-left:before {
        position: absolute;
        top: 50%;
    }

    .clearing-main-left {
        left: 0;
    }

    .clearing-main-left:before {
        left: 5px;
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: solid 16px;
        border-color: transparent white transparent transparent;
    }

    .clearing-main-right {
        height: 100%;
        right: 0;
    }

    .clearing-main-right:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: solid 16px;
        border-color: transparent transparent transparent white;
    }
}

/* Small Devices ------------ */
@media only screen and (max-width: 767px) {
    /* Global Misc --- */
    /*                 */
    .left, .right {
        float: none;
    }

    body {
        -webkit-text-size-adjust: none;
        -ms-text-size-adjust: none;
        width: 100%;
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }

    /* The Grid --- */
    /*              */
    .row {
        width: auto;
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .column, .columns {
        width: auto !important;
        float: none;
    }

    .column:last-child, .columns:last-child {
        float: none;
    }

    [class*="column"] + [class*="column"]:last-child {
        float: none;
    }

    .column:before, .columns:before, .column:after, .columns:after {
        content: "";
        display: table;
    }

    .column:after, .columns:after {
        clear: both;
    }

    .offset-by-one, .offset-by-two, .offset-by-three, .offset-by-four, .offset-by-five, .offset-by-six, .offset-by-seven, .offset-by-eight, .offset-by-nine, .offset-by-ten {
        margin-left: 0 !important;
    }

    .push-two, .push-three, .push-four, .push-five, .push-six, .push-seven, .push-eight, .push-nine, .push-ten {
        left: auto;
    }

    .pull-two, .pull-three, .pull-four, .pull-five, .pull-six, .pull-seven, .pull-eight, .pull-nine, .pull-ten {
        right: auto;
    }

    /* Mobile 4-column Grid */
    .row .mobile-one {
        width: 25% !important;
        float: left;
        padding: 0 15px;
    }

    .row .mobile-one:last-child {
        float: right;
    }

    .row .mobile-one.end {
        float: left;
    }

    .row.collapse .mobile-one {
        padding: 0;
    }

    .row .mobile-two {
        width: 50% !important;
        float: left;
        padding: 0 15px;
    }

    .row .mobile-two:last-child {
        float: right;
    }

    .row .mobile-two.end {
        float: left;
    }

    .row.collapse .mobile-two {
        padding: 0;
    }

    .row .mobile-three {
        width: 75% !important;
        float: left;
        padding: 0 15px;
    }

    .row .mobile-three:last-child {
        float: right;
    }

    .row .mobile-three.end {
        float: left;
    }

    .row.collapse .mobile-three {
        padding: 0;
    }

    .row .mobile-four {
        width: 100% !important;
        float: left;
        padding: 0 15px;
    }

    .row .mobile-four:last-child {
        float: right;
    }

    .row .mobile-four.end {
        float: left;
    }

    .row.collapse .mobile-four {
        padding: 0;
    }

    .push-one-mobile {
        left: 25%;
    }

    .pull-one-mobile {
        right: 25%;
    }

    .push-two-mobile {
        left: 50%;
    }

    .pull-two-mobile {
        right: 50%;
    }

    .push-three-mobile {
        left: 75%;
    }

    .pull-three-mobile {
        right: 75%;
    }

    /* Block Grids --- */
    /*                 */
    .block-grid.mobile > li {
        float: none;
        width: 100%;
        margin-left: 0;
    }

    .block-grid > li {
        clear: none;
    }

    .block-grid.mobile-one-up > li {
        width: 100%;
    }

    .block-grid.mobile-two-up > li {
        width: 50%;
    }

    .block-grid.mobile-two-up > li:nth-child(2n+1) {
        clear: both;
    }

    .block-grid.mobile-three-up > li {
        width: 33.33333%;
    }

    .block-grid.mobile-three-up > li:nth-child(3n+1) {
        clear: both;
    }

    .block-grid.mobile-four-up > li {
        width: 25%;
    }

    .block-grid.mobile-four-up > li:nth-child(4n+1) {
        clear: both;
    }

    .block-grid.mobile-five-up > li {
        width: 20%;
    }

    .block-grid.mobile-five-up > li:nth-child(5n+1) {
        clear: both;
    }

    .block-grid.mobile-six-up > li {
        width: 16.66667%;
    }

    .block-grid.mobile-six-up > li:nth-child(6n+1) {
        clear: both;
    }

    .block-grid.mobile-seven-up > li {
        width: 14.28571%;
    }

    .block-grid.mobile-seven-up > li:nth-child(7n+1) {
        clear: both;
    }

    .block-grid.mobile-eight-up > li {
        width: 12.5%;
    }

    .block-grid.mobile-eight-up > li:nth-child(8n+1) {
        clear: both;
    }

    .block-grid.mobile-nine-up > li {
        width: 11.11111%;
    }

    .block-grid.mobile-nine-up > li:nth-child(9n+1) {
        clear: both;
    }

    .block-grid.mobile-ten-up > li {
        width: 10%;
    }

    .block-grid.mobile-ten-up > li:nth-child(10n+1) {
        clear: both;
    }

    .block-grid.mobile-eleven-up > li {
        width: 9.09091%;
    }

    .block-grid.mobile-eleven-up > li:nth-child(11n+1) {
        clear: both;
    }

    .block-grid.mobile-twelve-up > li {
        width: 8.33333%;
    }

    .block-grid.mobile-twelve-up > li:nth-child(12n+1) {
        clear: both;
    }

    /* Navbar --- */
    /*            */
    .nav-bar {
        height: auto;
    }

    .nav-bar > li {
        float: none;
        display: block;
        border-right: none;
    }

    .nav-bar > li > a.main {
        text-align: left;
        border-top: 1px solid #ddd;
        border-right: none;
    }

    .nav-bar > li:first-child > a.main {
        border-top: none;
    }

    .nav-bar > li.has-flyout > a.flyout-toggle {
        position: absolute;
        right: 0;
        top: 0;
        padding: 22px;
        z-index: 2;
        display: block;
    }

    .nav-bar > li.has-flyout.is-touch > a.flyout-toggle span {
        content: "";
        width: 0;
        height: 0;
        display: block;
    }

    .nav-bar > li.has-flyout > a.flyout-toggle:hover span {
        border-top-color: #141414;
    }

    .nav-bar.vertical > li.has-flyout > .flyout {
        left: 0;
    }

    /* Reveal --- */
    /*            */
    /*.reveal-modal-bg {
        position: absolute;
    }*/
    .reveal-modal, .reveal-modal.small, .reveal-modal.medium, .reveal-modal.large, .reveal-modal.xlarge {
        width: 80%;
        top: 15px;
        left: 50%;
        margin-left: -40%;
        padding: 20px;
        height: auto;
    }
}

@media only screen and (max-width: 768px) {
    .top-bar {
        margin-bottom: 0;
        overflow: hidden;
        min-height: 45px;
        height: 45px;
        background: #fff; /* Override contain to grid stuff for breakpoint */
        /* Setting up the sliding area */
        /* When the Small Nav is Showing */
    }

    .top-bar ul > li a:not(.button) {
        height: 45px;
        line-height: 45px;
    }

    .top-bar ul > li.name h1 a, .top-bar ul > li.name p a {
        line-height: 45px !important;
        height: 45px;
    }

    .top-bar .js-generated {
        display: block;
    }

    .contain-to-grid .top-bar {
        width: auto;
    }

    .top-bar section {
        left: 0;
        position: relative;
        width: auto;
        -webkit-transition: left 300ms 0;
        -moz-transition: left 300ms 0;
        -o-transition: left 300ms 0;
        transition: left 300ms 0;
    }

    .top-bar ul {
        width: 100%;
        height: 100%;
        margin-bottom: 0;
        display: block;
    }

    .top-bar ul > li {
        float: none; /* Branding and name */
        /* Dropdown Toggle */
        /* Divider for breakpoint */
        /* Search Overrides for breakpoint size */
        /* Dropdown Level 1 */
        /* Dropdown Level 2 */
    }

    .top-bar ul > li.active, .top-bar ul > li:hover {
        background: #fff;
    }

    .top-bar ul > li.name {
        height: 45px;
        width: 235px;
    }

    .top-bar ul > li.name span {
        line-height: 1;
    }

    .top-bar ul > li.name span a {
        color: #222;
        display: block;
        line-height: 45px !important;
        padding-left: 15px;
        height: 45px;
    }

    .top-bar ul > li:hover a, .top-bar ul > li.active a {
        color: white;
    }

    .top-bar ul > li a:not(.button) {
        color: #222;
    }

    .top-bar ul > li.toggle-topbar {
        cursor: pointer;
        display: block;
        height: 45px;
        position: absolute;
        right: 0;
        top: 0;
        width: 45px;
    }

    .top-bar ul > li.toggle-topbar a {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: solid 8px;
        border-color: #222222 transparent transparent transparent;
        padding: 0;
        position: absolute;
        top: 50%;
        right: 15px;
        margin-top: -4px;
    }

    .top-bar ul > li.toggle-topbar:hover {
        background: inherit;
    }

    .top-bar ul > li.toggle-topbar a {
        padding: 0 !important;
    }

    .top-bar ul > li.divider {
        border-bottom: solid 1px #3c3c3c;
        border-top: solid 1px black;
        clear: both;
        height: 1px !important;
        margin: 8px 0 !important;
        width: 100%;
    }

    .top-bar ul > li.search {
        padding: 0 15px;
    }

    .top-bar ul > li.search form {
        width: 100%;
    }

    .top-bar ul > li.search form input[type=text] {
        width: 75%;
    }

    .top-bar ul > li.search form .button {
        top: -1px;
        width: 25%;
    }

    .top-bar ul > li.has-dropdown a {
        padding-right: 33.75px;
    }

    .top-bar ul > li.has-dropdown a:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: solid 5px;
        border-color: transparent transparent transparent #222222;
        margin-right: 15px;
        margin-top: -4.5px;
        position: absolute;
        top: 50%;
    }

    .top-bar ul > li.has-dropdown:hover > .dropdown {
        display: block;
        visibility: hidden;
    }

    .top-bar ul > li.has-dropdown .dropdown {
        visibility: hidden;
        z-index: 0 !important;
    }

    .top-bar ul > li.has-dropdown.moved {
        position: static;
    }

    .top-bar ul > li.has-dropdown.moved > .dropdown {
        top: 0;
        visibility: visible;
    }

    .top-bar ul > li.has-dropdown.moved > .dropdown li label {
        margin-bottom: 6px;
        padding-top: 6px !important;
        font-size: 11px;
    }

    .top-bar ul > li.has-dropdown.moved > .dropdown li:not(.title) {
        padding-bottom: 0;
    }

    .top-bar ul > li.has-dropdown.moved > .dropdown li:not(.title) a {
        padding: 15px;
        font-size: 14px;
        background: #ffffff;
    }

    .top-bar ul > li.has-dropdown.moved > .dropdown li a, .top-bar ul > li.has-dropdown.moved > .dropdown li label {
        padding: 0 15px;
    }

    .top-bar ul > li.has-dropdown.moved > .dropdown li a:hover {
        background: #f2f2f2;
        display: block;
    }

    .top-bar ul > li.has-dropdown.moved > .dropdown li.divider {
        border-bottom: solid 1px rgba(255, 255, 255, 0.1);
        margin-top: 8px !important;
        margin-bottom: 8px !important;
    }

    .top-bar ul > li.has-dropdown.moved .back.title {
        padding-bottom: 0;
    }

    .top-bar ul > li.has-dropdown.moved .back.title a:before {
        position: absolute;
        top: 50%;
        left: 17.5px;
        margin-top: -5px;
        width: 0;
        height: 0;
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: solid 5px;
        border-color: transparent #222222 transparent transparent;
    }

    .top-bar ul > li.has-dropdown.moved .back.title h5 {
        margin: 0;
        padding-left: 15px;
        position: relative;
    }

    .top-bar ul > li.has-dropdown.moved .back.title h5 a {
        font-family: "Open Sans", Arial, Helvetica, sans-serif;
        background: transparent;
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 14px;
        font-weight: 400;
    }

    .top-bar ul > li.has-dropdown .dropdown li {
        background: transparent;
    }

    .top-bar ul > li.has-dropdown .dropdown li.has-dropdown .dropdown {
        left: 100% !important;
        top: 0;
        right: auto !important;
    }

    .top-bar ul > li.has-dropdown .dropdown li.has-dropdown > a {
        padding-right: 33.75px;
    }

    .top-bar ul > li.has-dropdown .dropdown li.has-dropdown > a:after {
        content: "";
        margin-right: 15px;
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: solid 5px;
        border-color: transparent transparent transparent #222222;
        position: absolute;
        top: 50%;
        margin-top: -4.5px;
    }

    .top-bar ul > li.has-dropdown .dropdown li.has-dropdown > a li a:hover {
        background: #f2f2f2;
    }

    .top-bar ul > li.has-dropdown .dropdown li.has-dropdown.moved {
        position: static;
    }

    .top-bar ul > li.has-dropdown .dropdown li.has-dropdown.moved .dropdown {
        top: 0;
        visibility: visible;
    }

    .top-bar ul > li.has-dropdown .dropdown li.has-dropdown:hover {
        display: block;
    }

    .top-bar ul.left, .top-bar ul.right {
        float: none;
        width: 100%;
    }

    .top-bar ul.left > li, .top-bar ul.right > li {
        display: block;
        float: none;
        margin: 0 !important;
    }

    .top-bar ul.left > li.has-dropdown .dropdown, .top-bar ul.right > li.has-dropdown .dropdown {
        left: 100% !important;
        top: 0;
        right: auto !important;
    }

    .top-bar section > ul li a:not(.button) {
        padding-left: 15px !important;
    }

    .top-bar.expanded {
        height: 100%;
    }

    .top-bar.expanded ul li.toggle-topbar a {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: solid 8px;
        border-color: transparent transparent #cccccc transparent;
        top: auto;
        bottom: 50%;
        margin-bottom: -4px;
    }

    .top-bar ul li.has-button {
        padding: 5px 15px;
    }

    .top-bar ul li .button.small {
        margin: 0 !important;
        display: inline-block;
        width: 100%;
    }

    .top-bar ul > li.has-button a.button {
        margin: 0;
    }
}

/* ---------------------------------------------------- Custom -----------------------------------------------------*/
/* === colours of the rainbow === */
.blue {
    color: #0c84c7;
}

.blue-bg {
    background: #0c84c7;
}

.dark-blue {
    color: #045cb6;
}

.green {
    color: #2a9d3a;
}

.green-bg {
    background: #2a9d3a;
}

.red {
    color: #bc1a1f;
}

.red-bg {
    background: #bc1a1f;
}

.orange {
    color: #e5681b;
}

.orange-bg {
    background: #e5681b;
}

.black {
    color: #222;
}

.light-grey {
    color: #ccc;
}

.promo {
    color: #9e9e9e;
    font-weight: 400;
}

/* === Global === */
.nowrap {
    white-space: nowrap;
}

.spacer {
    height: 20px;
}

.spacer-10 {
    height: 10px;
}

.m-b-5 {
    margin-bottom: 5px;
}

.open-sans {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.fw-600 {
    font-weight: 600;
}

.uppercase {
    text-transform: uppercase;
}

.m-t-0 {
    margin-top: 0;
}

.grey-secondary {
    padding: 60px 0;
    background: #f6f6f6;
}

.white-bg-area {
    padding: 60px 0;
    background: #fff;
}

/* === header === */
header {
    background-position: 50% 0px;
}

header h1 {
    font-size: 36px;
    color: #fff;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}

header h2 {
    color: #fff;
    font-weight: 500;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
    line-height: 1.6;
}

header h3 {
    color: #fff;
    font-weight: 400;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

header#index h1 {
    padding-top: 100px;
}

#header-image {
    background: url(../images/police-check-background.jpg) #0c84c7 no-repeat;
    background-attachment: scroll;
    background-position: center 0;
    -webkit-background-size: 1920px 400px;
    height: 400px;
}

#header-small {
    background: url(../images/police-check-background-sml.jpg) #0c84c7 no-repeat;
    background-attachment: scroll;
    background-position: center 0;
    padding: 20px 0;
}

#header-small.traffic {
    background: url(../images/police-check-background-traffic-sml.jpg) #0c84c7 no-repeat;
}

/* === global nav ===  */
.top-bar-shadow {
    position: absolute;
    z-index: 20;
    background: url("../images/top-bar-shadow.png") repeat-x;
    width: 100%;
    height: 15px;
    border-top: 1px #ccc solid;
}

/* === index nav === */

/* === form nav === */
#form-nav {
    background: #000;
    color: #fff;
    height: 60px;
}

#form-nav h1 a, #form-nav h1 {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
}

#form-nav h1 {
    padding: 20px 0 0 0;
    text-transform: uppercase;
}

#form-nav p {
    padding: 15px 0 0 0;
}

#form-nav img {
    margin-top: -5px;
    vertical-align: middle;
}

#form-nav ul li {
    color: #fff;
    font-size: 18px !important;
    font-weight: 700 !important;
    margin: 0;
    text-transform: uppercase;
    line-height: 45px;
}

/* === footer === */
footer {
    background-color: #212121;
    color: #fff;
    padding: 40px 0;
}

footer p, footer li {
    font-size: 13px;
}

.contact-list i {
    margin-left: -5px;
}

footer h4 {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    border: none;
    text-transform: none;
    margin-top: 0;
}

footer a {
    color: #68c8f8;
    text-decoration: underline;
}

footer a:hover, footer a:focus {
    color: #68c8f8;
    text-decoration: none;
}

.footer-links {
    margin-top: 30px;
    text-align: right;
}

.social {
    margin-top: -5px;
}

.fb-container {
    height: 40px;
}

.fb-like {
    border: none;
    overflow: hidden;
    height: 20px;
    width: 120px;
    margin-top: 6px;
}

#awards-section {
    padding: 40px 0;
    border-bottom: 1px solid #e1e1e1;
    background: url(../images/awards-wings-background.jpg) no-repeat center;
}

#awards-divider {
    border-top: 1px solid #e1e1e1;
    width: 100%;
    height: 1px;
}

#awards {
    padding: 60px 0;
}

ul#award-images {
    display: inline;
}

ul#award-images li {
    display: inline-block;
    padding: 0 20px;
}

ul#award-images li img {
    vertical-align: middle;
    /* grayscale filter doesn't work for all browsers */
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%); /* For Webkit browsers */
    filter: gray; /* For IE 6 - 9 */
}

@media only screen and (max-width: 768px) {
    ul#award-images li {
        padding: 0 20px 40px 20px;
    }
}

/* === index === */
ul.shield {
    margin-bottom: 0px;
    margin-left: 0;
}

ul.shield li {
    padding-left: 40px;
    padding-bottom: 20px;
}

li.shield-1 {
    background: url(../images/shield-1-icon.png) no-repeat left 5px;
}

li.shield-2 {
    background: url(../images/shield-2-icon.png) no-repeat left 5px;
}

li.shield-3 {
    background: url(../images/shield-3-icon.png) no-repeat left 5px;
}

ul.shield li ul li {
    padding: 0;
    margin-left: 17px;
}

.shield h4 {
    padding-top: 4px;
}

.check-list i {
    margin-left: -5px;
    margin-top: 3px;
}

.check-list li {
    margin-bottom: 10px;
}

.accreditation {
    padding: 0 0 10px 0;
}

.index-icons p {
    margin: 0 0 0 0;
}

#tagline {
    background: #f2f2f2;
    padding: 50px 0 50px 0;
}

@media only screen and (min-width: 768px) {
    #tagline .button {
        width: 100%;
    }

    #tagline p {
        margin-bottom: 0;
    }
}

/* === about === */
.telstra {
    margin: 40px 0 40px 10px;
}

.rotary {
    margin: 0 0 40px 0;
}

.sonshine {
    margin: 40px 0 0 0;
}

.salvation-army {
    padding: 0 20px 0 0;
}

.poh {
    padding: 0 0 0 20px;
}

/* === privacy === */
.privacy-list li {
    padding: 0 0 20px 0;
}

.privacy-list h6 {
    margin: 0 0 5px 0;
}

.privacy h4 {
    margin-top: 30px;
    margin-bottom: 8px;
}

/* === verify === */
.certificate {
    border: solid 1px #e6e6e6;
}

/* === form loading ===*/
.loading {
    padding-top: 100px;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: url(../images/white-bg.png) repeat;
}

.loading-bg {
    background: #fff;
    min-height: 160px;
}

/* === form tab navigation === */
.tab-nav {
    text-align: center;
    padding: 0 15px;
    height: 60px;
    margin-bottom: 20px;
}

.tab-nav .columns {
    padding: 0;
}

@media only screen and (min-width: 1280px) {
    .tab-nav h4 {
        margin: 0 0 7px 0;
    }
}

.tab-nav div h4 {
    color: #fff;
}

.tab-nav .disabled div h4 {
    color: #666;
}

.tab-nav .arrow-left div, .tab-nav .arrow-middle div, .tab-nav .arrow-right div {
    display: block;
    height: 60px;
    width: 100%;
    padding: 10px 0 0 0;
}

.tab-nav .arrow-left div {
    color: #fff;
    background: url(../images/arrow.gif) no-repeat right center #008dce;
}

.tab-nav .arrow-left.active div {
    color: #fff;
    background: url(../images/arrow-left-active.gif) no-repeat right center #045cb6;
}

.tab-nav .arrow-middle.disabled div {
    color: #666666;
    background: url(../images/arrow-two-disabled.gif), url(../images/arrow-bottom-disabled.gif);
    background-repeat: no-repeat;
    background-position: right center, left center;
    background-color: #b3b3b3;
}

.tab-nav .arrow-middle.active div {
    color: #fff;
    background: url(../images/arrow-left-active.gif), url(../images/arrow-right-active.gif);
    background-repeat: no-repeat;
    background-position: right center, left center;
    background-color: #045cb6;
}

.tab-nav .arrow-middle div, .tab-nav .arrow-two div {
    color: #fff;
    background: url(../images/arrow.gif), url(../images/arrow-bottom.gif);
    background-repeat: no-repeat;
    background-position: right center, left center;
    background-color: #008dce;
}

.tab-nav .arrow-right.disabled div {
    color: #666;
    background: url(../images/arrow-bottom-disabled.gif) no-repeat left center #b3b3b3;
}

.tab-nav .arrow-right.active div {
    color: #fff;
    background: url(../images/arrow-right-active.gif) no-repeat left center #045cb6;
}

.tab-nav .arrow-right div {
    color: #fff;
    background: url(../images/arrow-bottom.gif) no-repeat left center #008dce;
}

/* IE 8 tab-nav */
.lt-ie9 .tab-nav .arrow-left.active div {
    color: #fff;
    background: #045cb6;
}

.lt-ie9 .tab-nav .arrow-left div {
    color: #fff;
    background: #008dce;
}

.lt-ie9 .tab-nav .arrow-middle.disabled div {
    color: #666;
    background: #b3b3b3;
}

.lt-ie9 .tab-nav .arrow-middle.active div {
    color: #fff;
    background: #045cb6;
}

.lt-ie9 .tab-nav .arrow-middle div {
    color: #fff;
    background: #008dce;
}

.lt-ie9 .tab-nav .arrow-right.disabled div {
    color: #666;
    background: #b3b3b3;
}

.lt-ie9 .tab-nav .arrow-right.active div {
    color: #fff;
    background: #045cb6;
}

.lt-ie9 .tab-nav .arrow-right div {
    color: #fff;
    background: #008dce;
}

.lt-ie9 .tab-nav .arrow-left, .lt-ie9 .tab-nav .arrow-middle {
    padding-right: 1px;
}

/* === typeahead.js === */
span.twitter-typeahead {
    width: 100%;
}

.typeahead {
    background-color: #fff;
}

.typeahead:focus {
    border: 2px solid #ddd;

}

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999;
}

.tt-dropdown-menu {
    width: 100%;
    margin-top: 50px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.tt-suggestion {
    padding: 3px 10px;
    font-size: 18px;
    line-height: 24px;
}

.tt-suggestion.tt-cursor {
    color: #000;
    background-color: #ddd;
    cursor: pointer;
}

.tt-suggestion p {
    margin: 0;
}

.tt-suggestion p strong {
    color: #222;
}

/* === menu-apply === */
.phone {
    margin: 6px 0 0 0;
}

/* === menu1 === */
.phone-menu1 {
    margin: 9px 0 0 0;
}

/* === Tooltips === */
.has-tip {
    border-bottom: dotted 1px #cccccc;
    cursor: help;
    font-weight: bold;
    color: #333333;
}

.has-tip:hover, .has-tip:focus {
    border-bottom: dotted 1px #196177;
    color: #008dce;
}

.has-tip.tip-left, .has-tip.tip-right {
    float: none !important;
}

.tooltip {
    display: none;
    background: black;
    background: rgba(0, 0, 0, 0.85);
    position: absolute;
    color: white;
    font-weight: bold;
    font-size: 12px;
    padding: 10px;
    z-index: 999;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    line-height: normal;
}

.tooltip > .nub {
    display: block;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: transparent transparent black transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.85) transparent;
    position: absolute;
    top: -10px;
    left: 10px;
}

.tooltip.tip-override > .nub {
    border-color: transparent transparent black transparent !important;
    border-color: transparent transparent rgba(0, 0, 0, 0.85) transparent !important;
    top: -10px !important;
}

.tooltip.tip-top > .nub, .tooltip.tip-centered-top > .nub {
    border-color: black transparent transparent transparent;
    border-color: rgba(0, 0, 0, 0.85) transparent transparent transparent;
    top: auto;
    bottom: -10px;
}

.tooltip.tip-left, .tooltip.tip-right {
    float: none !important;
}

.tooltip.tip-left > .nub {
    border-color: transparent transparent transparent black;
    border-color: transparent transparent transparent rgba(0, 0, 0, 0.85);
    right: -10px;
    left: auto;
}

.tooltip.tip-right > .nub {
    border-color: transparent black transparent transparent;
    border-color: transparent rgba(0, 0, 0, 0.85) transparent transparent;
    right: auto;
    left: -10px;
}

.tooltip.noradius {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.tooltip.opened {
    color: #008dce !important;
    border-bottom: dotted 1px #196177 !important;
}

.tap-to-close {
    display: block;
    font-size: 10px;
    font-size: 1rem;
    color: #888888;
    font-weight: normal;
}

.tooltip-heading {
    font-size: 18px;
    font-weight: 700;
}

/* === FAQ === */
.fa.asterisk {
    font-size: 10px;
    vertical-align: super;
}

ul.fa-ul.faq {
    margin-left: 20px;
}

ul.faq li {
    padding-bottom: 20px;
}

/* === custom form === */
.panel.hard-copy {
    margin: 10px 0 0 0;
    padding: 10px;
}

.hard-copy-note {
    padding: 0;
    margin-bottom: 0;
}

.margin-h5 {
    margin-bottom: 6px;
}

.fieldset {
    border: solid 1px #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 12px;
    margin: 18px 0;
}

.note {
    font-size: 13px;
    color: #666;
    margin-bottom: 10px;
}

#al_btn_add, #al_btn_edit {
    margin: 0 0 18px 0;
}

.confirmButton {
    margin-top: 5px;
}

.confirmPage label {
    font-weight: 700;
}

#confirm-checkboxes label {
    margin: 15px 0 0 0;
    font-weight: 400;
    line-height: 1.6em;
}

/* === confirm === */
.thumbnail {
    float: left;
}

.thumbnail {
    padding: 0 15px;
}

.id-doc-container {
    min-height: 200px;
    width: 262px;
    overflow: hidden;
}

img.resize {
    max-width: 262px;
    height: auto;
}

#consentFormPreview {
    top: 0;
}

.confirmPage label {
    font-weight: 700;
}

#confirm-checkboxes div.error {
    margin-top: 10px;
}

ul.payment-list li {
    margin-left: 15px;
}

.form-spacing {
    margin-top: 20px;
}

/* === Track === */
ol#progress-checklist {
    margin-bottom: 0;
}

#progress-checklist li ul {
    margin: 0;
}

#progress-checklist li {
    clear: both;
}

#progress-checklist h6 {
    margin-bottom: 0;
}

.progress-checklist-box {
    border: 1px solid #e6e6e6;
    padding: 5px 15px 15px 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    overflow: auto;
}

/* === Latest News === */
p.date {
    font-size: 12px;
}

.m-b-0 {
    margin-bottom: 0;
}

/* === global === */
#content {
    margin: 40px 0;
}

ol.reset {
    counter-reset: li; /* Initiate a counter */
    list-style: none; /* Remove default numbering */
    *list-style: decimal; /* Keep using default numbering for IE6/7 */
    padding: 0;
}

.custom-counter li {
    position: relative;
    display: block;
    padding: .4em .4em .4em 2em;
    /**padding: .4em;*/
    margin: .5em 0;
    border-radius: .3em;
}

.custom-counter li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -1.3em;
    /*top: 50%;*/
    /*margin-top: -1.3em;*/
    background: #0c84c7;
    color: #ffffff;
    height: 2em;
    width: 2em;
    line-height: 2em;
    text-align: center;
    font-weight: 700;
    border-radius: 2em;
}

/* === step 3 === */
.file {
    width: 1px;
    height: 1px;
    opacity: 0;
    position: absolute;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}

#Step4 .selectedDocument h5 {
    margin-top: 0;
}

.upload {
    overflow: inherit !important;
}

#Step4 .button {
    min-width: 150px;
}

.button.blue.up_active {
    background-color: #4caf50;
    border: none;
}

.button.blue.up_active:hover, .button.blue.up_active:focus {
    background-color: #2e7d32;
}

.button.blue.up_inactive {
    background-color: #fff;
    color: #006ec6;
    border: 1px solid #006ec6;
}

.button.blue.up_inactive:hover, .up_inactive:focus {
    background-color: #bbdefb;
}

.button.blue.up_inactive[disabled]:hover {
    background: transparent;
}

div.progress {
    padding: 2px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    background: #0c84c7;
    height: 25px
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
    .medium-right {
        float: right;
        padding-right: 80px;
    }
}

@media only screen and (max-width: 767px) {
    #Step4 .button {
        width: 100%;
        margin-bottom: 10px;
    }
}

.id-row {
    padding: 10px 0;
    overflow: auto;
}

.id-divider {
    background: #e0e0e0;
    height: 1px;
    width: 100%;
}

.total-pts {
    margin-top: 14px;
}

.id-row .button {
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
    .inline {
        display: inline-block !important;
    }
}

/* ----------------------------------------- custom media queries ----------------------------------------------- */
@media only screen and (min-width: 939px) {
    /* === top-bar === */
    .top-bar ul > li.tel:hover, .top-bar ul > li.tel.active, .top-bar ul > li.tel:focus {
        background: none;
    }
}

@media only screen and (max-width: 940px) and (min-width: 768px) {
    /* === buttons === */
    .button-hide {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    /* === Footer === */
    .hide-phone {
        display: none;
    }

    /* === Banner === */
    #header-small {
        padding: 10px 0;
    }

    #header-image.slider {
        max-height: 310px;
    }

    /* === header === */
    header h1 {
        font-size: 24px;
    }

    header h2 {
        font-size: 18px;
        line-height: 1.6;
    }
}

@media only screen and (min-width: 768px) {
    /* === custom form === */
    .singlename {
        padding-top: 10px;
    }

    /* === verify === */
    p.verify-example {
        margin-top: 5px;
        color: #666;
    }

    .index-cta {
        min-height: 340px;
    }
}

@media only screen and (max-width: 767px) {
    /* === footer === */
    .footer-links {
        margin-top: 0px;
        text-align: left;
    }

    /* === mobile buttons === */
    .mobile-two .button, .mobile-two button {
        width: auto;
        min-width: 100%;
    }

    /* === about === */
    .telstra {
        margin: 0 0 40px 0;
    }

    .rotary {
        margin: 0;
    }

    .sonshine {
        margin: 0 0 40px 0;
    }

    .salvation-army {
        padding: 0;
    }

    .poh {
        padding: 0;
    }

    /* === form tab navigation === */
    .tab-nav .arrow-left, .tab-nav .arrow-middle {
        padding-right: 1px;
    }

    .row .tab-nav .mobile-one {
        padding: 0;
    }

}

@media only screen and (max-width: 767px) {
    /* === Tooltips === */
    .tooltip {
        font-size: 14px;
        line-height: 1.4;
        padding: 7px 10px 9px 10px;
        left: 50% !important;
        max-width: 80% !important;
        margin-left: -40%;
        font-size: 110%;
    }

    .tooltip > .nub, .tooltip.top > .nub, .tooltip.left > .nub, .tooltip.right > .nub {
        border-color: transparent transparent black transparent;
        border-color: transparent transparent rgba(0, 0, 0, 0.85) transparent;
        top: -12px;
        left: 10px;
    }
}

/* Styles for screens that are max 600px */
@media only screen and (min-width: 600px) {
    /* === form tab navigation === */
    .tab-nav .arrow-left h4, .tab-nav .arrow-left span {
        margin-left: -10px;
    }

    .tab-nav .arrow-middle h4, .tab-nav .arrow-middle span, .tab-nav .arrow-right h4, .tab-nav .arrow-right span {
        margin-left: 15px;
    }

    .lt-ie9 .tab-nav .arrow-left h4, .lt-ie9 .tab-nav .arrow-left span {
        margin-left: 0;
    }

    .lt-ie9 .tab-nav .arrow-middle h4, .lt-ie9 .tab-nav .arrow-middle span, .lt-ie9 .tab-nav .arrow-right h4, .lt-ie9 .tab-nav .arrow-right span {
        margin-left: 0;
    }
}

@media only screen and (max-width: 599px) {
    /* === form tab navigation === */
    .tab-nav .arrow-left.active div {
        background: #045cb6;
    }

    .tab-nav .arrow-left div {
        background: #008dce;
    }

    .tab-nav .arrow-middle.disabled div {
        background: #b3b3b3;
    }

    .tab-nav .arrow-middle.active div {
        background: #045cb6;
    }

    .tab-nav .arrow-middle div {
        background: #008dce;
    }

    .tab-nav .disabled.arrow-right div {
        background: #b3b3b3;
    }

    .tab-nav .arrow-right.active div {
        background: #045cb6;
    }

    .tab-nav .arrow-right div {
        background: #008dce;
    }
}

@media only screen and (min-width: 480px) {
    .show-for-x-small {
        display: none !important;
    }
}

@media only screen and (max-width: 479px) {
    /* === global === */
    .button {
        width: auto;
    }

    .show-for-x-small {
        display: block;
    }

    .hide-for-x-small {
        display: none;
    }

    /* === footer === */
    .footer-links {
        margin-top: 0px;
    }

    /* === menu-apply === */
    #form-nav h1 div, #form-nav h1, #form-nav p div, #form-nav p {
        font-size: 12px !important;
    }

    #form-nav h1 {
        padding: 20px 0 0 0;
    }

    /* === Form Styling === */
    input[type="text"] {
        height: 50px;
    }
}

@media only screen and (min-width: 768px) {
    .promo-code {
        margin-top: 24px;
    }
}

/* === signature === */
input[type=checkbox]#sign-help {
    visibility: hidden;
}

label#sign-help-label {
    color: #006ec9;
}

label#sign-help-label:hover {
    color: #004881;
}

.jSignature {
    width: 100%;
    /*height: 300px;
    min-height: 300px;*/
}

.image-holder {
    position: relative;
    height: 298px;
    margin-bottom: -298px;
    text-align: center;
}

.image-holder img {
    max-height: 200px;
    max-width: 99%;
    width: auto;
    margin: 1px;
}

.signature {
    border: 1px solid #000;
}

.signature .signhere {
    position: absolute !important;
    top: auto;
    min-width: 90px !important;
    max-width: 180px !important;
    width: 10% !important;
    border: none !important;
    padding: 100px 0 0 10px;
    box-shadow: 0 0 0 !important;
}

@media only screen and (max-width: 1200px) {

    .image-holder img {
        max-height: 150px;
    }

    .signature .signhere {
        padding: 75px 0 0 10px;
    }
}

@media only screen and (max-width: 850px) {

    .image-holder img {
        max-height: 120px;
    }
}

@media only screen and (max-width: 700px) {
    .image-holder img {
        max-height: 90px;
    }

    .signature .signhere {
        padding: 50px 0 0 10px;
    }
}

@media only screen and (max-width: 600px) {
    .image-holder img {
        max-height: 78px;
    }

    .signature .signhere {
        padding: 40px 0 0 10px;
    }
}

@media only screen and (max-width: 480px) {

    .image-holder img {
        max-height: 60px;
    }

    .signature .signhere {
        padding: 32px 0 0 10px;
    }

}

/* christmas */

#christmas {
    padding: 40px 0;
    border-bottom: 1px solid #e1e1e1;
}

.panel.christmas {
    background: #E8F5E9;
    border: 3px #66BB6A solid;
    margin: 0;
}

.panel.christmas p {
    font-weight: 600;
}

.panel.christmas p sup {
    font-size: 80%;
}

.christmas-img-sml {
    float: left;
    padding: 0 15px 15px 0;
}

.no-margin-btm {
    margin-bottom: 0;
}

/* Banner ------------------------------------------------------------------------------------------------------------*/

#banner {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    position: relative;
    color: #fff;
}

#banner h1 {
    color: #fff;
    font-size: 56px;
    font-weight: 500;
}

#banner h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 400;
    padding-bottom: 10px;
}

#banner p {
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 30px;
}

#banner.index {
    background: url("../images/police-check-background.jpg") no-repeat top center;
}

#banner-inner {
    padding: 150px 15px;
}

@media only screen and (max-width: 768px) {
    #banner.index {
        background-position: top left;
    }
}

@media only screen and (max-width: 767px) {
    #banner h1 {
        font-size: 37px;
    }

    #banner h2 {
        font-size: 30px;
    }

    #banner-inner {
        padding: 50px 15px;
    }
}

/* ID Docs -----------------------------------------------------------------------------------------------------------*/

.default-thumbnail {
    width: 150px;
    height: 150px;
    border: 1px solid #ccc;
    margin-bottom: 17px;
}

.default-thumbnail p {
    color: #ccc;
    padding-top: 50px;
}

/* NZ Police Checks --------------------------------------------------------------------------------------------------*/

.index-title-sml {
    font-size: 36px;
    font-weight: 300;
    display: block;
    line-height: 2;
}

#index-price {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.6;
}

p#index-price-wrapper {
    margin-bottom: 0;
}

sup {
    font-size: 58%;
}

/* === form tabs === */
.row .mobile-fifth {
    width: 20% !important;
    float: left;
}

.row .mobile-fifth:last-child {
    float: right
}

.row .mobile-fifth.end {
    float: left
}

.row.collapse .mobile-fifth {
    padding: 0
}

@media only screen and (min-width: 769px) {
    .hide-menu {
        display: none;
    }
}

/* === navigation ===*/

.blue {
    color: #008dce;
}

#index-nav ul {
    margin-bottom: 0;
}

#index-nav ul.logo {
    margin-bottom: 0;
}

#index-nav ul.logo a img, #index-nav ul.index-phone {
    padding: 18px 0;
}

#index-nav ul.index-phone {
    text-align: right;
}

#index-panel {
    padding-top: 20px;
}

#index-nav .tel {
    font-size: 22px;
    font-weight: 700;
    color: #444;
}

.index-phone-notouch {
    text-align: right;
}

.top-bar ul > li a:not(.button) .fa-facebook {
    color: #fff;
}

@media screen and (max-width: 767px) {
    #index-nav .tel {
        text-align: right;
    }
}

@media only screen and (max-width: 479px) {
    #index-nav .tel {
        font-size: 12px;
    }
}

/* Phone down msg ----------------------------------------------------------------------------------------------------*/

.phone-down {
    padding: 40px 0;
}

.phone-down .panel {
    margin-bottom: 0;
}

/* Pricing -----------------------------------------------------------------------------------------------------------*/

.pricing h2 {
    padding-bottom: 20px;
}

.pricing p.lead {
    padding-bottom: 20px;
}

/* Pricing Tables ----------------------------------------------------------------------------------------------------*/

.pricing-table {
    width: 100%;
    height: 100%;
    flex: 1;
}

.pricing-table * {
    line-height: 1.6;
}

.pricing-table .title {
    padding: 40px 40px 0 40px;
    background: #fff;
    font-size: 30px;
}

.pricing-table .subtitle {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    padding: 0 40px 15px 40px;
}

.pricing-table .price {
    background: #fff;
    font-weight: 600;
    padding: 15px 40px;
}

.pricing-table .price .price-text {
    font-size: 14px;
    font-weight: 400;

}

.pricing-table .description {
    font-size: 14px;
    border-bottom: none;
}

.pricing-table .delivery {
    text-align: center;
    font-size: 60px;
    font-weight: 700;
    padding: 20px 40px 0 40px;
    line-height: 1;
}

.pricing-table .days {
    font-size: 18px;
    text-align: center;
    padding: 0 40px 20px 40px;
}

.pricing-table .bullet-item {
    border: none;
    font-size: 16px;
    padding-bottom: 20px;
}

.pricing-table .cta-button {
    background: #fff;
    padding: 0 40px 50px 40px;
}

.pricing-table.standard {
    border: solid 1px #ddd;
}

.pricing-table.standard .delivery {
    color: #008dce;
}

.pricing-table.premium {
    border: solid 1px #ddd;
}

.pricing-table.premium .delivery {
    color: #045cb6;
}

.pricing-table.express {
    border: solid 1px #4CAF50;
}

.pricing-table.express .delivery {
    color: #4CAF50;
}

.pricing-table.express .days {
    color: #4CAF50;
    font-weight: 700;
}

/* Flex --------------------------------------------------------------------------------------------------------------*/

@media only screen and (min-width: 768px) {
    .flex-row {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .flex-row .flex-col {
        flex: 1;
    }
}

/* Hover Grow Shadow -------------------------------------------------------------------------------------------------*/

/* Grow Shadow */
.hvr-grow-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
}

.hvr-grow-shadow:hover, .hvr-grow-shadow:focus, .hvr-grow-shadow:active {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* Underline From Center */
.hvr-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
}

.hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
    left: 0;
    right: 0;
}

.standard.hvr-underline-from-center:before {
    background: #008dce;
}

.premium.hvr-underline-from-center:before {
    background: #045cb6;
}

.express.hvr-underline-from-center:before {
    background: #4CAF50;
}

/* Payment Loading ---------------------------------------------------------------------------------------------------*/

#loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#loading-modal {
    position: absolute;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 8px;
}

#loading-content {
    border-radius: 8px;
    background: #fff;
    padding: 20px;
}

/* Payment Radio -----------------------------------------------------------------------------------------------------*/

.pricing-radio {
    margin-bottom: 40px;
}

.pricing-radio label {
    margin-bottom: 20px;
    background: #f2f2f2;
    border: 1px solid #f2f2f2;
    padding: 20px;
    border-radius: 2px;
}

.pricing-radio label:hover, .pricing-radio label:focus  {
    border: 1px solid #008dce;
}

.pricing-radio input {
    display: none;
}

.pricing-radio label.checked {
    border: 1px solid #008dce;
    background: #008dce;
    color: #fff;
}

/* Purpose -----------------------------------------------------------------------------------------------------------*/

.purpose label {
    margin-bottom: 20px;
}

/* Apply -------------------------------------------------------------------------------------------------------------*/

.apply h3 {
    line-height: 1.4;
}