﻿@charset "UTF-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */
body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

    /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
    audio:not([controls]) {
        display: none;
        height: 0;
    }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background: transparent;
}

    /**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
    a:active,
    a:hover {
        outline: 0;
    }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

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

html input[disabled] {
    background-color: #c0c0c0;
    color: #000;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
    line-height: normal;
}

    /**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
    input[type="checkbox"],
    input[type="radio"] {
        box-sizing: border-box;
        /* 1 */
        padding: 0;
        /* 2 */
    }

    /**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

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

        /**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    /*height: 100%;*/
    background-color: #FAFAFA;
}

*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

* {
    box-sizing: border-box;
}

h1 {
    font-size: 32px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}

@media (max-width: 768px) {
    h1 {
        font-size: 24px;
    }
}

h2, h2.heading1 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0px;
}

@media (max-width: 768px) {
    h2, h2.heading1 {
        font-size: 20px;
        line-height: 24px;
    }
}

h2.heading2 {
    font-size: 20px;
    line-height: 24px
}

@media (max-width: 768px) {
    h2.heading2 {
        font-size: 18px;
        line-height: 24px
    }
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

* {
    box-sizing: border-box;
}

@font-face {
    font-family: 'Helvetica Neue Light';
    src: url('../Fonts/HelveticaNeue/Light/HelveticaNeueLight.eot');
    src: url('../Fonts/HelveticaNeue/Light/HelveticaNeueLight.eot?#iefix') format('embedded-opentype'), url('../Fonts/HelveticaNeue/Light/HelveticaNeueLight.woff2') format('woff2'), url('../Fonts/HelveticaNeue/Light/HelveticaNeueLight.woff') format('woff'), url('../Fonts/HelveticaNeue/Light/HelveticaNeueLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue Regular';
    src: url('../Fonts/HelveticaNeue/Regular/HelveticaNeue.eot');
    src: url('../Fonts/HelveticaNeue/Regular/HelveticaNeue.eot?#iefix') format('embedded-opentype'), url('../Fonts/HelveticaNeue/Regular/HelveticaNeue.woff2') format('woff2'), url('../Fonts/HelveticaNeue/Regular/HelveticaNeue.woff') format('woff'), url('../Fonts/HelveticaNeue/Regular/HelveticaNeue.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue Medium';
    src: url('../Fonts/HelveticaNeue/Medium/HelveticaNeueMedium.eot');
    src: url('../Fonts/HelveticaNeue/Medium/HelveticaNeueMedium.eot?#iefix') format('embedded-opentype'), url('../Fonts/HelveticaNeue/Medium/HelveticaNeueMedium.woff2') format('woff2'), url('../Fonts/HelveticaNeue/Medium/HelveticaNeueMedium.woff') format('woff'), url('../Fonts/HelveticaNeue/Medium/HelveticaNeueMedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue Bold';
    src: url('../Fonts/HelveticaNeue/Bold/HelveticaNeueBold.eot');
    src: url('../Fonts/HelveticaNeue/Bold/HelveticaNeueBold.eot?#iefix') format('embedded-opentype'), url('../Fonts/HelveticaNeue/Bold/HelveticaNeueBold.woff2') format('woff2'), url('../Fonts/HelveticaNeue/Bold/HelveticaNeueBold.woff') format('woff'), url('../Fonts/HelveticaNeue/Bold/HelveticaNeueBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

body {
    margin: 0;
    background: #fafafa;
    font-size: 12pt;
    line-height: 1.5;
    color: #555555;
    font-family: 'Helvetica Neue Regular', Arial, "sans-serif"
}

@media screen and (max-width: 1280px) {
    body {
        font-size: 11pt;
    }
}

img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: bottom;
}

* > p:last-child {
    margin-bottom: 0;
}

a {
}

p {
    margin-bottom: 15px;
}

ul {
    padding-left: 1em;
    margin-bottom: 0;
}

header ul, #footer ul {
    list-style: none;
    padding-left: 0;
}

b, strong {
    font-weight: 700;
    font-style: normal;
}

.flex-row, .module .table-header, .module .table-row, .module .table-cell {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    flex-wrap: wrap;
    width: 100%;
}

.p-1 {
    width: 100%;
}

.p-2 {
    width: 50%;
}

.p-3 {
    width: 33.3%;
}

.p-3-2 {
    width: 66.6%;
}

.p-2, .p-3, .p-3-2, .p-4, .p-5{
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.p-3:first-child, .p-3-2:first-child {
	padding-left: 0;
}

.p-3:last-child, .p-3-2:last-child {
	padding-right: 0;
}

.flex-row .p-2:nth-child(2n+1), .p-2 .p-2:nth-child(2n+1) {
	padding-left: 0;
}

.flex-row .p-2:nth-child(2n), .p-2 .p-2:nth-child(2n) {
	padding-right: 0;
}

.p-4 {
    width: 25%;
}

.flex-row .p-4:nth-child(4n+1), .p-4 .p-4:nth-child(4n+1) {
	padding-left: 0;
}

.flex-row .p-4:nth-child(4n), .p-4 .p-4:nth-child(4n) {
	padding-right: 0;
}

.p-5 {
    width: 20%;
}

.flex-row .p-5:first-child{
    padding-left: 0;
}

.flex-row .p-5:last-child {
    padding-right: 0;
}


header {
    background-color: white;
}

#header-wrapper {
    margin: 0 16px;
    padding: 0 5vw;
    /*max-width: 900px;*/
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: auto;
    height: 49px;
}

.nav-items {
    flex-grow: 2;
    width: auto;
    margin-top: 0;
}

.nav-link {
    border: 1px solid transparent;
    color: #262626;
    display: inline-block;
    margin-top: 1px;
    padding: 16px 8px 10px;
    height: 48px;
    position: relative;
}

    .nav-link.active {
        font-weight: 600;
    }

    .nav-link::before {
        bottom: 9px;
        background-color: #262626;
        width: calc(100% - 16px);
        content: "";
        display: none;
        height: 2px;
        position: absolute;
    }

    .nav-link:hover::before {
        display: block;
    }


header h2 {
    margin: 0;
    line-height: 1;
}

#contact-us {
    position: relative;
    overflow: hidden;
    width: initial;
    font-family: 'Helvetica Neue Light', sans-serif;
}

.contact-us-button {
    display: flex;
    align-items: center;
    max-height: 32px;
    float: left;
    cursor: pointer;
}

    .contact-us-button div {
        width: 32px;
        height: 32px;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        margin: 8px;
    }

    .contact-us-button #email {
        background-image: url("../images/EmailIcon.png");
    }

    .contact-us-button #login {
        background-image: url("../images/LoginIcon.png");
    }

    .contact-us-button #requestForm {
        background-image: url("../images/Icons/RequestFormIcon.png");
    }

header a {
    color: #262626;
    font-size: 10pt;
    text-decoration: none;
}

    header a:hover {
        text-decoration: none;
        color: #262626;
    }

#side-menu {
    position: relative;
}

    #side-menu a:last-child div {
        margin-right: 0;
    }

#account-submenu {
    background-color: #FAFAFF;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.1);
    padding: 16px;
    display: flex;
    z-index: 2;
    position: absolute;
    width: 150px;
    top: 40px;
    right: 0px;
    margin: 0;
    height: auto;
    text-align: right;
    flex-wrap: wrap;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
}

    #account-submenu > * {
        width: 100%;
    }

    #account-submenu .nav-link {
        padding: 12px 8px;
        margin-right: -8px;
        height: 40px;
    }

        #account-submenu .nav-link:last-child {
            padding-bottom: 0px;
        }

#header-banner {
    background-color: #01625B;
    color: white;
    align-items: center;
    justify-content: space-between;
}

    #header-banner section {
        margin: 0 16px;
        padding: 32px 5%;
        /*max-width: 900px;*/
        align-items: center;
        width: auto;
    }

    #header-banner h1 {
        margin: 0;
    }

    #header-banner a {
        color: white;
        text-decoration: underline;
        font-weight: 600;
    }

    #header-banner section > .flex-row {
        align-items: center;
        justify-content: flex-end;
    }

.header-banner-icon {
    text-align: center;
}

#header-banner > .flex-row .p-1 {
    text-align: right;
}

.page-wrapper {
    margin: 0 16px;
    background-color: white;
    padding: 24px 5%;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.1);
    /*max-width: 900px;*/
}

@media (min-width: 932px) {
    #header-wrapper, .page-wrapper, #header-banner > section {
        /*margin-left:auto;
		margin-right:auto;*/
    }
}

.page-wrapper h2.heading2 {
    color: #01625B;
}

/* form styles */
form {
    z-index: 1;
    position: relative;
    /*margin:0 auto;*/
    max-width: 800px;
}

.form-block-title {
    padding: 30px 0 0 0;
    width: 100%;
    border-top: 1px solid rgba(1,98,91,0.5);
    margin-top: 22.5px;
}


.flex-row.d-flex.form-block-content .form-block-title:first-child{
	border-top: none;
	margin-top: 0;
	padding: 0;
}


form .flex-row:first-child > p-1 {
    margin-top: 0;
}

.flex-row.d-flex.form-block-content{
	justify-content: space-between;
	padding: 0 0 30px 0;
	width: 100%;
	border-bottom: 1px solid rgba(1,98,91,0.5);
	margin-bottom: 22.5px;
}

.flex-row.d-flex.form-block-content>.p-1, .flex-row.d-flex.form-block-content>.p-2{
	padding: auto 0;
} 

.flex-row.d-flex.form-block-content>.p-2{
	width:calc(50% - 15px);
} 

.flex-row.d-flex.form-block-content .form-field{
	justify-content: space-between;
}

.flex-row.d-flex.form-block-content .form-field>.p-2{
	padding:0;
	width:calc(50% - 15px);
}

.form-field, label {
    position: relative;
    color: #262626;
}

#mo-email, #mo-telephone, #form-email, #form-telephone, #manualProjectName{
	display: none;
}

#manualContactName, #manualProjectName {
	align-self: flex-end; 
	margin-bottom: 7.5px; 
	display: flex;
}

.form-row {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    text-align: center;
    width: 100%;
    max-width: 600px;
}

.form-title, .form-field, .form-row {
    margin: 7.5px auto;
    display: flex;
}

label, button {
    width: 100%;
    display: block;
    vertical-align: top;
    margin-bottom: 0;
    font-weight: normal;
}

.toggle-group label {
    width: auto;
}

.required::after {
    content: ' *';
    color: red;
}

.form-field {
    line-height: 1;
    width: 100%;
    display: flex;
}

input, select, textarea {
    width: 100%;
    max-width: 802px;
    min-height: 34px;
    padding: 10px;
    line-height: 1;
    color: white;
    background-color: transparent;
    border: 1px solid white;
    border-radius: 0;
    font-family: inherit;
    margin: auto;
}

textarea {
    overflow: auto;
    min-height: auto;
}

.radiobutton, .submit, .checkbox {
    width: 50%;
    display: inline-block;
    padding: 0 7.5px;
}

.p-2 .checkbox {
    margin: 7.5px 0;
}

.form-field .textfield {
    width: 100%;
}

.checkbox input[type=checkbox], .radiobutton input[type=radio], .radiobutton input[type=number] {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.checkbox label, .radiobutton label, input[type=text], input[type=password], input[type=search], input[type=file], input[type=number] {
    display: block;
    border: solid 1px #262626;
    padding: 8.5px;
    background-color: transparent;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
}

.select2-container--default .select2-selection--single {
    border-color: #262626;
    height: 34px;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 32px;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 32px;
    }

textarea {
    display: block;
    border: solid 1px #262626;
    padding: 7.5px;
    background-color: white;
    text-decoration: none;
    min-height: 63px;
    border-radius: 3px;
}

button, input[type=submit] {
    display: block;
    border: solid 1px #01625B;
    padding: 12px;
    background-color: #01625B;
    cursor: pointer;
    color: white;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
}

input[type=text], input[type=password], input[type=search], textarea, input[type=file], input[type=number] {
    color: #555555;
    text-align: left;
    cursor: text;
}

.checkbox label:hover, .radiobutton label:hover, .checkbox input[type=checkbox]:checked ~ label, .radiobutton input[type=radio]:checked ~ label {
    color: white;
    background-color: #01625B;
}

.checkbox > input, .radiobutton > input {
    width: auto;
    margin: 2px 0 0 0 !important;
    min-height: auto;
    padding-top: 1px;
}

.textbox > input {
    position: relative;
    border: solid 1px #01625B;
    border-color: #01625B;
    min-height: auto;
    padding: 10px;
    max-width: 600px;
    color: white;
    background-color: white;
    cursor: text;
    border-radius: 0;
}

.styled-select {
    height: 38px;
    overflow: hidden;
    /*background: url(../images/Dropdown/DropdownArrow.png) no-repeat right 1px;*/
    max-width: 789px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    border-left: 1px solid white;
    z-index: 1;
    padding-right: 0 !important;
    display: block;
}

    .styled-select:hover {
        /*background: url(../images/Dropdown/DropdownArrowhover.png) no-repeat right 1px;*/
    }

    .styled-select select {
        background: transparent;
        border: solid 1px #262626;
        height: 34px;
        padding: 10px; /* If you add too much padding here, the options won't show in IE */
        color: #2A2A2A;
        z-index: 0;
        /*width: calc(100% + 30px);*/
    }

        .styled-select select > option {
            color: black !important;
        }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    font-size: 10pt;
}

.form-field .textfield {
    display: flex;
    align-items: center;
}

input[type=text]:read-only {
    border: none;
    padding: 0;
    min-height: inherit;
    font-weight: 600;
}

input[type="submit"] {
    padding: 12px !important;
}

input[type="file"] {
    /*display: none;*/
}

.custom-file-upload {
    border: 1px solid #262626;
    border-radius: 3px;
    color: #262626;
    background-color: white;
    display: inline-block;
    padding: 8.5px 15px;
    cursor: pointer;
    width: auto;
    font-weight: 500;
    margin: 8px;
    line-height: 17px;
    float:left;
}

    .custom-file-upload:hover {
        border: 1px solid #01625B;
        background-color: #01625B;
        color: white;
    }

.form-block-content {
   margin-bottom: 30px;
}


.form-title span {
    flex-grow: 2;
}

.tooltop-button {
    height: 22px;
    margin: 0 0 0 15px;
    background-color: #01625B7;
    line-height: 22px;
    width: 22px;
    border-radius: 22px;
    color: white;
    font-family: 'Helvetica Neue Medium', Arial, sans-serif;
    font-size: 0.85em;
    padding: 0;
}

.tooltip .tooltiptext {
    max-width: 380px;
}

/*.tooltop-button::after{
	content: 'i';
}

.tooltop-button:hover + .tooltop-wrapper { display: block; }

.tooltop-wrapper{
	position: absolute;
	top:-7.5px;
	width: 100%;
	width: calc(100% + 2px);
	background-color: #1557A7;
	padding: 7.5px;
	border-radius: 22px;
	display: none;
	z-index: 1;
	margin-left:-1px;
	font-size: 1em;
	color: white;
}

.tooltip-text{
	
}

.tooltip-text>p:first-child{
	margin-top: 0;
}

.tooltip-text>p:last-child{
	margin-bottom: 0;
}*/

.MultiFile-wrap{
	width: 100%;
}

.MultiFile-wrap a{
	color: red;
}

.MultiFile-wrap .MultiFile-label{
	padding: 7.5px 0;
}

.form-block-content .newJob:nth-child(5) .addJobButton{
	display: none !important;
}

.addjob{
	margin-top: 22.5px;
}

.addJobButton a{
	color: green;
}

.removeJobButton{
	display: none;
}

.removeJobButton a{
	color: red
}

.addJobButton a:hover, .removeJobButton a:hover{
	text-decoration: none;
}

/* End Request Form styles */

/* Table styles */
.module .module-title{
	margin-bottom: 16px;
}

.module .module-title h1 {
    color: #262626;
}

#job-view .module .module-title h1, #manage-project .module .module-title h1, #report-wrapper .module-title h1{
	margin-left:0;
}

.module .table {
    padding: 0 4px;
    border: 2px solid #262626;
    border-radius: 4px;
    margin-bottom: 24px;
}

#manage-jobs.module .table, #report-wrapper.module .table{
	padding: 0;
	border: none;
}

.module .table-header {
    font-family: 'Helvetica Neue Medium', Arial, sans-serif;
}

.module .table-header, .module .table-row, .module .table-cell {
    /*height: 32px;*/
}

.module .table-row, .module .table-header {
    margin: 8px 0;
    color: #555555;
}

.module .table-row .table-cell, .module .table-header .table-cell {
	flex-grow: 2;
	width: auto;
	padding: 0 8px;
	margin: 0 4px;
	align-items: center;
	/*line-height: 32px;*/
	/*max-width: calc(100% - 132px);*/
}

#manage-project.module .table-row .table-cell, #report-wrapper.module .table-row .table-cell{
	margin:0;
}

.module .project-jobs-header .table-cell {
    margin-right: 0;
	margin-left: 0;
}

#report-wrapper.module .project-jobs-header .table-cell {
    margin:0;
}

.module .table-row .table-cell {
    color: white;
    /*line-height: 32px;*/
    background-color: transparent;
    border-radius: 4px;
    font-size: 10pt;
}

.module .table-cell .table-column:first-child {
    flex-grow: 2;
    text-align: left;
}

.module .table-cell .table-column {
    flex: 1;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 32px;
}

.note-details-group, .job-details, .project-details {
    position: relative;
}

.module .table-row-buttons, #jobNotesModal .table-row-buttons, #jobDocumentsModal .table-row-buttons {
    display: flex;
}

.note-details-group .table-row-buttons {
    position: absolute;
    top: 0;
    right: 0;
}

.document-details-group .table-row-buttons {
    position: absolute;
    top: 16px;
    right: 0;
}

.module button, #jobNotesModal .table-row-buttons button, #jobDocumentsModal .table-row-buttons button, .module .table-row-buttons input[type=submit]  {
    width: auto;
    margin: 0 4px;
    height: 32px;
    align-items: center;
    padding: 0 8px !important;
    line-height: 28px; /* 28px + 4px border thickness */
	min-height: 32px;
}

.module .table-row-buttons input[type=submit].btn-danger{
	margin:0;
	background-color: #d9534f;
	border-color: #d43f3a;
}

.table-row-buttons button:first-child{
	margin-left: 0;
}

.table-row-buttons button:last-child{
	margin-right: 0;
}

.default-button {
    border: solid 1px #555;
    background-color: white;
    color: #555;
}

.default-button:hover {
	background-color: #e6e6e6 /*rgba(58,58,58,0.10)*/;
	border-color: rgba(38,38,38,0.75);
}

.default-button:disabled, .default-button:disabled:hover {
    border: solid 1px #262626;
    background-color: #c6c6c6;
    color: #555;
}

#jobStatusForm {
    padding: 16px 0;
}

.toggle.btn {
    margin-left: 8px;
}

.table-column {
    padding: 0 8px;
    min-width: 48px;
}

    .table-column img, .table-column .icon-placeholder {
        width: 32px;
        /*height: 32px;*/
        border-radius: 100%;
        display: inline-block;
        margin-right: 8px;
    }

.module .table button, #jobNotesModal .table-row-buttons button, .module .table-row-buttons input[type=submit] {
    /*background-color: transparent;*/
    /*border: 2px solid #262626;*/
    border-radius: 4px;
    /*color: #555555;*/
    width: 68px;
    font-size: 10pt;
    text-align: center;
    font-family: "Helvetica Neue Regular", Arial, sans-serif;
}

    .module .table button:hover {
        background-color: rgba(58,58,58,0.10);
    }

/* Team overview table styles */

#team-overview .table-header {
    width: calc(100% - 87px);
}

#team-overview #graphics-team .table-cell {
    background-color: #01625B;
    font-family: 'Helvetica Neue Medium', Arial, sans-serif;
    font-weight: 400;
    color: white;
}

#team-overview .table-cell, #users-overview .table-cell {
    color: #555;
}

#team-overview #graphics-team button {
    background-color: #01625B;
    color: white;
}

    #team-overview #graphics-team button:hover {
        background-color: rgba(1,98,91,0.75);
        color: white;
        border-color: #01625B;
    }

#team-overview .table-row:nth-child(2n) .table-cell, #users-overview .table-row:nth-child(2n) .table-cell {
    /*background-color: #707070;*/
}

#team-overview .table-row:nth-child(2n + 1) .table-cell, #users-overview .table-row:nth-child(2n + 1) .table-cell {
    background-color: #eee;
}

#users-overview .module button {
    width: auto;
    margin: 0 auto;
}

#dashboard #legend {
    align-content: center;
    margin-bottom: 16px;
}

    #dashboard #legend div {
        margin-right: 15px;
        display: flex;
        align-items: center;
    }

    #dashboard #legend span {
        height: 22px;
        width: 22px;
        display: inline-block;
        margin-right: 4px;
    }

    #dashboard #legend .red {
        color: #DD3E49;
    }

    #dashboard #legend .amber {
        color: #E79457;
    }

    #dashboard #legend .green {
        color: #5ABC49;
    }

    #dashboard #legend .blue {
        color: #1A64A9;
    }

/* Dasboard table styles */

#dashboard .table-row:nth-child(2n+1) .table-cell {
    background-color: #707070;
}

#dashboard .table-row:nth-child(2n) .table-cell {
    background-color: #838383;
}

#dashboard .table-row.red .table-cell, #dashboard #legend .red span {
	background-color: #DD3E49;
}

#dashboard .table-row.red.pending .table-cell {
    background-color: rgba(221,62,73,0.50);
}

#dashboard .table-row.amber .table-cell, #dashboard #legend .amber span {
    background-color: #E79457;
}

#dashboard .table-row.amber.pending .table-cell {
    background-color: rgba(231,148,87,0.5);
}

#dashboard .table-row.green .table-cell, #dashboard button.green, #dashboard #legend .green span {
    background-color: #5ABC49;
}

#dashboard .table-row.green.pending .table-cell, #dashboard button.green:hover {
	background-color: rgba(90,188,73,0.50);
}

#dashboard .table-row.blue .table-cell, #dashboard #legend .blue span {
    background-color: #1A64A9;
}

#dashboard .table-row.blue.pending .table-cell {
    background-color: rgba(26,100,169,0.50);
}

#dashboard button.pending {
    opacity: 0.5;
}

#dashboard button.green {
    color: white;
    border-color: #5ABC49;
}

    #dashboard button.green:hover {
        color: white;
        border-color: #5ABC49;
        background-color: rgba(90,188,73,0.75);
        font-family: 'Helvetica Neue Medium';
    }

#dashboard #unassigned-jobs-module .table-header {
    width: calc(100% - 72px);
}

#dashboard #unassigned-projects-module .project-details, #dashboard #projects-module .project-details, #dashboard #my-projects-module .project-details {
    width: calc(100% - 160px);
    margin-left: 4px;
}

#dashboard #my-projects-module .project-jobs-header {
    width: calc(100% - 152px);
	margin-left:4px;
}

#dashboard #approve-jobs-module .table-header {
    width: calc(100% - 72px);
}

#dashboard #projects-module .project-jobs-header, #unassigned-projects-module .project-jobs-header {
    width: calc(100% - 160px);
}

#dashboard .project-details, #dashboard .project-jobs-header {
    color: #555555;
}

#dashboard .project-jobs>.project-jobs-header{
	cursor: pointer;
	/*border: 2px solid transparent;
	border-radius: 4px;
	transition: border-color 0.5s;*/
	background-color: transparent;
}

#dashboard .project-jobs>.project-jobs-header:hover{
	/*border-color: rgba(0,0,0,0.75);*/
	background-color: #f5f5f5;
}

#dashboard .project-header .table-cell .table-column:first-child::after {
    content: ">";
    margin-left: 8px;
    width: 16px;
    font-weight: 500;
}

#dashboard .project-header {
    color: #555555;
}

/*#dashboard .project.project-jobs{
	display: none;
}*/

#dashboard .table-row-buttons form {
    margin: 0 0 0 4px;
    /*height: 32px;*/
}

    #dashboard .table-row-buttons form:first-child {
        margin: 0;
    }

#dashboard .table-row-buttons input[type="image"] {
    padding: 4px;
    min-height: inherit;
    border: none;
}

/* Job page styles */
#job-page #project-image{
	max-height: 250px; 
}

#project-image{
	background-position:center; 
	background-size:cover; 
	background-repeat:no-repeat;
	position: relative;
	min-height: 300px;
}

#project-image label{
	position: absolute;
	bottom: 4px;
	right: 4px;
}

#update-job.module .module-title h1, #job-activity-log.module .module-title h1 {
    margin-left: 0;
}

#update-job.module .module-title h2 {
}

#update-job .table-row-buttons button:first-child, #externally-funded-job .table-row-buttons button:first-child {
    margin-left: 0;
}

#job-page span {
    font-family: 'Helvetica Neue Medium', Arial, sans-serif;
    color: #262626;
}

#job-details > div:nth-child(2n) {
    flex-grow: 1;
}

#job-details > div:nth-child(2n+1) {
    flex-grow: 2;
}

#job-details .module-title {
    width: 100%;
}

#job-details > div > div {
    display: flex;
    line-height: 32px;
}

#job-details > div:last-child > div {
    justify-content: flex-end;
    padding-bottom: 8px;
}

#job-details > div > div:last-child {
    padding-bottom: 0px;
}

.module #job-details button {
    margin: 0 0 0 8px;
}

#job-saving {
    margin-right: 74px;
}

#job-activity-log.module .table-row {
    /*border-top: 1px solid #555555;*/
    background-color: #eeeeee;
}

    #job-activity-log.module .table-row:last-child {
        border-bottom: none;
    }

#job-activity-log.module .table-cell .table-column {
    text-align: left;
    color: #555555;
}

    #job-activity-log.module .table-cell .table-column a {
        font-family: 'Helvetica Neue Bold', Arial, sans-serif;
        color: #555555;
    }

    #job-activity-log.module .table-cell .table-column:first-child {
        flex-grow: 1;
    }

    #job-activity-log.module .table-cell .table-column:nth-child(3) {
        flex-grow: 2;
    }

#job-activity-log, #job-page .heading1 {
    margin-top: 32px;
}

#job-page .heading1 {
    margin-bottom: 8px;
}

/* Manage Project styles */
#project-overview{
	margin-bottom: 30px;
	margin-top: -25px;
}

#manage-project  #project-overview #project-image{
	margin-right: 15px;
	width: calc(50% - 15px);
	padding: 0;
}

#project-details{
	background-color: #F9F8F8;
	padding: 15px;
}

#project-details>div{
	padding: 7.5px 0;
}

#clientInfoIcon{
	width: 17px; 
	height: 17px; 
	vertical-align: initial;
}

#project-details #project-title input{
	font-size: 24px;
	font-weight: 700;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 32px;
	margin: 0;
	padding:0;
	background-color: #FAFAFA;
	color: #262626;
	border: none;
	display: inline-block;
	width: auto;
}

#project-details #project-title input:disabled{
	background-color: transparent;
	color: #555;
	font-size: 32px;
}

#project-details #client-details{
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: none;
	flex-wrap: wrap;
	width: 100%;
	padding-top: 7.5px;
}

#project-details #client-details a{
	color:#01625B;
	word-break: break-all;
}

#project-details img{
	cursor: pointer;
}

#manage-project #manage-jobs>.table-row-buttons button{
	width:25%;
}

#report-wrapper .module-title{
	width: 80%;
}

#reset-all-filters{
	width: 20%; 
	margin-bottom: 15px;
}

#filter-options.table-row-buttons{
	padding: 0;
}

#report-wrapper #filter-options select{
	cursor: pointer;
	font-size: 10pt;
	width: 100%;
	margin: 0 4px;
	height: 32px;
	align-items: center;
	padding: 0 8px;
	line-height: 28px;
	display: block;
	text-align: center;
	text-decoration: none;
	border-radius: 4px;
	list-style: none;
	position: relative;
	background-color: white;
	border: solid 1px #555;
	color: #555;
}

#filter-options .p-5 span{
	display: none;
}

#manage-project .table-cell{
	padding:0;
	margin-left: 0;
	margin-right: 4px;
}

.default-button.active{
	background-color: #01625B;
	color: white;
	border-color: transparent;
}

#report-wrapper form{
	max-width: 100%;
}

#reportMoreOptions{
	display: flex;
	width: 100%;
}

#report-wrapper #dashboard.project-wraper .table.project{
	border-bottom: 2px solid #e5e5e5;
	padding:12px 0 20px 0;
	margin-bottom: 0;
}

#dashboard .project-jobs-header .table-row .table-cell{
	background-color: transparent;
	color: #262626;
	font-size: 12pt;
}

#requestDetails{
	padding:30px 0;
	border-top: 1px solid rgba(1,98,91,0.5);
	border-bottom: 1px solid rgba(1,98,91,0.5);
	justify-content: space-between;
	margin:15px 0;
}

#requestDetails .heading2{
	margin-bottom: 15px;
}

#requestDetails .form-block-content{
	margin-bottom: 0;
	
}

#requestFormSuccess span a{
	color: #01625B;
	text-decoration: none;
	font-family: "Helvetica Neue Medium", Arial, sans-serif;
}

#newJobRequest{
	float: right;
	margin-top:-42px;
}

#newJobRequest a{
	display: inline-block;
	padding:.575rem 16px;
	border-radius: 4px;
	background-color: #01625B;
	color: white;
	border: 1px solid transparent;
	text-decoration: none;
	font-family: "Helvetica Neue Medium", Arial, sans-serif;
}

#newJobRequest:hover a{
	background-color: white;
	color: #01625B;
	text-decoration: underline;
	border:1px solid #01625B;
}

/* Modal Styles */
.modal.in .modal-dialog {
    -webkit-transform: translate(0,25%));
    -ms-transform: translate(0,25%));
    -o-transform: translate(0,25%));
    transform: translate(0,25%);
}

.modal-dialog {
    margin: 16px auto;
    max-width: 768px;
}

@media screen and (min-width: 768px) {
    .modal-dialog {
        width: 768px;
    }
}

@media screen and (max-width: 767px) {
    .modal-dialog {
        margin: auto 16px;
    }
}

.modal-header {
    background-color: #01625B;
    padding: 16px;
    text-align: center;
    color: white;
    position: relative;
    height: 62px;
}

    .modal-header .heading1 {
        line-height: 30px;
    }

.modal button {
    width: auto;
    padding: 0 8px;
    line-height: 28px;
}

.modal-header button {
    background-color: white;
    color: #01625B;
    position: absolute;
    right: 16px;
    top: 16px;
}

.modal-header span {
    position: absolute;
    right: 16px;
    top: 16px;
    line-height: 30px;
}

.modal-body {
    padding: 8px 16px;
}

    .modal-body span {
        font-family: 'Helvetica Neue Medium', Arial, sans-serif;
        color: #262626;
    }

    .modal-body .project-details {
        border-bottom: 2px solid rgba(229,229,229,0.70);
    }

    .modal-body .job-details, .modal-body .project-details {
        padding: 16px 0;
    }

        .modal-body .job-details h2, .modal-body .project-details h2 {
            margin-bottom: 8px;
        }

    .modal-body .project-details-group > div, .modal-body .job-details-group > div {
        width: 50%;
        padding-bottom: 3px;
    }

    .modal-body .job-details-desc {
        width: 100% !important;
    }

#signOffModal #sign-off-artwork, #signOffModal #sign-off-quote{
	display: flex;
}

#signOffModal #sign-off-artwork > .p-2:last-child, #signOffModal #sign-off-quote > .p-2:last-child{
	display: flex;
	align-items: flex-end;
}

#signOffModal #sign-off-artwork .or, #signOffModal #sign-off-quote .or{
	line-height: 55px;
	margin-left: -7.5px;
	font-family: 'Helvetica Neue Regular', Arial, sans-serif;
}

#signOffModal #sign-off-artwork .textfield label, #signOffModal #sign-off-quote .textfield label{
	margin:0 7.5px 0 0;
}

#signOffModal #final-artwork-selected, #signOffModal #quote-selected{
	font-size: 10pt;
}

.modal-footer {
    background-color: #f9f9f9;
    justify-content: space-between;
    padding: 16px;
}

#jobNotesModal .modal-footer, #jobDocumentsModal .modal-footer {
    justify-content: space-around;
}

.modal-footer .btn + .btn {
    margin: 0;
}

.modal-footer:before, .modal-header:before, .modal-footer:after, .modal-header:after {
    display: none;
}

.ui-datepicker {
    position: relative;
    z-index: 10000 !important;
}

.datepicker {
    position: relative;
    z-index: 10000 !important
}


