﻿/*
 * Name: Atlas
 * Author: Zengenti Ltd
 * Author URI: http://zengenti.com
 * Description: A modern front-end framework
 * Version: 0.0.2
 */
/**
	* Utilities
	*/
/**
 * Grid HTML classes
 */
/**
 * Align classes
 */
/**
 * Vertical align middle
 */
/**
 * Clearfix
 */
/**
 * Makes an element visually hidden, but accessible
 * @see http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
/**
 * Turns off the element-invisible effect
 */
/**
 * RGBA fallback
 */
/**
 * Input placeholder color
 */
/**
 * Icons
 */
/**
 * Icons fallback
 */
/**
 * Aspect ratio
 */
/**
 * Calculate columns
 */
/**
 * Strip unit
 * It strips the unit of measure and returns it
 */
/**
 * Convert to REM
 */
/**
 * REM calc
 */
/**
 * Assets paths
 */
/**
 * Base
 */
/**
 * Global
 */
/**
 * Breakpoints
 * Override default settings from _mq.scss partial
 * https://github.com/sass-mq/sass-mq
 */
/**
 * Icons
 */
/**
	* Base
	* core elements
	*/
/**
	* Components
	* singular modular items, no parent-child relationship
	*/
/**
	* Patterns
	* objects that have children
	*/
/**
	* Views
	* specific views
	*/
.support-template {
  font-size: 18px;
}

.support-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  -ms-flex-pack: center;
      justify-content: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  min-height: 300px;
  padding: 50px 0;
}

@media only screen and (min-width: 64.0625em) {
  .support-header {
    min-height: 500px;
  }
}

.support-header .header__title {
  position: relative;
  font-size: 40px;
}

.support-header .header__title::before {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 80px;
  height: 5px;
  background-color: #fff;
}

@media only screen and (min-width: 64.0625em) {
  .support-header .header__title {
    font-size: 80px;
  }
}

.support-header .header__text {
  font-size: 22px;
}

.support-intro {
  background-color: #f0f3f4;
  padding: 60px 0;
}

.support-intro ul {
  padding: 0;
  margin: 0;
}

.support-intro ul li {
  list-style-type: none;
  margin-top: 0px;
  padding-left: 40px;
  font-weight: 700;
  background-image: url("https://www.domino-printing.com/site-elements/images/icons/check.svg");
  background-repeat: no-repeat;
  background-size: 25px auto;
  min-height: 25px;
}

.support-intro ul li + li {
  margin-top: 35px;
}

.section-intro {
  padding: 70px 0;
}

.section-intro__title {
  position: relative;
}

.section-intro__title::before {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 80px;
  height: 5px;
  background-color: #d8d8d8;
}

.section-intro__text {
  margin: 50px 0 0;
}

.support-videos {
  padding-bottom: 85px;
}

.support-videos .multi-col__video {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}

.support-videos .multi-col__video-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  color: #fff;
  background-color: rgba(6, 101, 144, 0.8);
  text-align: center;
  padding: 0 32px;
  height: 100px;
  margin-bottom: 0;
}

.support-faq {
  background-color: #f0f3f4;
  padding-bottom: 100px;
}

.faqs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (min-width: 64.0625em) {
  .faqs {
    -ms-flex-direction: row;
        flex-direction: row;
    margin: 0 -0.9375rem;
  }
}

.faq__input + label {
  cursor: pointer;
  padding: 16px 16px 16px 0;
  border-bottom: 2px solid #cccccc;
  margin: 0 !important;
}

.faq__input:focus + label {
  outline: -webkit-focus-ring-color auto 5px;
}

.faq__input:checked ~ .faq__content {
  display: block;
}

.faq__input:not(:checked) ~ .faq__content {
  display: none;
}

.faq__input:checked + label .faq__less {
  display: inline;
}

.faq {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
}

@media only screen and (min-width: 64.0625em) {
  .faq {
    width: 50%;
    padding: 0 0.9375rem;
  }
}

.faq__content p {
  padding: 18px 20px;
  margin: 0;
}

.faq__label {
  font-weight: 400;
  background-image: url("https://www.domino-printing.com/site-elements/images/icons/chevron-down.svg");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: right center;
  margin: 0;
}

.support-technical {
  padding-bottom: 100px;
}

.support-technical .list__heading {
  margin-top: 18px;
}

.support-technical .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.support-technical .list__item {
  color: #000;
  margin-top: 0px;
}

.support-technical .list__item + .list__item {
  margin-top: 18px;
}

.support-technical .list__link {
  color: inherit;
  text-decoration: underline;
  border: none;
}

.support-contact {
  background-color: #cccccc;
  padding: 30px 0;
}

.support-contact .sys_fieldcontent {
  border: none;
  margin-bottom: 9px;
}

.support-contact .sys_name .sys_legend {
  display: none;
}

.support-contact .sys_cms-form-item {
  margin-top: 9px;
}

.support-contact .sys_cms-form-body {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.support-contact .sys_namesubelement {
  margin-top: 0;
}

@media only screen and (min-width: 40.0625em) {
  .support-contact .sys_namesubelement {
    float: left;
    width: 50%;
    padding-right: 18px;
  }
}

.support-contact .sys_namesubelement + .sys_namesubelement {
  margin-top: 9px;
}

@media only screen and (min-width: 40.0625em) {
  .support-contact .sys_namesubelement + .sys_namesubelement {
    margin-top: 0;
  }
}

@media only screen and (min-width: 40.0625em) {
  .support-contact .sys_lastnamesubelement {
    padding-left: 18px;
    padding-right: 0;
  }
}

.support-contact input[type='text'] {
  padding: 8px;
}

.support-contact .sys_buttons {
  text-align: center;
  margin-top: 18px;
}

.support-contact .sys_buttons button {
  width: 100%;
}

@media only screen and (min-width: 40.0625em) {
  .support-contact .sys_buttons button {
    width: auto;
    padding-left: 50px;
    padding-right: 50px;
  }
}

/*# sourceMappingURL=support.css.map */
