/**********************************************
* Ink v1.0.5 - Copyright 2013 ZURB Inc        *
**********************************************/

/* Client-specific Styles & Reset */

body {
  width: 100% !important;
  min-width: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
}

/* .ExternalClass applies to Outlook.com (the artist formerly known as Hotmail)  */

img {
  outline: none;
  text-decoration: none;
  -ms-interpolation-mode: bicubic;
  width: auto;
  max-width: 100%;
  float: left;
  clear: both;
  display: block;
}

@media only screen and (max-width: 480px){
  .emailImage {
    height:auto !important;
    max-width:580px !important;
    width: 100% !important;
  }
}

center {
  width: 100%;
  min-width: 580px;
}

a img {
  border: none;
}

p {
  margin: 0 0 0 10px;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td {
  border-collapse: collapse !important;
}

table,
tr,
td {
  padding: 0;
  vertical-align: top;
  text-align: left;
}

/* Responsive Grid */

table.body {
  height: 100%;
  width: 100%;
}

table.container {
  width: 580px;
  margin: 0 auto;
  text-align: inherit;
}

table.row {
  padding: 0px;
  width: 100%;
  position: relative;
}

table.container table.row {
  display: block;
}

td.wrapper {
  padding: 10px 20px 0px 0px;
  position: relative;
}

table.columns {
  margin: 0 auto;
}

table.columns td {
  padding: 0px 0px 10px;
}

table.columns td.sub-columns {
  padding-right: 10px;
}

td.sub-columns {
  min-width: 0px;
}

table.row td.last,
table.container td.last {
  padding-right: 0px;
}

table.three {
  width: 130px;
}

table.four {
  width: 180px;
}

table.five {
  width: 230px;
}

table.seven {
  width: 330px;
}

table.eight {
  width: 380px;
}

table.twelve {
  width: 580px;
}

table.four center {
  min-width: 180px;
}

table.five center {
  min-width: 230px;
}

table.twelve center {
  min-width: 580px;
}

.body .columns td.three {
  width: 25%;
}

.body .columns td.nine {
  width: 75%;
}

td.expander {
  visibility: hidden;
  width: 0px;
  padding: 0 !important;
}

table.columns .text-pad {
  padding-left: 10px;
  padding-right: 10px;
}

table.columns .text-pad-left {
  padding-left: 10px;
}

table.columns .text-pad-right {
  padding-right: 10px;
}

/* Block Grid */

.block-grid {
  width: 100%;
  max-width: 580px;
}

.block-grid td {
  display: inline-block;
  padding: 10px;
}

.four-up td {
  width: 125px;
}

/* Alignment & Visibility Classes */

td.center {
  text-align: center;
}

p.center {
  text-align: center;
}

img.center {
  margin: 0 auto;
  float: none;
}

/* Typography */

body,
table.body,
h1,
h2,
p,
td {
  color: #030304;
  font-family: "Figtree", Helvetica, Arial, sans-serif;
  font-weight: 400;
  padding: 0;
  margin: 0;
  text-align: left;
  line-height: 1.3;
  -moz-hypens: none;
  -ms-hypens: none;
  -webkit-hyphens: none;
  hypens: none;
}

h1,
h2 {
  word-break: normal;
  font-weight: 900;
  color:#030304;
  margin-top: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;

}

h1 {
  font-size: 42px;
}

h2 {
  font-size: 30px;
}

body,
table.body,
p,
td {
  font-size: 14px;
  line-height: 21px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #e52d84;
  text-decoration: none;
}

a:hover {
  color: #2795b6 !important;
}

a:active {
  color: #2795b6 !important;
}

a:visited {
  color: #e52d84 !important;
}

/* Panels */

.panel {
  background: #EDEDEF;
  border: 1px dashed #A9ABB3;
  padding: 30px !important;
}

.sub-grid table {
  width: 100%;
}

.sub-grid td.sub-columns {
  padding-bottom: 0;
}

/* Outlook First */

/*  Media Queries */

@media only screen and (max-width: 600px) {
  table[class="body"] img {
    width: auto !important;
    height: auto !important;
  }

  table[class="body"] center {
    min-width: 0 !important;
  }

  table[class="body"] .container {
    width: 95% !important;
  }

  table[class="body"] .row {
    width: 100% !important;
    display: block !important;
  }

  table[class="body"] .wrapper {
    display: block !important;
    padding-right: 0 !important;
  }

  table[class="body"] .columns {
    table-layout: fixed !important;
    float: none !important;
    width: 100% !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
    display: block !important;
  }

  table[class="body"] table.columns td {
    width: 100% !important;
  }

  table[class="body"] .columns td.three {
    width: 25% !important;
  }

  table[class="body"] .columns td.nine {
    width: 75% !important;
  }

  table[class="body"] table.columns td.expander {
    width: 1px !important;
  }

  /*table[class="body"] .text-pad-right {*/
  /*  padding-left: 10px !important;*/
  /*}*/

  /*table[class="body"] .text-pad-left {*/
  /*  padding-right: 10px !important;*/
  /*}*/
}

.main-article {
  background-color: #202020;
}

.main-article h1,
.main-article p {
  color: #FFFFFF;
}

.main-article p {
  font-weight: 300;
}

.font14 {
  font-size: 14px;
}

.font16 {
  font-size: 16px;
  line-height:1.5;
}

.font18,
.contact-heading {
  font-size: 18px;
}

.font20 {
  font-size: 20px;
}

.header-grey {
  color: #878787;
}

.contact-heading {
  color: #e52d84;
}

.contact-heading {
  font-weight: 600;
}

.row--spacing {
  margin-bottom: 10px;
  margin-top: 10px;
}

.footer {
  background-color: #ededed;
}

.footer p {
  font-size: 12px;
}
