@import url("../css/reset.css");
@import url("../css/grid.css");
@import url("../css/type.css");
::selection {
  background: lightcoral;
  color: white; }

::-moz-selection {
  background: lightcoral;
  color: white; }

body {
  color: #535c61;
  background: -moz-linear-gradient(top, white 0%, #faf9f5 100%);
  background: -webkit-linear-gradient(top, white 0%, #faf9f5 100%);
  background: linear-gradient(to bottom, white 0%, #faf9f5 100%); }

.header, .headerLogo {
  text-align: right;
  position: relative;
  height: 109px; }

.headerLogo svg {
  position: absolute;
  bottom: 30px;
  left: 0;
  height: 75px;
  width: auto; }

.header p {
  margin: 0;
  font: 16px 'calendas_plusregular', Georgia, Times, "Times New Roman", serif;
  position: absolute;
  bottom: 30px;
  right: 0;
  color: #535c61; }
  .header p a {
    display: block;
    color: #535c61;
    text-decoration: none; }
.header span {
  display: block;
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: lightcoral;
  text-transform: uppercase; }

.content {
  border-top: 4px solid #faf9f5;
  padding-top: 30px !important; }
.content h1 {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #535c61;
  margin: 0 0 25px; }
.content p {
  font: 16px 'calendas_plusregular', Georgia, Times, "Times New Roman", serif;
  line-height: 28px;
  margin: 0 0 25px; }
  .content p:last-child {
    margin: 0 0 75px; }
  .content p a {
    color: lightcoral;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .content p a:hover {
      color: #535c61; }
  .content p strong {
    font-family: 'calendas_plusbold'; }
  .content p sup {
    color: lightcoral;
    font-weight: bold; }
  .content p em {
    font-family: 'calendas_plusbold';
    font-style: normal; }
.content ol, .content ul {
  margin: 0 0 50px;
  padding: 0; }
  .content ol li, .content ul li {
    font: 16px 'calendas_plusregular', Georgia, Times, "Times New Roman", serif;
    display: inline; }
    .content ol li a, .content ul li a {
      color: lightcoral; }
.content ol {
  margin: 0 0 75px !important; }
.content span {
  display: inline-block;
  margin: 0 0 0 5px;
  font-family: 'calendas_plusregular';
  font-size: 16px; }
.lastP {
  margin-bottom: 50px !important; }

table {
  margin-bottom: 75px; }
  table tr td {
    padding: 7px 14px; }

.main {
  color: lightcoral; }

.contact p {
  font-family: 'calendas_plusregular', Georgia, Times, "Times New Roman", serif;
  color: #535c61; }

.CTA {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: inline-block;
  background: white;
  color: lightcoral !important;
  border: 2px solid lightcoral;
  text-decoration: none;
  text-align: center;
  font: 20px 'calendas_plusregular', Georgia, Times, "Times New Roman", serif;
  padding: 10px 30px;
  margin-bottom: 250px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
  .CTA:hover {
    background: lightcoral;
    color: white !important; }

.designs img {
  width: 30%; }

@media screen and (max-width: 700px) {
  .wrap {
    padding: 0 20px; }

  .header {
    height: 65px; }

  .headerLogo {
    height: 220px;
    border-bottom: none; }
    .headerLogo svg {
      position: absolute;
      bottom: 0;
      left: auto;
      right: 0; } }
@media screen and (max-width: 400px) {
  .headerLogo {
    height: 115px; } }
@media all {
  .page-break {
    display: none; } }
@media print {
  .page-break {
    display: block;
    page-break-before: always; } }
