







.appContainer {
  padding-top: 5px; }

.resourceBox {
  float: left;
  margin: 10px 0 0 0;
  text-align: center;
  width: 100%;
  background-color: #f7f2cd;
  border-radius: 10px;
  padding: 10px 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.resourceBox:first-of-type {
  margin-top: 0; }

.col-span-8 .resourceBox,
.col-span-9 .resourceBox {
  float: none;
  display: inline-block;
  vertical-align: top;
  min-height: 175px;
  max-width: 239px;
  margin: 10px 15px 15px 0; }

.col-span-8 .resourceBox:first-of-type,
.col-span-9 .resourceBox:first-of-type {
  margin-top: 10px; }

.resourceBox p,
.resourceBox .standardLink {
  font-size: 14px;
  line-height: 18px;
  text-align: center; }

.resourceBox > .resourceBoxImg {
  position: relative;
  height: 70px;
  display: block; }

.resourceBox > .resourceBoxImg > img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  margin: 0 auto; }



.appContainer {
  padding-top: 10px; }

.appGroup,
.interactiveTool {
  background: #fff none repeat scroll 0 0;
  border-radius: 12px;
  
  box-shadow: 2px 2px 3px 0 rgba(50, 50, 50, 0.5);
  height: 55px;
  margin-bottom: 10px;
  padding: 15px;
   }

.interactiveTool {
  height: auto; }

.appGroup p,
.interactiveTool p {
  margin: 0; }

.appPhoto,
.interactiveTool-img {
  float: left;
  margin-left: 8px;
  width: 80px; }

.appPhoto img {
  border-radius: 10px;
  box-shadow: 2px 2px 5px #aaa; }

.appText,
.interactiveTool-text {
  
  margin-top: 5px;
   }

.appText h2,
.interactiveTool h2 {
  
  color: #3d808b;
  font-family: 'LatoBold';
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  margin: 0;
  padding: 0; }

.appBtn,
.interactiveTool-btn {
  
  float: right;
  width: 210px; }

.interactiveTool-btn img,
.interactiveTool-btn .arrowLink {
  float: left;
  margin-left: 10px; }

.interactiveTool-btn .arrowLink {
  margin-top: 23px;
  line-height: 22px; }

.appBtn .appstore > img,
.appBtn .gplay > img {
  float: left;
  margin-top: 13px;
  margin-left: 10px; }





@media (max-width: 480px) {
  .appGroup,
  .interactiveTool {
    width: 100%;
    box-sizing: border-box;
    height: auto; }
  .appPhoto,
  .interactiveTool-img {
    width: 25%;
    margin: 0; }
  .appBtn,
  .interactiveTool-btn {
    width: 75%;
    margin: 0;
    text-align: right; }
  .appBtn > a {
    display: inline-block;
    vertical-align: top; }
  .interactiveTool-btn > a,
  .interactiveTool-btn > .arrowLink {
    float: right; }
  .appBtn > a > img {
    float: none; }
  .appBtn > a:first-child > img {
    margin-left: 0; }
  .appText,
  .interactiveTool-text {
    float: left;
    width: 100%;
    margin-top: 10px; }
  
  .resourceBox {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    float: none;
    width: 100%;
    box-sizing: border-box; }
  .resourceBox p {
    width: 70%;
    padding: 0 15%; } }


.appGroup:first-of-type {
  display: table;
  padding-bottom: 0; }

.appGroup:first-of-type .appPhoto {
  display: table-cell;
  vertical-align: middle;
  float: none;
  width: 50%;
  margin-left: 0; }

.appGroup:first-of-type .appPhoto img {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  width: 100%;
  margin-bottom: -5px; }

.appGroup:first-of-type .appText {
  float: right; }

@media screen and (max-width: 480px) {
  .appGroup:first-of-type .appPhoto {
    display: none; }
  .appGroup:first-of-type .appText {
    float: none; } }
