/* fixing mozilla extra padding on buttons */
@charset "utf-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
small,
strong,
sub,
sup,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
pre,
code,
kbd,
samp {
  font-family: monospace, sans-serif;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
select,
input,
textarea,
button {
  font: 99% sans-serif;
}
ul,
ol {
  margin-left: 1.8em;
}
ol {
  list-style-type: decimal;
}
nav ol,
nav ul,
nav li {
  margin: 0;
  list-style: none;
}
small {
  font-size: 85%;
}
mark,
b,
strong,
th {
  font-weight: 700;
}
mark,
i,
cite,
em,
var,
address,
dfn {
  font-style: italic;
}
td,
td img {
  vertical-align: top;
}
sub {
  vertical-align: sub;
  font-size: smaller;
}
sup {
  vertical-align: super;
  font-size: smaller;
}
pre {
  padding: 15px;
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word;
}
textarea {
  overflow: auto;
}
input[type="checkbox"] {
  vertical-align: text-bottom;
}
input[type="radio"] {
  vertical-align: bottom;
}
input[type=button],
input[type=submit],
button {
  cursor: pointer;
}
button,
input,
select,
textarea {
  margin: 0;
  outline: none;
}
/* fixing mozilla extra padding on buttons */
button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner {
  padding: 0 !important;
}
button {
  width: auto;
  overflow: visible;
}
html {
  overflow-y: scroll;
}
/* common classes
------------------------------------------------------------- */
.hidden {
  display: none;
  visibility: hidden;
}
.leftalign,
.alignleft {
  float: left;
}
.rightalign,
.alignright {
  float: right;
}
.aligncenter {
  margin: auto;
  display: block;
}
.ta-c {
  text-align: center;
}
.ta-r {
  text-align: right;
}
.ta-l {
  text-align: left;
}
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
}
/* extra IE fixing
------------------------------------------------------------- */
.lte7 .clearfix {
  zoom: 1;
}
.lte7 button {
  width: 1;
  overflow: visible;
}
.lte7 legend {
  margin-left: -7px;
}
.ie7 img {
  -ms-interpolation-mode: bicubic;
}
.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}
.lte7 input[type="checkbox"] {
  vertical-align: bottom;
}
/* @end */
::-moz-selection {
  color: #fff;
  text-shadow: none;
  background: #000;
}
::selection {
  color: #fff;
  text-shadow: none;
  background: #000;
}
::-webkit-input-placeholder {
  color: #999;
}
input:-moz-placeholder {
  color: #999;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
a {
  outline: none;
  color: #6c5f9e;
}
a:focus {
  outline: 1px dotted #eee;
}
a:hover,
a:focus {
  color: #000;
}
body {
  background: #fff;
}
.page {
  float: left;
  width: 100%;
  padding: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wrap {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.box {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.box.left {
  float: left;
  padding-right: 5px;
}
.box.left .content {
  padding-left: 64px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.box.left .title {
  left: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.box.left .title .rotate {
  background: url(../img/left-arrow.png) no-repeat 0 50%;
  padding-left: 25px;
}
.box.right {
  float: right;
  padding-left: 5px;
}
.box.right .content {
  padding-right: 64px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.box.right .title {
  right: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.box.right .title .rotate {
  background: url(../img/top-arrow.png) no-repeat 0 50%;
  padding-left: 25px;
}
.box.b4 {
  width: 70%;
}
.box.b1 {
  width: 30%;
}
.box.b3 {
  width: 60%;
}
.box.b2 {
  width: 40%;
}
.box .content {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #f8f8f8;
  position: relative;
  min-height: 150px;
  border: 1px solid #ededed;
  border-radius: 5px;
  padding: 10px;
  margin: 5px 0;
}
.box .content .row {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.box .content .row:first-child {
  margin-top: 0;
}
.box .content .colRow {
  float: left;
  width: 100%;
}
.box .content a {
  float: left;
  width: 100%;
  text-align: center;
  text-decoration: none;
}
.box .content a p {
  float: left;
  width: 100%;
  margin-top: 5px;
}
.box .title {
  width: 44px;
  background: url(../img/title.png) 0 0 repeat-y;
  height: 100%;
  position: absolute;
  top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  
}
.box .title img {
	height: 100%; width: 100%
}

.box .title .rotate {
  font-size: 16px;
}
.rotate {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=-1.836909530733566e-16, M12=-1, M21=1, M22=-1.836909530733566e-16, SizingMethod='auto expand')";
  filter: progid:dximagetransform.microsoft.basicimage(rotation=3);
}
.col {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding: 10px;
  position: relative;
}
.col.right {
  float: right;
}
.col.three {
  width: 33.3333%;
}
.col.two {
  width: 50%;
}
.col img {
  max-width: 100%;
}
.col span {
  display: inline-block;
  text-align: center;
  font-size: 12px;
  color: #fff;
  padding: 5px 10px;
  background: #c8c8c8;
  border-radius: 5px;
  width: 100%;
  max-width: 110px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Source Sans Pro', sans-serif;
}
.treeArrow {
  position: absolute;
  left: 80%;
  top: 50%;
  margin-top: -7px;
  max-width: 100%;
}
.treeArrow.arrow4 {
  top: 20%;
}
.treeArrow.arrow3 {
  left: 100%;
}
@media screen and (max-width: 1024px) {
  .treeArrow.arrow1 {
    width: 40%;
  }
  .treeArrow.arrow2 {
    width: 40%;
  }
  .treeArrow.arrow3 {
    width: 100%;
  }
  .treeArrow.arrow4 {
    width: 70%;
    left: 100%;
  }
  .treeArrow.arrow5 {
    width: 45%;
    top: 54%;
  }
}
@media screen and (max-width: 720px) {
  .page {
    padding: 15px 20px;
  }
  .box.left {
    padding-right: 0;
  }
  .box.left .content {
    padding-left: 20px;
    border-top-right-radius: 5px;
  }
  .box.left .title {
    border-bottom-left-radius: 0;
    border-top-right-radius: 5px;
    padding-top: 10px;
    padding-left: 20px;
  }
  .box.left .title .rotate {
    background: url(../img/top-arrow.png) no-repeat 0 50%;
  }
  .box.right {
    padding-left: 0;
  }
  .box.right .content {
    padding-right: 20px;
    border-top-left-radius: 5px;
  }
  .box.right .title {
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    padding-top: 10px;
    padding-left: 20px;
  }
  .box.b1 {
    width: 100%;
  }
  .box.b2 {
    width: 100%;
  }
  .box.b3 {
    width: 100%;
  }
  .box.b4 {
    width: 100%;
  }
  .box .content {
    padding-top: 64px;
  }
  .box .title {
    background: url(../img/title-vertical.png) repeat-x;
    width: 100%;
    height: 44px;
    left: 0;
    top: 0;
  }
  .col span {
    max-width: 90px;
  }
  .treeArrow {
    display: none;
  }
  .rotate {
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    filter: progid:dximagetransform.microsoft.basicimage(rotation=0);
	-ms-filter: "progid:dximagetransform.microsoft.basicimage(rotation=3)";
  }
}
