font-size: 100%; }
body {
- background: white;
- color: #222222;
+ background: #fff;
+ color: #222;
padding: 0;
margin: 0;
font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
.accordion .accordion-navigation.active > a, .accordion dd.active > a {
background: #e8e8e8; }
.accordion .accordion-navigation > a, .accordion dd > a {
- background: #efefef;
+ background: #EFEFEF;
color: #222222;
padding: 1rem;
display: block;
padding: 0.9375rem; }
.accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
display: block;
- background: white; }
+ background: #FFFFFF; }
.alert-box {
border-style: solid;
padding: 0.875rem 1.5rem 0.875rem 0.875rem;
font-size: 0.8125rem;
transition: opacity 300ms ease-out;
- background-color: #008cba;
+ background-color: #008CBA;
border-color: #007ba0;
- color: white; }
+ color: #FFFFFF; }
.alert-box .close {
font-size: 1.375rem;
padding: 9px 6px 4px;
.alert-box.round {
border-radius: 1000px; }
.alert-box.success {
- background-color: #43ac6a;
+ background-color: #43AC6A;
border-color: #3a945b;
- color: white; }
+ color: #FFFFFF; }
.alert-box.alert {
background-color: #f04124;
border-color: #de2b0f;
- color: white; }
+ color: #FFFFFF; }
.alert-box.secondary {
background-color: #e7e7e7;
border-color: #c7c7c7;
color: #4f4f4f; }
.alert-box.warning {
background-color: #f08a24;
- border-color: #de730f;
- color: white; }
+ border-color: #de770f;
+ color: #FFFFFF; }
.alert-box.info {
background-color: #a0d3e8;
border-color: #74bfdd;
border-style: solid;
border-width: 1px;
background-color: #f4f4f4;
- border-color: gainsboro;
+ border-color: #dcdcdc;
border-radius: 3px; }
.breadcrumbs > * {
margin: 0;
font-size: 0.6875rem;
line-height: 0.6875rem;
text-transform: uppercase;
- color: #008cba; }
+ color: #008CBA; }
.breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
text-decoration: underline; }
.breadcrumbs > * a {
- color: #008cba; }
+ color: #008CBA; }
.breadcrumbs > *.current {
cursor: default;
color: #333333; }
cursor: default; }
.breadcrumbs > *:before {
content: "/";
- color: #aaaaaa;
+ color: #AAAAAA;
margin: 0 0.75rem;
position: relative;
top: 1px; }
padding-bottom: 1.0625rem;
padding-left: 2rem;
font-size: 1rem;
- background-color: #008cba;
+ background-color: #008CBA;
border-color: #007295;
- color: white;
+ color: #FFFFFF;
transition: background-color 300ms ease-out; }
button:hover, button:focus, .button:hover, .button:focus {
background-color: #007295; }
button:hover, button:focus, .button:hover, .button:focus {
- color: white; }
+ color: #FFFFFF; }
button.secondary, .button.secondary {
background-color: #e7e7e7;
border-color: #b9b9b9;
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
color: #333333; }
button.success, .button.success {
- background-color: #43ac6a;
+ background-color: #43AC6A;
border-color: #368a54;
- color: white; }
+ color: #FFFFFF; }
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
background-color: #368a54; }
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
- color: white; }
+ color: #FFFFFF; }
button.alert, .button.alert {
background-color: #f04124;
border-color: #cf280e;
- color: white; }
+ color: #FFFFFF; }
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
background-color: #cf280e; }
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
- color: white; }
+ color: #FFFFFF; }
button.warning, .button.warning {
background-color: #f08a24;
- border-color: #cf6b0e;
- color: white; }
+ border-color: #cf6e0e;
+ color: #FFFFFF; }
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
- background-color: #cf6b0e; }
+ background-color: #cf6e0e; }
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
- color: white; }
+ color: #FFFFFF; }
button.info, .button.info {
background-color: #a0d3e8;
border-color: #61b7d9;
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
background-color: #61b7d9; }
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
- color: white; }
+ color: #FFFFFF; }
button.large, .button.large {
padding-top: 1.125rem;
padding-right: 2.25rem;
button.round, .button.round {
border-radius: 1000px; }
button.disabled, button[disabled], .button.disabled, .button[disabled] {
- background-color: #008cba;
+ background-color: #008CBA;
border-color: #007295;
- color: white;
+ color: #FFFFFF;
cursor: default;
opacity: 0.7;
box-shadow: none; }
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
background-color: #007295; }
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
- color: white; }
+ color: #FFFFFF; }
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
- background-color: #008cba; }
+ background-color: #008CBA; }
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
background-color: #e7e7e7;
border-color: #b9b9b9;
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
background-color: #e7e7e7; }
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
- background-color: #43ac6a;
+ background-color: #43AC6A;
border-color: #368a54;
- color: white;
+ color: #FFFFFF;
cursor: default;
opacity: 0.7;
box-shadow: none; }
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
background-color: #368a54; }
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
- color: white; }
+ color: #FFFFFF; }
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
- background-color: #43ac6a; }
+ background-color: #43AC6A; }
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
background-color: #f04124;
border-color: #cf280e;
- color: white;
+ color: #FFFFFF;
cursor: default;
opacity: 0.7;
box-shadow: none; }
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
background-color: #cf280e; }
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
- color: white; }
+ color: #FFFFFF; }
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
background-color: #f04124; }
button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
background-color: #f08a24;
- border-color: #cf6b0e;
- color: white;
+ border-color: #cf6e0e;
+ color: #FFFFFF;
cursor: default;
opacity: 0.7;
box-shadow: none; }
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
- background-color: #cf6b0e; }
+ background-color: #cf6e0e; }
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
- color: white; }
+ color: #FFFFFF; }
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
background-color: #f08a24; }
button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
background-color: #61b7d9; }
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
- color: white; }
+ color: #FFFFFF; }
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
background-color: #a0d3e8; }
position: absolute;
top: 50%;
left: 50%;
- color: #aaaaaa;
+ color: #AAAAAA;
font-size: 0.6em; }
.visible-img {
max-width: 100%; }
.clearing-caption {
- color: #cccccc;
+ color: #CCCCCC;
font-size: 0.875em;
line-height: 1.3;
margin-bottom: 0;
padding-top: 10px;
font-size: 30px;
line-height: 1;
- color: #cccccc;
+ color: #CCCCCC;
display: none; }
.clearing-close:hover, .clearing-close:focus {
- color: #cccccc; }
+ color: #CCCCCC; }
.clearing-assembled .clearing-container {
height: 100%; }
.clearing-main-prev > span {
left: 5px;
border-color: transparent;
- border-right-color: #cccccc; }
+ border-right-color: #CCCCCC; }
.clearing-main-next {
right: 0; }
.clearing-main-next > span {
border-color: transparent;
- border-left-color: #cccccc; }
+ border-left-color: #CCCCCC; }
.clearing-main-prev.disabled, .clearing-main-next.disabled {
opacity: 0.3; }
.clearing-assembled .clearing-container .carousel {
width: 100%;
max-height: none;
height: auto;
- background: white;
+ background: #FFFFFF;
border: solid 1px #cccccc;
font-size: 0.875rem;
z-index: 89;
width: 0;
height: 0;
border: inset 6px;
- border-color: transparent transparent white transparent;
+ border-color: transparent transparent #FFFFFF transparent;
border-bottom-style: solid;
position: absolute;
top: -12px;
width: 100%;
max-height: none;
height: auto;
- background: white;
+ background: #FFFFFF;
border: solid 1px #cccccc;
font-size: 0.875rem;
z-index: 89;
width: 0;
height: 0;
border: inset 6px;
- border-color: transparent white transparent transparent;
+ border-color: transparent #FFFFFF transparent transparent;
border-right-style: solid;
position: absolute;
top: 10px;
width: 100%;
max-height: none;
height: auto;
- background: white;
+ background: #FFFFFF;
border: solid 1px #cccccc;
font-size: 0.875rem;
z-index: 89;
width: 0;
height: 0;
border: inset 6px;
- border-color: transparent transparent transparent white;
+ border-color: transparent transparent transparent #FFFFFF;
border-left-style: solid;
position: absolute;
top: 10px;
width: 100%;
max-height: none;
height: auto;
- background: white;
+ background: #FFFFFF;
border: solid 1px #cccccc;
font-size: 0.875rem;
z-index: 89;
width: 0;
height: 0;
border: inset 6px;
- border-color: white transparent transparent transparent;
+ border-color: #FFFFFF transparent transparent transparent;
border-top-style: solid;
position: absolute;
top: auto;
line-height: 1.125rem;
margin: 0; }
.f-dropdown li:hover, .f-dropdown li:focus {
- background: #eeeeee; }
+ background: #EEEEEE; }
.f-dropdown li.radius {
border-radius: 3px; }
.f-dropdown li a {
width: 100%;
height: auto;
max-height: none;
- background: white;
+ background: #FFFFFF;
border: solid 1px #cccccc;
font-size: 0.875rem;
z-index: 89;
height: 0;
display: block;
border-style: solid;
- border-color: white transparent transparent transparent;
+ border-color: #FFFFFF transparent transparent transparent;
top: 50%; }
.dropdown.button:after, button.dropdown:after {
border-width: 0.375rem;
right: 1.40625rem;
margin-top: -0.15625rem; }
.dropdown.button:after, button.dropdown:after {
- border-color: white transparent transparent transparent; }
+ border-color: #FFFFFF transparent transparent transparent; }
.dropdown.button.tiny, button.dropdown.tiny {
padding-right: 2.625rem; }
.dropdown.button.tiny:before, button.dropdown.tiny:before {
right: 1.125rem;
margin-top: -0.125rem; }
.dropdown.button.tiny:after, button.dropdown.tiny:after {
- border-color: white transparent transparent transparent; }
+ border-color: #FFFFFF transparent transparent transparent; }
.dropdown.button.small, button.dropdown.small {
padding-right: 3.0625rem; }
.dropdown.button.small:after, button.dropdown.small:after {
right: 1.3125rem;
margin-top: -0.15625rem; }
.dropdown.button.small:after, button.dropdown.small:after {
- border-color: white transparent transparent transparent; }
+ border-color: #FFFFFF transparent transparent transparent; }
.dropdown.button.large, button.dropdown.large {
padding-right: 3.625rem; }
.dropdown.button.large:after, button.dropdown.large:after {
right: 1.71875rem;
margin-top: -0.15625rem; }
.dropdown.button.large:after, button.dropdown.large:after {
- border-color: white transparent transparent transparent; }
+ border-color: #FFFFFF transparent transparent transparent; }
.dropdown.button.secondary:after, button.dropdown.secondary:after {
border-color: #333333 transparent transparent transparent; }
padding: 0.5625rem 0; }
label small {
text-transform: capitalize;
- color: #686868; }
+ color: #676767; }
select::-ms-expand {
display: none; }
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
-webkit-appearance: none;
-webkit-border-radius: 0px;
- background-color: white;
+ background-color: #FFFFFF;
font-family: inherit;
border-style: solid;
border-width: 1px;
border-color: #999999;
outline: none; }
input[type="text"]:disabled, input[type="password"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="month"]:disabled, input[type="week"]: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, input[type="color"]:disabled, textarea:disabled {
- background-color: #dddddd;
+ background-color: #DDDDDD;
cursor: default; }
input[type="text"][disabled], input[type="text"][readonly], fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly], fieldset[disabled] input[type="password"], input[type="date"][disabled], input[type="date"][readonly], fieldset[disabled] input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly], fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly], fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly], fieldset[disabled] input[type="month"], input[type="week"][disabled], input[type="week"][readonly], fieldset[disabled] input[type="week"], input[type="email"][disabled], input[type="email"][readonly], fieldset[disabled] input[type="email"], input[type="number"][disabled], input[type="number"][readonly], fieldset[disabled] input[type="number"], input[type="search"][disabled], input[type="search"][readonly], fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly], fieldset[disabled] input[type="tel"], input[type="time"][disabled], input[type="time"][readonly], fieldset[disabled] input[type="time"], input[type="url"][disabled], input[type="url"][readonly], fieldset[disabled] input[type="url"], input[type="color"][disabled], input[type="color"][readonly], fieldset[disabled] input[type="color"], textarea[disabled], textarea[readonly], fieldset[disabled] textarea {
- background-color: #dddddd;
+ background-color: #DDDDDD;
cursor: default; }
input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, input[type="color"].radius, textarea.radius {
border-radius: 3px; }
select {
-webkit-appearance: none !important;
-webkit-border-radius: 0px;
- background-color: #fafafa;
+ background-color: #FAFAFA;
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
background-position: 100% center;
background-repeat: no-repeat;
background-color: #f3f3f3;
border-color: #999999; }
select:disabled {
- background-color: #dddddd;
+ background-color: #DDDDDD;
cursor: default; }
/* Adjust margin for form elements below */
width: 100%; }
/* HTML5 Number spinners settings */
-
-
/* We add basic fieldset styling */
fieldset {
- border: 1px solid #dddddd;
+ border: 1px solid #DDDDDD;
padding: 1.25rem;
margin: 1.125rem 0; }
fieldset legend {
font-weight: bold;
- background: white;
+ background: #FFFFFF;
padding: 0 0.1875rem;
margin: 0;
margin-left: -0.1875rem; }
font-weight: normal;
font-style: italic;
background: #f04124;
- color: white; }
+ color: #FFFFFF; }
[data-abide] span.error, [data-abide] small.error {
display: none; }
font-weight: normal;
font-style: italic;
background: #f04124;
- color: white; }
+ color: #FFFFFF; }
.error input, .error textarea, .error select {
margin-bottom: 0; }
font-weight: normal;
font-style: italic;
background: #f04124;
- color: white; }
+ color: #FFFFFF; }
.error > label > small {
- color: #686868;
+ color: #676767;
background: transparent;
padding: 0;
text-transform: capitalize;
width: 1.875rem;
height: 1.875rem; }
.icon-bar > *:hover {
- background: #008cba; }
+ background: #008CBA; }
.icon-bar > * label {
- color: white; }
+ color: #FFFFFF; }
.icon-bar > * i {
- color: white; }
+ color: #FFFFFF; }
.icon-bar.two-up .item {
width: 50%; }
display: none;
position: absolute;
background: #333333;
- color: white;
+ color: #FFFFFF;
z-index: 101;
top: 0;
left: 2.5%;
line-height: 1.25;
margin: 0;
font-weight: bold;
- color: white; }
+ color: #FFFFFF; }
.joyride-tip-guide p {
margin: 0 0 1.125rem 0;
font-weight: normal;
line-height: 0.5 !important; }
.joyride-close-tip:hover, .joyride-close-tip:focus {
- color: #eeeeee !important; }
+ color: #EEEEEE !important; }
.joyride-modal-bg {
position: fixed;
cursor: pointer; }
.joyride-expose-wrapper {
- background-color: white;
+ background-color: #FFFFFF;
position: absolute;
border-radius: 3px;
z-index: 102;
- box-shadow: 0 0 15px white; }
+ box-shadow: 0 0 15px #FFFFFF; }
.joyride-expose-cover {
background: transparent;
.keystroke, kbd {
background-color: #ededed;
- border-color: gainsboro;
+ border-color: #dddddd;
color: #222222;
border-style: solid;
border-width: 1px;
margin-bottom: inherit;
padding: 0.25rem 0.5rem 0.25rem;
font-size: 0.6875rem;
- background-color: #008cba;
- color: white; }
+ background-color: #008CBA;
+ color: #FFFFFF; }
.label.radius {
border-radius: 3px; }
.label.round {
border-radius: 1000px; }
.label.alert {
background-color: #f04124;
- color: white; }
+ color: #FFFFFF; }
.label.warning {
background-color: #f08a24;
- color: white; }
+ color: #FFFFFF; }
.label.success {
- background-color: #43ac6a;
- color: white; }
+ background-color: #43AC6A;
+ color: #FFFFFF; }
.label.secondary {
background-color: #e7e7e7;
color: #333333; }
color: #333333; }
[data-magellan-expedition], [data-magellan-expedition-clone] {
- background: white;
+ background: #FFFFFF;
z-index: 50;
min-width: 100%;
padding: 10px; }
margin-top: -20px;
margin-left: -20px;
border: solid 3px;
- border-color: #555555 white;
+ border-color: #555555 #FFFFFF;
border-radius: 1000px;
animation-name: rotate;
animation-duration: 1.5s;
position: absolute;
bottom: 0;
background-color: rgba(51, 51, 51, 0.8);
- color: white;
+ color: #FFFFFF;
width: 100%;
padding: 0.625rem 0.875rem;
font-size: 0.875rem; }
top: 10px;
left: 10px;
font-size: 12px;
- color: white;
+ color: #FFFFFF;
background: rgba(0, 0, 0, 0);
z-index: 10; }
.orbit-container .orbit-slide-number span {
right: 0;
width: 11px;
height: 14px;
- border: solid 4px white;
+ border: solid 4px #FFFFFF;
border-top: none;
border-bottom: none; }
.orbit-container .orbit-timer.paused > span {
border: inset 8px;
border-left-style: solid;
border-color: transparent;
- border-left-color: white; }
+ border-left-color: #FFFFFF; }
.orbit-container .orbit-timer.paused > span.dark {
border-left-color: #333333; }
.orbit-container:hover .orbit-timer > span {
.orbit-container .orbit-prev > span {
border-right-style: solid;
border-color: transparent;
- border-right-color: white; }
+ border-right-color: #FFFFFF; }
.orbit-container .orbit-prev:hover > span {
- border-right-color: white; }
+ border-right-color: #FFFFFF; }
.orbit-container .orbit-next {
right: 0; }
.orbit-container .orbit-next > span {
border-color: transparent;
border-left-style: solid;
- border-left-color: white;
+ border-left-color: #FFFFFF;
left: 50%;
margin-left: -4px; }
.orbit-container .orbit-next:hover > span {
- border-left-color: white; }
+ border-left-color: #FFFFFF; }
.orbit-bullets-container {
text-align: center; }
display: inline-block;
width: 0.5625rem;
height: 0.5625rem;
- background: #cccccc;
+ background: #CCCCCC;
float: none;
margin-right: 6px;
border-radius: 1000px; }
ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus, ul.pagination li.unavailable:hover button, ul.pagination li.unavailable button:focus {
background: transparent; }
ul.pagination li.current a, ul.pagination li.current button {
- background: #008cba;
- color: white;
+ background: #008CBA;
+ color: #FFFFFF;
font-weight: bold;
cursor: default; }
ul.pagination li.current a:hover, ul.pagination li.current a:focus, ul.pagination li.current button:hover, ul.pagination li.current button:focus {
- background: #008cba; }
+ background: #008CBA; }
ul.pagination li {
float: left;
display: block; }
.panel {
border-style: solid;
border-width: 1px;
- border-color: #d7d7d7;
+ border-color: #d8d8d8;
margin-bottom: 1.25rem;
padding: 1.25rem;
background: #f2f2f2;
.panel.callout {
border-style: solid;
border-width: 1px;
- border-color: #b6edff;
+ border-color: #b6efff;
margin-bottom: 1.25rem;
padding: 1.25rem;
background: #ecfaff;
.panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
line-height: 1.4; }
.panel.callout a:not(.button) {
- color: #008cba; }
+ color: #008CBA; }
.panel.radius {
border-radius: 3px; }
/* Pricing Tables */
.pricing-table {
- border: solid 1px #dddddd;
+ border: solid 1px #DDDDDD;
margin-left: 0;
margin-bottom: 1.25rem; }
.pricing-table * {
background-color: #333333;
padding: 0.9375rem 1.25rem;
text-align: center;
- color: #eeeeee;
+ color: #EEEEEE;
font-weight: normal;
font-size: 1rem;
font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
.pricing-table .price {
- background-color: #f6f6f6;
+ background-color: #F6F6F6;
padding: 0.9375rem 1.25rem;
text-align: center;
color: #333333;
font-size: 2rem;
font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
.pricing-table .description {
- background-color: white;
+ background-color: #FFFFFF;
padding: 0.9375rem;
text-align: center;
color: #777777;
font-size: 0.75rem;
font-weight: normal;
line-height: 1.4;
- border-bottom: dotted 1px #dddddd; }
+ border-bottom: dotted 1px #DDDDDD; }
.pricing-table .bullet-item {
- background-color: white;
+ background-color: #FFFFFF;
padding: 0.9375rem;
text-align: center;
color: #333333;
font-size: 0.875rem;
font-weight: normal;
- border-bottom: dotted 1px #dddddd; }
+ border-bottom: dotted 1px #DDDDDD; }
.pricing-table .cta-button {
- background-color: white;
+ background-color: #FFFFFF;
text-align: center;
padding: 1.25rem 1.25rem 0; }
/* Progress Bar */
.progress {
- background-color: #f6f6f6;
+ background-color: #F6F6F6;
height: 1.5625rem;
border: 1px solid white;
padding: 0.125rem;
margin-bottom: 0.625rem; }
.progress .meter {
- background: #008cba;
+ background: #008CBA;
height: 100%;
display: block; }
.progress.secondary .meter {
height: 100%;
display: block; }
.progress.success .meter {
- background: #43ac6a;
+ background: #43AC6A;
height: 100%;
display: block; }
.progress.alert .meter {
position: relative;
width: 100%;
height: 1rem;
- border: 1px solid #dddddd;
+ border: 1px solid #DDDDDD;
margin: 1.25rem 0;
-ms-touch-action: none;
touch-action: none;
- background: #fafafa; }
+ background: #FAFAFA; }
.range-slider.vertical-range {
display: block;
position: relative;
width: 100%;
height: 1rem;
- border: 1px solid #dddddd;
+ border: 1px solid #DDDDDD;
margin: 1.25rem 0;
-ms-touch-action: none;
touch-action: none;
height: auto;
bottom: 0; }
.range-slider.radius {
- background: #fafafa;
+ background: #FAFAFA;
border-radius: 3px; }
.range-slider.radius .range-slider-handle {
- background: #008cba;
+ background: #008CBA;
border-radius: 3px; }
.range-slider.radius .range-slider-handle:hover {
background: #007da4; }
.range-slider.round {
- background: #fafafa;
+ background: #FAFAFA;
border-radius: 1000px; }
.range-slider.round .range-slider-handle {
- background: #008cba;
+ background: #008CBA;
border-radius: 1000px; }
.range-slider.round .range-slider-handle:hover {
background: #007da4; }
.range-slider.disabled, .range-slider[disabled] {
- background: #fafafa;
+ background: #FAFAFA;
cursor: default;
opacity: 0.7; }
.range-slider.disabled .range-slider-handle, .range-slider[disabled] .range-slider-handle {
- background: #008cba;
+ background: #008CBA;
cursor: default;
opacity: 0.7; }
.range-slider.disabled .range-slider-handle:hover, .range-slider[disabled] .range-slider-handle:hover {
cursor: pointer;
-ms-touch-action: manipulation;
touch-action: manipulation;
- background: #008cba; }
+ background: #008CBA; }
.range-slider-handle:hover {
background: #007da4; }
bottom: 0;
left: 0;
right: 0;
- background: black;
+ background: #000000;
background: rgba(0, 0, 0, 0.45);
z-index: 1004;
display: none;
top: 0;
border-radius: 3px;
left: 0;
- background-color: white;
+ background-color: #FFFFFF;
padding: 1.25rem;
border: solid 1px #666666;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
@media only screen and (max-width: 40em) {
.reveal-modal {
min-height: 100vh; } }
- .reveal-modal .column, .reveal-modal .columns {
+ .reveal-modal .column, .reveal-modal dialog, .reveal-modal .columns, .reveal-modal dialog {
min-width: 0; }
- .reveal-modal > :first-child {
+ .reveal-modal > :first-child, .reveal-modal > dialog {
margin-top: 0; }
- .reveal-modal > :last-child {
+ .reveal-modal > :last-child, .reveal-modal > dialog {
margin-bottom: 0; }
@media only screen and (min-width:40.063em) {
.reveal-modal {
@media only screen and (min-width:40.063em) {
.reveal-modal {
top: 6.25rem; } }
- .reveal-modal.radius {
+ .reveal-modal.radius, dialog.radius {
border-radius: 3px; }
- .reveal-modal.round {
+ .reveal-modal.round, dialog.round {
border-radius: 1000px; }
- .reveal-modal.collapse {
+ .reveal-modal.collapse, dialog.collapse {
padding: 0; }
@media only screen and (min-width:40.063em) {
.reveal-modal.tiny {
left: 0;
right: 0;
margin: 0 auto; } }
- .reveal-modal.full {
+ .reveal-modal.full, dialog.full {
top: 0;
left: 0;
height: 100%;
left: 0;
right: 0;
margin: 0 auto; } }
- .reveal-modal .close-reveal-modal {
+ .reveal-modal .close-reveal-modal, .reveal-modal dialog {
font-size: 2.5rem;
line-height: 1;
position: absolute;
top: 0.5rem;
right: 0.6875rem;
- color: #aaaaaa;
+ color: #AAAAAA;
font-weight: bold;
cursor: pointer; }
bottom: 0;
left: 0;
right: 0;
- background: black;
+ background: #000000;
background: rgba(0, 0, 0, 0.45);
z-index: auto;
display: none;
@media print {
dialog, .reveal-modal, dialog {
display: none;
- background: white !important; } }
+ background: #FFFFFF !important; } }
.side-nav {
display: block;
font-weight: normal; }
.side-nav li a:not(.button) {
display: block;
- color: #008cba;
+ color: #008CBA;
margin: 0;
padding: 0.4375rem 0.875rem; }
.side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus {
list-style: none;
border-top-color: white; }
.side-nav li.heading {
- color: #008cba;
+ color: #008CBA;
font-size: 0.875rem;
font-weight: bold;
text-transform: uppercase; }
top: 48%;
margin-left: -0.375rem; }
.split.button span:after {
- border-color: white transparent transparent transparent; }
+ border-color: #FFFFFF transparent transparent transparent; }
.split.button.secondary span {
border-left-color: rgba(255, 255, 255, 0.5); }
.split.button.secondary span:after {
- border-color: white transparent transparent transparent; }
+ border-color: #FFFFFF transparent transparent transparent; }
.split.button.alert span {
border-left-color: rgba(255, 255, 255, 0.5); }
.split.button.success span {
.sub-nav dt.active a, .sub-nav dd.active a, .sub-nav li.active a {
border-radius: 3px;
font-weight: normal;
- background: #008cba;
+ background: #008CBA;
padding: 0.1875rem 1rem;
cursor: default;
- color: white; }
+ color: #FFFFFF; }
.sub-nav dt.active a:hover, .sub-nav dd.active a:hover, .sub-nav li.active a:hover {
background: #007ba0; }
margin-bottom: 1rem;
position: relative;
color: transparent;
- background: #dddddd;
+ background: #DDDDDD;
text-indent: 100%;
width: 4rem;
height: 2rem;
.switch label:after {
content: "";
display: block;
- background: white;
+ background: #FFFFFF;
position: absolute;
top: 0.25rem;
left: 0.25rem;
-moz-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
.switch input:checked + label {
- background: #008cba; }
+ background: #008CBA; }
.switch input:checked + label:after {
left: 2.25rem; }
.switch label {
left: 2.25rem; }
.switch label {
color: transparent;
- background: #dddddd; }
+ background: #DDDDDD; }
.switch label:after {
- background: white; }
+ background: #FFFFFF; }
.switch input:checked + label {
- background: #008cba; }
+ background: #008CBA; }
.switch.large label {
width: 5rem;
height: 2.5rem; }
border-radius: 2rem; }
table {
- background: white;
+ background: #FFFFFF;
margin-bottom: 1.25rem;
- border: solid 1px #dddddd;
+ border: solid 1px #DDDDDD;
table-layout: auto; }
table caption {
background: transparent;
font-size: 1rem;
font-weight: bold; }
table thead {
- background: whitesmoke; }
+ background: #F5F5F5; }
table thead tr th, table thead tr td {
padding: 0.5rem 0.625rem 0.625rem;
font-size: 0.875rem;
font-weight: bold;
color: #222222; }
table tfoot {
- background: whitesmoke; }
+ background: #F5F5F5; }
table tfoot tr th, table tfoot tr td {
padding: 0.5rem 0.625rem 0.625rem;
font-size: 0.875rem;
color: #222222;
text-align: left; }
table tr.even, table tr.alt, table tr:nth-of-type(even) {
- background: #f9f9f9; }
+ background: #F9F9F9; }
table thead tr th, table tfoot tr th, table tfoot tr td, table tbody tr th, table tbody tr td, table tr td {
display: table-cell;
line-height: 1.125rem; }
float: left; }
.tabs dd > a, .tabs .tab-title > a {
display: block;
- background-color: #efefef;
+ background-color: #EFEFEF;
color: #222222;
padding: 1rem 2rem;
font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
.tabs dd > a:hover, .tabs .tab-title > a:hover {
background-color: #e1e1e1; }
.tabs dd.active a, .tabs .tab-title.active a {
- background-color: white;
+ background-color: #FFFFFF;
color: #222222; }
.tabs.radius dd:first-child a, .tabs.radius .tab:first-child a {
-webkit-border-bottom-left-radius: 3px;
.th {
line-height: 0;
display: inline-block;
- border: solid 4px white;
+ border: solid 4px #FFFFFF;
max-width: 100%;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
transition: all 200ms ease-out; }
/* Tooltips */
.has-tip {
- border-bottom: dotted 1px #cccccc;
+ border-bottom: dotted 1px #CCCCCC;
cursor: help;
font-weight: bold;
color: #333333; }
.has-tip:hover, .has-tip:focus {
border-bottom: dotted 1px #004054;
- color: #008cba; }
+ color: #008CBA; }
.has-tip.tip-left, .has-tip.tip-right {
float: none !important; }
max-width: 300px;
left: 50%;
width: 100%;
- color: white;
+ color: #FFFFFF;
background: #333333; }
.tooltip > .nub {
display: block;
.tooltip.round > .nub {
left: 2rem; }
.tooltip.opened {
- color: #008cba !important;
+ color: #008CBA !important;
border-bottom: dotted 1px #004054 !important; }
.tap-to-close {
margin: 0; }
.top-bar .name h1 a {
font-weight: normal;
- color: white;
+ color: #FFFFFF;
width: 75%;
display: block;
padding: 0 15px; }
right: 0;
top: 0; }
.top-bar .toggle-topbar a {
- color: white;
+ color: #FFFFFF;
text-transform: uppercase;
font-size: 0.8125rem;
font-weight: bold;
height: 34px;
line-height: 33px;
padding: 0 40px 0 15px;
- color: white;
+ color: #FFFFFF;
position: relative; }
.top-bar .toggle-topbar.menu-icon a span::after {
content: "";
top: 50%;
margin-top: -8px;
right: 15px;
- box-shadow: 0 0px 0 1px white, 0 7px 0 1px white, 0 14px 0 1px white;
+ box-shadow: 0 0px 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
width: 16px; }
.top-bar .toggle-topbar.menu-icon a span:hover:after {
box-shadow: 0 0px 0 1px "", 0 7px 0 1px "", 0 14px 0 1px ""; }
.top-bar-section ul li > a {
display: block;
width: 100%;
- color: white;
+ color: #FFFFFF;
padding: 12px 0 12px 0;
padding-left: 15px;
font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
font-size: 0.8125rem;
padding-right: 15px;
padding-left: 15px;
- background-color: #008cba;
+ background-color: #008CBA;
border-color: #007295;
- color: white; }
+ color: #FFFFFF; }
.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
background-color: #007295; }
.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
- color: white; }
+ color: #FFFFFF; }
.top-bar-section ul li > a.button.secondary {
background-color: #e7e7e7;
border-color: #b9b9b9;
.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
color: #333333; }
.top-bar-section ul li > a.button.success {
- background-color: #43ac6a;
+ background-color: #43AC6A;
border-color: #368a54;
- color: white; }
+ color: #FFFFFF; }
.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
background-color: #368a54; }
.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
- color: white; }
+ color: #FFFFFF; }
.top-bar-section ul li > a.button.alert {
background-color: #f04124;
border-color: #cf280e;
- color: white; }
+ color: #FFFFFF; }
.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
background-color: #cf280e; }
.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
- color: white; }
+ color: #FFFFFF; }
.top-bar-section ul li > a.button.warning {
background-color: #f08a24;
- border-color: #cf6b0e;
- color: white; }
+ border-color: #cf6e0e;
+ color: #FFFFFF; }
.top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
- background-color: #cf6b0e; }
+ background-color: #cf6e0e; }
.top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
- color: white; }
+ color: #FFFFFF; }
.top-bar-section ul li > button {
font-size: 0.8125rem;
padding-right: 15px;
padding-left: 15px;
- background-color: #008cba;
+ background-color: #008CBA;
border-color: #007295;
- color: white; }
+ color: #FFFFFF; }
.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
background-color: #007295; }
.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
- color: white; }
+ color: #FFFFFF; }
.top-bar-section ul li > button.secondary {
background-color: #e7e7e7;
border-color: #b9b9b9;
.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
color: #333333; }
.top-bar-section ul li > button.success {
- background-color: #43ac6a;
+ background-color: #43AC6A;
border-color: #368a54;
- color: white; }
+ color: #FFFFFF; }
.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
background-color: #368a54; }
.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
- color: white; }
+ color: #FFFFFF; }
.top-bar-section ul li > button.alert {
background-color: #f04124;
border-color: #cf280e;
- color: white; }
+ color: #FFFFFF; }
.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
background-color: #cf280e; }
.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
- color: white; }
+ color: #FFFFFF; }
.top-bar-section ul li > button.warning {
background-color: #f08a24;
- border-color: #cf6b0e;
- color: white; }
+ border-color: #cf6e0e;
+ color: #FFFFFF; }
.top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
- background-color: #cf6b0e; }
+ background-color: #cf6e0e; }
.top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
- color: white; }
+ color: #FFFFFF; }
.top-bar-section ul li:hover:not(.has-form) > a {
background-color: #555555;
background: #272727;
- color: white; }
+ color: #FFFFFF; }
.top-bar-section ul li.active > a {
- background: #008cba;
- color: white; }
+ background: #008CBA;
+ color: #FFFFFF; }
.top-bar-section ul li.active > a:hover {
background: #007ba0;
- color: white; }
+ color: #FFFFFF; }
.top-bar-section .has-form {
padding: 15px; }
.top-bar-section .has-dropdown {
margin-top: 0;
font-size: 1.125rem; }
.top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
- color: white;
+ color: #FFFFFF;
display: block; }
.top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover {
background: none; }
.top-bar-section li.hover > a:not(.button) {
background-color: #555555;
background: #272727;
- color: white; }
+ color: #FFFFFF; }
.top-bar-section li:not(.has-form) a:not(.button) {
padding: 0 15px;
line-height: 45px;
.top-bar-section li.active:not(.has-form) a:not(.button) {
padding: 0 15px;
line-height: 45px;
- color: white;
- background: #008cba; }
+ color: #FFFFFF;
+ background: #008CBA; }
.top-bar-section li.active:not(.has-form) a:not(.button):hover {
background: #007ba0;
- color: white; }
+ color: #FFFFFF; }
.top-bar-section .has-dropdown > a {
padding-right: 35px !important; }
.top-bar-section .has-dropdown > a:after {
background: transparent;
min-width: 100%; }
.top-bar-section .dropdown li a {
- color: white;
+ color: #FFFFFF;
line-height: 45px;
white-space: nowrap;
padding: 12px 15px;
background: #333333; }
.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
- color: white;
+ color: #FFFFFF;
background: #333333; }
.top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
- color: white;
+ color: #FFFFFF;
background-color: #555555;
background: #272727; }
.top-bar-section .dropdown li label {
.no-js .top-bar-section ul li:hover > a {
background-color: #555555;
background: #272727;
- color: white; }
+ color: #FFFFFF; }
.no-js .top-bar-section ul li:active > a {
- background: #008cba;
- color: white; }
+ background: #008CBA;
+ color: #FFFFFF; }
.no-js .top-bar-section .has-dropdown:hover > .dropdown {
display: block;
position: static !important;
/* Default Link Styles */
a {
- color: #008cba;
+ color: #008CBA;
text-decoration: none;
line-height: inherit; }
a:hover, a:focus {
margin-bottom: 0.5rem; }
hr {
- border: solid #dddddd;
+ border: solid #DDDDDD;
border-width: 1px 0 0;
clear: both;
margin: 1.25rem 0 1.1875rem;
abbr, acronym {
text-transform: uppercase;
font-size: 90%;
- color: #222222;
+ color: #222;
cursor: help; }
abbr {
text-transform: none; }
abbr[title] {
- border-bottom: 1px dotted #dddddd; }
+ border-bottom: 1px dotted #DDDDDD; }
/* Blockquotes */
blockquote {
margin: 0 0 1.25rem;
padding: 0.5625rem 1.25rem 0 1.1875rem;
- border-left: 1px solid #dddddd; }
+ border-left: 1px solid #DDDDDD; }
blockquote cite {
display: block;
font-size: 0.8125rem;
.vcard {
display: inline-block;
margin: 0 0 1.25rem 0;
- border: 1px solid #dddddd;
+ border: 1px solid #DDDDDD;
padding: 0.625rem 0.75rem; }
.vcard li {
margin: 0;
* {
background: transparent !important;
- color: black !important;
+ color: #000000 !important;
/* Black prints faster: h5bp.com/s */
box-shadow: none !important;
text-shadow: none !important; }
.tab-bar {
-webkit-backface-visibility: hidden;
background: #333333;
- color: white;
+ color: #FFFFFF;
height: 2.8125rem;
line-height: 2.8125rem;
position: relative; }
.tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4, .tab-bar h5, .tab-bar h6 {
- color: white;
+ color: #FFFFFF;
font-weight: bold;
line-height: 2.8125rem;
margin: 0; }
height: 2.8125rem;
display: block;
padding: 0;
- color: white;
+ color: #FFFFFF;
position: relative;
transform: translate3d(0, 0, 0); }
.tab-bar .menu-icon span::after {
top: 50%;
margin-top: -0.5rem;
left: 0.90625rem;
- box-shadow: 0 0px 0 1px white, 0 7px 0 1px white, 0 14px 0 1px white;
+ box-shadow: 0 0px 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
width: 1rem; }
.tab-bar .menu-icon span:hover:after {
box-shadow: 0 0px 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3; }
color: #999999;
text-transform: uppercase;
font-weight: bold;
- background: #444444;
+ background: #444;
border-top: 1px solid #5e5e5e;
border-bottom: none;
margin: 0; }
color: #999999;
text-transform: uppercase;
font-weight: bold;
- background: #444444;
+ background: #444;
border-top: 1px solid #5e5e5e;
border-bottom: none;
margin: 0; }
margin-right: 0.5rem;
display: inline; }
-/* #{$current-visibility-breakpoint} displays */
+/* small displays */
@media only screen {
.show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
display: inherit !important; }
th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
display: table-cell !important; } }
-/* #{$current-visibility-breakpoint} displays */
+/* medium displays */
@media only screen and (min-width:40.063em) {
.hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
display: inherit !important; }
th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
display: table-cell !important; } }
-/* #{$current-visibility-breakpoint} displays */
+/* large displays */
@media only screen and (min-width:64.063em) {
.hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
display: inherit !important; }
th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
display: table-cell !important; } }
-/* #{$current-visibility-breakpoint} displays */
+/* xlarge displays */
@media only screen and (min-width:90.063em) {
.hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
display: inherit !important; }
th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
display: table-cell !important; } }
-/* #{$current-visibility-breakpoint} displays */
+/* xxlarge displays */
@media only screen and (min-width:120.063em) {
.hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
display: inherit !important; }
body p {
font-family: Open Sans, sans-serif;
font-size: 12px;
- color: black;
+ color: #000;
clear: none; }
h1, h2, h3, h4, h5 {
h1 {
font-size: 36px;
- color: green; }
+ color: #008000; }
+ @media only screen and (max-width: 40em) {
+ h1 {
+ font-size: 28px; } }
h2, h3 {
font-weight: bold; }
h2 {
font-size: 24px;
- color: black;
+ color: #000;
margin: 0.2rem 0; }
h3 {
font-size: 18px;
- color: #0099cc; }
+ color: #09c; }
a {
- color: #0099cc; }
+ color: #09c; }
a:hover {
- color: black; }
+ color: #000; }
ul, ol, dl {
list-style-position: inside;
p.open {
font-family: Open Sans, sans-serif;
font-size: 14px;
- color: black; }
+ color: #000; }
a.open {
- color: #0099cc;
+ color: #09c;
font-family: Open Sans, sans-serif;
font-size: 14px; }
#opener p {
font-size: 18px;
- color: black;
+ color: #000;
font-family: Open Sans, sans-serif; }
#phone {
font-family: Open Sans, sans-serif;
font-size: 20px;
- color: green;
+ color: #008000;
display: inline;
padding-right: 0;
float: right;
padding-left: 2px; }
.content {
- background-color: white;
- -moz-box-shadow: 0px 0px 12px -5px black;
- -webkit-box-shadow: 0px 0px 12px -5px black;
- box-shadow: 0px 0px 12px -5px black; }
+ background-color: #fff;
+ -moz-box-shadow: 0px 0px 12px -5px #000;
+ -webkit-box-shadow: 0px 0px 12px -5px #000;
+ box-shadow: 0px 0px 12px -5px #000; }
.side_space {
padding: 0; }
display: block;
font-family: Open Sans, sans-serif;
font-size: 14px;
- color: white; }
+ color: #fff; }
.top-bar-section > ul > li > a {
font-size: 18px; }
.top-bar-section li:not(.has-form) a:not(.button):hover {
- color: white;
+ color: #fff;
background-color: #9acd68; }
.top-bar-section li:not(.has-form) a:not(.button) {
content: "" !important; }
.top-bar-section .dropdown li a {
- color: white;
+ color: #fff;
background-color: rgba(33, 157, 199, 0.7) !important; }
.top-bar-section li:not(.has-form) a:not(.button) {
line-height: 36px; }
.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
- color: white;
+ color: #fff;
background-color: rgba(33, 157, 199, 0.7) !important; }
.top-bar-section ul li:hover:not(.has-form) > a {
background-color: #209cc7; }
.left-off-canvas-menu li > a {
- color: white; }
+ color: #fff; }
.left-off-canvas-menu li > a:hover {
color: #fcde74; }
margin-bottom: 0; }
.metaslider .nivo-caption {
- background-color: green;
- border: 2px solid black;
+ background-color: #008000;
+ border: 2px solid #000;
max-height: 86px;
margin-top: 0;
overflow: hidden; }
-
-@media only screen and (min-width:64.063em) {
- .metaslider .nivo-caption {
- width: 36%;
- position: absolute;
- left: 64%; } }
-
-@media only screen and (max-width: 40em) {
- display: none; }
+ @media only screen and (min-width:64.063em) {
+ .metaslider .nivo-caption {
+ width: 36%;
+ position: absolute;
+ left: 64%; } }
+ @media only screen and (max-width: 40em) {
+ .metaslider .nivo-caption {
+ display: none !important; } }
.metaslider .nivo-caption h3 {
font-family: Open Sans, sans-serif;
font-size: 18px;
- color: white;
+ color: #fff;
padding-left: 10px;
font-weight: normal;
padding: 5px 16px; }
.metaslider .show-for-small-only.nivo-caption {
- background-color: green;
- border: 2px solid black;
+ background-color: #008000;
+ border: 2px solid #000;
max-height: 86px;
overflow: hidden;
margin-top: 0; }
text-align: center;
font-size: 14px;
font-family: Open Sans, sans-serif;
- color: black;
+ color: #000;
padding-top: 30px; }
.side-nav ul {
.side-nav li > p {
font-size: 14px;
font-family: Open Sans, sans-serif;
- color: black; }
+ color: #000; }
.side-nav li:hover {
background-repeat: repeat;
margin-top: 30px; }
#pup_txt {
- color: black;
+ color: #000;
padding-top: 43px;
padding-right: 0;
padding-bottom: 0;
#newsletter {
margin: 0;
padding: 0;
- border: 1px solid green !important;
+ border: 1px solid #008000 !important;
height: 50%;
line-height: 180%;
width: 75%;
margin: 0 -15px;
padding: 20px 10px 0 10px; }
-
footer h2 {
font-weight: normal; }
line-height: 100%; }
.multi a:hover {
- color: white; }
+ color: #fff; }
#current {
background-color: #9acd68;
- color: white;
+ color: #fff;
font-weight: bold; }
.medium-1 {
/* fallback/image non-cover color */
background-color: #14698d;
/* Firefox 3.6+ */
- background-image: -moz-linear-gradient(left, #14698d 0%, #ffffff 100%);
+ background-image: -moz-linear-gradient(left, #14698d 0%, #fff 100%);
/* Safari 4+, Chrome 1+ */
- background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #14698d), color-stop(100%, #ffffff));
+ background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #14698d), color-stop(100%, #fff));
/* Safari 5.1+, Chrome 10+ */
- background-image: -webkit-linear-gradient(left, #14698d 0%, #ffffff 100%);
+ background-image: -webkit-linear-gradient(left, #14698d 0%, #fff 100%);
/* Opera 11.10+ */
- background-image: -o-linear-gradient(left, #14698d 0%, #ffffff 100%);
+ background-image: -o-linear-gradient(left, #14698d 0%, #fff 100%);
/* IE10+ */
- background: -ms-linear-gradient(left, #14698d 0%, #ffffff 100%);
+ background: -ms-linear-gradient(left, #14698d 0%, #fff 100%);
/* Standard */
- background-image: linear-gradient(to left, #ffffff, #14698d);
+ background-image: linear-gradient(to left, #fff, #14698d);
/* IE6-9 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 ); }
#h2_2 {
/* fallback/image non-cover color */
- background-color: green;
+ background-color: #008000;
/* Firefox 3.6+ */
- background-image: -moz-linear-gradient(left, #008000 0%, #ffffff 100%);
+ background-image: -moz-linear-gradient(left, #008000 0%, #fff 100%);
/* Safari 4+, Chrome 1+ */
- background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #008000), color-stop(100%, #ffffff));
+ background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #008000), color-stop(100%, #fff));
/* Safari 5.1+, Chrome 10+ */
- background-image: -webkit-linear-gradient(left, #008000 0%, #ffffff 100%);
+ background-image: -webkit-linear-gradient(left, #008000 0%, #fff 100%);
/* Opera 11.10+ */
- background-image: -o-linear-gradient(left, #008000 0%, #ffffff 100%);
+ background-image: -o-linear-gradient(left, #008000 0%, #fff 100%);
/* IE10+ */
- background: -ms-linear-gradient(left, #008000 0%, #ffffff 100%);
+ background: -ms-linear-gradient(left, #008000 0%, #fff 100%);
/* Standard */
- background-image: linear-gradient(to left, #ffffff, #008000);
+ background-image: linear-gradient(to left, #fff, #008000);
/* IE6-9 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
margin-top: 20px; }
padding-left: 15px; }
.event .img {
padding: 0;
- border: 1px solid green;
+ border: 1px solid #008000;
margin-bottom: 30px;
text-align: center;
max-width: 220px; }
#homepage_featured_caption {
font-family: Open Sans, sans-serif;
font-size: 14px;
- color: white;
- background-color: green;
+ color: #fff;
+ background-color: #008000;
font-style: italic;
margin: 0;
padding: 0 5px; }
font-family: Open Sans, sans-serif;
font-weight: bold;
font-size: 13px;
- color: white;
- border: 2px solid green;
+ color: #fff;
+ border: 2px solid #008000;
background-color: #9acd68;
padding: 3px 9px;
border-radius: 5px;
- -moz-box-shadow: 0px 5px 8px -6px black;
- -webkit-box-shadow: 0px 5px 8px -6px black;
- box-shadow: 0px 5px 8px -6px black;
+ -moz-box-shadow: 0px 5px 8px -6px #000;
+ -webkit-box-shadow: 0px 5px 8px -6px #000;
+ box-shadow: 0px 5px 8px -6px #000;
text-transform: uppercase; }
#previous:hover {
font-family: Open Sans, sans-serif;
font-weight: bold;
font-size: 13px;
- color: white;
+ color: #fff;
border: 2px solid #9acd68;
- background-color: green;
+ background-color: #008000;
padding: 3px 9px;
border-radius: 5px;
text-transform: uppercase; }
font-family: Open Sans, sans-serif;
font-weight: bold;
font-size: 13px;
- color: white;
- border: 2px solid green;
+ color: #fff;
+ border: 2px solid #008000;
background-color: #9acd68;
padding: 3px 9px;
border-radius: 5px;
- -moz-box-shadow: 0px 5px 8px -6px black;
- -webkit-box-shadow: 0px 5px 8px -6px black;
- box-shadow: 0px 5px 8px -6px black;
+ -moz-box-shadow: 0px 5px 8px -6px #000;
+ -webkit-box-shadow: 0px 5px 8px -6px #000;
+ box-shadow: 0px 5px 8px -6px #000;
text-transform: uppercase; }
#next:hover {
font-family: Open Sans, sans-serif;
font-weight: bold;
font-size: 13px;
- color: white;
+ color: #fff;
border: 2px solid #9acd68;
- background-color: green;
+ background-color: #008000;
padding: 3px 9px;
border-radius: 5px;
text-transform: uppercase; }
#gas a {
text-decoration: underline;
- color: black; }
+ color: #000; }
#qbutton {
background-color: #9acd68;
- color: white;
+ color: #fff;
width: 160px;
- border: 3px solid white;
+ border: 3px solid #fff;
font-family: Open Sans, sans-serif;
font-weight: bold;
font-size: 14px;
.qbutton {
background-color: #9acd68;
- color: white;
- border: 2px 2px 2px 0 solid white;
+ color: #fff;
+ border: 2px 2px 2px 0 solid #fff;
font-family: Open Sans, sans-serif;
font-weight: bold;
font-size: 14px;
border-bottom-left-radius: 5px;
border-top-left-radius: 5px;
padding: 0 0 0 3px;
- -moz-box-shadow: -6px 5px 10px -8px black;
- -webkit-box-shadow: -6px 5px 10px -8px black;
- box-shadow: -6px 5px 10px -8px black;
+ -moz-box-shadow: -6px 5px 10px -8px #000;
+ -webkit-box-shadow: -6px 5px 10px -8px #000;
+ box-shadow: -6px 5px 10px -8px #000;
float: right;
margin-right: -3px;
vertical-align: middle; }
float: left; }
.ngg-gallery-thumbnail img {
- background-color: white;
+ background-color: #ffffff;
border: none !important;
margin: 0 !important;
padding: 4px;
position: relative; }
.photoTitle {
- color: #008cba; }
+ color: #008CBA; }
/* Images */
.alignleft {
#blog-post .cycle-slide {
font-size: 14px; }
+ @media only screen and (max-width: 40em) {
+ #blog-post .cycle-slide img {
+ display: none !important; } }
#blog_wrapper {
min-height: 220px; }
display: none; }
/* End Blog & Search */
+/* for the mobile menu */
+aside.left-off-canvas-menu {
+ background: transparent;
+ background-color: #008CBA;
+ color: white; }
+
+aside.left-off-canvas-menu li.page_item {
+ display: block;
+ overflow: hidden;
+ position: relative; }
+
+aside.left-off-canvas-menu .off-canvas-list ul li a {
+ line-height: 20px;
+ color: white;
+ border-bottom: 1px solid #b1b3b6;
+ background-repeat: no-repeat;
+ background-position: 3px 50%; }
+
+aside.left-off-canvas-menu .off-canvas-list ul li a:hover {
+ background-color: #e7e7e7;
+ color: black; }
+
+aside.left-off-canvas-menu li.page_item_has_children a.toggle {
+ /* background: url('../assets/cceoem-arrow-mmenu.png');
+ background-repeat: no-repeat;
+ background-position: 50% 3px;*/
+ border-left: 15px solid transparent;
+ border-right: 15px solid transparent;
+ border-top: 20px solid #e7e7e7;
+ border-bottom: 0;
+ font-size: 0;
+ height: 0;
+ line-height: 0;
+ padding: 0;
+ position: absolute;
+ right: 10px;
+ top: 13px;
+ width: 0; }
+
+aside.left-off-canvas-menu li.page_item_has_children a.toggle.open {
+ border-left: 15px solid transparent;
+ border-right: 15px solid transparent;
+ border-bottom: 20px solid #e7e7e7;
+ border-top: 0; }
+
+aside.left-off-canvas-menu li.page_item_has_children a.toggle.open:hover {
+ background-color: #008CBA; }
+
+aside.left-off-canvas-menu ul.children {
+ display: none; }
+
+aside.left-off-canvas-menu .off-canvas-list ul li > ul li > a {
+ padding-left: 10px;
+ margin-left: 25px;
+ line-height: 18px; }
+
+aside.left-off-canvas-menu ul.open {
+ display: block; }
+
+/* End Mobile Menu */
/* Ninja Forms */
.ninja-forms-form-wrap {
margin-left: auto;
margin-bottom: 16px; }
.ninja-forms-field-error > p {
- color: white;
+ color: #fff;
font-size: 12px;
font-weight: bold;
margin-top: -16px;
margin-bottom: 0; }
.ninja-forms-success-msg > p, .ninja-forms-success-msg > div > p {
- color: #43ac6a;
+ color: #43AC6A;
font-size: 1.25rem;
font-weight: bold; }
display: inline; }
img.alignleft, img.alignright, img.aligncenter, div.wp-caption img {
- border: 1px solid green; }
+ border: 1px solid #008000; }
.alignright {
float: right; }
float: left; }
.wp-caption {
- background: green;
+ background: #008000;
width: auto; }
.wp-caption-text {
font-family: Open Sans, sans-serif;
font-size: 9px !important;
- color: white;
+ color: #fff;
font-style: italic;
margin: 0;
padding: 0 5px; }