/*
font-family:'Slate W01';
font-family:'Slate W01 Light';
font-family:'ITC Caslon_224 W01 Bold1551474';
font-family:'ITC Caslon_224 W01 Black';
font-family:'ITC Caslon_224 W01 Medium';
font-family:'Slate W01 Bk';
font-family:'Slate W01 Medium';
font-family:'Slate W01 Bold';
*/

html, body{
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 200;
  height: 100%;
  font-size: 18px;
}

a {
  color: inherit; 
  text-decoration: inherit;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

p {
  font-family: 'SlatePro-Light';
  font-size: 20px;
  color: #5F5F6F;
  letter-spacing: 0;
  line-height: 24px;
  margin: 15px 0;
}

a:hover{
  color: inherit; 
  text-decoration: inherit;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.blackSize {
  font-family: 'Caslon224Std-Black';
}

h1 {
  font-size: 80px;
  color: #2B2B45;
  letter-spacing: -0.99px;
  line-height: 72px;
  font-family: 'Caslon224Std-Bold';
}

h2 {
  font-size: 48px;
  color: #2B2B45;
  letter-spacing: -0.59px;
  line-height: 50px;
  font-family: 'Caslon224Std-Bold';
}

h3 {
  font-size: 32px;
  color: #2B2B45;
  letter-spacing: -0.4px;
  line-height: 36px;
  font-family: 'Caslon224Std-Bold';
}

h4 {
  color: #ffffff;
  font-size: 32px;
  letter-spacing: -0.4px;
  line-height: 36px;
  font-family: 'Caslon224Std-Bold';
}

h5 {
  font-size: 24px;
  color: #2B2B45;
  letter-spacing: 0;
  line-height: 28px;
  font-family: 'SlatePro-Black';
}

h6 {
  font-size: 28px;
  color: #2B2B45;
  letter-spacing: -0.35px;
  line-height: 28px;
  font-family: 'Caslon224Std-Bold';
}

img {
  max-width: 100%;
}

.img-full {
  width: 100%;
}

#wrap {
  position: relative;
  max-width: 100%;
  min-width: 300px;
  margin: 0 auto;
}

.container-fluid {
  max-width: 1400px !important;
}


.main{
  height: 100%;
}

header {
  background: #4141B5;
  padding: 30px 0px;
}

header .container-fluid {
  max-width: 1600px !important;
}

@media(max-width: 1600px) {
  header {
    padding: 30px;
  }
}

#headerLink {
  margin-top: 22px;
  color: #ffffff;
  text-decoration: underline;
}

#headerLink a {
  font-size: 16px;
  font-family:'SlatePro';
}

#headerLink a:hover {
  color: #6EC9CF;
}

#social {
  margin-top: 20px;
}

#social a {
  text-align: right !important;
  font-size: 20px;
  margin: 0 5px;
  color: #ffffff;
}

#social a:hover {
  color: #6EC9CF;
}

#featureText p {
  font-size: 24px;
  color: #5F5F6F;
  letter-spacing: 0;
  line-height: 28px;
  font-family: 'SlatePro-Light';
  margin: 15px 0;
  max-width: 480px;
  text-align: left;
}

p.sm-text {
  font-size: 16px !important;
  color: #B0B0B8 !important;
  letter-spacing: 0 !important;
  line-height: 28px !important;
}

#mainLinks {
  border-top: 1px solid #F3F3F3;
  border-bottom: 1px solid #F3F3F3;
  margin-top: -115px;
}

#mainLinks ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

#mainLinks ul li {
  display: inline-block;
  margin: 0px 10px;
}

#mainLinks ul li a {
  color: #2B2B45;
  font-size: 20px;
  font-family: 'SlatePro';
}

#mainLinks ul li a:hover {
  color: #6EC9CF;
}

#featurePost .container-fluid {
  padding-top: 140px;
  padding-bottom: 70px;
}

#featurePost p {
  font-size: 24px;
  color: #5F5F6F;
  letter-spacing: 0;
  line-height: 28px;
  font-family: 'SlatePro-Light';
  max-width: 930px;
  margin-right: auto;
  margin-left: auto;
}

#toolboxBlock {
  border-top: 1px solid #F3F3F3;
  border-bottom: 1px solid #F3F3F3;
  background: #FBFBFB;
}

#toolboxBlock h3 {
  text-align: center;
}

#toolboxBlock p {
  font-family: 'SlatePro-Light';
  text-align: center;
  font-size: 24px;
  color: #5F5F6F;
  letter-spacing: 0;
  line-height: 28px;
  max-width: 930px;
  margin-right: auto;
  margin-left: auto;
}

#toolboxBlock ul {
  list-style-image: url('../images/check.svg');
  padding-left: 0;
  text-align: left !important;
  margin-top: 25px;
}

#toolboxBlock .listWrap {
  max-width: 930px;
  margin-right: auto;
  margin-left: auto;
}


#toolboxBlock ul li:before {
 /* display: inline-block;
  float: left;
  content: url('../images/check.svg');
  margin-right: 10px;*/
}

#toolboxBlock ul li {
  font-family: 'SlatePro-Light';
  text-align: left !important;
  font-size: 20px;
  color: #5F5F6F;
  letter-spacing: 0;
  line-height: 24px;
  margin: 10px 0;
  padding-left: 5px;
}

#plainviewHelp {
  background: #F2F3F5;
  background-image: url('../images/desk-reading.jpg');
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto 100%;
  padding: 130px 15px;
}

#plainviewHelp p {
  max-width: 635px;
  
}

#plainviewHelp .smallerWrap {
  max-width: 450px;
}

#plainviewHelp h5 {
  margin-bottom: 25px;
}

#plainviewHelp h6 {
  margin-top: 30px;
}

#subscriptionBlock {
  background: #4141B5;
  padding: 70px 0;
}

#subscriptionBlock h4 {
  text-align: center;
  margin-right: 10px;
}

footer {
  background: #2B2B45;
  padding: 70px 15px;
}

footer #footerLogo p {
  margin-top: 10px;
  font-family: 'Caslon224Std-Medium';
  font-size: 18px;
  letter-spacing: -0.22px;
}

.blue {
  color: #6EC9CF;
}

#copyright {
  margin-top: 15px;
}

#copyright p {
  font-size: 16px;
  color: #58587F;
  letter-spacing: 0;
  line-height: 25px;
  font-family: 'SlatePro-Light';
}

#copyright p.smText {
  font-size: 12px;
  margin-top: 0;
}

#copyright a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.btm-border {
  border-bottom: 1px solid #F3F3F3;
}

.imgBlockRight img {
  float: left;
}

.imgBlockLeft img {
  float: right;
}

.blockTextRight {
  margin-left: 40px; 
}

.blockTextLeft {
  margin-left: 200px;
}

.blockTextWrap {
  display: table;
  height: 100% !important;
  max-width: 450px;
}

.blockTextWrap .blockText {
  display: table-cell;
  vertical-align: middle;
}

.textBlockLast {
  padding-bottom: 100px !important;
}

.boldedText {
  font-family: 'Caslon224Std-Bold';
  font-size: 20px !important;
  color: #5F5F6F !important;
  letter-spacing: 0 !important;
  line-height: 24px !important;
}

.featurePara {
  font-family: 'SlatePro';
  font-size: 20px;
  color: #5F5F6F;
  letter-spacing: 0;
  line-height: 24px;
}

.noPad {
  padding: 0 !important;
  margin: 0 !important;
}

.horzPad100 {
  padding-right: 100px;
  padding-left: 100px;
}

@media(max-width: 1199px) {
  .horzPad100 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.pad10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pad20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pad30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.pad40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pad45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.pad50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pad60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.pad70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pad100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.padFix {
  padding-right: 15px;
  padding-left: 15px;
}

hr {
  height: 1px;
  background: #e4532f;
  border-top: none;
  margin-top: 10px;
}

/* ========= MEDIA QUERIES ========= */

/* Media large */
@media(min-width:1200px) {
  
}

/* Media medium */
@media(max-width: 1199px) {
   #mainLinks {
    margin-top: -50px !important;
  }
  
  #plainviewHelp {
    background-position: 200px bottom;
  }
}


/* Media small */
@media(max-width: 991px) {
  
  header {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  
  h1 {
    font-size: 70px;
    line-height: 70px;
  }
  
  h2 {
    line-height: 55px;
  }
  
  .mobilePad {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  #mainLinks {
    margin-top: -50px !important;
  }
  
  #featurePost .container-fluid {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  
  .blockTextLeft {
    margin-left: 60px;
  }
  
  #toolboxBlock .listWrap {
    padding-right: 40px;
    padding-left: 40px;
  }
  
  #plainviewHelp {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 15px;
    padding-right: 15px;
    background-size: cover;
    background-position: 300px bottom;
  }
  
  #subscriptionBlock {
    text-align: center;
    padding: 40px 15px;
  }
  
  #subscriptionBlock h4 {
    margin-right: 0;
    text-align: center;
  }
  
  footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}


/* Media extra small */
@media(max-width:767px) {
  
  #headerLink {
    text-align: center !important; 
  }
  
  #featurePost  {
    padding-top: 0;
    padding-bottom: 0;
  }
  
  #featurePost .container-fluid {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  
  .mobileTextBlock p.featurePara {
    margin-bottom: 15px;
  }
  
  .mobileTextBlock h3 {
    max-width: 550px;
    margin-right: auto;
    margin-left: auto;
  }
  
  .mobileTextBlock p {
    max-width: 550px;
    margin-right: auto;
    margin-left: auto;
  }
  
  #toolboxBlock ul {
    margin-top: 0;
  }
  
  h1 {
    font-size: 60px;
  }
  
  h2 {
    font-size: 40px;
    line-height: 50px;
  }
  
  h5 {
    font-size: 22px;
  }
  
  .pad30 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  
  .pad40 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  
  .pad60 {
    padding-top: 20px;
    padding-bottom: 35px;
  }
  
  .pad100 {
    padding-top: 25px;
    padding-bottom: 50px;
  }
  
  #logo {
    max-width: 250px !important;
    margin-right: auto;
    margin-left: auto;
  }
  
  #footerLogo img {
    max-width: 200px !important;
    margin-right: auto;
    margin-left: auto;
  }
  
  img {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }
  
  #mainLinks {
    margin-top: 0px !important;
    padding: 25px 15px;
  }
  
  .blockTextWrap {
    width: 90%;
    margin-right: auto;
    margin-left: auto; 
  }
  
  #toolboxBlock p {
    font-size: 18px;
  }
  
  #toolboxBlock ul {
    margin-bottom: 0;
  }
  
  #toolboxBlock ul li {
    font-size: 16px;
  }
  
  #plainviewHelp {
    padding-bottom: 600px;
    background-size: auto;
    background-position: -150px bottom;
  }
}

@media(max-width: 575px) {
  
  #subscriptionBlock h4 {
    font-size: 24px;
  }
  
  #plainviewHelp {
    padding-top: 60px;
    padding-bottom: 600px;
    background-size: auto;
    background-position: -240px bottom;
  }
}


/* Media extra extra small */
@media(max-width: 460px){
  
  #headerLink {
    text-align: center !important; 
  }
  
  h1 {
    font-size: 45px;
    line-height: 45px;
  }
  
  #mainLinks ul li a {
    font-size: 16px;
  }
  
  #mainLinks ul li {
    margin: 0 4px;
  }
  
  #footerLogo img {
    max-width: 150px !important;
    margin-right: auto;
    margin-left: auto;
  }
  
  footer #footerLogo p {
    font-size: 14px;
  }
}


@media(max-width: 400px){
  #mainLinks ul {
      text-align: center;
  }
  
  #mainLinks ul li a {
    font-size: 14px;
    font-weightL 600;
  }
}

.btn-white {
  text-transform: uppercase;
  border: 1px solid #fff;
  background: transparent;
}
.btn-white:hover {
  background: #fff;
}
#social a.btn {
  font-size: 12px;
}
#social a.btn:hover {
  color: #4141B5;
}
#social .btn {
  margin-top: -16px;
  padding: 8px 24px 6px 24px;
  letter-spacing: 0.4px;
}