﻿/*
  TXT 2.0 by HTML5 UP
  html5up.net | @n33co
  Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

  *
  {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

body
{
    font: 17px 'Lato', sans-serif;
    color: #000000;
    text-align: left;
}
  
h1, h2, h3, h4, h5, h6, h7
{
    font-family: 'Oswald', sans-serif;
    color: #000000;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h7 a
{
    text-decoration: none;
    color: inherit;
}
  
h1 {
    text-transform: uppercase;
}

h2 {
    font-size: 26px;
}

h3 {
    font: 15px 'Lato', sans-serif;
}

h4 {
    font: 15px 'Oswald', sans-serif;
}

a
{
    color: #00ADEF;
}
    a:hover
    {
        color: #0EBDF2;
        text-decoration: none;
    }

  form
  {
  }
  
      
  br.clear
  {
    clear: both;
  }
  
  p, ul, ol, dl, table
  {
    margin-bottom: 20px;
  }
  
  section,
  article
  {
    margin-bottom: 20px;
  }
  
  section > :last-child,
  article > :last-child
  {
    margin-bottom: 0;
  }

  section:last-child,
  article:last-child
  {
    margin-bottom: 0;
  }

  .byline
  {
    display: block;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    color: #c1cac5;
  }

  .image
  {
    position: relative;
    display: inline-block;
  }
  
    .image img
    {
      display: block;
      width: 100%;
    }
    
    /*
      Note: The following style adds the textured/pixelated look to content
      images. I added this to help mask the distortion introduced when a browser
      resizes an image, but if you don't want this to happen just remove or comment
      out the entire style.
    */
    
    .image:before
    {
      /*content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: url('images/overlay.png');
      opacity: 0.1;*/
    }

  .image-full
  {
    display: block;
    width: 100%;
    margin: 0 0 0 0;
  }
  
  .image-left
  {
    float: left;
    margin: 0 2em 2em 0;
  }
  
  .image-centered
  {
    display: block;
    margin: 0 0 2em 0;
  }

    .image-centered img
    {
      margin: 0 auto;
      width: auto;
    }

  .actions
  {
  }

  ul.style1
  {
    list-style: disc;
    padding-left: 1.5em;
  }

  ul.style2
  {
  }
  
    ul.style2 > li
    {
      border-top: solid 2px #e7eae8;
      padding-top: 2.35em;
      margin-top: 2.35em;
    }
    
    ul.style2 > li:first-child
    {
      border-top: 0;
      padding-top: 0;
      margin-top: 0;
    }

  ul.contact
  {
  }
  
    ul.contact li
    {
      position: relative;
      display: inline-block;
      margin: 0 0.25em 0 0.25em;
      top: 0;
      -moz-transition: top .15s ease-in-out;
      -webkit-transition: top .15s ease-in-out;
      -o-transition: top .15s ease-in-out;
      -ms-transition: top .15s ease-in-out;
      transition: top .15s ease-in-out;
    }

      ul.contact li a
      {
        display: block;
        position: relative;
        background: #c1cac5 url('images/icons-contact.png');
        width: 48px;
        height: 48px;
        text-indent: -9999px;
        border-radius: 6px;
        outline: 0;
        -moz-transition: background-color .2s ease-in-out;
        -webkit-transition: background-color .2s ease-in-out;
        -o-transition: background-color .2s ease-in-out;
        -ms-transition: background-color .2s ease-in-out;
        transition: background-color .2s ease-in-out;
      }
      
        ul.contact li a.facebook        { background-position: 0px 0px; }
          ul.contact li:hover a.facebook    { background-color: #3C5A98; }
        ul.contact li a.twitter         { background-position: -48px 0px; }
          ul.contact li:hover a.twitter   { background-color: #2DAAE4; }
        ul.contact li a.rss           { background-position: -96px 0px; }
          ul.contact li:hover a.rss     { background-color: #F2600B; }
        ul.contact li a.dribbble        { background-position: -144px 0px; }
          ul.contact li:hover a.dribbble    { background-color: #C4376B; }
        ul.contact li a.linkedin        { background-position: -192px 0px; }
          ul.contact li:hover a.linkedin    { background-color: #006599; }
        ul.contact li a.tumblr          { background-position: -240px 0px; }
          ul.contact li:hover a.tumblr    { background-color: #31516A; }
        ul.contact li a.googleplus        { background-position: -288px 0px; }
          ul.contact li:hover a.googleplus  { background-color: #DA2713; }

      ul.contact li:hover
      {
        top: -5px;
      }

      ul.contact li:active
      {
        top: 0;
      }

  ul.special
  {
  }
  
    ul.special li
    {
      position: relative;
      display: inline-block;
      margin: 0 1.5em 0 1.5em;
      top: 0;
      -moz-transition: top .15s ease-in-out;
      -webkit-transition: top .15s ease-in-out;
      -o-transition: top .15s ease-in-out;
      -ms-transition: top .15s ease-in-out;
      transition: top .15s ease-in-out;
    }

      ul.special li:hover
      {
        top: -10px;
      }

        ul.special li:hover a
        {
          background: #b9d2ce;
        }

      ul.special a
      {
        display: block;
        position: relative;
        background: #c1cac5;
        width: 12em;
        height: 12em;
        border-radius: 6em;
        text-indent: -9999px;
        outline: 0;
        -moz-transition: background-color .2s ease-in-out;
        -webkit-transition: background-color .2s ease-in-out;
        -o-transition: background-color .2s ease-in-out;
        -ms-transition: background-color .2s ease-in-out;
        transition: background-color .2s ease-in-out;
      }

        ul.special a:before
        {
          content: '';
          position: absolute;
          width: 128px;
          height: 128px;
          left: 50%;
          top: 50%;
          margin-top: -64px;
          margin-left: -64px;
          background: url('images/icons-special.png');
        }
        
          ul.special a.battery:before
          {
            background-position: 0px 0px;
          }
        
          ul.special a.tablet:before
          {
            background-position: -128px 0px;
          }
        
          ul.special a.flask:before
          {
            background-position: -256px 0px;
          }
        
          ul.special a.chart:before
          {
            background-position: -384px 0px;
          }

  ul.meta
  {
    font-size: 0.85em;
    color: #a1aaa5;
  }
  
    ul.meta li
    {
      position: relative;
      display: inline-block;
      padding-left: 24px;
      margin-left: 1em;
    }

      ul.meta li a
      {
        color: inherit;
        outline: 0;
      }

    ul.meta li:first-child
    {
      margin-left: 0;
    }
    
    ul.meta li:before
    {
      content: '';
      display: block;
      position: absolute;
      width: 16px;
      height: 16px;
      left: 0;
      top: 50%;
      margin-top: -8px;
      background: url('images/icons-meta.png');
    }
    
      ul.meta li.timestamp:before
      {
        background-position: 0px 0px;
      }
    
      ul.meta li.comments:before
      {
        background-position: -16px 0px;
      }


/*********************************************************************************/
/* Nav                                                                           */
/*********************************************************************************/

.navbar {
    border: 0px solid transparent;
    margin-bottom: 0px;
}
    .navbar img.siteLogo {
        margin-top: 15px;
    }
        .navbar img.siteLogo:hover {
            opacity: 0.9;
        }

.navbar a.searchLink {
    float: right;
    margin: 2px 10px;
    padding: 10px;
}
    .navbar a.searchLink:hover {
        opacity: 0.8;
    }

.navbar a.memberSquare
{
    float: right;
    min-width: 47px;
    height: 46px;
    background: #39b549;
    font-size: 14px;
    color: #FEFEFE;
    text-align: center;
    padding: 13px 9px;
    text-transform: uppercase;
}
    .navbar a.memberSquare:hover {
        opacity: 0.9;
    }

    .navbar a.memberSquare.loggedIn {
        padding: 13px 9px;
        margin-left: 10px;
    }

.navbar ul {
    margin-top: 13px;
}
    .navbar ul.nav.navbar-nav {
        float: right;
    }
    .navbar ul li a {
        text-transform: uppercase;
        font-size: 16px;
        color: #000000;
    }
        .navbar ul li a.active,
        .navbar ul li a:hover {
            color: #00ADEF;
            background-color: #FFFFFF;
        }

    @media (max-width: 768px) {
        ul.navbar-nav {
            float: left;
            margin: 7.5px 0px;
        }
        .navbar ul li.topNav {
            float: right;
            display: inline-block;
        }
        .navbar ul li a {
            padding: 10px 4px;
        }
        .navbar ul.subMenu{
            position: relative;
            width: 100%;            
        }
    }

    @media (max-width: 375px) {
        .navbar ul li a {
            padding: 10px 7px;
            font: 14px 'Oswald', sans-serif;
        }
    }

    @media (min-width: 750px) {
        .subMenu > li {
            float:none;          
        } 
        .desktopTopPadding {
            margin-top: -30px !important;
        }
    }

.navbar ul.hidden {
    display: none;
}


/*********************************************************************************/
/* Sub Menu                                                                      */
/*********************************************************************************/    

.subMenu {
    position: absolute;
    width: auto;
    z-index: 2;
    padding-right: 0;
    background: #00ADEF;
}    
.subMenu::before{
    left: 50%;
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #00ADEF;
    border-width: 10px;
    margin-left: -10px;
} 

    .subMenu > li > a {
        color: #FFFFFF;
        font-size: 14px;
        padding-top: 11px;
        padding-bottom: 11px;
        text-transform: uppercase;
    }

    .subMenu > li > a:hover {
        color: #00ADEF;
        background: #FFFFFF;
    }    

@media (max-width: 768px) {
    .subMenu {
        position: relative;
        width: 100%;            
    }      
}

@media (max-width: 375px) {

}

@media (min-width: 750px) {
    .subMenu > li {
        float:none;          
    } 
}



/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

    section.bannerSection {
        margin-bottom: -1px;
    }
        section.bannerSection p {
            position: absolute;
            font: 36px 'Oswald', sans-serif;
            color: white;
            text-align: center;
            text-transform: none;
        }
        section.bannerSection img.defaultBannerText {
            position: absolute;
            width: 45%;
            height: 12%;
            margin-top: 51px;
        }

    .bannerActions {
        background: black;
        margin-left: -14px;
        text-align: center;
    }
        .bannerActions p.leftPart {
            font: 20px 'Oswald', sans-serif;
            color: #0ebdf2;
            text-transform: uppercase;
            display: inline-block;
            margin-top: 23px;
            margin-right: 10px;
        }
        .bannerActions p.centerPart {
            font: 20px 'Lato', sans-serif;
            color: #ffffff;
            display: inline-block;
        }
        .bannerActions a.bannerNavigationAction, span.bannerNavigationAction {
            font: 20px 'Lato', sans-serif;
            color: #ffffff;
            background: #00ADEF;
            padding: 24px 75px 25px 10px;
            text-align: center;
        }
            .bannerActions a.bannerNavigationAction:hover {
                background: #0EBDF2;
            }
        .bannerActions span.arrowClick {
            background-image: url('images/BlueArrow.png');
            position: absolute;
            width: 36px;
            height: 36px;
            right: 22px;
            top: 18px;
        }
        .bannerActions span.fileClick {
            background-image: url('images/PdfIcon.png');
            position: absolute;
            width: 36px;
            height: 36px;
            right: 22px;
            top: 18px;
        }
        

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

.footer {
    background: #000000;
}
.footerLinks {
    margin-bottom: 35px;
    padding-right: 22px;
    padding-left: 29px;
}
.footerLogo {
    margin-right: 0px;
}

    .footer .footerNavigation {
        /*width: 20%;*/
        float: left;
        padding: 0px 20px;
    }
        .footer .footerNavigation h3 {
            color: #00ADEF;
            margin-top: 31px;
        }
        .footer .footerNavigation a {
            float: left;
            width: 100%;
            font-size: 15px;
            line-height: 26px;
            color: #FFFFFF;
        }
            .footer .footerNavigation a:hover {
                color: #5A5758;
            }
    .footer .footerMiddleLogo {
        border-bottom: 1px solid #5A5758;
        padding-left: 0px;
        padding-bottom: 17px;
    }
        .footer .footerHouse {
            background-image: url('images/HouseIcon.png');
            background-repeat: no-repeat;
            display: inline-block;
            width: 12px;
            height: 12px;
        }
        .footer .footerPhone {
            background-image: url('images/PhoneIcon.png');
            background-repeat: no-repeat;
            display: inline-block;
            width: 10px;
            height: 13px;
        }
        .footer .footerMiddleLogo p {
            float: right;
            color: #ffffff;
            font-size: 15px;
            margin-right: 19px;
            margin-bottom: 11px;
        }
            .footer .footerMiddleLogo span {
                margin-right: 8px;
            }
        .footer .footerMiddleLogo img {
            float: right;
            margin-right: 17px;
        }
    .footer .footerBottomLinks {
        text-align: right;
    }
        .footer .footerBottomLinks a {
            font: 15px 'Lato', sans-serif;
            text-align: center;
        }

    .footer .footerMetaLInks {
        padding-top: 12px;
    }
        .footer .footerMetaLInks p {
            margin-right: 32px;
            color: #00ADEF;
        }

/*********************************************************************************/
/* General                                                                       */
/*********************************************************************************/



.container-table {
    height: 340px;
    display: table;
}

.vertical-center-row {
    display: table-cell;
    vertical-align: middle;
}

.ajaxLoaderSmall {
    display: none;
}

.noBootstrapPadding {
    padding-right: 0px;
    padding-left: 0px;
}

section.straplineBanner {
    display: inline-block;
}
section.straplineBanner h2 {
    position: absolute;
    font: 25px 'Lato', sans-serif;
    color: #FCFDFD;
    text-align: center;
    text-transform: none;
    padding-top: 7%;
}

.sponsorSquare {
    background: #39b549;   
}
    .sponsorSquare h2 {
        font: 22px 'Lato', sans-serif;
        text-align: center;
        color: #FCFDFD;
        padding: 0px 10px 13px;
    }
    .sponsorSquare.fullWidthSponsore h2 {
        font: 18px 'Lato', sans-serif;
        padding: 0;
        margin-top: 10px;
    }

.sponsorItem {
    max-width: 23%;
    float: left;
    margin: 15px 6px 10px;
}
    .sponsorItem:hover {
        opacity: 0.8;
    }

    .sponsorItem img {
        max-height: 38px;
    }

@media only screen and (max-device-width:480px) {
    .sponsorItem:nth-child(3n + 1) {
        clear: left;
    }
}
@media only screen and (device-width:768px) {
    .sponsorItem:nth-child(5n + 1) {
        clear: left;
    }
}
@media only screen and (min-width:768px) {
    .sponsorItem:nth-child(9n + 1) {
        clear: left;
    }
}

.withPaddingTop {
    padding-top: 10px;
}

.withPaddingBottom {
    padding-bottom: 15px;
}

.documentTable {
    border: 2px solid white;
}
    .documentTable td {
        border-left: 1px solid #00ADEF;
        border-top: 1px solid #00ADEF !important;
    }
    .documentTable tr:hover {
        background: #F3F3F4;
    }
    .documentTable a {
        font: 16px 'Lato', sans-serif;
        display: block;
        width: 100%;
        height: 100%;
    }
        .documentTable a.thick {
            font: 15px 'oswald', sans-serif;
        }

h3.thisFont {
    font-size: 26px;
    font-weight: 400;
    text-transform: none;
}

.halfPageHeight {
    min-height: 540px;
}

a.pushRight, span.pushRight {
    float: right;
}

.doesntMatch {
    border: 1px solid #A94442;
}

/*********************************************************************************/
/* Bootstrap Override                                                            */
/*********************************************************************************/
.lead {
    font-size: 1.2em;
    font-weight: 400;
}


/*********************************************************************************/
/* Home                                                                          */
/*********************************************************************************/

.introLeftMargin {
    margin-left: 15%;
    margin-top: 40px;
}
    .introLeftMargin img.introImage {
        display: block;
    }
    .introLeftMargin a.introImageLink {
        position: absolute;
        margin-left: 40px;
        margin-top: 10px;
        text-transform: uppercase;
    }
    .introLeftMargin span.smallArrowClick {
        background-image: url('images/BlueArrowSmall.png');
        position: absolute;
        width: 27px;
        height: 27px;
        top: -3px;
    }

.forumItem {
    text-align: center;
    position: relative;
    min-height: 1px;
    padding: 20px 10px;
    width: 50%;
    float: left;
}
    .forumItem:hover {
        background: #F3F3F4;
    }
    .forumItem img {
        padding: 0 6px;
        border-radius: 50%;
        display: inline-block;        
    }
    .forumItem p {
        font: 19px 'Oswald', sans-serif;
        font-weight: 300;
        text-align: center;
        color: #000000;
        margin: 25px 5px 16px;
        min-height: 55px;
    }
    .forumItem a span.forumReadMore {
        font: bold 12px 'Oswald', sans-serif;
    }
    .forumItem a {
        display: block;
    }

@media only screen and (min-width:769px) {
    .forumItem {
        width: 20%;
        float: left;
    }    
    .forumItem:nth-child(6n) {
        clear: left;
    }
}

@media (min-width: 992px) {
    .forumItem {
        width: 14.285%;
        float: left;
    }
    .forumItem:nth-child(6n) {
        clear: none;
    }    
}
@media (min-width: 1200px) {
    .forumItem {
        width: 14.285%;
        float: left;
    }
}

.media-tile-wrapper {
    padding-left: 7.5px;
    padding-right: 7.5px;
}
.media-tile {
    background-color: #f3f3f3;
    border: none;
    padding: 10px;    
}
.media-tile__img {
    position: relative;
    display: block;
}
.media-tile__img::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 56.25%;
}
.media-tile__img > img { 
    position: absolute;
    top:    0;
    bottom: 0;
    left:   0;
    height: 100%;
    width:  100%;
}
.media-tile__heading {
    font-size: 1.2em;
}
.media-tile__link {
    color: #02abf0;
}
.media-tile__link .arrowClick {
    display: inline-block;
    text-indent: -999em;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background-color: white;
    position: relative;    
}
.media-tile__link .arrowClick:before {
    left: 11px;
    top: 5px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-left-color: #02abf0;
    border-width: 9px;    
}
.media-tile__text {}


/*********************************************************************************/
/* Strategy                                                                      */
/*********************************************************************************/

a.popup-link {
    display: block;
    max-width: 100%;
    position: relative;
}
    a.popup-link:hover {
        opacity: 0.8;
    }

a.popup-link .glyphicon {
    padding: 5px;
    display: inline-block;
    position: absolute;
    top: auto;
    bottom: 13px;
    left: 15px;
    background: rgba(0, 0, 0, 0.3);
    color: white !important;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}


.fullWidthImages img {
    width: 100%;
}

.strategyCaptionPadding {
    padding-left: 0px;
}
    h2.strategySubtitle {
        font: 23px 'Lato', sans-serif;
    }

.strategySquare {
    background: #F3F3F4;
}
    .strategySquare.hoverable:hover {
        opacity: 0.8;
    }

    .strategySquare .col-md-12 {
        padding-left: 29px;
        padding-right: 29px;
    }
    .strategySquare h3 {
        font-size: 26px;
        font-weight: 400;
        text-transform: none;
    }
        .strategySquare h3.strategyHeader {
            font-family: 'Oswald', sans-serif;
            font-size: 26px;
        }
    .strategySquare p {
        font: 14px 'Oswald', sans-serif;
        color: #000203;
        margin-top: 20px;
    }
    .strategySquare p.readMore {
        font: 14px 'Oswald', sans-serif;
        display: block;
        margin-top: 50%;
        color: #00ADEF;
    }
        .strategySquare a.handsetLink {
            position: relative;
            bottom: 10px;
            left: 15px;
        }

    .strategySquare ul {
        font: 14px 'Oswald', sans-serif;
    }

/*********************************************************************************/
/* Landing                                                                       */
/*********************************************************************************/

.landingItems h2 {
    margin-top: 0px;
    color: #00ADEF;
}
    .landingItems a h2:hover {
        color: #0EBDF2;
    }
.landingItems a.readMore {
    font: 14px 'Oswald', sans-serif;
}
    .landingItems a.handsetLink {
        bottom: 0px;
    }

/*********************************************************************************/
/* Search                                                                        */
/*********************************************************************************/

ul.searchResultList {
    list-style-type: none;
    padding-left: 0px;
}
    ul.searchResultList li {
        background: #F3F3F4;
        padding: 10px 10px 10px 10px;
        margin-bottom: 10px;
    }
        ul.searchResultList li span.searchTitle {
            display: block;
            padding: 5px 10px 10px 5px;
            font: 17px 'Lato', sans-serif;
            font-weight: 700;
            color: #000000;
        }

        ul.searchResultList li p {
            color: #000000;
        }

.share-wrap {
    padding-left: 45px;
}
.share-wrap ul li a {
  color: #ffffff;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  width: 35px;
  text-decoration: none;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  font-size: 16px;
}
.share-wrap ul li a.fa-facebook {
  background-color: #3e5b97;
}
.share-wrap ul li a.fa-facebook:hover {
  color: #3e5b97;
}
.share-wrap ul li a.fa-twitter {
  background-color: #2aa7de;
}
.share-wrap ul li a.fa-twitter:hover {
  color: #2aa7de;
}
.share-wrap ul li a.fa-linkedin {
  background-color: #4393cc;
}
.share-wrap ul li a.fa-linkedin:hover {
  color: #4393cc;
}
.share-wrap ul li a:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #000000;
}

@media (max-width:768px) {
    .footer .footerMiddleLogo {
        border-bottom: 0px solid #5A5758;
    }
    .navbar ul li a .glyphicon {
        display: none;
    }
}

@media (max-width:900px) and (min-width:768px) {
    .row {
        margin-right: 0; 
    }
}

 .navbar a .glyphicon {
    font-size: 12px;
    margin-left: 5px;
 }

 a:focus {
     text-decoration: none;
 }

 /*********************************************************************************/
/* BLOG ARTICLE LIST                                                             */
/*********************************************************************************/

.article-list {
    padding-left: 7px;
    list-style: none
}

.article-list-title {
    margin-bottom: 30px;
    margin-top: 0;
}

.article-list-item {
    position: relative;
    display: block;
    color: #222;
}

.article-list-item a {
    color: inherit;
    position: relative;
    display: block;
    margin-bottom: 7px;
    font-weight: 700;
    font-size: 0.875em;
}

.article-list-item ul {
    margin-left: 7px
}