#full-width-slider {
  width: 100%;
  color: #000;
}
.infoBlock {
  position: absolute;
  left:50%;
  text-align:center !important;
  padding-bottom: 0;
  overflow: hidden;
}
.fullWidth {
  max-width: 100%;
  margin: 0 auto;
}
div#press .col_presskit {
  width: 100%;
  margin: 1%;
}

p#total {
  line-height: 2em;
}

span.pr {
  display: block;
  color: #B3AA9A;
}

span.pr span {
  color: black;
}

span.hidden {
  display: none;
}

div#press .col_updates {
  width: 100%;
  margin: 1%;
}

div#press .col_presskit_col {
  width: 100%;
}

@media screen and (min-width: 1201px){
  .royalSlider.heroSlider,
  .royalSlider.heroSlider .rsOverflow {
    height: 870px !important;
  }
  #flapit{
    margin-top:70px !important;
  }
  div#team .col {
    width: 23.8%;
  }
  div#press .col_presskit {
    width: 31.3%;
  }
  div#press .col_updates {
    width: 64.6%;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .royalSlider.heroSlider,
  .royalSlider.heroSlider .rsOverflow {
    height: 870px !important;
  }
  div#team .col {
    width: 48%;
  }
  div#team .clr {
    clear: both;
  }
  div#press .col_presskit_col {
    width: 33%;
    float: left;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .royalSlider.heroSlider,
  .royalSlider.heroSlider .rsOverflow {
    height: 870px !important;
  }
  div#team .col {
    width: 48%;
  }
  div#team .clr {
    clear: both;
  }
  div#press .col_presskit_col {
    width: 33%;
    float: left;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .royalSlider.heroSlider,
  .royalSlider.heroSlider .rsOverflow {
    height: 660px !important;
  }
  div#team .col {
    width: 100%;
  }
}
@media screen and (min-width: 0px) and (max-width: 480px) {
  .royalSlider.heroSlider,
  .royalSlider.heroSlider .rsOverflow {
    height: 565px !important;
  }
  div#team .col {
    width: 100%;
  }
}

h2.team-title {
  text-transform: uppercase;
  text-align: center;
  padding-top: 100px;
}

div.team-name {
  font-size: 22px;
  font-weight: 700;
  color: #20BAE5;
  padding: 5px;
}

div.team-pos {
  font-size: 22px;
  font-weight: 700;
  color: #CCC4B6;
}

div#team p {
  font-size : 17px;
  letter-spacing: 1px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  line-height: 26px;
}

div#team img {
  padding: 30px 0px 30px 0px;
}

div#team {
  text-align: center;
}

div#team .col1, div#team .col2, div#team .col3{
  position: absolute;
  border-right: 1px solid rgb(165,208,232);
  height: 50%;
  width: 0;
}

div#team .col1 {
  left: 24.6%;
}
div#team .col2 {
  left: 50%;
}
div#team .col3 {
  left: 75.4%;
}
#contact h2 {
  padding-top: 50px;
  text-align: center;
}

#contact p {
  font-size: 16px;
  letter-spacing: 1px;
  text-align: center;
}

#contact textarea {
  height: 200px;
}

#contact #send {
  background-image: url(../img/letter.png);
  float: none;
  text-transform: uppercase;
  background-position: 10px center;
  text-indent: -40px;
  height: 70px;
  padding: 10px 10px 10px 70px;
  width: 100%;
}

#contact .title {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

#press h2 {
  text-transform: uppercase;
  text-align: center;
  padding: 50px 0px;
}

#updates-list * {
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 300;
  line-height: 24px;
  text-align: left;
  padding: 0px;
  font-family: 'Source Sans Pro', sans-serif;
}

#press .press-col-content {
  margin: 50px;
}

#press .press-col {
  border-radius: 20px;
  background-color: white;
}

#press .news-item {
  height: 100px;
  background-image: url(../img/press-item.png);
  background-repeat: no-repeat;
  background-origin: border-box;
  border-bottom: 1px solid;
  border-color: #f1f0ed;
  padding: 0px 0px 0px 120px;
  margin: 30px 0px 30px 0px;
  height: auto;
}
#press .download {
  width: 100%;
  background-image: none;
  text-transform: uppercase;
  height: 70px;
  text-align: center;
  padding: 0px;
}
.news-item p {
  text-align: left;
  margin: 0px;
}

.news-item h5 {
  font-weight:700;
  font-size:18px;
  text-align: left;
}

#payment-method input,
#payment-method label {
  float: none;
  display: block;
  padding-right: 10px;
}

#platforms:not(:hover) {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url(../img/grayscale.svg#grayscale); /* Firefox 4+ */
  filter: gray; /* IE 6-9 */;
}

#coupon_label {
  padding-top: 30px;
}

#cc-details {
  display: none;
}

#state, #billing_state {
  display: none;
}

div.talk {
  height: 100%;
}

div.talk div {
  min-width: 180px;
  min-height: 100px;
}

div.talk > div {
  height: 100%;
}

div.talk a{
  min-width: 180px;
  min-height: 100px;
  max-width: 280px;
  max-height: 200px;
  position: relative;
  height: 100%;
  display: block;
  margin: auto;
}

div.talk img{
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}

#accordion .ui-state-default,
#accordion .ui-state-active,
#accordion .ui-state-focus {
  border: 1px solid #0596BE !important;
  background: white !important;
  color: #0596BE !important;
}

#accordion .ui-state-hover {
  background: #e8e8e8 !important;
}

.popup-dialog {
  padding: 15px;
  background: #F1F0ED;
  border-radius: 10px;
}

.popup-dialog .ui-dialog-titlebar-close {
  display: none;
}

.popup-dialog .ui-dialog-content {
  text-align: left;
  white-space: pre-wrap;
  padding: 15px 0px;
  font-weight: 200;
  background: #F1F0ED;
  border: none;
}

.popup-dialog .ui-dialog-content > span{
  font-weight: 700;
  font-family: "Source Sans Pro", sans-serif;
}

.popup-dialog.success .ui-dialog-titlebar {
  padding: 5px;
  font-family: Quicksand, sans-serif;
}

.popup-dialog.error .ui-dialog-titlebar {
  background: #FFD9D9;
  border: 1px solid red;
  color: red;
}

.popup-dialog.success .ui-dialog-titlebar {
  border: 1px solid #a2baaa;
  background: #67E490;
  color: #294E22;
}

.popup-dialog .ui-button {
  background: #20BAE5;
  color: white;
  padding: 20px 30px;
  border: none;
}

.popup-dialog .ui-dialog-buttonpane {
  border: none;
  background: #F1F0ED;
}

.popup-dialog .ui-dialog-buttonset {
  text-align: right;
}

