/*------------------------------*\

	Table of contents

	x. SASS ELEMENTS (not shown in CSS)

	0. HACKS AND OVERRIDES

	1. IMPORTS

	2. ROW AND COLUMN STYLING

	3. CUSTOM BLOCKS STYLING 

	4. FONTS

\*------------------------------*/
/*--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~--*\

    NOTE: ALL MEDIA QUERIES CAN BE FOUND WITH THEIR ASSOCIATED STLYING BLOCK

    AND

    THIS PAGE IS BUILT USING FOUNDATION 5

\*--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~--*/
/*------------------------------------*\

    x. SASS ELEMENTS

\*------------------------------------*/
/* Block 1 */
/* Block 2 */
/* Block 3 */
/* Block 4 */
/* Block 5 */
/*----------------------------------------------------------*\

    0. HACKS AND OVERRIDES (to overwrite foundation defaults)

\*----------------------------------------------------------*/
/* #############################
       Hacks and Overrides
   #############################*/
.row {
  max-width: none !important; }

.row.mainContent .row {
  margin-left: 0 !important; }

.no_padding {
  padding: 0px !important; }

.no_margin {
  margin: 0px !important; }

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

.inline-block {
  display: inline-block !important; }

@media only screen {
  .small-3 {
    width: 9%; } }
@media only screen and (max-width: 40em) {
  p {
    line-height: 1.5;
    margin-bottom: 1.0rem !important; }

  li {
    padding-bottom: 0.65rem !important; }

  /* RESIZING THE FANCYBOX IN MOBILE */
  .fancybox-inner {
    height: 180px !important; } }
.ctaBtns a:focus {
  opacity: 0.5; }

/* OFF-CANVAS STYLING */
.left-off-canvas-menu {
  background: #FFF !important; }
  .left-off-canvas-menu a {
    color: #000 !important; }

/* ADD-THIS STYLING */
.at4-follow {
  position: fixed; }

.at4-follow-inner {
  top: 0px; }

.at-follow-open-control {
  top: 0px;
  position: fixed; }

div#at4m-dock.ats-transparent {
  background: #FFF;
  border-color: #FFF; }

@media only screen and (min-width: 40.063em) {
  .firstRow.stick-padding {
    margin-top: 45px !important; } }

.special-break {
  display: none; }
.break-on-large {
  display: block; }

.red { color: #D6272C !important; }
.yellow { color: #FFE672 !important; }
.green { color: #29B256 !important; }
.purple { color: #7F2A7D !important; }

@media screen and (max-width: 720px) {
    .break-on-large {
        display: inline; } }

@media only screen and (max-width: 1050px) and (min-width: 1026px) {
  .special-break {
    display: block !important; } }
/*----------------------------------------------------------*\

    1. IMPORTS

\*----------------------------------------------------------*/
/* SETTING CONTAINER MAX WIDTH */
.row .container {
  max-width: 1280px !important;
  margin: 0 auto; }

/* SETTING NAVIGATION MAX WIDTH */
nav .container {
  margin: 0 auto; }

/* STICKY SUB HEADER STYLING */
.snapNav {
  position: fixed !important;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  border-top: 0; }

/* CSS FOR THANK YOU MESSAGE */
.translated {
  position: absolute;
  left: 26%;
  margin: 0 auto;
  width: 50%; }
  @media only screen and (max-width: 40em) {
    .translated {
      left: 3%; } }
  @media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .translated {
      left: 15%; } }

/* DEFAULT STYLING FOR ALL mainContent BLOCKS */
.row.mainContent {
  margin: 0px 0px;
  padding: 45px 20px;
  position: relative; }
  .row.mainContent .button {
    background-color: #FFF;
    webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 50px; }
    .row.mainContent .button span {
      webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      font-size: 25px;
      font-weight: bold;
      color: #000; }
    .row.mainContent .button:hover, .row.mainContent .button:focus, .row.mainContent .button:active {
      background-color: #007095; }
  .row.mainContent .container {
    padding: 0px 88px; }
  .row.mainContent .circles {
    padding-top: 20px; }
  .row.mainContent ul.none {
    list-style: none; }
  .row.mainContent p, .row.mainContent h1, .row.mainContent h2, .row.mainContent h3 {
    color: #4A4A4A; }
  @media only screen and (max-width: 40em) {
    .row.mainContent {
      padding: 25px 0px; }
      .row.mainContent .container {
        padding: 0px 0px; }
      .row.mainContent .columns {
        padding-left: 0px; }
      .row.mainContent .button {
        height: 40px;
        padding-top: 0.50rem !important;
        padding-right: 0px !important;
        padding-left: 0px !important; }
        .row.mainContent .button span {
          font-size: 18px !important; }
      .row.mainContent .container {
        padding: 0px 0px;
        text-align: center; }
      .row.mainContent p {
		  padding: 0 20px;
        font-size: 16px; }
      .row.mainContent h1 {
        font-size: 32px !important; }
      .row.mainContent h2 {
        font-size: 28px; text-align: center; float: none !important; width: 100%;}
      .row.mainContent h3 {
        font-size: 15px; } 
      .columns { float: none !important; }}
  @media only screen and (min-width: 40.063em) {
    .row.mainContent p {
      font-size: 16px; }
    .row.mainContent .container {
      padding: 15px 40px;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); } }
  @media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .row.mainContent {
      min-height: 750px; }
      .row.mainContent .container {
        text-align: center; } }
  @media only screen and (min-width: 64em) {
    .row.mainContent {
      min-height: 600px; }
      .row.mainContent:first-child h1 {
        font-size: 2.75rem; }
      .row.mainContent:first-child h2 {
        font-size: 25px; }
      .row.mainContent h2 {
        font-size: 2.75rem; }
      .row.mainContent h3 {
        font-size: 25px; } }

/* #############################
       Sub Header / Navigation
   #############################*/
.top-bar-section ul {
  display: table;
  margin: 0 auto; }

.top-bar-section ul li {
  display: table-cell; }

.top-bar-section ul {
  display: table;
  margin: 0 auto; }

.top-bar-section ul li {
  display: table-cell; }

.inner-wrap,
.offHeader {
  transition: transform 500ms ease; }

.move-right > .inner-wrap,
.move-right > .offHeader {
  transform: translate3d(250px, 0, 0); }

@media only screen and (min-width: 40.063em) {
  .f-topbar-fixed {
    padding-top: 0px !important; } }

/*Left Menu*/
.off-canvas-fixed {
  -webkit-transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease; }

.move-right > .off-canvas-fixed {
  height: 100%;
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0); }

.left-off-canvas-menu {
  -webkit-transform: none;
  transform: none;
  margin-left: -250px; }

/*Positions AddThis Content Above*/
#at4m-mobile-container {
  position: fixed;
  /*bottom: 0; /*Makes share menu only appear after scrolling to bottom*/
  z-index: 999999 !important; }

nav.subHeader {
  background-color: black !important;
  box-shadow: 0px 1px 1px #888888; }
  nav.subHeader a {
    font-size: 15px !important; }
  nav.subHeader .top-bar-section li:not(.has-form) a:not(.button), nav.subHeader .top-bar-section li:not(.has-form) {
    background: black;
    webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    color: #FFF; }
  nav.subHeader .top-bar-section li:not(.has-form) a:not(.button):hover, nav.subHeader .top-bar-section li:not(.has-form) a:not(.button) .active {
    background: #FFF;
    color: #000; }
  nav.subHeader .top-bar-section li:not(.has-form) a1:not(.button) {
    padding: 0 15px;
    line-height: 45px; }
  nav.subHeader .top-bar-section li img {
    padding-top: 3px; }
  nav.subHeader .top-bar-section ul {
    background: black; }
  @media only screen and (min-width: 641px) and (max-width: 747px) {
    nav.subHeader .top-bar-section li:not(.has-form) a:not(.button) {
      padding: 0 7px; } }

.top-bar.expanded .title-area {
  background: #545454 !important; }

/* #############################
       Header
   #############################*/
.row.header {
  background-color: #FFF !important;
  padding: 0px 120px;
  height: 70px;
  /* MOBILE */
  /* MEDIUM SCREENS AND UP*/ }
  .row.header .columns {
    padding-top: 7px; }
  .row.header img {
    max-width: none; }
  .row.header .large-2 {
    width: 50%;
    padding-left: 0rem;
    padding-right: 7rem; }
  .row.header .large-offset-3 {
    width: 18%; }
  @media only screen and (max-width: 40em) {
    .row.header {
      padding: 0px 10px;
      height: 55px; }
      .row.header .columns {
        padding-top: 5px; }
      .row.header img {
        max-width: 110px; }
      .row.header .oth-logo {
        padding-top: 10px; margin-left: 10px;}
      .row.header .ibm-logo {
          padding-top: 10px; padding-right: 0; }
      .row.header .ibm-logo img {
          height: 35px; width: auto; right:0;} }
  @media only screen and (min-width: 40.063em) {
    .row.header .oth-logo {
      padding-top: 5px; } 
      .row.header .ibm-logo {
        margin-right: 20px; }}

/*~~~~~~~~~~~~~~~~~~~ 
	
	Include your SASS file imports here!

~~~~~~~~~~~~~~~~~~~~~~~~*/
/* #############################
       Video background div
   #############################*/
.content-overlay-video {
	padding: 0px !important; }
.content-overlay-video .ovrlay::after {
  content: " ";
  top: 0; left: 0; right: 0; bottom: 0;
  position: absolute;
  z-index: -1;
  background-image: url("../img/top-imagery-left.png"), url("../img/top-imagery-right.png");
  background-repeat: repeat-y;
  background-size: 606px 560px, 593px 523px;
  border-top: 2px solid #e3e3e3;
  background-position: -150px center, calc(100% + 150px) center; }
  .content-overlay-video video, .content-overlay-video img {
    width: 100%; }
  .content-overlay-video img {
    position: relative;
    z-index: -1; }
  .content-overlay-video video {
    position: absolute; }
  .content-overlay-video .ovrlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
  .content-overlay-video .container {
    position: relative;
    padding: 50px 100px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .content-overlay-video .button {
    padding: 20px 20px !important; }
  .content-overlay-video h1, .content-overlay-video p, .content-overlay-video span { color: black !important; }
@media screen and (max-width: 1620px) {
    .content-overlay-video .ovrlay::after {
  	background-position: -350px center, calc(100% + 350px) center; }
}
@media screen and (max-width: 1200px) {
    .content-overlay-video .ovrlay::after {
  	opacity: 0.3; }
}
@media only screen and (max-width: 1024px) {
		.content-overlay-video .large-12.columns.center {
			padding-right: 0 !important;
			padding-left: 0 !important;
		}
	.content-overlay-video .ovrlay::after {
  	opacity: 0.2; }
	}
  @media screen and (max-width: 40em) {
    .content-overlay-video {
      min-height: 380px !important; }
      .content-overlay-video img {
		  border-top: 1px solid #ebebeb;
        min-height: 350px; }
      .content-overlay-video .ovrlay {
        min-height: 260px !important; }
      .content-overlay-video .container {
        padding: 0px 10px !important; }
        .content-overlay-video .container h1 {
          font-size: 40px !important;
          padding: 10px 0px; }
      .content-overlay-video .button {
        width: 50%; } }
  @media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .content-overlay-video {
      min-height: 500px !important; }
      .content-overlay-video .container { 
        top: 50% !important;
        padding: 50px 50px 30px 50px !important; }
      .content-overlay-video .ovrlay {
        min-height: 500px !important;  }
      .content-overlay-video h1 {
        font-size: 56px; }
      .content-overlay-video p {
        font-size: 15px; }
 
      .content-overlay-video h1 {
        padding-bottom: 20px; }
      .content-overlay-video p {
        padding-bottom: 25px;
        font-size: 20px !important; }
      .content-overlay-video .button {
        width: 30%; } }
  @media only screen and (min-width: 64em) {
    .content-overlay-video {
      min-height: 600px !important; }
      .content-overlay-video .ovrlay {
        padding: 45px 20px;
        min-height: 550px !important; }
      .content-overlay-video .container {
        top: 50% !important;  
        padding: 20px 100px important; }
      .content-overlay-video .button {
        width: 30%; }
      .content-overlay-video h1 {
        padding-bottom: 30px;
        font-size: 58px; }
      .content-overlay-video p {
        padding-bottom: 20px;
        font-size: 25px !important; }
      .content-overlay-video .content p {
        font-size: 15px !important; 
        padding-bottom: 0px; 
        margin-bottom: 4px !important; 
        text-align: center;
        text-shadow: 1px 1px 5px white; }
	  .content-overlay-video .content ul li p {
		  font-size: 14px !important; text-align: left;
	  }}

/* #############################
       Block with image left of content 
   #############################*/
.inline-content-imgleft {
  /* MOBILE */
  /* MEDIUM SCREENS  */
  /* LARGE SCREENS AND UP*/ }
  .inline-content-imgleft .button {
    align: baseline; }
    .inline-content-imgleft .button span {
      font-size: 18px;
      font-weight: bold; }
  .inline-content-imgleft h2 {
    color: #6EB43F !important; }
  .inline-content-imgleft .small-4 {
    width: 100%; }
  .inline-content-imgleft span {
    font-size: 16px; }
  .inline-content-imgleft .large-12 {
    padding-left: 0rem; }
  @media only screen and (max-width: 40em) {
    .inline-content-imgleft .row.title {
      padding: 25px 0px 25px 15px; }
    .inline-content-imgleft .small-3 {
      width: 25%; }
    .inline-content-imgleft .ctaBtns {
      padding: 0px 10px;
      margin-right: 0rem; }
      .inline-content-imgleft .ctaBtns .button {
        padding-right: 0rem; }
    .inline-content-imgleft .small-4 {
      padding-top: 15px !important;
      width: 100%; }
    .inline-content-imgleft h1, .inline-content-imgleft h2 {
      /* text-align: left; */
      line-height: 1.0; }
      .inline-content-imgleft h1 span, .inline-content-imgleft h2 span {
        font-size: 14px; }
    .inline-content-imgleft h2 {
      float: left;
      font-size: 19px;
      font-weight: bold; }
    .inline-content-imgleft .info p {
      padding: 0px 7px; } }
  @media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .inline-content-imgleft .row.title {
      padding: 25px 0px 25px 15px; }
    .inline-content-imgleft .button span {
      font-size: 18px; }
    .inline-content-imgleft .rent {
      width: 100%;
      padding: 0px; }
    .inline-content-imgleft .trial {
      width: 100%;
      padding: 0px; }
    .inline-content-imgleft .large-offset-1 {
      margin-left: 2.33333% !important; } }
  @media only screen and (min-width: 64.063em) {
    .inline-content-imgleft .image {
      padding-right: 0px; }
      .inline-content-imgleft .info p {
        padding-top: 10px;
        width: 97%; }
    .inline-content-imgleft h2 {
      font-size: 42px; }
    .inline-content-imgleft p {
      margin-bottom: 5px; }
    .inline-content-imgleft .large-12 p {
      padding-top: 0px !important; }
    .inline-content-imgleft .large-offset-1 {
      margin-left: 5.33333% !important; }
    .inline-content-imgleft .rent {
      width: 70%; }
    .inline-content-imgleft .trial {
      width: 70%; } }

/* #############################
       Block with image right of content 
   #############################*/
.inline-content-imgright {
  /* MOBILE */
  /* MEDIUM SCREENS  */
  /* LARGE SCREENS AND UP*/ }
  .inline-content-imgright .button {
    align: baseline; }
    .inline-content-imgright .button span {
      font-size: 18px;
      font-weight: bold; }
  .inline-content-imgright h2 {
    color: #F4911E !important; }
  .inline-content-imgright span {
    font-size: 16px; }
  .inline-content-imgright .small-4 {
    width: 100%; }
  .inline-content-imgright .large-12 {
    padding-left: 0rem; }
  @media only screen and (max-width: 40em) {
    .inline-content-imgright h1, .inline-content-imgright h2 {
      text-align: left;
      line-height: 1.0;
      font-size: 23px; }
      .inline-content-imgright h1 span, .inline-content-imgright h2 span {
        font-size: 14px; }
    .inline-content-imgright h2 {
      float: left;
      font-size: 19px;
      font-weight: bold; }
    .inline-content-imgright .large-7 {
      width: 100%; }
    .inline-content-imgright .large-5 {
      width: 100%; }
    .inline-content-imgright .small-3 {
      width: 25%; }
    .inline-content-imgright .row.title {
      padding: 25px 0px 25px 15px; }
    .inline-content-imgright .ctaBtns {
      padding: 0px 10px; }
    .inline-content-imgright .button {
      padding-right: 0rem; }
    .inline-content-imgright .small-4 {
      padding: 3% 0px 0px 6px !important;
      width: 100%; }
    .inline-content-imgright .info p {
      padding: 0px 7px; } 
	  #SPSS-PreviousVersions .large-5 .main-prev {
		margin-left: -60px;  }}
  @media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .inline-content-imgright .row.title {
      padding: 25px 0px 25px 15px; }
    .inline-content-imgright .button span {
      font-size: 17px; }
    .inline-content-imgright .large-offset-1 {
      margin-left: 2.33333% !important; }
    .inline-content-imgright .rent {
      width: 98%;
      padding: 0px; }
    .inline-content-imgright .trial {
      width: 98%;
      padding: 0px; } 
	  #SPSS-PreviousVersions .large-5 .main-prev {
		margin-left: -60px;  }
}
  @media only screen and (min-width: 64.063em) {
    .inline-content-imgright .large-offset-1 {
      margin-left: 5.33333% !important; }
    .inline-content-imgright .rent {
      width: 70%;
      padding: 0px; }
    .inline-content-imgright .trial {
      width: 70%;
      padding: 0px; }
    .inline-content-imgright .info p {
      padding-top: 10px;
      width: 97%; }
    .inline-content-imgright p {
      margin-bottom: 5px; }
    .inline-content-imgright h2 {
      font-size: 42px !important; } }

/* #############################
       Centered CTA block
   #############################*/
.headline-cta .button span {
  font-size: 19px;
  font-weight: bold; }
.headline-cta .show-for-large-up img {
  float: right !important; }
@media only screen and (min-width: 64.063em) {
  .headline-cta .button {
    width: 100%; }
  .headline-cta p {
    text-align: left; }
  .headline-cta img {
    margin: 30px 0;
    float: right; }
  .headline-cta h2 {
    font-size: 42px !important;
    padding-bottom: 15px !important; }
  .headline-cta h5 {
    margin-bottom: 5px;
    margin-top: 25px;
    font-size: 18px !important;
    text-align: left; }
  .headline-cta p {
    margin-bottom: 1.25rem; }
  .headline-cta .statistics-logo {
    margin-top: 28px; }
  .headline-cta .simple {
    padding-left: 200px !important; } }
@media only screen and (min-width: 40.063em) {
  .headline-cta {
    min-height: 800px; }
    .headline-cta img {
      margin: 30px 0; }
    .headline-cta h2 {
      padding-bottom: 30px; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .headline-cta {
    min-height: 700px !important; }
    .headline-cta .button {
      white-space: nowrap; } }
@media only screen and (max-width: 40em) {
  .headline-cta {
    min-height: 450px !important; }
    .headline-cta img {
      padding-bottom: 15px; }
    .headline-cta h2 {
      float: left;
      font-size: 19px;
      font-weight: bold; }
    .headline-cta .button {
      width: 100%;
      margin-right: 0rem; }
    .headline-cta .ctaBtns {
      padding: 0px 20px; }
    .headline-cta h4 {
      font-size: 18px; }
    .headline-cta .small-10 {
      width: 72.333%; }
    .headline-cta .small-2 {
      margin-left: 20px; } }

/*----------------------------------------------------------*\

    2. ROW AND COLUMN STYLING

\*----------------------------------------------------------*/
/*----------------------------------------------------------*\

    3. SECTION BLOCKS STYLING

\*----------------------------------------------------------*/
.button { 
    min-width: 200px; 
    transition: 300ms; 
    height: auto !important; 
    padding: 12px 0 !important; 
    margin-top: 15px; }
.button span { 
    font-size: 20px !important; 
    text-transform: none; 
    font-weight: 600 !important; }

#Block1 {
  background-color: white; }
  #Block1 h1, #Block1 h2, #Block1 h3, #Block1 p {
    color: black !important; }
  #Block1 .button {
    background-color: white !important; }
    #Block1 .button span {
      color: black !important; }
    #Block1 .button:hover, #Block1 .button:focus, #Block1 .button:active {
      background-color: #007095 !important; }
      #Block1 .button:hover span, #Block1 .button:focus span, #Block1 .button:active span {
        color: white !important; }

#SPSS-PreviousVersions {
  background-color: #eeeeee; min-height: auto !important; padding: 70px 10px 100px 10px; }
#SPSS-PreviousVersions p { font-weight: 400 !important; font-size: 22px; }
  #SPSS-PreviousVersions h1, #SPSS-PreviousVersions h2, #SPSS-PreviousVersions h3, #SPSS-PreviousVersions p {
    color: #000 !important; }
  #SPSS-PreviousVersions .button {
    border: 2px solid #ED714E; background-color: #fff; width: 220px; }
    #SPSS-PreviousVersions .button span {
      color: #ED714E !important; }
    #SPSS-PreviousVersions .button:hover, #SPSS-PreviousVersions .button:focus, #SPSS-PreviousVersions .button:active {
      background-color: #F05038 !important; border-color: #F05038 !important; }
      #SPSS-PreviousVersions .button:hover span, #SPSS-PreviousVersions .button:focus span, #SPSS-PreviousVersions .button:active span {
        color: #fff !important; }
#SPSS-PreviousVersions .large-6 {
	padding-left: 0;
}
#SPSS-PreviousVersions .large-5 {
	min-height: 330px;
}
#SPSS-PreviousVersions .large-5 a { transition: 200ms; }
#SPSS-PreviousVersions .large-5 a:hover, #SPSS-PreviousVersions .large-5 a:focus {
	opacity: 0.7;
}
#SPSS-PreviousVersions .large-5 .main-prev {
	display: inline-block;
	margin-top: 40px;
}
#SPSS-PreviousVersions .large-5 .sub-prev {
	position: absolute;
	display: inline-block;
	max-width: 100px;
	text-align: center;
	margin-left: 20px;
	margin-top: 40px;
}
#SPSS-PreviousVersions .large-5 .sub-prev img {
	margin-bottom: 15px; }
@media (max-width: 500px) {
	#SPSS-PreviousVersions .large-5 .main-prev {
		margin-left: 0; margin-bottom: 30px;  }
	#SPSS-PreviousVersions .large-5 .sub-prev { display: none; }
	#SPSS-PreviousVersions .large-5 { min-height: auto; }
}
#SPSS-Statistics {
  background-color: white; min-height: 560px; border-top: 2px solid #E3E3E3; padding-top: 70px !important; }
  #SPSS-Statistics h1, #SPSS-Statistics h2, #SPSS-Statistics h3, #SPSS-Statistics p {
    color: black !important; }
  #SPSS-Statistics p { font-size: 22px; }
  #SPSS-Statistics .button {
    background-color: #ED714E !important; }
    #SPSS-Statistics .button span {
      color: white !important; }
    #SPSS-Statistics .button:hover, #SPSS-Statistics .button:focus, #SPSS-Statistics .button:active {
      background-color: #F05038 !important; }
      #SPSS-Statistics .button:hover span, #SPSS-Statistics .button:focus span, #SPSS-Statistics .button:active span {
        color: white !important; }
    #SPSS-Statistics .large-block-grid-4 > li {
        width: 45% !important;
    }
	#SPSS-Statistics .large-5.columns {
		padding-right: 0 !important;
	}
	#SPSS-Statistics .large-7.columns {
		padding-left: 0 !important;
		padding-right: 80px;
		}
    @media screen and (max-width: 1025px) {
        .center-small { max-width: 500px; margin: 0 auto; }
        #SPSS-Statistics .large-block-grid-4 > li { width: 50% !important; }
    }

#SPSS-Amos {
  background-color: #fff; border-bottom: 2px solid #ebebeb; }
  #SPSS-Amos h1, #SPSS-Amos h2, #SPSS-Amos h3, #SPSS-Amos p {
    color: black !important; }
#SPSS-Amos p { font-size: 18px; }
  #SPSS-Amos .button {
    background-color: #2eb24d !important; max-width: 220px;}
    #SPSS-Amos .button span {
      color: white !important; }
    #SPSS-Amos .button:hover, #SPSS-Amos .button:focus, #SPSS-Amos .button:active {
      background-color: #1e7231 !important; }
      #SPSS-Amos .button:hover span, #SPSS-Amos .button:focus span, #SPSS-Amos .button:active span {
        color: white !important; }

#SPSS-Modeler {
  background-color: white; }
  #SPSS-Modeler h1, #SPSS-Modeler h2, #SPSS-Modeler h3, #SPSS-Modeler p {
    color: black !important; }
  #SPSS-Modeler p { font-size: 18px; }
  #SPSS-Modeler .button {
    background-color: #81297d !important; max-width: 220px; }
    #SPSS-Modeler .button span {
      color: white !important; }
    #SPSS-Modeler .button:hover, #SPSS-Modeler .button:focus, #SPSS-Modeler .button:active {
      background-color: #41153f !important; }
      #SPSS-Modeler .button:hover span, #SPSS-Modeler .button:focus span, #SPSS-Modeler .button:active span {
        color: white !important; }

#SPSS-Data-Collection {
  background-color: white; }
  #SPSS-Data-Collection h1, #SPSS-Data-Collection h2, #SPSS-Data-Collection h3, #SPSS-Data-Collection p {
    color: black !important; }
  #SPSS-Data-Collection .button {
    background-color: #2fb2e8 !important; }
    #SPSS-Data-Collection .button span {
      color: white !important; }
    #SPSS-Data-Collection .button:hover, #SPSS-Data-Collection .button:focus, #SPSS-Data-Collection .button:active {
      background-color: #2281a8 !important; }
      #SPSS-Data-Collection .button:hover span, #SPSS-Data-Collection .button:focus span, #SPSS-Data-Collection .button:active span {
        color: white !important; }


#SPSS-Statistics.row .container, #SPSS-PreviousVersions.row .container {
	position: relative !important;
	top: auto;
	left: auto;
	transform: translate(0%, 0%);
	-o-transform: translate(0%, 0%);
	-ms-transform: translate(0%, 0%);
	-webkit-transform: translate(0%, 0%);
}

.down-arrow {
  position: absolute;
  padding-bottom: 60px;
  left: 50%;
  /* margin-left: -35px; */
  -webkit-transform: translate(-50%, -23%);
  -ms-transform: translate(-50%, -23%);
  transform: translate(-50%, -23%);
  z-index: 99; 
  transition: 300ms; }

.round-button {
  z-index: 1200;
  display: block;
  width: 87px;
  height: 87px; }

.down-arrow:hover { margin-top:3px; }
.expand-height { min-height: 760px !important; }
.expand-height .container { top: 35% !important; }
.expand-content {
    position: absolute;
    top: 40px;
    text-align: center;
    max-width: 800px;
    min-width: 600px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}
.country-list { min-width: 620px; text-align: left; }
.spps-list ul li p { color: black; font-size: 14px !important; }
.spps-list ul li { color: #4178be; list-style: disc; }
.expander span i { color: #4178be; }
.expander { color: black; font-weight: 600; font-size: 1.15em; }
.expander.expanded, .expander:hover { color: #4178be; }

@media screen and (max-width: 1150px) {
	#SPSS-Statistics {
  		min-height: 620px; }
	#SPSS-Statistics.row .container {
	}
}
@media screen and (max-width: 1024px) {
	#SPSS-Statistics .large-7.columns {
		padding-left: 0 !important;
		padding-right: 0 !important;
		}
}
@media screen and (min-width: 40.063em) { 
    .button { 
        margin:0 auto !important; 
        text-align:center; 
        float: none !important; } 
}
@media screen and (max-width: 642px) {
    #SPSS-Statistics ul li { clear: both; width: 100%; }
    #SPSS-Statistics ul { width: 100%; margin: 0 auto; }
    #SPSS-Statistics .large-block-grid-4 > li { width: 100% !important; }
    .padding-for-mobile p { padding: 0 8px; }
}
@media screen and (max-width: 640px) {
	.header.hide-for-mobile {
		display: none !important;
	}
}
@media screen and (max-width:1028px) { 
    .expand-height { min-height: 550px !important; }
    .expand-height .container { top: 50% !important; }
}

/*----------------------------------------------------------*\
    7. SUB FOOTER
\*----------------------------------------------------------*/
.subFooter.row {
  padding: 80px 20px 60px 20px;
  background-color: #252525 !important; }
.subFooter.row p {
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.3em;
  color: #dbdbdb; }
.subFooter.row p.big-text {
  color: #fff;
  letter-spacing: 0.01em;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 16px;
  font-family: 'helveticabold', Arial, sans-serif !important;
  font-weight: 700; }
.subFooter.row p.italic {
  font-style: italic; }
.subFooter.row a img {
  min-width: 215px;
  margin-bottom: 20px; }
.subFooter.row a:focus img, .subFooter.row a:active img {
  background-color: rgba(255,255,255,0.1); }
.subFooter.row .socials a {
  margin-right: 10px; }
.subFooter.row .socials a svg, .subFooter.row .socials a svg, .subFooter.row .socials a svg {
  transition: 200ms;
  background: transparent;
  border-radius: 15px; }
.subFooter.row .socials a svg path {
  transition: 200ms; }
.subFooter.row .socials a:hover svg path, .subFooter.row .socials a:focus svg path, .subFooter.row .socials a:active svg path {
  fill: #B0B0B0 !important; }
.subFooter.row .socials a:hover svg, .subFooter.row .socials a:focus svg, .subFooter.row .socials a:active svg {
  background: #000; }
.subFooter.row .socials a:hover, .subFooter.row .socials a:focus, .subFooter.row .socials a:active {
  outline: 0; }
.subFooter .navigation {
  columns: 2;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -o-column-count: 2; }
.subFooter .navigation {
  border-right: 1px solid #888;
  margin-right: 70px;
  width: calc(41.666% - 70px);
  padding: 0 30px 0 40px; }
.subFooter .navigation ul li {
  display: block;
  line-height: 1.25em;
  margin: 0 0 20px 0; }
.subFooter ul a, .subFooter ul a:link, .subFooter ul a:active, .subFooter ul a:visited {
  color: #FFF;
  font-family: 'helveticabold', Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 0.01em;
  -webkit-transition: color 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
  text-decoration: none; }
.subFooter ul a:hover, .subFooter ul a:focus, .subFooter ul a:active {
    color: #B0b0b0; }
.subFooter #mc_embed_signup form {
  padding: 0; }
.subFooter #mc_embed_signup div.mc-field-group {
  width: calc(50% - 10px);
  float: left;
  clear: none;
  margin-right: 10px; }
.subFooter #mc_embed_signup div.mc-field-group:nth-child(even) {
  margin-right: 0;
  margin-left: 10px; }
.subFooter #mc_embed_signup div.mc-field-group label.hidden {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden; }
.subFooter #mc_embed_signup div.mc-field-group input, .subFooter #mc_embed_signup div.mc-field-group select {
  border-radius: 5px;
  margin-bottom: 15px;
  width: 100%;
  max-height: 38px;
  padding: 5px 10px; }
.subFooter #mc_embed_signup div.mc-field-group input {
  font-weight: 700; }
.subFooter #mc_embed_signup div.mc-field-group input::placeholder, .subFooter #mc_embed_signup div.mc-field-group select::placeholder {
  font-weight: 400;
  color: #222; }
.subFooter #mc_embed_signup div.mc-field-group select:focus, .subFooter #mc_embed_signup div.mc-field-group select:active {
  -webkit-box-shadow: 0 0 5px #999999;
  -moz-box-shadow: 0 0 5px #999999;
  box-shadow: 0 0 5px #999999; }
.subFooter #mc_embed_signup div.mc-field-group div.mce_inline_error {
  display: none !important; }
.subFooter #mc_embed_signup .button {
  background-color: #fff;
  color: #000;
  border-radius: 24px;
  padding: 12px 60px;
  line-height: 1em;
  height: auto;
  font-family: 'helveticabold', Arial, sans-serif;
  font-weight: 700; }
.subFooter #mc_embed_signup .button:hover, .subFooter #mc_embed_signup .button:focus, .subFooter #mc_embed_signup .button:active {
  background-color: #B0B0B0; }
.subFooter #mc_embed_signup div#mce-responses {
	width: 100%;
	margin: 0;
	padding: 0; }
.subFooter #mc_embed_signup div.response {
	color:#ebebeb;
	font-style: italic;
	line-height: 1.2em;
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 14px !important;
	font-weight: 400;
	width: 100%; }
.subFooter #mc_embed_signup div.response a {
	color: #fff;
	text-decoration: underline; }

/*----------------------------------------------------------*\
    8. FOOTER
\*----------------------------------------------------------*/
footer {
  background-color: #000 !important; }
footer p {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px; }
footer a, footer a:link, footer a:active, footer a:visited {
  color: #fff;
  text-decoration: none; }
footer a.privacy {
  text-decoration: underline; }
footer a.privacy:active, footer a.privacy:focus {
  color: #B0B0B0; }
footer .columns {
  padding: 15px 15px; }
footer .large-6:nth-child(even) {
  text-align: right; } 

/*----------------------------------------------------------*\
    9. RESPONSIVE
\*----------------------------------------------------------*/
@media (max-width: 1200px) {
  .subFooter .navigation {
	margin-right: 40px;
	width: calc(41.666% - 40px);
	padding: 0 30px 0 40px; }
}
@media (max-width: 1024px) {
  .subFooter.row .large-3.content {
	width: 100%;
	text-align: center; }
  .subFooter.row .large-3.content p {
	max-width: 600px;
	margin: 25px auto 60px auto; }
  .subFooter.row .socials a {
	margin-left: 6px;
	margin-right: 6px; }
  .subFooter .large-5.navigation {
	margin-right: 60px;
	width: calc(58.333% - 60px); }
  .subFooter .large-4.newsletter {
	width: 41.666%; }
  footer.row .large-6 {
	width: 50%; }
}
@media (max-width: 767px) {
  .subFooter.row .large-3.content p {
	margin-bottom: 50px; }
  .subFooter .large-5.navigation {
	width: 100%;
	text-align: center;
	margin-right: 0;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #888;
	border-right: 0; }
  .subFooter .large-5.navigation ul {
	margin-left: 0 !important; }
  .subFooter .large-4.newsletter {
	width: 100%;
  	text-align: center; }
  .subFooter #mc_embed_signup .mc-field-group {
	padding-bottom: 8px; }
  .subFooter #mc_embed_signup div.clear {
	text-align: center; }
  .subFooter #mc_embed_signup .button {
	margin: 0 auto;  }
}
@media (max-width: 500px) {
  .subFooter #mc_embed_signup .mc-field-group {
	width: 100% !important;
	margin-right: 0 !important;
	margin-left: 0 !important; }
}

/*----------------------------------------------------------*\

    4. FONTS

\*----------------------------------------------------------*/
body, p, h1, h2, h3, h4, h5, ul, li, a, nav, span {
  font-family: 'AvenirLTStd55Roman', Verdana, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px; }

.avenir-medium {
  font-family: 'AvenirLTStd-Medium', Verdana, sans-serif !important; }

.avenir-heavy, h1 span, strong {
  font-family: 'AvenirLTStd85Heavy', Verdana, sans-serif !important; }

.avenir-light {
  font-family: 'AvenirLTStd35Light', Verdana, sans-serif !important; }

@font-face {
  font-family: 'AvenirLTStd55Roman';
  src: url("fonts/avenirltstd-roman.eot");
  src: url("fonts/avenirltstd-roman.eot") format("embedded-opentype"), url("fonts/avenirltstd-roman.woff") format("woff"), url("fonts/avenirltstd-roman.ttf") format("truetype"), url("fonts/avenirltstd-roman.svg#AvenirLTStd55Roman") format("svg"); }

@font-face {
  font-family: 'AvenirLTStd85Heavy';
  src: url("fonts/avenirltstd-heavy.eot");
  src: url("fonts/avenirltstd-heavy.eot") format("embedded-opentype"), url("fonts/avenirltstd-heavy.woff") format("woff"), url("fonts/avenirltstd-heavy.ttf") format("truetype"), url("fonts/avenirltstd-heavy.svg#AvenirLTStd85Heavy") format("svg"); }

@font-face {
  font-family: 'AvenirLTStd35Light';
  src: url("fonts/avenirltstd-light.eot");
  src: url("fonts/avenirltstd-light.eot") format("embedded-opentype"), url("fonts/avenirltstd-light.woff") format("woff"), url("fonts/avenirltstd-light.ttf") format("truetype"), url("fonts/avenirltstd-light.svg#AvenirLTStd35Light") format("svg"); }

@font-face {
  font-family: 'AvenirLTStd-Medium';
  src: url("fonts/AvenirLTStd-Medium.eot?") format("eot"), url("fonts/AvenirLTStd-Medium.otf") format("opentype"), url("fonts/AvenirLTStd-Medium.woff") format("woff"), url("fonts/AvenirLTStd-Medium.ttf") format("truetype"), url("fonts/AvenirLTStd-Medium.svg#AvenirLTStd-Medium") format("svg"); }
