/* change box model */
body {
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: "Montserrat", "Arial";
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.2em;
  margin: 0;
  text-transform: uppercase;
}

h1 {
  font-size: 40px;
  font-weight: 900;
}

h2 {
  font-weight: 900;
  font-size: 28px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 16px;
  text-transform: none;
}

h6 {
  font-size: .75em;
}

p, ul, ol, dl {
  font-size: 1em;
}

p.large-copy, ul.large-copy, ol.large-copy, dl.large-copy {
  font-size: 1.25em;
}

ul {
  list-style: none;
}

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

a:focus {
  outline: none;
}

a:hover, a:focus {
  color: #cc1500;
  text-decoration: none;
}

.wrap-text {
  word-break: break-all;
}

button::-moz-focus-inner {
  border: 0;
}

article,
.content,
.text-content {
  line-height: 1.6em;
}

article * + p,
article * + ul,
article * + ol,
article * + h1,
article * + h2,
article * + h3,
article * + h4,
article * + h5,
article * + h6,
article * + blockquote,
article * + .button,
article * + .alignleft,
article * + .alignright,
article * + .video-container,
.content * + p,
.content * + ul,
.content * + ol,
.content * + h1,
.content * + h2,
.content * + h3,
.content * + h4,
.content * + h5,
.content * + h6,
.content * + blockquote,
.content * + .button,
.content * + .alignleft,
.content * + .alignright,
.content * + .video-container,
.text-content * + p,
.text-content * + ul,
.text-content * + ol,
.text-content * + h1,
.text-content * + h2,
.text-content * + h3,
.text-content * + h4,
.text-content * + h5,
.text-content * + h6,
.text-content * + blockquote,
.text-content * + .button,
.text-content * + .alignleft,
.text-content * + .alignright,
.text-content * + .video-container {
  margin-top: 1em;
}

article h3 + h2,
article h3 + h1,
.content h3 + h2,
.content h3 + h1,
.text-content h3 + h2,
.text-content h3 + h1 {
  margin-top: 0;
}

article p:empty + p, article p:empty + ul, article p:empty + ol, article p:empty + h1, article p:empty + h2, article p:empty + h3, article p:empty + h4, article p:empty + .button,
.content p:empty + p,
.content p:empty + ul,
.content p:empty + ol,
.content p:empty + h1,
.content p:empty + h2,
.content p:empty + h3,
.content p:empty + h4,
.content p:empty + .button,
.text-content p:empty + p,
.text-content p:empty + ul,
.text-content p:empty + ol,
.text-content p:empty + h1,
.text-content p:empty + h2,
.text-content p:empty + h3,
.text-content p:empty + h4,
.text-content p:empty + .button {
  margin-top: 0;
}

article ol,
.content ol,
.text-content ol {
  list-style: decimal;
  padding-left: 20px;
}

article ol ol, article ol ul,
.content ol ol,
.content ol ul,
.text-content ol ol,
.text-content ol ul {
  margin-bottom: 0;
}

article ol ol,
.content ol ol,
.text-content ol ol {
  list-style: lower-alpha;
  padding-left: 40px;
}

article ul,
.content ul,
.text-content ul {
  list-style: disc;
  padding-left: 20px;
}

article ul ul, article ul ol,
.content ul ul,
.content ul ol,
.text-content ul ul,
.text-content ul ol {
  margin-bottom: 0;
  padding-left: 25px;
}

article ul ul,
.content ul ul,
.text-content ul ul {
  list-style: none;
}

article ul ul > li:before,
.content ul ul > li:before,
.text-content ul ul > li:before {
  content: '-';
  width: 15px;
  display: inline-block;
  margin-left: -15px;
}

article ol.no-bullets, article ul.no-bullets,
.content ol.no-bullets,
.content ul.no-bullets,
.text-content ol.no-bullets,
.text-content ul.no-bullets {
  padding-left: 0;
  list-style: none;
}

body strong, body b {
  font-weight: bold;
}

body em {
  font-style: italic;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
}

iframe,
object,
embed {
  max-width: 100%;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* WordPress Default Classes
-------------------------------------------------------------- */
.alignnone {
  margin-right: 20px;
  margin-bottom: 20px;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
  clear: both;
}

.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 1em;
}

.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 1em;
}

.text-align-center {
  text-align: center;
}

.text-align-left {
  text-align: left;
}

.text-align-right {
  text-align: right;
}

a img.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 1em;
}

a img.alignnone {
  margin: 5px 20px 1em 0;
}

a img.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 1em;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

hr {
  border: none;
  border-top: 1px solid #c0c0c0;
}

.tb {
  display: table;
}

.tb > .tb-td {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  float: none;
}

.tb > .tb-td.va-top {
  vertical-align: top;
}

.tb > .tb-td.va-bottom {
  vertical-align: bottom;
}

.wp-caption {
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 1em 0;
}

.wp-caption.alignleft {
  margin-right: 20px;
  margin-bottom: 1em;
}

.wp-caption.alignright {
  margin-left: 20px;
  margin-bottom: 1em;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 13px;
  color: #57595b;
  margin: 0;
  padding: 5px 4px 0;
}

.no-align-forced {
  float: none !important;
  margin-right: auto !important;
  margin-left: 0 !important;
}

blockquote {
  margin: 1em 40px 2em 80px;
  font-size: 14px;
  color: #57595b;
}

.color-black {
  color: #000000;
}

.color-darkGray {
  color: #414042;
}

.color-lightGray {
  color: #a09fa0;
}

.color-red {
  color: #ff1a00;
}

.color-white {
  color: #ffffff;
}

.reversed {
  padding: 1em 30px;
  background: #ff1a00;
  color: #fff;
}

.reversed.color-black {
  background: #000000;
  color: #fff;
}

.reversed.color-darkGray {
  background: #414042;
  color: #fff;
}

.reversed.color-lightGray {
  background: #a09fa0;
  color: #fff;
}

.reversed.color-red {
  background: #ff1a00;
  color: #fff;
}

.reversed.color-white {
  background: #ffffff;
  color: #fff;
}

.background-black {
  background: #000000;
  color: #fff;
}

.background-darkGray {
  background: #414042;
  color: #fff;
}

.background-lightGray {
  background: #a09fa0;
  color: #fff;
}

.background-red {
  background: #ff1a00;
  color: #fff;
}

.background-white {
  background: #ffffff;
}

h1.reversed, h2.reversed, h3.reversed, h4.reversed, h5.reversed, h6.reversed {
  padding-top: .66em;
  padding-bottom: .66em;
}

/* clearfix */
.cf {
  *zoom: 1;
}

.cf:before, .cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after {
  clear: both;
}
