mirror of
https://github.com/ascribe/wp-theme
synced 2024-12-23 01:30:09 +01:00
3405 lines
67 KiB
CSS
3405 lines
67 KiB
CSS
/*! 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;
|
|
}
|
|
html,
|
|
body {
|
|
height: 100%;
|
|
}
|
|
/* 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;
|
|
}
|
|
/* Grouping content
|
|
========================================================================== */
|
|
/**
|
|
* Address margin not present in IE 8/9 and Safari.
|
|
*/
|
|
figure {
|
|
margin: 1em 40px;
|
|
}
|
|
/**
|
|
* Address differences between Firefox and other browsers.
|
|
*/
|
|
hr {
|
|
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;
|
|
}
|
|
/**
|
|
* 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 */
|
|
/* 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;
|
|
}
|
|
@media print {
|
|
* {
|
|
background: transparent !important;
|
|
color: black !important;
|
|
text-shadow: none !important;
|
|
-webkit-filter: none !important;
|
|
filter: none !important;
|
|
-ms-filter: none !important;
|
|
}
|
|
a,
|
|
a:visited {
|
|
color: #444 !important;
|
|
text-decoration: underline;
|
|
}
|
|
a[href]:after {
|
|
content: " (" attr(href) ")";
|
|
}
|
|
abbr[title]:after {
|
|
content: " (" attr(title) ")";
|
|
}
|
|
.ir a:after,
|
|
a[href^="javascript:"]:after,
|
|
a[href^="#"]:after {
|
|
content: "";
|
|
}
|
|
pre,
|
|
blockquote {
|
|
border: 1px solid #999;
|
|
page-break-inside: avoid;
|
|
}
|
|
thead {
|
|
display: table-header-group;
|
|
}
|
|
tr,
|
|
img {
|
|
page-break-inside: avoid;
|
|
}
|
|
@page {
|
|
margin: 0.5cm;
|
|
}
|
|
p,
|
|
h2,
|
|
h3 {
|
|
orphans: 3;
|
|
widows: 3;
|
|
}
|
|
h2,
|
|
h3 {
|
|
page-break-after: avoid;
|
|
}
|
|
}
|
|
body,
|
|
html {
|
|
color: #121417;
|
|
font-size: 15px;
|
|
line-height: 19px;
|
|
font-smoothing: antialiased;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
body.page-template-template-companyblue,
|
|
html.page-template-template-companyblue {
|
|
color: #121417;
|
|
font-size: 18px;
|
|
line-height: 22px;
|
|
}
|
|
a {
|
|
text-decoration: none;
|
|
color: #67C4DA;
|
|
}
|
|
a:hover {
|
|
color: #D8127D;
|
|
}
|
|
.fontLight,
|
|
body,
|
|
html,
|
|
body.page-template-template-companyblue,
|
|
html.page-template-template-companyblue,
|
|
.sectionHeader,
|
|
.subsectionHeader,
|
|
.h1,
|
|
h1,
|
|
.h3,
|
|
h3,
|
|
.h5,
|
|
h5,
|
|
.copyText,
|
|
.copyTextMedium,
|
|
.copyTextSmall,
|
|
.heroText,
|
|
.tourNavText,
|
|
.signInUpText,
|
|
.featureCircleH1,
|
|
.oldWayNewWayTH,
|
|
.blueBoxCopy,
|
|
.galleriesPressTitle,
|
|
.featureBlogDesc,
|
|
.featureBlogTitle,
|
|
.footerText,
|
|
.button.small,
|
|
.page-template-template-tour header nav,
|
|
.page-template-template-tour header h1,
|
|
.app-links,
|
|
.app-links a,
|
|
.subtemplate h1,
|
|
.feature-circles h1,
|
|
.feature-circles .description,
|
|
.old-new h1,
|
|
.old-new th,
|
|
.old-new td,
|
|
.product-overview h1,
|
|
.product-overview p,
|
|
.product-overview.small p,
|
|
.blue-box,
|
|
.galleries-marketplaces h1,
|
|
.blog-features .centered-content > h1,
|
|
.blog-features h2,
|
|
.blog-features h1,
|
|
.team,
|
|
.team-member h2,
|
|
.faq,
|
|
.values .value,
|
|
.careers a,
|
|
.contact .form,
|
|
.contact label,
|
|
.contact input[type=submit].small,
|
|
.contact .contact-point,
|
|
.contact .required-info,
|
|
.contact .wpcf7-not-valid-tip,
|
|
.press-articles,
|
|
.upcoming-events .event,
|
|
.past-events .event,
|
|
.upcoming-events .event time,
|
|
.past-events .event time,
|
|
.short-descriptions,
|
|
.short-descriptions .short-description,
|
|
.content-boxed .centered-content > div,
|
|
.existing-new .top-tab div,
|
|
.existing-new .content,
|
|
.page-template-template-tour .subtemplate.content,
|
|
.get-started,
|
|
.get-started .methods-of-use,
|
|
.pricing .pricing-detail div,
|
|
article.post h2,
|
|
article.post .post-categories,
|
|
.blog-sidebar .sidebar-blog-features,
|
|
.single-post .entry,
|
|
footer,
|
|
footer a {
|
|
font-family: "canada-type-gibson", sans-serif;
|
|
font-weight: 200;
|
|
}
|
|
.fontRegular,
|
|
.h2,
|
|
h2,
|
|
.h4,
|
|
h4,
|
|
.h6,
|
|
h6,
|
|
.caseStudyText,
|
|
.blueBoxTitle,
|
|
.teamName,
|
|
.button,
|
|
.case-studies .description,
|
|
.blue-box h1,
|
|
.team-member h1,
|
|
.faq .featured-faqs dt,
|
|
.faq .regular-faqs dt,
|
|
.values .value h1,
|
|
.contact input[type=submit],
|
|
.contact .contact-point h1,
|
|
.press-articles .press-article h1,
|
|
.upcoming-events .event h1,
|
|
.past-events .event h1,
|
|
.get-started .methods-of-use h1,
|
|
.blog-sidebar .sidebar-blog-features h1 {
|
|
font-family: "canada-type-gibson", sans-serif;
|
|
font-weight: 400;
|
|
}
|
|
.sectionHeader {
|
|
font-size: 34px;
|
|
color: #67C4DA;
|
|
line-height: 1.2;
|
|
margin: 35px 0;
|
|
text-align: center;
|
|
}
|
|
@media screen and (max-width: 768px) {
|
|
.sectionHeader {
|
|
font-size: 30px;
|
|
}
|
|
}
|
|
.subsectionHeader {
|
|
font-size: 31px;
|
|
color: #000;
|
|
line-height: 37px;
|
|
text-align: center;
|
|
}
|
|
.h1,
|
|
h1 {
|
|
font-size: 36px;
|
|
color: #D8127D;
|
|
line-height: 1.2;
|
|
}
|
|
.h2,
|
|
h2 {
|
|
font-size: 26px;
|
|
color: #D8127D;
|
|
line-height: 1.2;
|
|
}
|
|
.h3,
|
|
h3 {
|
|
font-size: 27px;
|
|
color: #D8127D;
|
|
line-height: 1.2;
|
|
}
|
|
.h4,
|
|
h4 {
|
|
font-size: 26px;
|
|
color: #000;
|
|
line-height: 1.2;
|
|
}
|
|
.h5,
|
|
h5 {
|
|
font-size: 26px;
|
|
color: #000;
|
|
line-height: 1.2;
|
|
}
|
|
.h6,
|
|
h6 {
|
|
color: #D8127D;
|
|
font-size: 15px;
|
|
line-height: 19px;
|
|
}
|
|
.copyText {
|
|
color: #121417;
|
|
font-size: 18px;
|
|
line-height: 22px;
|
|
}
|
|
.copyTextMedium {
|
|
color: #121417;
|
|
font-size: 17px;
|
|
line-height: 21px;
|
|
}
|
|
.copyTextSmall {
|
|
color: #121417;
|
|
font-size: 15px;
|
|
line-height: 19px;
|
|
}
|
|
.heroText {
|
|
font-size: 37px;
|
|
color: #fff;
|
|
line-height: 44px;
|
|
}
|
|
.tourNavText {
|
|
font-size: 25px;
|
|
line-height: 30px;
|
|
color: #67C4DA;
|
|
}
|
|
.signInUpText {
|
|
font-size: 17px;
|
|
line-height: 20px;
|
|
color: #fff;
|
|
text-transform: uppercase;
|
|
}
|
|
.featureCircleH1 {
|
|
font-size: 20px;
|
|
color: #D8127D;
|
|
letter-spacing: 1.11px;
|
|
line-height: 24px;
|
|
margin-bottom: 22px;
|
|
}
|
|
.caseStudyText {
|
|
font-size: 23px;
|
|
color: #fff;
|
|
line-height: 28px;
|
|
}
|
|
.oldWayNewWayTH {
|
|
font-size: 24px;
|
|
color: #D8127D;
|
|
line-height: 29px;
|
|
}
|
|
.blueBoxTitle {
|
|
font-size: 43px;
|
|
color: #fff;
|
|
line-height: 52px;
|
|
text-align: center;
|
|
}
|
|
.blueBoxCopy {
|
|
font-size: 43px;
|
|
color: #fff;
|
|
line-height: 52px;
|
|
}
|
|
.galleriesPressTitle {
|
|
font-size: 30px;
|
|
color: #000;
|
|
line-height: 36px;
|
|
margin-bottom: 50px;
|
|
}
|
|
.featureBlogDesc {
|
|
font-size: 13px;
|
|
color: #67C4DA;
|
|
line-height: 22.79px;
|
|
}
|
|
.featureBlogTitle {
|
|
font-size: 17px;
|
|
color: #595959;
|
|
line-height: 22.79px;
|
|
text-transform: uppercase;
|
|
}
|
|
.teamName {
|
|
color: #000;
|
|
font-size: 19px;
|
|
}
|
|
.footerText {
|
|
font-size: 14px;
|
|
color: #fff;
|
|
line-height: 25px;
|
|
}
|
|
.subfooterText {
|
|
color: #1e1e1e;
|
|
font-size: 13px;
|
|
line-height: 14px;
|
|
}
|
|
.button {
|
|
display: inline-block;
|
|
padding: 25px 40px;
|
|
border: 1px solid;
|
|
font-size: 22px;
|
|
line-height: 26px;
|
|
text-decoration: none;
|
|
min-width: 265px;
|
|
text-align: center;
|
|
}
|
|
.button.blue {
|
|
color: #fff;
|
|
background-color: #67C4DA;
|
|
border-color: #67C4DA;
|
|
}
|
|
.button.blue:hover {
|
|
background-color: rgba(103, 196, 218, 0.5);
|
|
}
|
|
.button.pink {
|
|
color: #fff;
|
|
background-color: #D8127D;
|
|
border-color: #D8127D;
|
|
}
|
|
.button.pink:hover {
|
|
background-color: rgba(216, 18, 125, 0.5);
|
|
}
|
|
.button.blue-overPic {
|
|
color: #fff;
|
|
background-color: #67C4DA;
|
|
border-color: #67C4DA;
|
|
}
|
|
.button.blue-overPic:hover {
|
|
background-color: #fff;
|
|
color: #67C4DA;
|
|
}
|
|
.button.pink-overPic {
|
|
color: #fff;
|
|
background-color: #D8127D;
|
|
border-color: #D8127D;
|
|
}
|
|
.button.pink-overPic:hover {
|
|
background-color: #fff;
|
|
color: #D8127D;
|
|
}
|
|
.button.white-blue {
|
|
color: #67C4DA;
|
|
background-color: #fff;
|
|
border-color: #67C4DA;
|
|
}
|
|
.button.white-blue:hover {
|
|
background-color: rgba(103, 196, 218, 0.5);
|
|
color: #fff;
|
|
}
|
|
.button.small {
|
|
padding: 5px 15px;
|
|
font-size: 14px;
|
|
color: #fff;
|
|
background-color: transparent;
|
|
border-color: #fff;
|
|
min-width: auto;
|
|
}
|
|
.button.small:hover {
|
|
background-color: rgba(255, 255, 255, 0.4);
|
|
border-color: rgba(255, 255, 255, 0.4);
|
|
color: #fff;
|
|
}
|
|
@media screen and (max-width: 400px) {
|
|
.button {
|
|
min-width: initial;
|
|
}
|
|
}
|
|
.chevron-divider {
|
|
background-image: url(../../images/svg/ascribe-chevron.svg);
|
|
background-position: bottom;
|
|
width: 100%;
|
|
background-size: 100%;
|
|
height: 150px;
|
|
}
|
|
@media screen and (max-width: 768px) {
|
|
.chevron-divider {
|
|
background-size: 120%;
|
|
}
|
|
}
|
|
.social-icon {
|
|
width: 21px;
|
|
height: 21px;
|
|
padding: 1px;
|
|
fill: #fff;
|
|
background-color: #b8b8b8;
|
|
border-radius: 5px;
|
|
}
|
|
.social-icon:hover {
|
|
background-color: rgba(184, 184, 184, 0.4);
|
|
}
|
|
hr {
|
|
border: 0;
|
|
height: 2px;
|
|
background: #979797;
|
|
margin: 40px 0;
|
|
}
|
|
.blueGradient,
|
|
.blog header,
|
|
.archive header,
|
|
.single-post header {
|
|
background-color: #67C4DA;
|
|
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#519cad+0,67c4da+100 */
|
|
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
|
|
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUxOWNhZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2N2M0ZGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
|
|
/* FF3.6+ */
|
|
/* Chrome,Safari4+ */
|
|
/* Chrome10+,Safari5.1+ */
|
|
/* Opera 11.10+ */
|
|
/* IE10+ */
|
|
background: linear-gradient(to bottom, #519cad 0%, #67c4da 100%);
|
|
/* W3C */
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#519cad', endColorstr='#67c4da', GradientType=0);
|
|
/* IE6-8 */
|
|
}
|
|
.clearfix {
|
|
zoom: 1;
|
|
}
|
|
.clearfix:before,
|
|
.clearfix:after {
|
|
content: "";
|
|
display: table;
|
|
}
|
|
.clearfix:after {
|
|
clear: both;
|
|
}
|
|
.no-clearfix {
|
|
zoom: 0;
|
|
}
|
|
.no-clearfix:before,
|
|
.no-clearfix:after {
|
|
display: none;
|
|
}
|
|
.no-clearfix:after {
|
|
clear: none;
|
|
}
|
|
.centered-header {
|
|
zoom: 1;
|
|
max-width: 1140px;
|
|
padding: 0 10px;
|
|
width: 100%;
|
|
margin: 0 auto;
|
|
}
|
|
.centered-header:before,
|
|
.centered-header:after {
|
|
content: "";
|
|
display: table;
|
|
}
|
|
.centered-header:after {
|
|
clear: both;
|
|
}
|
|
.centered-prodFeat {
|
|
zoom: 1;
|
|
max-width: 950px;
|
|
padding: 0 10px;
|
|
width: 100%;
|
|
margin: 0 auto;
|
|
}
|
|
.centered-prodFeat:before,
|
|
.centered-prodFeat:after {
|
|
content: "";
|
|
display: table;
|
|
}
|
|
.centered-prodFeat:after {
|
|
clear: both;
|
|
}
|
|
.centered-content {
|
|
zoom: 1;
|
|
max-width: 790px;
|
|
padding: 0 10px;
|
|
width: 100%;
|
|
margin: 0 auto;
|
|
}
|
|
.centered-content:before,
|
|
.centered-content:after {
|
|
content: "";
|
|
display: table;
|
|
}
|
|
.centered-content:after {
|
|
clear: both;
|
|
}
|
|
.centered-pricing {
|
|
zoom: 1;
|
|
max-width: 900px;
|
|
padding: 0 10px;
|
|
width: 100%;
|
|
margin: 0 auto;
|
|
}
|
|
.centered-pricing:before,
|
|
.centered-pricing:after {
|
|
content: "";
|
|
display: table;
|
|
}
|
|
.centered-pricing:after {
|
|
clear: both;
|
|
}
|
|
.centered-content-padding {
|
|
zoom: 1;
|
|
max-width: 950px;
|
|
padding: 0 10px 50px;
|
|
width: 100%;
|
|
margin: 0 auto;
|
|
background-color: #fff;
|
|
}
|
|
.centered-content-padding:before,
|
|
.centered-content-padding:after {
|
|
content: "";
|
|
display: table;
|
|
}
|
|
.centered-content-padding:after {
|
|
clear: both;
|
|
}
|
|
.centered-categories {
|
|
zoom: 1;
|
|
max-width: 1000px;
|
|
width: 100%;
|
|
margin: 0 auto;
|
|
}
|
|
.centered-categories:before,
|
|
.centered-categories:after {
|
|
content: "";
|
|
display: table;
|
|
}
|
|
.centered-categories:after {
|
|
clear: both;
|
|
}
|
|
.centered-footer {
|
|
zoom: 1;
|
|
max-width: 670px;
|
|
padding: 0 10px;
|
|
width: 100%;
|
|
margin: 0 auto;
|
|
}
|
|
.centered-footer:before,
|
|
.centered-footer:after {
|
|
content: "";
|
|
display: table;
|
|
}
|
|
.centered-footer:after {
|
|
clear: both;
|
|
}
|
|
ul,
|
|
ol {
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
.wrapper {
|
|
position: relative;
|
|
overflow: hidden;
|
|
}
|
|
.ttl-columns {
|
|
font-size: 0;
|
|
width: 100%;
|
|
width: calc(100% + 30px);
|
|
}
|
|
.ttl-columns .column {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
padding-right: 30px;
|
|
font-size: 15px;
|
|
}
|
|
.ttl-columns .column-2 {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
padding-right: 30px;
|
|
font-size: 15px;
|
|
width: 50%;
|
|
}
|
|
@media screen and (max-width: 570px) {
|
|
.ttl-columns .column-2 {
|
|
width: 100%;
|
|
}
|
|
}
|
|
.ttl-columns .column-3 {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
padding-right: 30px;
|
|
font-size: 15px;
|
|
width: 33.33333333%;
|
|
}
|
|
@media screen and (max-width: 570px) {
|
|
.ttl-columns .column-3 {
|
|
width: 100%;
|
|
}
|
|
}
|
|
.ttl-columns .column-4 {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
padding-right: 30px;
|
|
font-size: 15px;
|
|
width: 25%;
|
|
}
|
|
@media screen and (max-width: 768px) {
|
|
.ttl-columns .column-4 {
|
|
width: 50%;
|
|
}
|
|
}
|
|
.ttl-columns .column-5 {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
padding-right: 30px;
|
|
font-size: 15px;
|
|
width: 20%;
|
|
}
|
|
@media screen and (max-width: 768px) {
|
|
.ttl-columns .column-5 {
|
|
width: 50%;
|
|
}
|
|
}
|
|
.ttl-columns .column-6 {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
padding-right: 30px;
|
|
font-size: 15px;
|
|
width: 16.66666667%;
|
|
}
|
|
@media screen and (max-width: 768px) {
|
|
.ttl-columns .column-6 {
|
|
width: 33%;
|
|
}
|
|
}
|
|
@media screen and (max-width: 600px) {
|
|
.ttl-columns .column-6 {
|
|
width: 50%;
|
|
}
|
|
}
|
|
.ttl-columns .column-7 {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
padding-right: 30px;
|
|
font-size: 15px;
|
|
width: 14.28571429%;
|
|
}
|
|
@media screen and (max-width: 768px) {
|
|
.ttl-columns .column-7 {
|
|
width: 33%;
|
|
}
|
|
}
|
|
.ttl-columns .columnTwoThirds {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
padding-right: 30px;
|
|
font-size: 15px;
|
|
width: 66.6%;
|
|
}
|
|
@media screen and (max-width: 570px) {
|
|
.ttl-columns .columnTwoThirds {
|
|
width: 100%;
|
|
}
|
|
}
|
|
.ttl-columns .columnThreeQuarters {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
padding-right: 30px;
|
|
font-size: 15px;
|
|
width: 75%;
|
|
}
|
|
@media screen and (max-width: 768px) {
|
|
.ttl-columns .columnThreeQuarters {
|
|
width: 100%;
|
|
}
|
|
}
|
|
.column-container {
|
|
font-size: 0;
|
|
width: 100%;
|
|
width: calc(100% + 30px);
|
|
}
|
|
.column-container .column {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
padding-right: 30px;
|
|
font-size: 15px;
|
|
}
|
|
.column-container .column-2 {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
padding-right: 30px;
|
|
font-size: 15px;
|
|
width: 50%;
|
|
}
|
|
@media screen and (max-width: 570px) {
|
|
.column-container .column-2 {
|
|
width: 100%;
|
|
}
|
|
}
|
|
.column-container .column-3 {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
padding-right: 30px;
|
|
font-size: 15px;
|
|
width: 33.33333333%;
|
|
}
|
|
@media screen and (max-width: 570px) {
|
|
.column-container .column-3 {
|
|
width: 100%;
|
|
}
|
|
}
|
|
.column-container .column-4 {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
padding-right: 30px;
|
|
font-size: 15px;
|
|
width: 25%;
|
|
}
|
|
@media screen and (max-width: 768px) {
|
|
.column-container .column-4 {
|
|
width: 50%;
|
|
}
|
|
}
|
|
.column-container .column-5 {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
padding-right: 30px;
|
|
font-size: 15px;
|
|
width: 20%;
|
|
}
|
|
@media screen and (max-width: 768px) {
|
|
.column-container .column-5 {
|
|
width: 50%;
|
|
}
|
|
}
|
|
.column-container .column-6 {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
padding-right: 30px;
|
|
font-size: 15px;
|
|
width: 16.66666667%;
|
|
}
|
|
@media screen and (max-width: 768px) {
|
|
.column-container .column-6 {
|
|
width: 33%;
|
|
}
|
|
}
|
|
@media screen and (max-width: 600px) {
|
|
.column-container .column-6 {
|
|
width: 50%;
|
|
}
|
|
}
|
|
.column-container .column-7 {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
padding-right: 30px;
|
|
font-size: 15px;
|
|
width: 14.28571429%;
|
|
}
|
|
@media screen and (max-width: 768px) {
|
|
.column-container .column-7 {
|
|
width: 33%;
|
|
}
|
|
}
|
|
.column-container .columnTwoThirds {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
padding-right: 30px;
|
|
font-size: 15px;
|
|
width: 66.6%;
|
|
}
|
|
@media screen and (max-width: 570px) {
|
|
.column-container .columnTwoThirds {
|
|
width: 100%;
|
|
}
|
|
}
|
|
.column-container .columnThreeQuarters {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
padding-right: 30px;
|
|
font-size: 15px;
|
|
width: 75%;
|
|
}
|
|
@media screen and (max-width: 768px) {
|
|
.column-container .columnThreeQuarters {
|
|
width: 100%;
|
|
}
|
|
}
|
|
*,
|
|
*:before,
|
|
*:after {
|
|
box-sizing: border-box;
|
|
}
|
|
img,
|
|
embed,
|
|
object,
|
|
video {
|
|
max-width: 100%;
|
|
border: 0;
|
|
padding: 0;
|
|
}
|
|
.phone-only {
|
|
display: none;
|
|
}
|
|
@media screen and (max-width: 600px) {
|
|
.phone-only {
|
|
display: inherit;
|
|
}
|
|
}
|
|
.mobile-only {
|
|
display: none;
|
|
}
|
|
@media screen and (max-width: 768px) {
|
|
.mobile-only {
|
|
display: inherit;
|
|
}
|
|
}
|
|
@media screen and (max-width: 768px) {
|
|
.desktop-only {
|
|
display: none;
|
|
}
|
|
}
|
|
@media screen and (max-width: 600px) {
|
|
.phone-and-up {
|
|
display: none;
|
|
}
|
|
}
|
|
header {
|
|
overflow: hidden;
|
|
padding-bottom: 50px;
|
|
}
|
|
header + .chevron-divider {
|
|
height: 175px;
|
|
}
|
|
.page-template-template-tour header {
|
|
height: 815px;
|
|
padding: 0;
|
|
padding-top: 30px;
|
|
margin-bottom: 60px;
|
|
position: relative;
|
|
background-size: cover;
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
overflow: visible;
|
|
}
|
|
.page-template-template-tour header .sticky {
|
|
padding: 15px 0;
|
|
width: 100%;
|
|
position: fixed;
|
|
background-color: rgba(0, 0, 0, 0);
|
|
transition: all 0.15s ease-in-out;
|
|
}
|
|
.page-template-template-tour header .sticky.stuck {
|
|
background-color: #000000;
|
|
z-index: 800;
|
|
}
|
|
.page-template-template-tour header .sticky.stuck ul.active {
|
|
background-color: #000;
|
|
padding-bottom: 10px;
|
|
}
|
|
.page-template-template-tour header nav {
|
|
float: left;
|
|
margin-top: 9px;
|
|
font-size: 25px;
|
|
line-height: 30px;
|
|
color: #67C4DA;
|
|
}
|
|
.page-template-template-tour header nav ul {
|
|
padding: 0 35px;
|
|
list-style: none;
|
|
position: absolute;
|
|
}
|
|
.page-template-template-tour header nav ul.active li {
|
|
display: block;
|
|
}
|
|
.page-template-template-tour header nav ul.active li.current-menu-item a:after {
|
|
-webkit-transform: rotate(180deg);
|
|
transform: rotate(180deg);
|
|
}
|
|
.page-template-template-tour header nav ul li {
|
|
display: none;
|
|
text-align: right;
|
|
}
|
|
.page-template-template-tour header nav ul li.current-menu-item {
|
|
display: block;
|
|
}
|
|
.page-template-template-tour header nav ul li.current-menu-item a {
|
|
position: relative;
|
|
font-size: 25px;
|
|
}
|
|
.page-template-template-tour header nav ul li.current-menu-item a:before {
|
|
content: 'for ';
|
|
display: inline-block;
|
|
margin-right: 6px;
|
|
}
|
|
.page-template-template-tour header nav ul li.current-menu-item a:after {
|
|
content: '';
|
|
background-image: url(../img/arrow.png);
|
|
background-repeat: no-repeat;
|
|
width: 10px;
|
|
height: 8px;
|
|
display: inline-block;
|
|
position: absolute;
|
|
top: 10px;
|
|
right: -25px;
|
|
font-size: 15px;
|
|
}
|
|
.page-template-template-tour header nav ul li a {
|
|
width: 100%;
|
|
font-size: 20px;
|
|
}
|
|
.page-template-template-tour header .description {
|
|
clear: both;
|
|
width: 80%;
|
|
margin: 190px auto 0;
|
|
text-align: center;
|
|
}
|
|
.page-template-template-tour header h1 {
|
|
font-size: 37px;
|
|
color: #fff;
|
|
line-height: 44px;
|
|
margin-bottom: 160px;
|
|
}
|
|
.page-template-template-tour header .app-links {
|
|
color: #fff;
|
|
margin-top: 10px;
|
|
}
|
|
.page-template-template-tour header .app-links a {
|
|
color: #fff;
|
|
}
|
|
.page-template-template-tour header .app-links a:hover {
|
|
color: #D8127D;
|
|
}
|
|
.page-template-template-tour header .chevron-divider {
|
|
position: absolute;
|
|
bottom: -60px;
|
|
height: 150px;
|
|
}
|
|
@media screen and (max-width: 768px) {
|
|
.page-template-template-tour header {
|
|
height: 600px;
|
|
}
|
|
.page-template-template-tour header h1 {
|
|
margin-bottom: 80px;
|
|
}
|
|
.page-template-template-tour header .description {
|
|
margin: 160px auto 0;
|
|
font-size: 34px;
|
|
width: 100%;
|
|
}
|
|
}
|
|
@media screen and (max-width: 600px) {
|
|
.page-template-template-tour header {
|
|
padding-top: 10px;
|
|
}
|
|
.page-template-template-tour header .description {
|
|
margin: 90px auto 0;
|
|
font-size: 34px;
|
|
width: 100%;
|
|
}
|
|
.page-template-template-tour header h1 {
|
|
font-size: 26px;
|
|
line-height: 33px;
|
|
margin-bottom: 0;
|
|
}
|
|
.page-template-template-tour header .button {
|
|
position: absolute;
|
|
bottom: 150px;
|
|
left: 50%;
|
|
-webkit-transform: translateX(-50%);
|
|
transform: translateX(-50%);
|
|
}
|
|
.page-template-template-tour header .sticky {
|
|
position: absolute;
|
|
}
|
|
.page-template-template-tour header .sticky.stuck {
|
|
background-color: rgba(0, 0, 0, 0);
|
|
}
|
|
.page-template-template-tour header .app-links {
|
|
margin-top: 5px;
|
|
}
|
|
}
|
|
.page-template-template-companywhite header .logo,
|
|
.page-template-template-general header .logo,
|
|
.page-template-default header .logo,
|
|
.blog header .logo,
|
|
.single-career header .logo,
|
|
.error404 header .logo,
|
|
.archive header .logo,
|
|
.single-post header .logo {
|
|
margin-top: 30px;
|
|
position: relative;
|
|
z-index: 10;
|
|
}
|
|
.page-template-template-companywhite header nav,
|
|
.page-template-template-general header nav,
|
|
.page-template-default header nav,
|
|
.blog header nav,
|
|
.single-career header nav,
|
|
.error404 header nav,
|
|
.archive header nav,
|
|
.single-post header nav {
|
|
position: relative;
|
|
width: 100%;
|
|
text-align: center;
|
|
margin: 0;
|
|
top: 20px;
|
|
}
|
|
.page-template-template-companywhite header nav ul li,
|
|
.page-template-template-general header nav ul li,
|
|
.page-template-default header nav ul li,
|
|
.blog header nav ul li,
|
|
.single-career header nav ul li,
|
|
.error404 header nav ul li,
|
|
.archive header nav ul li,
|
|
.single-post header nav ul li {
|
|
display: inline-block;
|
|
border: 1px solid #b8b9b9;
|
|
margin: 0 15px 0 15px;
|
|
height: 60px;
|
|
padding: 0 30px;
|
|
width: 160px;
|
|
text-align: center;
|
|
vertical-align: top;
|
|
}
|
|
.page-template-template-companywhite header nav ul li a,
|
|
.page-template-template-general header nav ul li a,
|
|
.page-template-default header nav ul li a,
|
|
.blog header nav ul li a,
|
|
.single-career header nav ul li a,
|
|
.error404 header nav ul li a,
|
|
.archive header nav ul li a,
|
|
.single-post header nav ul li a {
|
|
color: #000;
|
|
display: block;
|
|
font-size: 16px;
|
|
position: relative;
|
|
top: 50%;
|
|
-webkit-transform: translateY(-50%);
|
|
transform: translateY(-50%);
|
|
}
|
|
.page-template-template-companywhite header nav ul li a:after,
|
|
.page-template-template-general header nav ul li a:after,
|
|
.page-template-default header nav ul li a:after,
|
|
.blog header nav ul li a:after,
|
|
.single-career header nav ul li a:after,
|
|
.error404 header nav ul li a:after,
|
|
.archive header nav ul li a:after,
|
|
.single-post header nav ul li a:after {
|
|
content: ' Tour';
|
|
}
|
|
.page-template-template-companywhite header nav ul li:hover,
|
|
.page-template-template-general header nav ul li:hover,
|
|
.page-template-default header nav ul li:hover,
|
|
.blog header nav ul li:hover,
|
|
.single-career header nav ul li:hover,
|
|
.error404 header nav ul li:hover,
|
|
.archive header nav ul li:hover,
|
|
.single-post header nav ul li:hover {
|
|
border: 1px solid #D8127D;
|
|
}
|
|
.page-template-template-companywhite header nav ul li:hover a,
|
|
.page-template-template-general header nav ul li:hover a,
|
|
.page-template-default header nav ul li:hover a,
|
|
.blog header nav ul li:hover a,
|
|
.single-career header nav ul li:hover a,
|
|
.error404 header nav ul li:hover a,
|
|
.archive header nav ul li:hover a,
|
|
.single-post header nav ul li:hover a {
|
|
color: #D8127D;
|
|
}
|
|
@media screen and (max-width: 910px) {
|
|
.page-template-template-companywhite header nav ul li,
|
|
.page-template-template-general header nav ul li,
|
|
.page-template-default header nav ul li,
|
|
.blog header nav ul li,
|
|
.single-career header nav ul li,
|
|
.error404 header nav ul li,
|
|
.archive header nav ul li,
|
|
.single-post header nav ul li {
|
|
margin-right: 10px;
|
|
width: 120px;
|
|
padding: 0 10px;
|
|
}
|
|
}
|
|
@media screen and (max-width: 750px) {
|
|
.page-template-template-companywhite header .tour-switcher,
|
|
.page-template-template-general header .tour-switcher,
|
|
.page-template-default header .tour-switcher,
|
|
.blog header .tour-switcher,
|
|
.single-career header .tour-switcher,
|
|
.error404 header .tour-switcher,
|
|
.archive header .tour-switcher,
|
|
.single-post header .tour-switcher {
|
|
display: none;
|
|
}
|
|
.page-template-template-companywhite header .phone-and-up,
|
|
.page-template-template-general header .phone-and-up,
|
|
.page-template-default header .phone-and-up,
|
|
.blog header .phone-and-up,
|
|
.single-career header .phone-and-up,
|
|
.error404 header .phone-and-up,
|
|
.archive header .phone-and-up,
|
|
.single-post header .phone-and-up {
|
|
display: none;
|
|
}
|
|
.page-template-template-companywhite header .phone-only,
|
|
.page-template-template-general header .phone-only,
|
|
.page-template-default header .phone-only,
|
|
.blog header .phone-only,
|
|
.single-career header .phone-only,
|
|
.error404 header .phone-only,
|
|
.archive header .phone-only,
|
|
.single-post header .phone-only {
|
|
display: block;
|
|
}
|
|
.page-template-template-companywhite header .hamburger,
|
|
.page-template-template-general header .hamburger,
|
|
.page-template-default header .hamburger,
|
|
.blog header .hamburger,
|
|
.single-career header .hamburger,
|
|
.error404 header .hamburger,
|
|
.archive header .hamburger,
|
|
.single-post header .hamburger {
|
|
display: inline-block;
|
|
}
|
|
.page-template-template-companywhite header .mobile-nav,
|
|
.page-template-template-general header .mobile-nav,
|
|
.page-template-default header .mobile-nav,
|
|
.blog header .mobile-nav,
|
|
.single-career header .mobile-nav,
|
|
.error404 header .mobile-nav,
|
|
.archive header .mobile-nav,
|
|
.single-post header .mobile-nav {
|
|
display: none;
|
|
}
|
|
.page-template-template-companywhite header .mobile-nav.active,
|
|
.page-template-template-general header .mobile-nav.active,
|
|
.page-template-default header .mobile-nav.active,
|
|
.blog header .mobile-nav.active,
|
|
.single-career header .mobile-nav.active,
|
|
.error404 header .mobile-nav.active,
|
|
.archive header .mobile-nav.active,
|
|
.single-post header .mobile-nav.active {
|
|
display: block;
|
|
}
|
|
}
|
|
.blog header,
|
|
.archive header,
|
|
.single-post header {
|
|
padding-bottom: 0;
|
|
}
|
|
.blog header nav ul li,
|
|
.archive header nav ul li,
|
|
.single-post header nav ul li {
|
|
border: 1px solid rgba(255, 255, 255, 0.3);
|
|
}
|
|
.blog header nav ul li a,
|
|
.archive header nav ul li a,
|
|
.single-post header nav ul li a {
|
|
color: #fff;
|
|
}
|
|
.blog header nav ul li:hover,
|
|
.archive header nav ul li:hover,
|
|
.single-post header nav ul li:hover {
|
|
background-color: rgba(255, 255, 255, 0.3);
|
|
border: 1px solid rgba(255, 255, 255, 0.3);
|
|
}
|
|
.blog header nav ul li:hover a,
|
|
.archive header nav ul li:hover a,
|
|
.single-post header nav ul li:hover a {
|
|
color: #fff;
|
|
}
|
|
.blog header .chevron-divider,
|
|
.archive header .chevron-divider,
|
|
.single-post header .chevron-divider {
|
|
position: absolute;
|
|
top: 110px;
|
|
z-index: 1;
|
|
}
|
|
.blog header h1,
|
|
.archive header h1,
|
|
.single-post header h1 {
|
|
color: #fff;
|
|
font-size: 54px;
|
|
position: relative;
|
|
z-index: 2;
|
|
margin-top: 100px;
|
|
margin-bottom: 50px;
|
|
text-align: center;
|
|
}
|
|
.blog header h1 a,
|
|
.archive header h1 a,
|
|
.single-post header h1 a {
|
|
color: #fff;
|
|
}
|
|
.blog header h1 a:hover,
|
|
.archive header h1 a:hover,
|
|
.single-post header h1 a:hover {
|
|
color: #D8127D;
|
|
}
|
|
.blog header .app-links,
|
|
.archive header .app-links,
|
|
.single-post header .app-links {
|
|
color: #fff;
|
|
}
|
|
.blog header .app-links a,
|
|
.archive header .app-links a,
|
|
.single-post header .app-links a {
|
|
color: #fff;
|
|
}
|
|
.blog header .app-links a:hover,
|
|
.archive header .app-links a:hover,
|
|
.single-post header .app-links a:hover {
|
|
color: #D8127D;
|
|
}
|
|
.blog header + nav,
|
|
.archive header + nav,
|
|
.single-post header + nav {
|
|
background-color: #67C4DA;
|
|
border-top: 2px solid rgba(255, 255, 255, 0.5);
|
|
}
|
|
.blog header + nav ul,
|
|
.archive header + nav ul,
|
|
.single-post header + nav ul {
|
|
display: table;
|
|
padding: 0 10px;
|
|
width: 100%;
|
|
}
|
|
.blog header + nav li,
|
|
.archive header + nav li,
|
|
.single-post header + nav li {
|
|
width: 20%;
|
|
display: table;
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
padding: 0;
|
|
height: 88px;
|
|
float: left;
|
|
}
|
|
.blog header + nav li:hover,
|
|
.archive header + nav li:hover,
|
|
.single-post header + nav li:hover {
|
|
background-color: rgba(255, 255, 255, 0.5);
|
|
}
|
|
.blog header + nav a,
|
|
.archive header + nav a,
|
|
.single-post header + nav a {
|
|
display: table-cell;
|
|
text-align: center;
|
|
font-size: 16px;
|
|
color: #fff;
|
|
height: 88px;
|
|
width: 100%;
|
|
vertical-align: middle;
|
|
padding: 0 10px;
|
|
}
|
|
@media screen and (max-width: 450px) {
|
|
.blog header + nav li,
|
|
.archive header + nav li,
|
|
.single-post header + nav li {
|
|
width: 50%;
|
|
}
|
|
}
|
|
@media screen and (max-width: 600px) {
|
|
.tour-switcher {
|
|
display: none;
|
|
}
|
|
}
|
|
.logo {
|
|
float: left;
|
|
}
|
|
.logo.phone-only {
|
|
width: 30px;
|
|
margin-left: 10px;
|
|
}
|
|
.app-links {
|
|
float: right;
|
|
margin-top: 35px;
|
|
font-size: 17px;
|
|
line-height: 20px;
|
|
color: #fff;
|
|
text-transform: uppercase;
|
|
color: #000;
|
|
position: relative;
|
|
z-index: 3;
|
|
}
|
|
.app-links a {
|
|
font-size: 17px;
|
|
line-height: 20px;
|
|
color: #fff;
|
|
text-transform: uppercase;
|
|
color: #000;
|
|
}
|
|
.app-links a:hover {
|
|
color: #D8127D;
|
|
}
|
|
.hamburger {
|
|
cursor: pointer;
|
|
width: 25px;
|
|
margin-left: 15px;
|
|
position: relative;
|
|
top: 2px;
|
|
z-index: 50;
|
|
}
|
|
@media screen and (max-width: 600px) {
|
|
.hamburger {
|
|
display: inline-block;
|
|
}
|
|
}
|
|
.mobile-nav {
|
|
display: none;
|
|
background-color: black;
|
|
position: absolute;
|
|
width: 120%;
|
|
left: -10%;
|
|
top: 0;
|
|
text-align: center;
|
|
z-index: 4;
|
|
}
|
|
.mobile-nav ul {
|
|
padding: 40px 0 20px;
|
|
}
|
|
.mobile-nav li {
|
|
font-weight: 400;
|
|
padding-bottom: 15px;
|
|
font-size: 13px;
|
|
}
|
|
.mobile-nav li a {
|
|
color: #fff;
|
|
}
|
|
.mobile-nav li a:hover {
|
|
color: #D8127D;
|
|
}
|
|
.mobile-nav li:nth-child(-n+3) {
|
|
font-size: 16px;
|
|
padding-bottom: 35px;
|
|
}
|
|
.mobile-nav li:nth-child(3) {
|
|
border-bottom: 1px solid #fff;
|
|
margin-bottom: 25px;
|
|
}
|
|
@media screen and (max-width: 600px) {
|
|
.mobile-nav {
|
|
display: none;
|
|
}
|
|
.mobile-nav.active {
|
|
display: block;
|
|
}
|
|
}
|
|
.above-chevron {
|
|
margin-top: -100px;
|
|
margin-bottom: -80px;
|
|
position: relative;
|
|
z-index: 3;
|
|
}
|
|
.four-oh-four {
|
|
font-size: 34px;
|
|
line-height: 41px;
|
|
text-align: center;
|
|
}
|
|
.four-oh-four .centered-content-padding {
|
|
min-height: 500px;
|
|
}
|
|
.subtemplate {
|
|
position: relative;
|
|
}
|
|
.subtemplate h1 {
|
|
font-size: 34px;
|
|
color: #67C4DA;
|
|
line-height: 1.2;
|
|
margin: 35px 0;
|
|
text-align: center;
|
|
}
|
|
@media screen and (max-width: 768px) {
|
|
.subtemplate h1 {
|
|
font-size: 30px;
|
|
}
|
|
}
|
|
.feature-circles {
|
|
padding: 75px 0 160px;
|
|
}
|
|
.feature-circles .column-container {
|
|
width: calc(100% + 100px);
|
|
}
|
|
.feature-circles .feature-circle {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
padding-right: 30px;
|
|
font-size: 15px;
|
|
width: 33.33333333%;
|
|
padding-right: 100px;
|
|
}
|
|
@media screen and (max-width: 570px) {
|
|
.feature-circles .feature-circle {
|
|
width: 100%;
|
|
}
|
|
}
|
|
.feature-circles .surround-circle {
|
|
width: 33%;
|
|
float: left;
|
|
padding: 30px;
|
|
}
|
|
.feature-circles .surround-circle .circle {
|
|
text-align: center;
|
|
position: relative;
|
|
border-radius: 100%;
|
|
background-clip: padding-box;
|
|
border: 4px solid transparent;
|
|
}
|
|
.feature-circles .surround-circle .circle:after {
|
|
display: block;
|
|
padding-bottom: 100%;
|
|
width: 100%;
|
|
height: 0;
|
|
border-radius: 50%;
|
|
background-color: white;
|
|
content: "";
|
|
border: 2px solid transparent;
|
|
}
|
|
.feature-circles .surround-circle .circle:before {
|
|
content: '';
|
|
position: absolute;
|
|
z-index: -1;
|
|
left: -2px;
|
|
right: -2px;
|
|
top: -2px;
|
|
bottom: -2px;
|
|
border-radius: 50%;
|
|
background: linear-gradient(#67C4DA, #D8127D);
|
|
}
|
|
.feature-circles .surround-circle .container {
|
|
position: absolute;
|
|
top: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.feature-circles .surround-circle .wrapper {
|
|
display: table;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.feature-circles .surround-circle .inner {
|
|
display: table-cell;
|
|
padding: 1em;
|
|
vertical-align: middle;
|
|
}
|
|
.feature-circles .surround-circle h1 {
|
|
margin-top: 22px;
|
|
}
|
|
.feature-circles img {
|
|
width: 105px;
|
|
display: block;
|
|
margin: 0 auto 26px;
|
|
}
|
|
.feature-circles h1 {
|
|
font-size: 20px;
|
|
color: #D8127D;
|
|
letter-spacing: 1.11px;
|
|
line-height: 24px;
|
|
margin-bottom: 22px;
|
|
text-align: center;
|
|
}
|
|
.feature-circles .description {
|
|
color: #121417;
|
|
font-size: 15px;
|
|
line-height: 19px;
|
|
}
|
|
@media screen and (max-width: 900px) {
|
|
.feature-circles .surround-circle {
|
|
padding: 10px;
|
|
}
|
|
}
|
|
@media screen and (max-width: 768px) {
|
|
.feature-circles {
|
|
padding: 75px 0 100px;
|
|
}
|
|
.feature-circles .column-container {
|
|
width: calc(100% + 50px);
|
|
}
|
|
.feature-circles .feature-circle {
|
|
padding-right: 50px;
|
|
}
|
|
.feature-circles .surround-circle {
|
|
width: 100%;
|
|
}
|
|
.feature-circles .surround-circle .circle {
|
|
width: 50%;
|
|
margin: 0 auto;
|
|
}
|
|
}
|
|
@media screen and (max-width: 600px) {
|
|
.feature-circles {
|
|
padding: 40px 0;
|
|
}
|
|
.feature-circles .description {
|
|
display: none;
|
|
}
|
|
.feature-circles h1 {
|
|
margin: 10px 0 60px;
|
|
}
|
|
.feature-circles .surround-circle h1 {
|
|
margin: 0;
|
|
}
|
|
}
|
|
@media screen and (max-width: 400px) {
|
|
.feature-circles .surround-circle .circle {
|
|
width: 80%;
|
|
}
|
|
}
|
|
.case-studies {
|
|
height: 685px;
|
|
position: relative;
|
|
}
|
|
.case-studies .case-study {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-size: cover;
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
transition: all 0.3s ease-in-out;
|
|
visibility: visible;
|
|
opacity: 1;
|
|
}
|
|
.case-studies .case-study.hidden {
|
|
visibility: hidden;
|
|
opacity: 0;
|
|
}
|
|
.case-studies .slide-container {
|
|
width: 100%;
|
|
height: 100%;
|
|
position: relative;
|
|
left: 0px;
|
|
}
|
|
.case-studies .centered-header {
|
|
position: relative;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.case-studies .description {
|
|
white-space: normal;
|
|
width: 60%;
|
|
background: rgba(0, 0, 0, 0.64);
|
|
padding: 25px;
|
|
position: absolute;
|
|
bottom: 35px;
|
|
right: 0;
|
|
font-size: 23px;
|
|
color: #fff;
|
|
line-height: 28px;
|
|
}
|
|
.case-studies p {
|
|
margin: 0;
|
|
}
|
|
.case-studies .slider-action {
|
|
width: 80px;
|
|
height: 80px;
|
|
background-color: #fff;
|
|
cursor: pointer;
|
|
position: absolute;
|
|
top: calc(50% - 40px);
|
|
z-index: 2;
|
|
}
|
|
.case-studies .slider-action span {
|
|
background-repeat: no-repeat;
|
|
display: block;
|
|
position: relative;
|
|
top: 15px;
|
|
margin: 0 auto;
|
|
background-image: url(../../images/leftright.png);
|
|
width: 25px;
|
|
height: 50px;
|
|
}
|
|
.case-studies #back {
|
|
left: 0;
|
|
}
|
|
.case-studies #back span {
|
|
background-position: 0 0;
|
|
}
|
|
.case-studies #forward {
|
|
right: 0;
|
|
}
|
|
.case-studies #forward span {
|
|
background-position: 0 -50px;
|
|
}
|
|
@media screen and (max-width: 768px) {
|
|
.case-studies {
|
|
height: 500px;
|
|
}
|
|
.case-studies .description {
|
|
font-size: 17px;
|
|
line-height: 20px;
|
|
width: 70%;
|
|
}
|
|
.case-studies .slider-action {
|
|
-webkit-transform: scale(0.7);
|
|
transform: scale(0.7);
|
|
}
|
|
.case-studies #back {
|
|
-webkit-transform-origin: left;
|
|
transform-origin: left;
|
|
}
|
|
.case-studies #forward {
|
|
-webkit-transform-origin: right;
|
|
transform-origin: right;
|
|
}
|
|
}
|
|
@media screen and (max-width: 600px) {
|
|
.case-studies {
|
|
height: 400px;
|
|
background-color: black;
|
|
}
|
|
.case-studies .case-study {
|
|
background-size: 100%;
|
|
background-position: top;
|
|
}
|
|
.case-studies .description {
|
|
width: 100%;
|
|
background-color: black;
|
|
bottom: 0;
|
|
}
|
|
}
|
|
.old-new {
|
|
padding-top: 130px;
|
|
padding-bottom: 175px;
|
|
}
|
|
.old-new h1 {
|
|
font-size: 34px;
|
|
color: #67C4DA;
|
|
line-height: 1.2;
|
|
margin: 35px 0;
|
|
text-align: center;
|
|
}
|
|
@media screen and (max-width: 768px) {
|
|
.old-new h1 {
|
|
font-size: 30px;
|
|
}
|
|
}
|
|
.old-new th {
|
|
font-size: 24px;
|
|
color: #D8127D;
|
|
line-height: 29px;
|
|
text-transform: uppercase;
|
|
padding-bottom: 15px;
|
|
}
|
|
.old-new table {
|
|
border-collapse: collapse;
|
|
}
|
|
.old-new td {
|
|
border: 1px solid #d7e9ef;
|
|
vertical-align: middle;
|
|
color: #121417;
|
|
font-size: 15px;
|
|
line-height: 19px;
|
|
width: 50%;
|
|
padding: 45px 0;
|
|
}
|
|
.old-new td p {
|
|
width: 60%;
|
|
margin: 0 auto;
|
|
}
|
|
.old-new .new {
|
|
border-bottom-color: #fff;
|
|
position: relative;
|
|
background-color: #d7e9ef;
|
|
}
|
|
.old-new .new:before {
|
|
position: absolute;
|
|
left: -30px;
|
|
top: calc(50% - 30px);
|
|
content: '';
|
|
display: block;
|
|
width: 60px;
|
|
height: 60px;
|
|
background-image: url(../../images/icon-arrow.png);
|
|
background-size: 60px;
|
|
background-repeat: no-repeat;
|
|
}
|
|
.old-new tr:last-of-type .new {
|
|
border-bottom-color: #d7e9ef;
|
|
}
|
|
@media screen and (max-width: 768px) {
|
|
.old-new {
|
|
padding-top: 20px;
|
|
}
|
|
.old-new td {
|
|
text-align: center;
|
|
}
|
|
.old-new .centered-content {
|
|
padding: 0;
|
|
}
|
|
}
|
|
@media screen and (max-width: 600px) {
|
|
.old-new .new:before {
|
|
left: -20px;
|
|
width: 40px;
|
|
height: 40px;
|
|
background-size: 40px;
|
|
}
|
|
}
|
|
.product-overview {
|
|
padding: 175px 0;
|
|
border-top: 1px solid #979797;
|
|
}
|
|
.product-overview h1 {
|
|
font-size: 34px;
|
|
color: #67C4DA;
|
|
line-height: 1.2;
|
|
margin: 35px 0;
|
|
text-align: center;
|
|
}
|
|
@media screen and (max-width: 768px) {
|
|
.product-overview h1 {
|
|
font-size: 30px;
|
|
}
|
|
}
|
|
.product-overview p {
|
|
color: #121417;
|
|
font-size: 15px;
|
|
line-height: 19px;
|
|
}
|
|
.product-overview:nth-of-type(odd) img {
|
|
float: left;
|
|
}
|
|
.product-overview:nth-of-type(odd) .text-column {
|
|
float: right;
|
|
}
|
|
.product-overview:nth-of-type(even) img {
|
|
float: right;
|
|
}
|
|
.product-overview .text-column {
|
|
width: 45%;
|
|
}
|
|
.product-overview img {
|
|
max-width: 55%;
|
|
}
|
|
.product-overview.small {
|
|
border-top: 0;
|
|
border-bottom: 25px solid #fbfbfb;
|
|
padding: 100px 0;
|
|
}
|
|
.product-overview.small h1 {
|
|
font-size: 22px;
|
|
margin: 0;
|
|
}
|
|
.product-overview.small p {
|
|
color: #121417;
|
|
font-size: 18px;
|
|
line-height: 22px;
|
|
}
|
|
.product-overview.small .text-column {
|
|
text-align: center;
|
|
}
|
|
@media screen and (max-width: 768px) {
|
|
.product-overview {
|
|
padding: 100px 0;
|
|
}
|
|
.product-overview:first-of-type {
|
|
border-top: 0;
|
|
}
|
|
.product-overview img {
|
|
max-width: 100%;
|
|
width: 55%;
|
|
}
|
|
.product-overview .text-column {
|
|
text-align: center;
|
|
}
|
|
}
|
|
@media screen and (max-width: 600px) {
|
|
.product-overview img {
|
|
display: none;
|
|
}
|
|
.product-overview .text-column {
|
|
width: 100%;
|
|
}
|
|
}
|
|
.blue-box {
|
|
padding: 175px 0;
|
|
background-color: #fbfbfb;
|
|
font-size: 43px;
|
|
color: #fff;
|
|
line-height: 52px;
|
|
text-align: center;
|
|
}
|
|
.blue-box .blue-copy {
|
|
background-color: #67C4DA;
|
|
padding: 70px 0 110px;
|
|
}
|
|
.blue-box .blue-copy div {
|
|
width: 80%;
|
|
margin: 0 auto;
|
|
text-align: center;
|
|
}
|
|
.blue-box h1 {
|
|
font-size: 43px;
|
|
color: #fff;
|
|
line-height: 52px;
|
|
text-align: center;
|
|
}
|
|
@media screen and (max-width: 768px) {
|
|
.blue-box {
|
|
padding: 75px 0;
|
|
}
|
|
}
|
|
@media screen and (max-width: 600px) {
|
|
.blue-box h1 {
|
|
font-size: 30px;
|
|
}
|
|
.blue-box .blue-copy {
|
|
padding: 40px 0 60px;
|
|
font-size: 24px;
|
|
}
|
|
.blue-box .blue-copy div {
|
|
line-height: 31px;
|
|
}
|
|
}
|
|
.cta {
|
|
padding: 20px 0;
|
|
min-height: 300px;
|
|
text-align: center;
|
|
background-size: cover;
|
|
background-repeat: no-repeat;
|
|
background-position: 55% 50%;
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-align-items: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
}
|
|
@media screen and (min-width: 600px) {
|
|
.cta {
|
|
padding: 40px 0;
|
|
min-height: 520px;
|
|
background-position: center;
|
|
}
|
|
}
|
|
.cta .cta__container {
|
|
padding: 0 4%;
|
|
margin: auto;
|
|
max-width: 960px;
|
|
}
|
|
.cta .cta__title {
|
|
color: #fff;
|
|
margin: 0 0 48px 0;
|
|
text-align: center;
|
|
}
|
|
.cta .cta__button {
|
|
margin: 0 auto;
|
|
}
|
|
.galleries-marketplaces {
|
|
padding: 145px 0 130px;
|
|
text-align: center;
|
|
}
|
|
.galleries-marketplaces h1 {
|
|
font-size: 30px;
|
|
color: #000;
|
|
line-height: 36px;
|
|
margin-bottom: 50px;
|
|
}
|
|
.galleries-marketplaces img {
|
|
display: block;
|
|
margin-bottom: 80px;
|
|
}
|
|
@media screen and (max-width: 768px) {
|
|
.galleries-marketplaces {
|
|
padding: 75px 0 30px;
|
|
}
|
|
.galleries-marketplaces h1 {
|
|
font-size: 27px;
|
|
}
|
|
}
|
|
.blog-features {
|
|
background-color: #fbfbfb;
|
|
padding: 75px 0;
|
|
}
|
|
.blog-features .centered-content > h1 {
|
|
font-size: 30px;
|
|
color: #000;
|
|
line-height: 36px;
|
|
margin-bottom: 50px;
|
|
text-align: center;
|
|
text-transform: none;
|
|
}
|
|
.blog-features .blog {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
padding-right: 30px;
|
|
font-size: 15px;
|
|
width: 33.33333333%;
|
|
margin-bottom: 40px;
|
|
}
|
|
@media screen and (max-width: 570px) {
|
|
.blog-features .blog {
|
|
width: 100%;
|
|
}
|
|
}
|
|
.blog-features .blog div {
|
|
background-color: white;
|
|
padding-bottom: 15px;
|
|
min-height: 225px;
|
|
}
|
|
.blog-features h2 {
|
|
font-size: 13px;
|
|
color: #67C4DA;
|
|
line-height: 22.79px;
|
|
margin: 10px 10px 0;
|
|
padding: 0 10px;
|
|
}
|
|
.blog-features h1 {
|
|
font-size: 17px;
|
|
color: #595959;
|
|
line-height: 22.79px;
|
|
text-transform: uppercase;
|
|
margin: 0 10px;
|
|
text-align: left;
|
|
padding: 0 10px;
|
|
}
|
|
@media screen and (max-width: 600px) {
|
|
.blog-features .blog {
|
|
width: 50%;
|
|
}
|
|
}
|
|
@media screen and (max-width: 400px) {
|
|
.blog-features .blog {
|
|
width: 100%;
|
|
}
|
|
.blog-features .blog div {
|
|
width: 80%;
|
|
margin: 0 auto;
|
|
}
|
|
.blog-features .blog div img {
|
|
width: 100%;
|
|
}
|
|
}
|
|
.team {
|
|
color: #121417;
|
|
font-size: 15px;
|
|
line-height: 19px;
|
|
text-align: center;
|
|
}
|
|
.team .column-container {
|
|
text-align: left;
|
|
}
|
|
.team .intro {
|
|
margin-bottom: 60px;
|
|
text-align: left;
|
|
}
|
|
.team p {
|
|
margin: 0;
|
|
}
|
|
.team.tour-page {
|
|
padding: 70px 0;
|
|
background-color: #fbfbfb;
|
|
}
|
|
@media screen and (max-width: 768px) {
|
|
.team .intro {
|
|
text-align: center;
|
|
}
|
|
}
|
|
.team-member {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
padding-right: 30px;
|
|
font-size: 15px;
|
|
width: 33.33333333%;
|
|
text-align: center;
|
|
margin-bottom: 40px;
|
|
}
|
|
@media screen and (max-width: 570px) {
|
|
.team-member {
|
|
width: 100%;
|
|
}
|
|
}
|
|
.team-member img {
|
|
border-radius: 100%;
|
|
}
|
|
.team-member h1 {
|
|
color: #000;
|
|
font-size: 19px;
|
|
margin-top: 20px;
|
|
margin-bottom: 0;
|
|
}
|
|
.team-member h2 {
|
|
color: #121417;
|
|
font-size: 18px;
|
|
line-height: 22px;
|
|
margin-top: 2px;
|
|
}
|
|
@media screen and (max-width: 600px) {
|
|
.team-member {
|
|
width: 50%;
|
|
}
|
|
}
|
|
@media screen and (max-width: 768px) {
|
|
.page-template-template-companywhite .team .intro {
|
|
text-align: left;
|
|
}
|
|
}
|
|
.faq {
|
|
color: #121417;
|
|
font-size: 17px;
|
|
line-height: 21px;
|
|
}
|
|
.faq dl,
|
|
.faq dt,
|
|
.faq dd {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
.faq .featured-faqs {
|
|
margin-bottom: 75px;
|
|
}
|
|
.faq .featured-faqs dt {
|
|
font-size: 25px;
|
|
line-height: 32px;
|
|
color: #D8127D;
|
|
cursor: pointer;
|
|
}
|
|
.faq .featured-faqs dd {
|
|
max-height: 0;
|
|
overflow-y: hidden;
|
|
transition: all 0.15s ease-in-out;
|
|
margin-bottom: 5px;
|
|
}
|
|
.faq .featured-faqs dd.open {
|
|
max-height: 800px;
|
|
}
|
|
.faq .regular-faqs dd {
|
|
margin-bottom: 60px;
|
|
}
|
|
.values {
|
|
padding-bottom: 150px;
|
|
}
|
|
.values .column-container {
|
|
width: calc(100% + 175px);
|
|
}
|
|
.values .value {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
padding-right: 30px;
|
|
font-size: 15px;
|
|
width: 50%;
|
|
color: #121417;
|
|
font-size: 18px;
|
|
line-height: 22px;
|
|
padding-right: 175px;
|
|
}
|
|
@media screen and (max-width: 570px) {
|
|
.values .value {
|
|
width: 100%;
|
|
}
|
|
}
|
|
.values .value h1 {
|
|
color: #000;
|
|
font-size: 25px;
|
|
line-height: 1;
|
|
margin-bottom: 0;
|
|
text-align: left;
|
|
}
|
|
.careers {
|
|
background-color: #fbfbfb;
|
|
text-align: center;
|
|
padding: 90px 0 140px;
|
|
margin-bottom: 75px;
|
|
}
|
|
.careers a {
|
|
color: #000;
|
|
font-size: 27px;
|
|
line-height: 32px;
|
|
}
|
|
.careers a:hover {
|
|
color: #D8127D;
|
|
}
|
|
.careers li {
|
|
margin-bottom: 35px;
|
|
}
|
|
.careers ul {
|
|
list-style: none;
|
|
}
|
|
.contact .form {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
padding-right: 30px;
|
|
font-size: 15px;
|
|
width: 75%;
|
|
color: #121417;
|
|
font-size: 18px;
|
|
line-height: 22px;
|
|
}
|
|
@media screen and (max-width: 768px) {
|
|
.contact .form {
|
|
width: 100%;
|
|
}
|
|
}
|
|
.contact .contact-points {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
padding-right: 30px;
|
|
font-size: 15px;
|
|
width: 25%;
|
|
}
|
|
@media screen and (max-width: 768px) {
|
|
.contact .contact-points {
|
|
width: 50%;
|
|
}
|
|
}
|
|
.contact label {
|
|
color: #121417;
|
|
font-size: 15px;
|
|
line-height: 19px;
|
|
}
|
|
.contact label.required:after {
|
|
content: '*';
|
|
color: #D8127D;
|
|
}
|
|
.contact input,
|
|
.contact textarea {
|
|
margin-bottom: 20px;
|
|
padding: 10px;
|
|
color: #595959;
|
|
width: 80%;
|
|
margin-top: 5px;
|
|
border: 1px solid #979797;
|
|
outline: none;
|
|
}
|
|
.contact input[aria-invalid=true],
|
|
.contact textarea[aria-invalid=true] {
|
|
border: 1px solid #D8127D;
|
|
}
|
|
.contact input[type=submit] {
|
|
display: inline-block;
|
|
padding: 25px 40px;
|
|
border: 1px solid;
|
|
font-size: 22px;
|
|
line-height: 26px;
|
|
text-decoration: none;
|
|
min-width: 265px;
|
|
text-align: center;
|
|
color: #fff;
|
|
background-color: #67C4DA;
|
|
border-color: #67C4DA;
|
|
width: auto;
|
|
}
|
|
.contact input[type=submit].blue {
|
|
color: #fff;
|
|
background-color: #67C4DA;
|
|
border-color: #67C4DA;
|
|
}
|
|
.contact input[type=submit].blue:hover {
|
|
background-color: rgba(103, 196, 218, 0.5);
|
|
}
|
|
.contact input[type=submit].pink {
|
|
color: #fff;
|
|
background-color: #D8127D;
|
|
border-color: #D8127D;
|
|
}
|
|
.contact input[type=submit].pink:hover {
|
|
background-color: rgba(216, 18, 125, 0.5);
|
|
}
|
|
.contact input[type=submit].blue-overPic {
|
|
color: #fff;
|
|
background-color: #67C4DA;
|
|
border-color: #67C4DA;
|
|
}
|
|
.contact input[type=submit].blue-overPic:hover {
|
|
background-color: #fff;
|
|
color: #67C4DA;
|
|
}
|
|
.contact input[type=submit].pink-overPic {
|
|
color: #fff;
|
|
background-color: #D8127D;
|
|
border-color: #D8127D;
|
|
}
|
|
.contact input[type=submit].pink-overPic:hover {
|
|
background-color: #fff;
|
|
color: #D8127D;
|
|
}
|
|
.contact input[type=submit].white-blue {
|
|
color: #67C4DA;
|
|
background-color: #fff;
|
|
border-color: #67C4DA;
|
|
}
|
|
.contact input[type=submit].white-blue:hover {
|
|
background-color: rgba(103, 196, 218, 0.5);
|
|
color: #fff;
|
|
}
|
|
.contact input[type=submit].small {
|
|
padding: 5px 15px;
|
|
font-size: 14px;
|
|
color: #fff;
|
|
background-color: transparent;
|
|
border-color: #fff;
|
|
min-width: auto;
|
|
}
|
|
.contact input[type=submit].small:hover {
|
|
background-color: rgba(255, 255, 255, 0.4);
|
|
border-color: rgba(255, 255, 255, 0.4);
|
|
color: #fff;
|
|
}
|
|
@media screen and (max-width: 400px) {
|
|
.contact input[type=submit] {
|
|
min-width: initial;
|
|
}
|
|
}
|
|
.contact input[type=submit]:hover {
|
|
background-color: rgba(103, 196, 218, 0.5);
|
|
}
|
|
.contact .contact-point {
|
|
color: #121417;
|
|
font-size: 18px;
|
|
line-height: 22px;
|
|
}
|
|
.contact .contact-point h1 {
|
|
font-size: 19px;
|
|
color: #D8127D;
|
|
text-align: left;
|
|
margin-bottom: 0;
|
|
}
|
|
.contact .required-info {
|
|
color: #121417;
|
|
font-size: 15px;
|
|
line-height: 19px;
|
|
color: #D8127D;
|
|
}
|
|
.contact .wpcf7-not-valid-tip {
|
|
color: #121417;
|
|
font-size: 15px;
|
|
line-height: 19px;
|
|
color: #D8127D;
|
|
margin-top: -20px;
|
|
margin-bottom: 10px;
|
|
}
|
|
.contact div.wpcf7-validation-errors {
|
|
border: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
.contact div.wpcf7-response-output,
|
|
.contact div.wpcf7-display-none,
|
|
.contact div.wpcf7-mail-sent-ok {
|
|
border: 0!important;
|
|
}
|
|
.press-articles {
|
|
color: #121417;
|
|
font-size: 18px;
|
|
line-height: 22px;
|
|
text-align: center;
|
|
}
|
|
.press-articles blockquote {
|
|
margin: 0;
|
|
}
|
|
.press-articles .press-article {
|
|
text-align: left;
|
|
margin-bottom: 35px;
|
|
padding-bottom: 35px;
|
|
border-bottom: 1px solid #979797;
|
|
}
|
|
.press-articles .press-article h1 {
|
|
color: #000;
|
|
font-size: 19px;
|
|
margin-bottom: 0;
|
|
text-align: left;
|
|
}
|
|
.press-articles .press-article h1 a {
|
|
color: #000;
|
|
}
|
|
.press-articles .press-article h1 a:hover {
|
|
color: #67C4DA;
|
|
}
|
|
.downloads .left {
|
|
float: left;
|
|
}
|
|
.downloads .right {
|
|
float: right;
|
|
}
|
|
.upcoming-events .event-container,
|
|
.past-events .event-container {
|
|
width: 70%;
|
|
float: left;
|
|
}
|
|
.upcoming-events .event-archives,
|
|
.past-events .event-archives {
|
|
width: 30%;
|
|
float: right;
|
|
padding-left: 10%;
|
|
padding-top: 50px;
|
|
}
|
|
.upcoming-events .event-archives h1,
|
|
.past-events .event-archives h1 {
|
|
text-align: left;
|
|
font-size: 19px;
|
|
color: #D8127D;
|
|
font-weight: 400;
|
|
}
|
|
.upcoming-events .event-archives h1 a,
|
|
.past-events .event-archives h1 a {
|
|
color: #D8127D;
|
|
}
|
|
.upcoming-events .event-archives h1 a:hover,
|
|
.past-events .event-archives h1 a:hover {
|
|
color: #000;
|
|
}
|
|
.upcoming-events .event-archives ul,
|
|
.past-events .event-archives ul {
|
|
list-style: none;
|
|
margin: 0;
|
|
margin-bottom: 40px;
|
|
padding: 0;
|
|
}
|
|
.upcoming-events .event-archives ul li,
|
|
.past-events .event-archives ul li {
|
|
font-size: 18px;
|
|
line-height: 1.2;
|
|
}
|
|
.upcoming-events .event-archives ul a,
|
|
.past-events .event-archives ul a {
|
|
color: #000;
|
|
}
|
|
.upcoming-events .event-archives ul a:hover,
|
|
.past-events .event-archives ul a:hover {
|
|
color: #D8127D;
|
|
}
|
|
.upcoming-events h2,
|
|
.past-events h2 {
|
|
text-align: center;
|
|
position: relative;
|
|
font-size: 19px;
|
|
}
|
|
.upcoming-events h2 span,
|
|
.past-events h2 span {
|
|
background-color: white;
|
|
position: relative;
|
|
z-index: 1;
|
|
padding: 0 20px;
|
|
}
|
|
.upcoming-events h2:after,
|
|
.past-events h2:after {
|
|
content: '';
|
|
display: block;
|
|
height: 1px;
|
|
background-color: #979797;
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 0;
|
|
right: 0;
|
|
}
|
|
.upcoming-events .event,
|
|
.past-events .event {
|
|
color: #121417;
|
|
font-size: 18px;
|
|
line-height: 22px;
|
|
border-top: 1px solid #979797;
|
|
padding-bottom: 30px;
|
|
margin-bottom: 30px;
|
|
}
|
|
.upcoming-events .event h1,
|
|
.past-events .event h1 {
|
|
font-size: 26px;
|
|
color: #000;
|
|
line-height: 1.2;
|
|
text-align: left;
|
|
margin-bottom: 0;
|
|
font-size: 19px;
|
|
}
|
|
.upcoming-events .event h1 a,
|
|
.past-events .event h1 a {
|
|
color: #000;
|
|
}
|
|
.upcoming-events .event h1 a:hover,
|
|
.past-events .event h1 a:hover {
|
|
color: #D8127D;
|
|
}
|
|
.upcoming-events .event time,
|
|
.past-events .event time {
|
|
color: #121417;
|
|
font-size: 17px;
|
|
line-height: 21px;
|
|
margin-bottom: 5px;
|
|
display: block;
|
|
}
|
|
.upcoming-events h2 + .event,
|
|
.past-events h2 + .event {
|
|
border-top: 0;
|
|
}
|
|
.upcoming-events blockquote,
|
|
.past-events blockquote {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
.upcoming-events + .chevron-divider,
|
|
.past-events + .chevron-divider {
|
|
height: 280px;
|
|
margin-top: -100px;
|
|
margin-bottom: -135px;
|
|
position: relative;
|
|
z-index: -1;
|
|
}
|
|
@media screen and (max-width: 550px) {
|
|
.upcoming-events .event-container,
|
|
.past-events .event-container,
|
|
.upcoming-events .event-archives,
|
|
.past-events .event-archives {
|
|
width: 100%;
|
|
float: none;
|
|
}
|
|
.upcoming-events .event-archives,
|
|
.past-events .event-archives {
|
|
padding: 0;
|
|
}
|
|
}
|
|
.short-descriptions {
|
|
padding-top: 35px;
|
|
text-align: center;
|
|
color: #121417;
|
|
font-size: 18px;
|
|
line-height: 22px;
|
|
}
|
|
.short-descriptions .centered-content > h1 {
|
|
margin-bottom: 0;
|
|
}
|
|
.short-descriptions .short-description {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
padding-right: 30px;
|
|
font-size: 15px;
|
|
width: 33.33333333%;
|
|
color: #121417;
|
|
font-size: 18px;
|
|
line-height: 22px;
|
|
margin-bottom: 40px;
|
|
}
|
|
@media screen and (max-width: 570px) {
|
|
.short-descriptions .short-description {
|
|
width: 100%;
|
|
}
|
|
}
|
|
.short-descriptions .short-description h1 {
|
|
font-size: 22px;
|
|
color: #D8127D;
|
|
}
|
|
@media screen and (max-width: 600px) {
|
|
.short-descriptions .short-description {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
.content-boxed {
|
|
background-color: #fbfbfb;
|
|
padding-top: 50px;
|
|
}
|
|
.content-boxed .centered-content-padding {
|
|
background-color: #fbfbfb;
|
|
}
|
|
.content-boxed .centered-content > div {
|
|
border: 1px solid #D8127D;
|
|
background-color: #fff;
|
|
padding: 60px 10%;
|
|
text-align: center;
|
|
color: #121417;
|
|
font-size: 18px;
|
|
line-height: 22px;
|
|
}
|
|
.content-boxed .centered-content > div > ul {
|
|
text-align: left;
|
|
list-style: none;
|
|
}
|
|
.content-boxed .centered-content > div > ul li {
|
|
margin-bottom: 35px;
|
|
}
|
|
.content-boxed .centered-content > div > ul ul {
|
|
margin-left: 10%;
|
|
text-align: left;
|
|
list-style-type: disc;
|
|
}
|
|
.content-boxed .centered-content > div > ul ul li {
|
|
margin-bottom: 0;
|
|
}
|
|
.content-boxed .centered-content p {
|
|
max-width: 640px;
|
|
}
|
|
.content-boxed .centered-content img {
|
|
margin: 30px 0;
|
|
}
|
|
.content-boxed .centered-content > div,
|
|
.content-boxed .existing-new .content {
|
|
font-size: 14px;
|
|
}
|
|
@media screen and (max-width: 600px) {
|
|
.content-boxed .centered-content > div {
|
|
border: 0;
|
|
padding: 60px 2%;
|
|
color: #121417;
|
|
font-size: 15px;
|
|
line-height: 19px;
|
|
}
|
|
}
|
|
.existing-new {
|
|
background-color: #fbfbfb;
|
|
padding: 90px 0 120px;
|
|
}
|
|
.existing-new .top-tab {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
padding-right: 30px;
|
|
font-size: 15px;
|
|
width: 50%;
|
|
}
|
|
@media screen and (max-width: 570px) {
|
|
.existing-new .top-tab {
|
|
width: 100%;
|
|
}
|
|
}
|
|
.existing-new .top-tab div {
|
|
padding: 25px 0;
|
|
text-align: center;
|
|
cursor: pointer;
|
|
text-transform: uppercase;
|
|
font-size: 24px;
|
|
color: #D8127D;
|
|
line-height: 29px;
|
|
color: #000;
|
|
font-weight: 400;
|
|
}
|
|
.existing-new .top-tab.active div {
|
|
border: 1px solid #D8127D;
|
|
border-bottom: 0;
|
|
background-color: #fff;
|
|
color: #D8127D;
|
|
}
|
|
.existing-new .content {
|
|
text-align: center;
|
|
display: none;
|
|
background-color: #fff;
|
|
border: 1px solid #D8127D;
|
|
padding: 60px 10%;
|
|
margin-top: -1px;
|
|
color: #121417;
|
|
font-size: 18px;
|
|
line-height: 22px;
|
|
}
|
|
.existing-new .content.active {
|
|
display: block;
|
|
}
|
|
.existing-new .content > ul {
|
|
text-align: left;
|
|
list-style: none;
|
|
}
|
|
.existing-new .content > ul li {
|
|
margin-bottom: 35px;
|
|
}
|
|
.existing-new .content > ul ul {
|
|
margin-left: 10%;
|
|
text-align: left;
|
|
list-style-type: disc;
|
|
}
|
|
.existing-new .content > ul ul li {
|
|
margin-bottom: 0;
|
|
}
|
|
.existing-new .button {
|
|
color: #fff;
|
|
background-color: #D8127D;
|
|
border-color: #D8127D;
|
|
}
|
|
.existing-new .button:hover {
|
|
background-color: rgba(216, 18, 125, 0.5);
|
|
}
|
|
@media screen and (max-width: 600px) {
|
|
.existing-new .top-tab {
|
|
display: none;
|
|
}
|
|
.existing-new .content {
|
|
display: block;
|
|
}
|
|
}
|
|
.page-template-template-tour .subtemplate.content {
|
|
color: #121417;
|
|
font-size: 18px;
|
|
line-height: 22px;
|
|
text-align: center;
|
|
}
|
|
.page-template-template-tour .subtemplate.content.grey {
|
|
background-color: #fbfbfb;
|
|
}
|
|
.page-template-template-tour .subtemplate.content.grey .centered-content-padding {
|
|
background-color: #fbfbfb;
|
|
}
|
|
.page-template-template-tour .subtemplate.content.grey .centered-content {
|
|
background-color: #fbfbfb;
|
|
}
|
|
.page-template-template-tour .subtemplate.content.grey h1 {
|
|
margin-top: 55px;
|
|
}
|
|
.get-started {
|
|
padding-top: 70px;
|
|
padding-bottom: 230px;
|
|
color: #121417;
|
|
font-size: 18px;
|
|
line-height: 22px;
|
|
}
|
|
.get-started .column-container {
|
|
width: calc(100% + 90px);
|
|
}
|
|
.get-started .methods-of-use {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
padding-right: 30px;
|
|
font-size: 15px;
|
|
width: 50%;
|
|
padding-right: 90px;
|
|
text-align: center;
|
|
color: #121417;
|
|
font-size: 18px;
|
|
line-height: 22px;
|
|
}
|
|
@media screen and (max-width: 570px) {
|
|
.get-started .methods-of-use {
|
|
width: 100%;
|
|
}
|
|
}
|
|
.get-started .methods-of-use h1 {
|
|
font-size: 26px;
|
|
color: #D8127D;
|
|
line-height: 1.2;
|
|
text-transform: uppercase;
|
|
font-weight: 200;
|
|
}
|
|
.get-started .methods-of-use p {
|
|
width: 90%;
|
|
margin: 0 auto;
|
|
}
|
|
@media screen and (max-width: 600px) {
|
|
.get-started {
|
|
padding-bottom: 100px;
|
|
}
|
|
.get-started .description {
|
|
text-align: center;
|
|
}
|
|
}
|
|
.pricing {
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
height: 470px;
|
|
padding-top: 80px;
|
|
text-align: center;
|
|
color: #fff;
|
|
font-weight: 400;
|
|
}
|
|
.pricing h1 {
|
|
color: #fff;
|
|
margin-bottom: 10px;
|
|
}
|
|
.pricing .pricing-detail {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
padding-right: 30px;
|
|
font-size: 15px;
|
|
width: 50%;
|
|
margin-bottom: 30px;
|
|
}
|
|
@media screen and (max-width: 570px) {
|
|
.pricing .pricing-detail {
|
|
width: 100%;
|
|
}
|
|
}
|
|
.pricing .pricing-detail div {
|
|
height: 135px;
|
|
text-align: center;
|
|
background-color: #fff;
|
|
font-size: 36px;
|
|
line-height: 1.2;
|
|
color: #D8127D;
|
|
}
|
|
.pricing .pricing-detail div p {
|
|
position: relative;
|
|
top: 50%;
|
|
-webkit-transform: translateY(-50%);
|
|
transform: translateY(-50%);
|
|
}
|
|
.pricing .pricing-detail small {
|
|
color: #000;
|
|
font-size: 16px;
|
|
display: block;
|
|
margin-top: 7px;
|
|
}
|
|
.pricing a {
|
|
color: #fff;
|
|
}
|
|
.pricing a:hover {
|
|
color: #D8127D;
|
|
}
|
|
@media screen and (max-width: 600px) {
|
|
.pricing {
|
|
padding-top: 0;
|
|
}
|
|
.pricing .pricing-detail div {
|
|
height: 80px;
|
|
font-size: 20px;
|
|
}
|
|
}
|
|
.blog .column-container {
|
|
width: calc(100% + 70px);
|
|
}
|
|
article.post {
|
|
padding-top: 40px;
|
|
padding-bottom: 50px;
|
|
border-bottom: 2px solid #e5e5e5;
|
|
}
|
|
article.post h2 {
|
|
margin: 0;
|
|
font-size: 12px;
|
|
}
|
|
article.post .post-categories {
|
|
list-style: none;
|
|
font-size: 12px;
|
|
}
|
|
article.post h1 {
|
|
margin-top: 0;
|
|
}
|
|
article.post .image {
|
|
width: 100%;
|
|
}
|
|
article.post .image img {
|
|
display: block;
|
|
max-width: 100%;
|
|
width: 100%;
|
|
}
|
|
article.post .meta {
|
|
background-image: url(../../images/svg/ascribe-chevron.svg);
|
|
background-position: bottom;
|
|
width: 100%;
|
|
background-size: 100%;
|
|
height: 150px;
|
|
opacity: 1;
|
|
line-height: 75px;
|
|
height: 75px;
|
|
padding-left: 15px;
|
|
margin-bottom: 35px;
|
|
font-weight: 500;
|
|
font-size: 16px;
|
|
}
|
|
@media screen and (max-width: 768px) {
|
|
article.post .meta {
|
|
background-size: 120%;
|
|
}
|
|
}
|
|
.blog-column {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
padding-right: 30px;
|
|
font-size: 15px;
|
|
width: 66.6%;
|
|
padding-right: 70px;
|
|
}
|
|
@media screen and (max-width: 570px) {
|
|
.blog-column {
|
|
width: 100%;
|
|
}
|
|
}
|
|
.blog-sidebar {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
padding-right: 30px;
|
|
font-size: 15px;
|
|
width: 33.33333333%;
|
|
padding-right: 70px;
|
|
padding-top: 40px;
|
|
}
|
|
@media screen and (max-width: 570px) {
|
|
.blog-sidebar {
|
|
width: 100%;
|
|
}
|
|
}
|
|
.blog-sidebar img {
|
|
display: block;
|
|
margin-bottom: 60px;
|
|
}
|
|
.blog-sidebar .sidebar-blog-features {
|
|
color: #121417;
|
|
font-size: 18px;
|
|
line-height: 22px;
|
|
}
|
|
.blog-sidebar .sidebar-blog-features h1 {
|
|
font-size: 19px;
|
|
color: #D8127D;
|
|
margin-bottom: 0;
|
|
}
|
|
.blog-sidebar .sidebar-blog-features time {
|
|
font-size: 18px;
|
|
display: block;
|
|
margin-bottom: 5px;
|
|
}
|
|
.blog-sidebar .sidebar-blog-features a {
|
|
color: #000;
|
|
}
|
|
.blog-sidebar .sidebar-blog-features a:hover {
|
|
opacity: .3;
|
|
}
|
|
.blog-sidebar .sidebar-blog-features .blog {
|
|
margin-bottom: 70px;
|
|
}
|
|
.blog-sidebar .sidebar-blog-features .blog:hover {
|
|
opacity: 0.3;
|
|
}
|
|
@media screen and (max-width: 570px) {
|
|
.blog-sidebar {
|
|
width: 50%;
|
|
min-width: 260px;
|
|
display: block;
|
|
margin: 0 auto;
|
|
}
|
|
}
|
|
.single-post .entry {
|
|
color: #121417;
|
|
font-size: 18px;
|
|
line-height: 22px;
|
|
width: 80%;
|
|
}
|
|
.single-post .article-post {
|
|
border-bottom: 0;
|
|
}
|
|
@media screen and (max-width: 500px) {
|
|
.single-post .entry {
|
|
width: 100%;
|
|
}
|
|
}
|
|
footer {
|
|
font-size: 14px;
|
|
color: #fff;
|
|
line-height: 25px;
|
|
}
|
|
footer a {
|
|
font-size: 14px;
|
|
color: #fff;
|
|
line-height: 25px;
|
|
width: 100%;
|
|
}
|
|
footer a:hover {
|
|
font-family: "canada-type-gibson", sans-serif;
|
|
font-weight: 400;
|
|
color: #fff;
|
|
}
|
|
footer .top-footer {
|
|
background-color: #8c8c8c;
|
|
padding: 50px 0 40px;
|
|
}
|
|
footer .top-footer ul {
|
|
-webkit-columns: 3;
|
|
-moz-columns: 3;
|
|
columns: 3;
|
|
width: 75%;
|
|
float: left;
|
|
}
|
|
footer ul {
|
|
list-style: none;
|
|
}
|
|
footer .contact {
|
|
width: 25%;
|
|
float: right;
|
|
}
|
|
footer .bottom-footer {
|
|
color: #1e1e1e;
|
|
font-size: 13px;
|
|
line-height: 14px;
|
|
padding: 20px 0 10px;
|
|
}
|
|
footer .bottom-footer a {
|
|
color: #1e1e1e;
|
|
font-size: 13px;
|
|
line-height: 14px;
|
|
}
|
|
footer .bottom-footer .menu {
|
|
float: left;
|
|
margin-left: 15px;
|
|
}
|
|
footer .bottom-footer .menu li {
|
|
display: inline-block;
|
|
border-left: 1px solid #121417;
|
|
padding: 0 15px;
|
|
}
|
|
footer .bottom-footer .menu li:nth-of-type(1) {
|
|
width: 60px;
|
|
}
|
|
footer .bottom-footer .menu li:nth-of-type(2) {
|
|
width: 130px;
|
|
}
|
|
footer .bottom-footer .social {
|
|
float: right;
|
|
margin-top: -10px;
|
|
}
|
|
footer .bottom-footer .social li {
|
|
display: inline-block;
|
|
}
|
|
footer .eu-fund {
|
|
float: left;
|
|
width: 150px;
|
|
margin: -15px 10px 0 0;
|
|
}
|
|
footer .copyright {
|
|
float: left;
|
|
}
|
|
footer .button {
|
|
margin-bottom: 10px;
|
|
}
|
|
footer .button:hover {
|
|
text-decoration: none;
|
|
}
|
|
@media screen and (max-width: 850px) {
|
|
footer .eu-fund {
|
|
float: none;
|
|
margin: -15px auto 10px auto;
|
|
text-align: center;
|
|
}
|
|
footer .copyright {
|
|
float: none;
|
|
margin-bottom: 10px;
|
|
text-align: center;
|
|
}
|
|
footer .bottom-footer .menu {
|
|
float: none;
|
|
margin-bottom: 15px;
|
|
text-align: center;
|
|
}
|
|
footer .bottom-footer .menu li:first-of-type {
|
|
border-left: 0;
|
|
}
|
|
footer .bottom-footer .social {
|
|
margin-bottom: 15px;
|
|
float: none;
|
|
text-align: center;
|
|
}
|
|
}
|
|
@media screen and (max-width: 570px) {
|
|
footer .top-footer ul {
|
|
display: none;
|
|
}
|
|
footer .button {
|
|
display: inline-block;
|
|
width: auto;
|
|
}
|
|
footer .contact {
|
|
width: 100%;
|
|
text-align: center;
|
|
}
|
|
footer .bottom-footer {
|
|
text-align: center;
|
|
}
|
|
footer .bottom-footer .menu {
|
|
float: none;
|
|
margin-bottom: 15px;
|
|
}
|
|
footer .bottom-footer .menu li:first-of-type {
|
|
border-left: 0;
|
|
}
|
|
footer .bottom-footer .social {
|
|
float: none;
|
|
}
|
|
}
|
|
.page-template-template-tour header .sticky.stuck {
|
|
top: 0;
|
|
}
|
|
.page-template-template-tour header .sticky {
|
|
top: 30px;
|
|
}
|
|
.case-studies #forward,
|
|
.case-studies #back {
|
|
display: none;
|
|
}
|
|
.home.page .feature-circles p,
|
|
.old-new p,
|
|
.centered-prodFeat p,
|
|
.get-started .description p {
|
|
text-align: center;
|
|
}
|
|
.feature-circles .surround-circle .inner {
|
|
padding: 2em;
|
|
}
|
|
.short-descriptions .short-description h1 {
|
|
font-size: 20px;
|
|
}
|
|
.short-descriptions .short-description {
|
|
font-size: 15px;
|
|
}
|
|
.subtemplate h1 {
|
|
margin: 20px 0;
|
|
}
|
|
.centered-footer {
|
|
max-width: 900px;
|
|
}
|
|
footer .bottom-footer .menu li:nth-of-type(2) {
|
|
width: 150px;
|
|
}
|
|
.blog-column {
|
|
width: auto;
|
|
}
|
|
footer .top-footer ul {
|
|
width: 60%;
|
|
}
|
|
footer .bottom-footer .menu li {
|
|
text-align: center;
|
|
width: auto !important;
|
|
}
|
|
h1 > a,
|
|
.press-articles .press-article h1 a {
|
|
color: #d8127d;
|
|
}
|
|
.press-articles .press-article h1 a {
|
|
font-size: 20px;
|
|
}
|
|
.press-articles .press-article h1 {
|
|
margin-bottom: 10px;
|
|
}
|
|
.press-articles .press-article time {
|
|
font-size: 14px;
|
|
margin-bottom: 6px;
|
|
display: block;
|
|
}
|
|
.press-articles blockquote {
|
|
line-height: 1.4em;
|
|
}
|
|
.subtemplate.press-articles > div > div > img {
|
|
margin-bottom: 70px;
|
|
}
|
|
.subtemplate.downloads a[href=''] {
|
|
display: none;
|
|
}
|
|
.subtemplate.downloads a[href=''] + a:not([href='']) {
|
|
float: none;
|
|
display: inline-block;
|
|
margin: 0 auto;
|
|
}
|
|
.subtemplate.downloads .centered-content {
|
|
text-align: center;
|
|
}
|