/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html{ font-family:sans-serif;/* 1 */ -ms-text-size-adjust:100%;/* 2 */ -webkit-text-size-adjust:100%;/* 2 */}body{ margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{ display:block}audio,canvas,progress,video{ display:inline-block;/* 1 */ vertical-align:baseline;/* 2 */}audio:not([controls]){ display:none; height:0}[hidden],template{ display:none}a{ background-color:transparent}a:active,a:hover{ outline:0}abbr[title]{ border-bottom:1px dotted}b,strong{ font-weight:bold}dfn{ font-style:italic}h1{ font-size:2em; margin:0.67em 0}mark{ background:#ff0; color:#000}small{ font-size:80%}sub,sup{ font-size:75%; line-height:0; position:relative; vertical-align:baseline}sup{ top:-0.5em}sub{ bottom:-0.25em}img{ border:0}svg:not(:root){ overflow:hidden}figure{ margin:1em 40px}hr{ -moz-box-sizing:content-box; box-sizing:content-box; height:0}pre{ overflow:auto}code,kbd,pre,samp{ font-family:monospace,monospace; font-size:1em}button,input,optgroup,select,textarea{ color:inherit;/* 1 */ font:inherit;/* 2 */ margin:0;/* 3 */}button{ overflow:visible}button,select{ text-transform:none}button,html input[type="button"],/* 1 */input[type="reset"],input[type="submit"]{ -webkit-appearance:button;/* 2 */ cursor:pointer;/* 3 */}button[disabled],html input[disabled]{ cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{ border:0; padding:0}input{ line-height:normal}input[type="checkbox"],input[type="radio"]{ box-sizing:border-box;/* 1 */ padding:0;/* 2 */}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{ height:auto}input[type="search"]{ -webkit-appearance:textfield;/* 1 */ -moz-box-sizing:content-box; -webkit-box-sizing:content-box;/* 2 */ box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{ -webkit-appearance:none}fieldset{ border:1px solid #c0c0c0; margin:0 2px; padding:0.35em 0.625em 0.75em}legend{ border:0;/* 1 */ padding:0;/* 2 */}textarea{ overflow:auto}optgroup{ font-weight:bold}table{ border-collapse:collapse; border-spacing:0}td,th{ padding:0}


/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #096d7b;
    text-shadow: none;
    color: #ffffff;
}

::selection {
    background: #096d7b;
    text-shadow: none;
    color: #ffffff;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 20px;
    background: #000;
    color: #eee;
    padding: 20px;
}

    .browsehappy a {
        color: #ccc;
    }

/* FF/IE list fix */
ul,
li {
    margin: 0;
    padding: 0;
}


/* $Magnific Popup ////////////////////////////////////////////////////////////*/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #10bed7;
  opacity: 0.7;
  filter: alpha(opacity=70); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #fff;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
/*
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #fff; }
*/

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
/*
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #fff; }
*/

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    /* content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; */
  }      
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #fff;
  background-color: #10bed7;
  padding: 10px;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }
 }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; }
 }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }


/* Animations */
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}




/* $Base ////////////////////////////////////////////////////////////*/
html {
    min-width: 320px;
    background-color: #d9d9d9;
    overflow-x: hidden;
}

body {
    -webkit-overflow-scrolling: touch;
    position: relative;
    overflow-x: hidden;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

a:hover,
a:active {
    outline: none;
}

:focus {
    outline-color: #ccc;
}

img {
    max-width: 100%;
}

.container {
    position: relative;
    width: 95%;
    margin: 0 auto;
    max-width: 1020px;
    max-width: 1200px;
}

li {
    display: block
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

h1, h2, h3, h4 {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
}

ul, menu, dir {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-padding-start: 0;
}


/* $General ////////////////////////////////////////////////////////////*/
a {
    color: #47818a;
    text-decoration: none;
}


h1, h2 {
    margin: 0;
}

.bodyContent {
 
}

    .bodyContent p {
        -webkit-margin-before: 0;
        -webkit-margin-after: 0;
        -webkit-margin-start: 0;
        -webkit-margin-end: 0;
        padding: 0 0 20px 0;
        margin: 0;
    }

    .bodyContent h2 {
        border-bottom: solid 1px #f2f2f2;
        margin-bottom: 20px;
        padding: 20px;
        color: #666;
        font-weight: 400;
        font-size: 26px;
        line-height: 26px;
    }

    .bodyContent a {
        text-decoration: underline;
    }

    .bodyContent h3 {
        margin-bottom: 20px;
        font-weight: 400;
        font-size: 20px;
        line-height: 25px;
        color: #51b2c0;
    }

    .bodyContent h4 {
        margin-bottom: 10px;
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .bodyContent .small {
        font-size: 11px;
        line-height: 18px;
        color: #999;
    }

.vert-text {
    display: table;
    width: 100%;
    height: 100%;
}

.vert-text__content {
    display: table-cell;
    vertical-align: middle;
}

.square-list {
    
}

.square-list__item {
    position: relative;
    background-color: #f6f6f6;
    padding: 15px 20px 15px 20px;
    margin-bottom: 1px;
    border-left: solid 5px #ddd;
    color: #888;
}

.section-head {
    background-color: #dce7eb;
    padding: 15px !important;
    margin-bottom: 20px !important;
    font-weight: 700 !important;
    color: #65a4ad !important;
    text-transform: uppercase!important;
    letter-spacing: 1px !important;
    font-size: 12px !important;
    line-height: 12px !important;
}

.general-list {
    margin-top: 20px;
}

.general-list__head {
    display: block;
    padding: 10px;
    margin: 0;
    background-color: #f6f6f6;
    padding: 15px 20px;
    color: #fff;
    color: #888;
    font-weight: 400;
}

.general-list__item {
    position: relative;
    border-top: solid 1px #ddd;
}

.headBar {
    position: relative;
}

.headIconBG {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 70px;
    background-color: #e8e8e8;
}

.headIcon {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -16px;
    margin-top: -16px;
    width: 32px;
    height: 32px;
    -ms-behavior: url(backgroundsize.min.htc); /* IE8 */
}

.contentSection {
    padding-bottom: 40px;
    border-bottom: solid 1px #eee;
    margin: 0 20px 40px 20px;
}

.unpublished-warning {
    background-color: #a61b0c;
    font-size: 18px;
    padding: 70px;
    text-align: center;
    margin: 0 0 40px 0;
    color: white;
}

.unpublished-preview {
    background-color: #a61b0c;
    margin-left: 10px;
    padding: 0px 10px;
    color: white;
}

.retired-team {
    background-color: #096d7b;
    font-size: 18px;
    padding: 10px 20px;
    color: white;
}

    .contentSection p:last-of-type {
        padding-bottom: 0px;        
    }

    .bulletList {
        margin-left: 20px;
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .bulletList li {
        position: relative;
        margin-bottom: 10px;
        padding-left: 30px;
    }

        .bulletList li:before {
            position: absolute;
            content: "";
            top: 8px;
            left: 0;
            background-color: #10bed7;
            width: 6px;
            height: 6px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
        }

    .main .contentSection:last-of-type {
        padding-bottom: 0px;
        border-bottom: none;
        margin-bottom: 10px;
    }

pre {
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre;
    white-space: -moz-pre-wrap;
    white-space: pre-wrap;
    white-space: pre\9;
}

.codeBlock {
    position: absolute;
    top: 0;
    width: 50px;
    left: 0px;
    bottom: 0;
    background-color: #eee;
}

.codeText {
    position: relative;
}

.codeDisplay {
    position: relative;
    background-color: #f6f6f6;
    border-top: solid 1px #ddd;
    margin-top: 30px;
    color: #666;
}

    .codeDisplay:after {
        position: absolute;
        content: "";
        left: 0;
        bottom: -2px;
        width: 100%;
        height: 1px;
        background-color: #ddd;
    }

    .codeDisplay pre {
        margin: 0 20px 0 70px;
        padding: 20px 0 20px 0;
    }

    .codeDisplay:before {
        left: auto;
        right: 0;
    }

    .codeDisplay h4 {
        margin: 0;
        border-bottom: solid 1px #fff;
        padding: 15px 20px;
        color: #888;
        font-weight: 700;
    }

.listBlock {
    margin-bottom: 40px;
}

.listHead,
.listText {
    float: left;
    margin-bottom: 5px;
}

.listHead {
    font-weight: 700;
    width: 150px;
    clear:both;
}

.listText {
    
}

.highlight-box {
    display: block;
    background-color: #f6f6f6;
    padding: 20px;
    color: #888;
}

.intro-text {
    padding-bottom: 20px !important;
}

.alert-box {
    background-color:#ccc;
    display: block;
    padding: 20px;
    margin-bottom: 40px;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
}




/* $Structure ///////////////////////////////////////////////////////////////////////////////////////////////////*/
/*
Author  : Boon
URL     : http://builtbyboon.com
Twitter	: http://twitter.com/mattberridge
---------------------------------------*/
.grid-wrap {
    margin-left: -40px;
    overflow: hidden;
    clear: both; }

.grid-col {
    float: left;
    padding-left: 40px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.mainBG {
    background-color: #f4f4f4;
    padding-bottom: 100px;
    padding-top: 100px;
}

.main {
    background-color: #fff;
    padding-bottom: 20px;
}

.pageWrapShell {
    width: 100%;
    overflow: hidden;
}

#pageWrap {
    position: relative;
    overflow: hidden;
    max-width: 100%;
}

.pageOverlay {
    position: fixed;
    cursor: pointer;
}

    .pageOverlay--loading {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 999;
        background-color: #fff;
    }

.sideCol {
    width: 25%;
}

.mainCol {
    width: 75%;
}

.singleCol {
    max-width: 800px;
    margin: 0 auto;
}

.alertCol {
    max-width: 500px;
    margin: 0 auto;
}

.fullCol {
   width: 100%;   
}

.halfCol {
    width: 50%;
}

.siteStructure {
    margin-left: -1px;
}

.siteStructureCol {
    padding-left: 1px;
}



/* $Side Bar ////////////////////////////////////////////////////////////*/
.sideBlock {
    
}

.sideHead {
    position: relative;
    padding: 20px;
    margin: 0;
    background-color: #10bed7;
    font-weight: 400;
    font-size: 26px;
    line-height: 26px;
    color: #fff;
}

    .sideHead:after {
        position: absolute;
        content: "";
        left: 0;
        bottom: 0;
        background-color: #0fb4cc;
        width: 100%;
        height: 5px;
    }

.subNav {
    margin-top: 1px;
    margin-bottom: 10px;
}

.subNavItem {

}

.subNavBtn {
    position: relative;
    display: block;
    background-color: #0ea3b9;
    margin-bottom: 1px;
    padding: 12px 20px;
    text-decoration: none;
}

.subNavBtnTxt {
    display: block;
    position: relative;
    z-index: 2;
    color: #fff;
    margin-left: 50px;
}

.subNavBtnIconBG {
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    background-color: #10bed7;
}

.subNavBtnIcon {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -8px;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    -ms-behavior: url(backgroundsize.min.htc); /* IE8 */
}



/* $Icons ////////////////////////////////////////////////////////////*/
.config .icon {
    background: url('../img/iconConfig.png') 0 0 no-repeat;
    background-size: contain;
}

.routeServers .icon {
    background: url('../img/iconRouteServers.png') 0 0 no-repeat;
    background-size: contain;
}

.collector .icon {
    background: url('../img/iconCollector.png') 0 0 no-repeat;
    background-size: contain;
}

.ipv6 .icon {
    background: url('../img/iconIpv6.png') 0 0 no-repeat;
    background-size: contain;
}

.lookingGlass .icon {
    background: url('../img/iconLookingGlass.png') 0 0 no-repeat;
    background-size: contain;
}

.about .icon {
    background: url('../img/iconLonap.png') 0 0 no-repeat;
    background-size: contain;
}

.network .icon {
    background: url('../img/iconNetwork.png') 0 0 no-repeat;
    background-size: contain;
}

.bandwidth .icon {
    background: url('../img/iconBandwidth.png') 0 0 no-repeat;
    background-size: contain;
}

.blog .icon {
    background: url('../img/iconBlog.png') 0 0 no-repeat;
    background-size: contain;
}

.blogCategory .icon {
    background: url('../img/iconBlogCategory.png') 0 0 no-repeat;
    background-size: contain;
}

.blogYear .icon {
    background: url('../img/iconBlogYear.png') 0 0 no-repeat;
    background-size: contain;
}

.daily .icon {
    background: url('../img/iconDaily.png') 0 0 no-repeat;
    background-size: contain;
}

.weekly .icon {
    background: url('../img/iconWeekly.png') 0 0 no-repeat;
    background-size: contain;
}

.additional .icon {
    background: url('../img/iconAdditional.png') 0 0 no-repeat;
    background-size: contain;
}

.benefits .icon {
    background: url('../img/iconBenefits.png') 0 0 no-repeat;
    background-size: contain;
}

.rulesregulations .icon {
    background: url('../img/iconRulesRegulations.png') 0 0 no-repeat;
    background-size: contain;
}

.fees .icon {
    background: url('../img/iconFees.png') 0 0 no-repeat;
    background-size: contain;
}

.members .icon {
    background: url('../img/iconMembers.png') 0 0 no-repeat;
    background-size: contain;
}

.faq .icon {
    background: url('../img/iconFaq.png') 0 0 no-repeat;
    background-size: contain;
}

.join .icon {
    background: url('../img/iconJoin.png') 0 0 no-repeat;
    background-size: contain;
}

.mail .icon {
    background: url('../img/iconMail.png') 0 0 no-repeat;
    background-size: contain;
}

.positive .icon {
    background: url('../img/iconPositive.png') 0 0 no-repeat;
    background-size: contain;
}

.manrs .icon {
    background: url('../img/iconManrs.png') 0 0 no-repeat;
    background-size: contain;
}

.staff .icon {
    background: url('../img/iconStaff.png') 0 0 no-repeat;
    background-size: contain;
}



/* Calculator */

.calculator {
    margin-top: 20px;
    /*margin-bottom: 20px;*/
    background-color: #0ea3b9;
    padding: 10px 15px;
}

.calculator-title {
    color: white;
    font-size: 20px;
    margin-bottom: 20px;
}

.calculator-input {
    background-color: #10bed7;
    padding: 10px 10px;
    color: white;
    margin-bottom: 10px;
}

.calculator-input INPUT {
    border: none;
}

.calculator-input INPUT::placeholder {
    color: #ddd;
    font-style: italic;
}

.calculator-input LABEL {
    margin-right: 10px;
}

.calculator-output {
    background-color: #10bed7;
    padding: 10px 10px;
    color: white;
    margin-bottom: 10px;
}

.calculator-output.error {
    background-color: #d34413;
    font-weight: bold;
}

.ipv6-calculator {
    width: 400px;
    max-width: 100%;
}

.mac-calculator {
    width: 400px;
    max-width: 100%;
}


/* $Header ////////////////////////////////////////////////////////////*/
header {
    position: fixed;
    z-index: 2;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    overflow: hidden;
    background-color: #fff;
    border-bottom: solid 1px #eee;
}

.lonaplogoBtn {
    float: left;
    background-color: #2b383b;
    display: block;
    width: 290px;
    height: 100%;
}

.lonaplogo {
    float: left;
    margin-left: 15px;
    margin-top: 10px;
    display: block;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 30' fill='%23fff' %3e%3cpath d='M14.538 15l-6.46-6.462v5.54H6.46v-5.54L0 15l6.46 6.46V15.7h1.616v5.77zm-5.71-7.385l6.46 6.462 6.462-6.462h-5.54V6.46h5.54L15.288 0l-6.46 6.46h5.77v1.154zm12.923 14.54l-6.462-6.462-6.46 6.462h5.538v1.384h-5.54L15.288 30l6.462-6.462h-5.77v-1.384zm2.02-7.847h-1.385v-5.77L15.923 15l6.46 6.46v-5.538h1.385v5.538L30.23 15l-6.46-6.462zm15.7-5.05h-1.404v12.438h8.404v-1.297h-7zm13.698-.213c-3.785 0-6.36 3.003-6.36 6.432v.036c0 3.43 2.54 6.397 6.325 6.397s6.362-3.003 6.362-6.432c.018-.018.018-.018 0-.035 0-3.43-2.54-6.398-6.326-6.398zm4.868 6.467c0 2.825-2.026 5.1-4.87 5.1s-4.904-2.3-4.904-5.135v-.036c0-2.825 2.026-5.1 4.868-5.1s4.904 2.3 4.904 5.135v.035zm12.58 3.714L62.77 9.257h-1.314v12.438h1.367v-10.2l8.032 10.2h1.12V9.257h-1.368zM79.1 9.168l-5.668 12.527h1.44l1.475-3.287h6.77l1.457 3.287h1.5L80.416 9.168H79.1zm-2.204 7.978l2.843-6.343 2.825 6.343h-5.668zm15.3-7.89h-4.655v12.438h1.404v-4.4h3.02c2.647 0 4.886-1.386 4.886-4.07V13.2c-.001-2.45-1.85-3.944-4.656-3.944zm3.234 4.034c0 1.635-1.35 2.736-3.412 2.736h-3.074v-5.473H92.1c2.008 0 3.34.924 3.34 2.7v.036z'/%3e%3c/svg%3e") 0 0 no-repeat;
    width: 100px;
    height: 30px;
    background-size: contain;
    -ms-behavior: url(backgroundsize.min.htc); /* IE8 */
}

.lonapStrap {
    float: left;
    display: block;
    padding: 21px 0 0 17px;
    color: #10bed7;
    text-align: right;
    font-size: 9px;
    line-height: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#navOpen {
    display:none;
}

#headNavBar {
    position: relative;
    position: fixed;
    left: 290px;
    right: 0;
    z-index: 1001;
}

.headNav {
    float: left;
    overflow: hidden;
    margin-left: 1px;
}

.headNavBtnCont,
.headNavBtnCont2 {
    position: relative;
}

.headNavBtnCont2 {
    height: 100%;
    background-color: #1797a9;
}

    .headNav li:nth-child(1) .headNavBtnCont2 {
        background-color: #10bed7;
    }

    .headNav li:nth-child(2) .headNavBtnCont2 {
        background-color: #1bc6df;
    }

    .headNav li:nth-child(3) .headNavBtnCont2 {
        background-color: #26cee7;
    }

    .headNav li:nth-child(4) .headNavBtnCont2 {
        background-color: #32d6ef;
    }

    .headNav li:nth-child(5) .headNavBtnCont2 {
        background-color: #55e1f7;
    }

    .headNav li:nth-child(6) .headNavBtnCont2 {
        background-color: #1aabc0;
    }

.headNavItem {
    position: relative;
    float: left;
    border-right: solid 1px #f4f4f4;
}

.headNavBtn {
    position: relative;
    display: block;
    width: auto;
    height: 50px;
    text-decoration: none;
    overflow: hidden;
}

.headNavBar {
    position: absolute;
    height: 1px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    background-color: #eee;
}

    .headNavBtnCont2 .headNavBar {
        background-color: #fff;
        background-color: rgba(255, 255, 255, 0.3);
    }

.headNavText {
    padding: 0 20px;
    font-size: 12px;
    line-height: 50px;
    text-align: center;
    display: block;
    text-transform: uppercase;
    color: #666;
}

.headSideNav {
    float: right;
}

    .headSideNav .headNavItem {
        border-right: none;
        border-left: solid 1px #f4f4f4;
    }

    .headSideNav .headNavText {
        color: #fff;
    }

    .headSideNav .headNavBtn {
        background-color: #10bed7;
    }

.headAltBtn {
    position: relative;
    display: block;
    width: auto;
    width: 50px;
    height: 50px;
    text-decoration: none;
    overflow: hidden;
}

    .twitter .icon {
        background: url('../img/headAltTwitter.png') 0 0 no-repeat;
    }

    .linkedin .icon {
        background: url('../img/headAltLinkedin.png') 0 0 no-repeat;
    }

    .twitter .headAltBtnAlt .icon {
        background: url('../img/headAltTwitterAlt.png') 0 0 no-repeat;
        background-size: contain;
    }

    .linkedin .headAltBtnAlt .icon {
        background: url('../img/headAltLinkedinAlt.png') 0 0 no-repeat;
        background-size: contain;
    }


.headAltBlock .icon,
.headAltBtnAlt .icon {
    display: block;
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    background-size: contain;
    -ms-behavior: url(backgroundsize.min.htc); /* IE8 */
}

.headAltBtnAlt {
    position: relative;
    margin-top: 100%;
    height: 100%;
    width: 100%;   
    background-color: #10bed7;
}



/* $Form ////////////////////////////////////////////////////////////*/
.form-block {
    margin: 0 20px 40px 20px
}

.form__grid {
    margin-left: -10px;
}

.form__col {
    padding-left: 10px;
}

.form-section {
    background-color: #fafafa;
    border: solid 1px #eee;
    padding: 20px;
    margin-bottom: 20px;
}

    .form-section h4 {
        margin-top: 10px;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: solid 1px #eee;
        font-size: 14px;
        color: #888;
    }

.form-spacer {
    margin-bottom: 40px;
}

.form__col-title {
    width: 100%;
}

    .form__col-title h3 span {
        font-size: 14px;
    }

.form__col-label {
    width: 40%;
}

.form__col-input {
    width: 60%;
    margin-bottom: 50px;
}

	.form__col-input input,
    .form__col-input textarea,
    .form__col-input select {
        padding: 0;
        width: 100%;
		background-color: #f6f6f6;
		outline: none;
        border: solid 1px #e2e2e2;
        padding: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
		color: #888;
	}

		.form__col-input input:focus,
        .form__col-input textarea:focus{
			color: #fff;
			background-color: #0ea3b9;
            border-color: #0c8c9f;
		}

.form-submit {
    border-top: solid 1px #eee;
    padding-top: 50px;
}

.form-btn {
    display: block;
    width: 100%;
    background-color: #10bed7;
    cursor: pointer;
	border: none;
    padding: 20px 0;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #fff;
    text-align: center;
    font-size: 14px;
}

    .form-btn:active,
    .form-btn:focus,
    .form-btn:hover {
		background-color: #0ea3b9;
	}

.form__label {
    margin-top: 9px;
    display: block;
    line-height: 20px;
}

.form__label--alt {
    display: block;
    color: #aaa;
    font-size: 12px;
    line-height: 16px;
}

.form__label--description {
    display: block;
    margin-top: 10px;
    color: #aaa;
    font-size: 12px;
    line-height: 16px;
}


/* Hide regular checkbox and radio element*/
.fh-checkbox > [type="checkbox"]:checked, .fh-checkbox > [type="checkbox"]:not(:checked),
.fh-radio > [type="radio"]:checked,
.fh-radio > [type="radio"]:not(:checked) {
    width: 0;
    height: 0;
    display: none;
    opacity: 0;
}

/* Checkbox and radio - checked */
.fh-checkbox > [type="checkbox"]:checked + label, .fh-checkbox > [type="checkbox"]:not(:checked) + label,
.fh-radio > [type="radio"]:checked + label, .fh-radio > [type="radio"]:not(:checked) + label {
    display: inline-block;
    margin-right: 20px;
    margin-top: 7px;
    margin-bottom: 7px;
    padding-left: 32px;
    padding-top: 2px;
    position: relative;
    cursor: pointer;
    line-height: 18px;
}

    .fh-checkbox > [type="checkbox"]:checked + label:before, .fh-checkbox > [type="checkbox"]:not(:checked) + label:before,
    .fh-radio > [type="radio"]:checked + label:before, .fh-radio > [type="radio"]:not(:checked) + label:before {
        position: absolute;
        display: inline-block;
        bottom: 1px;
        left: 0;
        width: 15px;
        height: 15px;
        border: 1px solid #aaa;
        color: #999;
    }


        /* Checkbox and radio - checked hover */
        .fh-checkbox > [type="checkbox"]:checked + label:hover:before, .fh-checkbox > [type="checkbox"]:not(:checked) + label:hover:before,
        .fh-radio > [type="radio"]:checked + label:hover:before, .fh-radio > [type="radio"]:not(:checked) + label:hover:before {
            background-color: #0a7a8a;
            border-color: #0a7a8a;
        }

            .fh-checkbox > [type="checkbox"]:checked:focus + label:before, .fh-checkbox > [type="checkbox"]:not(:checked):focus + label:before,
            .fh-radio > [type="radio"]:checked:focus + label:before, .fh-radio > [type="radio"]:not(:checked):focus + label:before {
                border-color: #666;
                box-shadow: 0 0 6px 0 #666;
            }

        /* Checkbox and radio - checked disabled */
        .fh-checkbox > [type="checkbox"]:checked[disabled] + label, .fh-checkbox > [type="checkbox"]:not(:checked)[disabled] + label,
        .fh-radio > [type="radio"]:checked[disabled] + label, .fh-radio > [type="radio"]:not(:checked)[disabled] + label {
            cursor: not-allowed;
            opacity: .4;
        }

            .fh-checkbox > [type="checkbox"]:checked[disabled] + label:before, .fh-checkbox > [type="checkbox"]:not(:checked)[disabled] + label:before,
            .fh-radio > [type="radio"]:checked[disabled] + label:before, .fh-radio > [type="radio"]:not(:checked)[disabled] + label:before {
                opacity: .7;
            }


/* Checkbox styling */
.fh-checkbox > [type="checkbox"]:checked + label:before,
.fh-checkbox > [type="checkbox"]:not(:checked) + label:before {
    font-family: sans-serif;
    font-size: 11px;
    line-height: 15px;
    text-align: center;
    -webkit-transition: border-color .2s ease-in, background-color .2s ease-in;
    -moz-transition: border-color .2s ease-in, background-color .2s ease-in;
    -o-transition: border-color .2s ease-in, background-color .2s ease-in;
    -ms-transition: border-color .2s ease-in, background-color .2s ease-in;
    transition: border-color .2s ease-in, background-color .2s ease-in;
}

    .fh-checkbox > [type="checkbox"]:checked + label:before {
        content: "";
        background: url('../img/checkbox.png') center center no-repeat;
        background-size: 15px 15px;
        color: #FFF;
        background-color: #10bed7;
        border-color: #10bed7;
    }

    .fh-checkbox > [type="checkbox"]:not(:checked) + label:before {
        content: "";
    }


/* Radio styling */
.fh-radio > [type="radio"]:checked + label:before,
.fh-radio > [type="radio"]:not(:checked) + label:before {
    content: "";
    border-radius: 50%;
    -webkit-transition: border-color .2s ease-in, box-shadow .1s ease-in, background-color .2s ease-in, box-shadow .2s ease-in;
    -moz-transition: border-color .2s ease-in, box-shadow .1s ease-in, background-color .2s ease-in;
    -o-transition: border-color .2s ease-in, box-shadow .1s ease-in, background-color .2s ease-in;
    -ms-transition: border-color .2s ease-in, box-shadow .1s ease-in, background-color .2s ease-in;
    transition: border-color .2s ease-in, box-shadow .1s ease-in, background-color .2s ease-in;
}

    .fh-radio > [type="radio"]:checked + label:before {
        color: #57cb85;
        border-color: #aaa;
        background-color: #666;
        box-shadow: inset 0 0 0 2px #fff;
    }

    .fh-radio > [type="radio"]:not(:checked) + label:before {
        box-shadow: inset 0 0 0 4px #fff;
    }




/* $Fees ////////////////////////////////////////////////////////////*/
.table-grid {
    margin-left: -0px;
}

.table-col {
    padding-left: 0px;
}

.table-block {
    background-color: #f6f6f6;
}

.table-block__head-block {
    background-color: #ddd;
}

.table-block__head {
    margin: 0 !important;
    padding: 15px 20px !important;
    color: #888 !important;
    font-size: 12px !important;
    line-height: 16px !important;
    font-weight: 700 !important;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.table-block__cell {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    border-top: solid 1px #ddd;
    font-weight: 400;
    color: #888;
}

.fees .table-col-1 {
    width: 40%;
}

.fees .table-col-2 {
    width: 30%;
}
.fees .table-col-3 {
    width: 30%;
}

.fees .table-block__cell {
    height: 80px;
}

.table-block__cell--item {
    background-color: #eee;
    font-weight: 700;
}

.table-btn {
    text-decoration: none !important;
}

    .table-btn:hover {
        background-color: #eee;
    }

    .table-btn:hover .table-btn__text {
        background-color: #10bed7;
        color: #fff;
    }

.table-btn__text {
    display: block;
    padding: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #eee;
    color: #888;
}

.table-reg__text {
    display: block;
    padding: 10px;
}


/* $Members ////////////////////////////////////////////////////////////*/
.members .table-col-1 {
    width: 60%;
}

.members .table-col-2 {
    width: 20%;
}

.members .table-col-3 {
    width: 20%;
}

.members .table-block__cell {
    padding: 10px;
    height: auto;
}


/* $Routeservers /////////////////////////////////////////////////////*/
.routeservers .table-col-1 {
    width: 60%;
}

.routeservers .table-col-2 {
    width: 20%;
}

.routeservers .table-col-3 {
    width: 20%;
}

.routeservers .table-block__cell {
    padding: 10px 10px 10px 20px;
    height: auto;
}

/* instead of creating table-col objects for each page, let's create some standard ones */

.table-col-5pcnt {
	width: 5%;
}
.table-col-10pcnt {
	width: 10%;
}
.table-col-15pcnt {
	width: 15%;
}
.table-col-10pcnt {
	width: 20%;
}
.table-col-25pcnt {
	width: 25%;
}
.table-col-30pcnt {
	width: 30%;
}
.table-col-35pcnt {
	width: 35%;
}
.table-col-40pcnt {
	width: 40%;
}
.table-col-45pcnt {
	width: 45%;
}
.table-col-50pcnt {
	width: 50%;
}
.table-col-55pcnt {
	width: 55%;
}
.table-col-60pcnt {
	width: 60%;
}
.table-col-65pcnt {
	width: 65%;
}
.table-col-70pcnt {
	width: 70%;
}
.table-col-75pcnt {
	width: 75%;
}
.table-col-80pcnt {
	width: 80%;
}
.table-col-85pcnt {
	width: 85%;
}
.table-col-90pcnt {
	width: 90%;
}
.table-col-95pcnt {
	width: 95%;
}
.table-col-100pcnt {
	width: 100%;
}



/* $AGM ////////////////////////////////////////////////////////////*/
.container--agm {
    max-width: 700px;
}

.agm .table-grid .table-col:nth-child(-n+2) .table-block__cell {
    border-top: none;
}

.agm .table-block {
    background-color: transparent;
}

.agm .table-block__cell--item {
    background-color: transparent;
}

.agm .table-col-1 {
    width: 25%;
}

.agm .table-col-2 {
    width: 75%;
}

.agm  .table-col-full {
    width: 100%;
}

.agm .form-submit {
    margin: 0 20px 20px 20px;
    border-top: none;
    padding-top: 20px;
}

.agm .table-block__cell {
    height: auto;
    min-height: 60px;
}

.agm-head {
    display: block;
    background-color: #2b383b;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 20px;
    margin: 0 0 20px 0;
    text-align: center;
}

    .agm-head:hover {
        background-color: #394a4e;
    }

.agm-lonap-logo {
    display: block;
    width: 290px;
    margin: 0 auto 10px auto;
}

.agm-head__sub {
    display: block;
    font-size: 32px;
    line-height: 32px;
    font-weight: 300;
    color: #10bed7;
}

    .agm-head__sub strong {
        font-weight: 300;
        color: #fff;
    }

.agm-table__intro-text {
    margin-bottom: 10px;
}

.agm-footer {
   padding-top: 0px;   
}

.agm-alert {
    margin-bottom: 40px;
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 12px 5px;
    background-color: #2b383b;
    color: #fff;
    text-align: center;
    line-height: 20px;
}

.agm-lightframe {
    padding: 20px;
    border: solid 1px #ddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fafafa;
}

.agm-table {
    margin-bottom: 60px;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.agm-table__regcontent {
    padding: 20px;
}

    .agm-table__regcontent .agm-table__text-head {
        margin-top: 0px;
        border-bottom: solid 1px #ddd;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

.agm-table__grid {
    margin-left: -1px;
}

.agm-table__col {
    padding-left: 1px;
}

.agm-table__text-head {
    display: block;
    margin-top: 23px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 300;
    color: #666;
}

.agm-table__text-body {
    display: block;
    margin: 20px 0;
    color: #999;
}

    .agm-table__text-body p {
        padding: 10px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        color: #666;
        font-size: 14px;
        line-height: 24px;
        background-color: #f6f6f6;
    }

    .agm-table__text-body p a {
        display: inline-block;
        padding: 0px 6px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        background-color: #e8e8e8;
        color: #666;
    }

        .agm-table__text-body p a:hover {
            background-color: #10bed7;
            color: #fff;
        }

.agm .form__col-input {
    width: 100%;
    margin-bottom: 0px;
}

.agm__subhead {
    margin: 0 0 20px 0;
    font-size: 30px;
    line-height: 30px;
    font-weight: 300;
}

.agm__subline-head {
    display: block;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #ddd;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: #999;
}

.agm-candidate {
    margin-bottom: 40px;
}

.agm__actions {
    margin: 20px 0;
}

.agm__actions__grid {
    margin-left: -10px;
}

.agm__actions__col {
    padding-left: 10px;
    width: 33.33333333333333%;
}

.agm__actions__btn {
    display: block;
    background-color: #10bed7;
    padding: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    text-align: center;
}

    .agm__actions__btn:hover {
        background-color: #222;
    }

.agm-small {
    font-size: 12px;
    line-height: 12px;
    color: #999;
}

.agm-plain {
    display: block;
    margin: 20px 0;
}

.agm-or {
    display: block;
    margin: 20px 0;
}

.agm-candidate .bodyContent ul {
    margin-bottom: 20px;
}

.agm-candidate .bodyContent li {
    position: relative;
    margin-bottom: 20px;
    padding-left: 40px;
}

    .agm-candidate .bodyContent li:after {
        position: absolute;
        content: "";
        top: 9px;
        left: 10px;
        background-color: #999;
        width: 5px;
        height: 5px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }


/* $Footer ////////////////////////////////////////////////////////////*/
footer {
    position: relative;
    z-index: 2;
    width: 100%;
    padding-top: 40px;
    background-color: #e8e8e8;
 }

.footerBottomStrip {
    padding: 20px 0;
    background-color: #d9d9d9;
}

.footerInfoBlock {
    margin-bottom: 40px;
}

.footerMainHead {
    border-bottom: solid 1px #ccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #888;
}

.footerSubHead {
    position: relative;
    margin-bottom: 20px;
    margin-bottom: 20px;
    font-size: 10px;
    line-height: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    color: #888;
}

    .footerSubHead:after {
        position: absolute;
        content: "";
        left: 0;
        bottom: -12px;
        width: 15px;
        height: 1px;
        background-color: #999;
    }

.footerBtn {
    position: relative;
    display: block;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: solid 1px #d4d4d4;
    text-decoration: none;
}

.footerBtnText {
    display: block;
    color: #666;
}

.footerBtnLine {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 5px;
    height: 1px;
    background-color: #555;
}

.footerInfo {
    margin-bottom: 40px;
}

.footerInfoCol {
    width: 25%;
    height: 400px;
}

.footerMembersItem {
    width: 100%;
}

.footerMembersBtn {
    display: block;
    position: relative;
    width: 100%;
    height: 80px;
    border-top: solid 1px #d4d4d4;
}

    .footerMembers li:nth-child(1) .footerMembersBtn {
        border: none;
    }

.footerMembersImg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -55px;
    margin-top: -25px;
    width: 110px;
    height: 50px;
    filter: grayscale(100%) brightness(60%) contrast(370%) opacity(40%);
    transition: 0.7s;
}

.footerMembersBtn:hover .footerMembersImg {
    filter: grayscale(0%) brightness(100%) contrast(100%) opacity(100%);
}

.footerCopy {
    float: left;
    display: block;
    margin-right: 20px;
    font-size: 12px;
    line-height: 16px;
    color: #888;
}




/* $Data Centres ///////////////////////////////////////////////////////////////////////////////////////////////////*/
.dataCentresBlock {
    /*margin-bottom: -20px;*/
}

    .dataCentresBlock .grid-wrap {
        margin-left: -40px;
    }

    .dataCentresBlock .grid-col {
        padding-left: 40px;
    }

.dataCentresItem {
    width: 33.33333333333333%;
    margin-bottom: 20px;
    min-height: 180px;
}

.dataCentresContainer {
    position: relative;
    overflow: hidden;
    background-color: #f8f8f8;
    height: 150px;
}

.dataCentresBtn {
    display: block;
    background-color: #eee;
    margin-bottom: 20px;
    width: 100px;
    float: left;
    padding: 5px;
    margin-right: 20px;
}

    .dataCentresBtn:hover .dataCentresLogo {
        opacity: 1;
        /*filter: alpha(opacity=100);*/
        filter: grayscale(0%) brightness(100%) contrast(100%);
    }

.dataCentresLogo {
    opacity: 0.5;
    /*filter: alpha(opacity=50);*/
    filter: grayscale(100%) brightness(120%) contrast(70%);
    transition: 0.7s;
}

.dataCentresList {
    clear: both;
}

.dataCentresSubList {
    clear: both;
    margin-top: 6px;
}

.dataCentresBuilding {
    position: relative;
    display: block;
    margin-bottom: 10px;
    padding-left: 15px;
    font-size: 10px;
    line-height: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    color: #999;
}

    .dataCentresBuilding:after {
        position: absolute;
        top: 3px;
        left: 0;
        content: "";
        width: 4px;
        height: 4px;
        background-color: #10bed7;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

/*
.dataCentresName {
    display: block;
    padding: 15px 20px;
    background-color: #f2f2f2;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #666;
}

.dataCentresText1 {
    display: block;
    padding: 10px 20px 5px 20px;
    color: #888;
}

.dataCentresText2 {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 10px;
    display: block;
    padding-top: 10px;
    border-top: solid 1px #ddd;
    font-size: 10px;
    line-height: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    color: #aaa;
}
*/



/* $The Team ///////////////////////////////////////////////////////////////////////////////////////////////////*/
.teamBlock {
    margin: 0 20px 30px 20px;
    border-bottom: 1px solid #eee;
}

.team-main-grid {

}

.team-main-item {
    width: 100%;
    margin-bottom: 40px;
}

.team-grid {
    margin-left: -20px;
}

.team-col-1,
.team-col-2 {
    padding-left: 20px;
}

.team-col-1 {
    width: 30%;
}

.team-col-2 {
    width: 70%;
}

.teamContainer {
    position: relative;
    overflow: hidden;
}

.team__pic-block {    
    position: relative;
    z-index: 1;
}

.team__pic-gfx {
    position: absolute;
    top: 50%;
    left: 50%;
}

.team__pic-hit {
    display: block;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    width: 10%;
    height: 10%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
}

.team__pic-gfx--1 {
    z-index: 2;
    width: 15%;
    height: 15%;
    background-color: #10bed7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: solid 1px #1c7987;
    opacity: 0;
    filter: alpha(opacity=0);
}

.team__pic-gfx--2,
.team__pic-gfx--3 {
    z-index: 1;
    width: 10%;
    height: 10%;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: solid 1px #333;
    opacity: 0;
    filter: alpha(opacity=0);
}

    .team__pic-gfx--2:after,
    .team__pic-gfx--3:after {
        position: absolute;
        top: 15%;
        left: 15%;
        content: "";
        width: 50%;
        height: 50%;
        background-color: #222;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

.team__pic {
    
}

.team__name {
    display: block;
    padding: 10px 20px 10px 0px;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
}

.team__title {
    display: inline-block;
    font-size: 10px;
    line-height: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    color: #999;
}

.team__link {
    display: block;
}

    .team__link:hover .team__link__text {
        background-color: #51b2c0;
        color: #fff;
    }

    .team__link:hover .team__link__icon {
        background-color: #3f8b96;
    }

.team__link__icon {
    display: block;
    float: left;
    width: 24px;
    height: 24px;
    background-color: #51b2c0;
    background-image: url('../img/headAltLinkedinAlt.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
}

.team__link__text {
    float: left;
    display: inline-block;
    padding: 0 7px;
    height: 24px;
    font-size: 10px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    color: #51b2c0;
}

.team__body {
    float:none;
    clear:both;
    padding: 10px 20px 0 0px;
}




/* $Bandwidth ///////////////////////////////////////////////////////////////////////////////////////////////////*/
.bwCol {
    width: 33.33333333333333%;
}



/* $General Big Button //////////////////////////////////////////////////////////////////////////////////////////*/
.genBtnBlock {
    margin: 40px 0px 10px 0px;
}

    .genBtnBlock .grid-wrap {
        margin-left: -20px;
    }

    .genBtnBlock .grid-col {
        padding-left: 20px;
    }

.genBtnBtn {
    position: relative;
    display: block;
    background-color: #f6f6f6;
    height: 90px;
    text-decoration: none !important;
}

.genTextBtn {
    height: 170px;
}

.genBtnIconBG {
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background-color: #10bed7;
}

    .genBtnBtn .icon { 
        position: absolute;
        display: block;
        left: 50%;
        top: 50%;
        margin-left: -12px;
        margin-top: -12px;
        width: 24px;
        height: 24px;
        background-size: contain;
        -ms-behavior: url(backgroundsize.min.htc); /* IE8 */
    }

.genBtnView {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    display: block;
    height: 40px;
    width: 100%;
    background-color: #10bed7;
}

    .genBtnView span {
        display: block;
        padding-left: 20px;
        font-size: 10px;
        line-height: 40px;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 700;
        color: #fff;
    }

.genBtnTitle {
    display: block;
    background-color: #eee;
    margin-bottom: 20px;
    padding: 0 20px;
    height: 50px;
    font-weight: 400;
    font-size: 18px;
    line-height: 50px;
    color: #666;
    text-decoration: none;
}

.genBtnText {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    font-size: 14px;
    line-height: 16px;
    color: #666;
}



/* $Testimonials ///////////////////////////////////////////////////////////////////////////////////////////////////*/
.testimonial {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}

.testimonial--home {
    margin: 0 20px 40px 20px;
    padding-bottom: 40px;
    border-bottom: solid 1px #eee;
}

.testimonial__text {
    position: relative;
    background-color: #10bed7;
    padding: 30px;
    margin: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
}

    .testimonial__text:after {
        content: "";
        position: absolute;
        bottom: -30px;
        left: 30px;
        border-width: 30px 0 0 30px;
        border-style: solid;
        border-color: #10bed7 transparent;
        display: block;
        width: 0;
    }


.testimonial__name {
    display: block;
    margin-top: 10px;
    margin-bottom: 5px;
    margin-left: 70px;
    font-size: 12px;
    line-height: 14px;
    color: #666;
}

.testimonial__company {
    display: block;
    margin-left: 70px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    line-height: 12px;
    color: #10bed7;
}




/* $Slider ///////////////////////////////////////////////////////////////////////////////////////////////////*/
#headSlider {
    overflow: hidden;
    width: 100%;
}

.headSliderBlock {
    position: relative;
}

.rsDefault, .rsDefault .rsOverflow, .rsDefault .rsSlide, .rsDefault .rsVideoFrameHolder, .rsDefault .rsThumbs {
   background-color: #fff !important;
}

    #headSlider .rsBullets {
        position: absolute;
        z-index: 2000;
        left: auto;
        width: auto;
        right: 20px;
        bottom: 20px;
        height: 20px;
        background-color: transparent;
    }

    #headSlider .rsBullet {
        width: 20px;
        height: 20px;
        cursor: pointer;
        background-color: transparent;
        padding: 0px;
        margin-left: 5px;
    }

        #headSlider .rsBullet span {
            display: block;
            width: 16px;
            height: 16px;
            background-color: transparent;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            border: solid 2px #fff;
        }

    #headSlider .rsBullet.rsNavSelected span {
        margin-top: 0;
        width: 10px;
        height: 10px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: solid 5px #fff;
    }




/* $Home ///////////////////////////////////////////////////////////////////////////////////////////////////*/
.home-slide {
    margin-bottom: 20px;
}

.home-slide__slide {
    position: relative;
    height: 100%;
}

.home-slide__info {
    position: absolute;
    z-index: 10;
    bottom: 20px;
    left: 20px;
    right: 20px;
}

.home-slide__header {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -190px;
    margin-top: -70px;
    margin-top: -70px;
    z-index: 5;
    border: solid 2px #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 380px;
    height: 100px;
    line-height: 92px;
    font-size: 60px;
    font-weight: 400;
    text-align: center;
    color: #fff;
}

.home-slide__text {
    position: relative;
    display: block;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
    padding: 0 0 10px 20px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
}

    .home-slide__text:after {
        position: absolute;
        content: "";
        top: 9px;
        left: 0;
        background-color: #10bed7;
        height: 1px;
        width: 10px;
    }

.home-slide__btn {
    display: inline-block;
    border-bottom: solid 2px #10bed7;
    padding: 0;
    height: 30px;
    color: #10bed7;
    text-align: center;
    font-weight: 700;
    font-size: 10px;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.home-head {
    margin: 0 0 20px 0;
    padding: 20px 0;
    font-weight: 400;
    font-size: 26px;
    line-height: 26px;
    text-align: center;
    background-color: #e2e2e2;
    color: #777;
}

.home-head--alt {
    font-weight: 300;
    color: #999;
}

.home-slide__img {
    height: 100%;
    max-width: none;
    position: relative;
}

    .home-slide__img:after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        background-color: #000;
        width: 100%;
        height: 100%;
        opacity: 0.3;
        filter: alpha(opacity=30);
    }

.home__grid {
    
}

.home__col {
    width: 33.33333333333333%;
}

.home-panels {
    padding: 20px 0;
    margin: 0 20px 60px 20px;
    border-bottom: solid 1px #eee;
}

.home-panel__grid {
    margin-left: -20px;
}

.home-panel__col {
    padding-left: 20px;
}

.home-panel__col-1 {
    width: 100%;
}

.home-panel__col-2 {
    width: 100%;
}

.home-panel__item {
    margin-bottom: 60px;
}

.home-panel__btn {
    display: block;
    position: relative;
}

.home-panel__pic-block {
    position: relative;
    height: 160px;
    background-color: #fff;
    margin-bottom: 20px;
    margin-bottom: 1px;
}

.home-panel__pic-block__corner {
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 0;
    border-width: 0 0 40px 40px;
    border-style: solid;
    border-color: #fff transparent;
    display: block;
    width: 0;
}

.home-panel__pic-block__corner-icon {
    position: absolute;
    z-index: 3;
    bottom: 0px;
    right: 0px;
    border-width: 0 0 14px 14px;
    border-style: solid;
    border-color: #10bed7 transparent;
    display: block;
    width: 0;
}

.home-panel__pic-block__img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -ms-behavior: url(backgroundsize.min.htc); /* IE8 */
    opacity: 0.5;
    filter: alpha(opacity=50);
}

    .membernetworks .home-panel__pic-block__img {
        background-image: url('../img/panel-city.jpg');
    }

    .aboutlonap .home-panel__pic-block__img {
        background-image: url('../img/panel-trefor.jpg');
    }

    .convenience .home-panel__pic-block__img {
        background-image: url('../img/panel-rack.jpg');
    }

.home-panel__pic-block__icon-bg {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    width: 100px;
    height: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 2px #fff;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.home-panel__pic-block__icon {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    -ms-behavior: url(backgroundsize.min.htc); /* IE8 */
}

    .membernetworks .home-panel__pic-block__icon {
        background-image: url('../img/icon-networks.png');
    }

    .aboutlonap .home-panel__pic-block__icon {
        background-image: url('../img/icon-lonap.png');
    }

    .convenience .home-panel__pic-block__icon {
        background-image: url('../img/icon-global.png');
    }

.home-panel__head {
    margin: 0 0 20px 0;
    background-color: #fff;
    color: #10bed7;
    color: #666;
    border-bottom: solid 1px #10bed7;
    font-size: 18px;
    line-height: 18px;
    padding: 20px 5px;
    text-align: center;
    font-weight: 300;
}

.home-panel__text {
    display: block;
    padding: 0;
}


/* $Members logos ///////////////////////////////////////////////////////////////////////////////////////////////////*/
.home-members-logos {
    
}

.members-logos {
    margin-bottom: 40px;
}

.members-logo__grid {
    margin-left: -1px;
}

.members-logo__col {
    width: 20%;
    height: 80px;
    padding-left: 1px;
    margin-bottom: 1px;
}

.membersIncBtn {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

    .membersIncBtn:hover .membersIncImg {
        opacity: 1;
        filter: alpha(opacity=100);
    }

.membersIncImg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -22px;
    width: 100px;
    height: 44px;
    max-width: none;
    opacity: 0.5;
    filter: alpha(opacity=50);
}


.auto-members {
    background: white;
}

.auto-member-list {
}

.auto-member-entry {
    width: 18%;
    height: 80px;
    margin-bottom: 15px;
    margin-left: 1%;
    margin-right: 1%;
    text-align: center;
}

.auto-member-entry IMG {
    margin-left: -40px;
    max-width: 100px;
    max-height: 44px;
    filter: grayscale(100%) brightness(70%) contrast(120%) opacity(60%);
/* for live:     filter: grayscale(100%) brightness(80%) contrast(170%) opacity(60%); */
    transition: 0.7s;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.auto-member-hover:hover  IMG {
    filter: grayscale(0%) brightness(100%) contrast(100%) opacity(100%);
}


/* Blog section */

.blog-article-list LI {
    padding: 10px 10px 20px 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e6f7fa;
}

.blog-article-list .blog-article-list-left {
    float: left;
    margin-right: 20px;
    padding-top: 5px;
    text-align: center;
    color: #888;
}

.blog-article-list .blog-article-list-left IMG {
    max-width: 200px;
}

.blog-article-list .blog-article-list-right {
}

.blog-article-list H5 {
    margin: 0;
    font-size: 14px;
}

.blog-archive {
    margin: 20px 0;
}

.blog-archive-grid {
  margin-left: -10px;
}

.blog-archive-col {
    padding-left: 10px;
    width: 33.33333333333333%;
    /*background-color: #e6f7fa;*/
}

.blog-archive-square {
    /*background-color: #e6f7fa;*/
    margin: 10px;
    /*text-align: center;*/
}

.blog-archive-square H4 {
    margin: 0 0 0px 0;
    background-color: #fff;
    /*color: #10bed7;*/
    color: #666;
    border-bottom: solid 1px #10bed7;
    font-size: 16px;
    line-height: 18px;
    padding: 20px 5px;
    text-align: center;
    font-weight: 300;
}

.blog-archive-square-content {
    padding: 5px;
}

UL.blog-archive-square-content {
    list-style: disc inside;
}


/* Hanging indent, if the text isn't centered */
.blog-archive-square-content LI {
    display: list-item;
    text-indent: -2em;
    padding-left: 2em;
}

.blog-article-banner {
    margin-bottom: 30px;
}

.blog-article-content {

}

.blog-article-content BLOCKQUOTE {
    background-color: #e6f7fa;
    padding: 10px;
}


/* All blog thumbnail images are autolightbox so previewed in thumbnail format */
.blog-thumb-image {
    margin-left: 20px;
    background-color: #e6f7fa;
    padding: 10px;
    max-width: 500px;
    max-height: 300px;
    margin-bottom: 20px;
    cursor: zoom-in;
}

.blog-thumb-image:hover {
     background-color: #10bed7;
}

/* Undo some HTML misuse from the main CSS */

.blog-article-content UL {
    margin: auto;
    /*margin-block-start: 1em;*/
    margin-block-end: 1em;
    padding-inline-start: 40px;
}

.blog-article-content LI {
    display: list-item;
}

.blog-article-content TABLE {
    margin-bottom: 20px;
}

TABLE.blog-info-table {
    border: 1px solid #47818a;
    margin-bottom: 20px;
}

.blog-info-table TH {
    background-color: #47818a;
    color: white;
    padding: 5px 10px;
}

.blog-info-table TD {
    background-color: white;
    padding: 5px 10px;
    margin: 5px;
    border: 1px solid #47818a;
    vertical-align: top;
}


.blog-post-info {
    margin-top: 20px;
    background-color: #0ea3b9;
    overflow: auto;
    padding: 10px;
    color: white;
}

.blog-post-info A {
    color: white;
}

.blog-post-nav {
    background-color: #47818a;
    overflow: auto;
    padding: 10px;
}

.blog-post-prev {
    display: inline-block;
    background-image: url('../img/blogPrev.png');
    background-position: left center;
    background-repeat: no-repeat;
    vertical-align: middle;
    min-height: 32px;
    /*padding: 5px 5px 5px 42px;*/
    padding-left: 37px;
}

.blog-post-next {
    float: right;
    display: inline-block;
    background-image: url('../img/blogNext.png');
    background-position: right center;
    background-repeat: no-repeat;
    vertical-align: middle;
    min-height: 32px;
    /*padding: 5px 42px 5px 5px;*/
    padding-right: 37px;

    /*background-color: cyan;*/
}

BLOCKQUOTE.blog-quoted-highlight {
    /*font-family: Georgia, serif;*/
    position: relative;
    font-size: 18px;
    font-style: italic;
    width: 80%;
    margin: 0.25em 0 25px 2em;
    padding: 1em 3.3em 0.5em 3em;
    /*line-height: 1.45;*/
    color: #47818a;
    background: none;
}

BLOCKQUOTE.blog-quoted-highlight:before {
    font-family: Georgia, serif;
    color: #0ea3b9;
    position: absolute;
    font-size: 6em;
    line-height: 1;
    top: 0;
    left: 0;
    content: "\201C";
}

BLOCKQUOTE.blog-quoted-highlight:after {
    font-family: Georgia, serif;
    color: #0ea3b9;
    position: absolute;
    /*float:right;*/
    font-size:6em;
    line-height: 1;
    right:0.3em;
    bottom:-0.5em;
    content: "\201D";
}

.blog-post-nav A {
    color: white;
}

.blog-post-sharing {
    margin-top: 20px;
    margin-bottom: 15px;
}

.share {
    display: inline-block;
    border-radius: 3px;
    padding: 3px 6px;
    margin-bottom: 5px;
}

.share A {
    text-decoration: none;
    color: white;
}

.share IMG {
    margin-right: 3px;
    vertical-align: text-bottom;
}

.share-facebook {
    background-color: #1877f2;
}

.share-twitter {
    background-color: #1b95e0;
}

.share-linkedin {
    background-color: #003f67;
}


/* Bandwidth graphs */

.bandwidth-wrapper {
    position: relative;
    background-color: #f6f6f6;
    margin-bottom: 20px;
}

.bandwidth-title {
    position: relative;
    background-color: #eee;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 20px;
    height: 50px;
    font-weight: 400;
    font-size: 18px;
    line-height: 50px;
    color: #666;
    text-decoration: none;


    z-index: 1;
    left: 0;
    bottom: 0;
    display: block;
    /*height: 40px;*/
    /*background-color: #10bed7;*/

    /*font-weight: 700;*/
    /*color: #fff;*/
}

.bandwidth-granularity {
    font-size: 80%;
    text-align: center;
    font-style: italic;
}



.genBtnView span {
    display: block;
    padding-left: 20px;
    font-size: 10px;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.bandwidth-graph {
    text-align: center;
}

/* Action buttons */

.action-button {
    display: inline-block;
    text-decoration: none !important;
    background-color: #10bed7;
    cursor: pointer;
    border: none;
    padding: 10px 15px;
    margin: 0 10px 10px 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #fff;
    text-align: center;
    font-size: 14px;
}

.action-button-protected {
    background-image: url(../img/protected.png);/* no-repeat left center; */
    background-repeat: no-repeat;
    background-position: 15px center;
    padding-left: 36px;
}

.action-button:active,
.action-button:focus,
.action-button:hover {
    background-color: #0ea3b9;
}


.mobile-only {
    display: none;
}
.desktop-only {
    display: block;
}



/* Breakpoints */
/* Desktop+  ////////////////////////////////////////////*/
@media only screen and (min-width: 60em) {

}

/* iPad portrait  ////////////////////////////////////////////*/
@media only screen and (max-width: 52em) {
    /* NETWORK */    
    .dataCentresItem {
        width: 50%;
    } 
}

/* Mobile landscape/Tablet portrait /////////////////*/
@media only screen and (max-width: 47em) {

    /*  CODE BLOCKS */
    .codeBlock {
        width: 10px;
    }
    .codeDisplay pre {
        margin: 0 10px 0 20px;
        padding: 10px 0 10px 0;
    }
    
    /* STRUCTURE */
    .mainBG {
        padding-bottom: 50px;
        padding-top: 70px;
    }
    .sideCol {
        width: 100%;
    }
    .mainCol {
        width: 100%;
    }
    
    /* FOOTER */
    .footerInfoCol {
        width: 50%;
    }
    .members-logo__col {
        width: 33.33333333333333%;
    }

    
    /* HOME */
    .home-slide,
    #headSlider,
    .headSliderBlock,
    .headSliderInfoBlock {
        height: 200px !important;    
    }
    .home-slide__info {
        bottom: 10px;
        left: 10px;
        right: 10px;
    }
    .home-slide__header {
        margin-left: -85px;
        margin-top: -35px;
        width: 170px;
        height: 50px;
        font-size: 26px;
        line-height: 46px;
    }
    .home-slide__text {
        display: none;
    }
    #headSlider .rsBullets {
        right: 10px;
        bottom: 15px;
    }
    
    .home-head {
        margin: 0 0 0px 0;
        padding: 12px 0 10px 0;
        font-weight: 700;
        font-size: 14px;
        line-height: 14px;
    }
    .home-head--alt {
        font-weight: 400;
    }
    .home__col {
        width: 100%;
    }
    
    /* THE TEAM */
    .teamBlock {
        margin: 20px;
    }
    
    .table-block__cell {
        font-size: 12px;
        line-height: 16px;
    }

    .fees .table-col-1 {
        width: 40%;
    }
    .fees .table-col-2 {
        width: 30%;
    }
    .fees .table-col-3 {
        width: 30%;
    }
    .fees .table-block__cell {
        height: 100px;
    }
    
    
    .form__col-label {
        width: 100%;
        margin-bottom: 10px;
    }
    .form__col-input {
        width: 100%;
        margin-bottom: 30px;
    }

    
    /* NETWORK */    
    .dataCentresItem {
        width: 100%;
    }

    .blog-archive-col {
        width: 100%;
    }


/* Mobile portrait //////////////////////////////////*/
@media only screen and (max-width: 30em) {

    /* STRUCTURE */
    .halfCol {
        width: 100%;
    }    
    .contentSection .halfCol:first-of-type {
        margin-bottom: 20px;
    }
    
    /* HEADER */
    .lonapStrap {
        display: none;
    }
    
    /* FOOTER */
    .footerInfoCol {
        width: 100%;
        margin-bottom: 20px;
        height: auto;
    }
    .members-logo__col {
        width: 50%;
    }
    .footerCopy {
        margin-bottom: 20px;
    }
  
    /* BANDWIDTH */
    .bwCol {
        width: 100%;
        margin-bottom: 20px;
    }
    
    /* NETWORK */    
    .dataCentresItem {
        width: 100%;
    }
    
    /* BODY CONTENT */
    .bodyContent h2 {
        padding: 15px 20px;
        font-size: 20px;
        line-height: 20px;
    }
    .headIconBG {
        width: 40px;
    }
    .headIcon {
        margin-left: -8px;
        margin-top: -8px;
        width: 16px;
        height: 16px;
    }
    .bulletList {
        margin-left: 0;
    }
    .listHead {
        width: 100%;
    }
    .listText {
        margin-bottom: 10px;
    }
    
    
    /* THE TEAM */
    .team__pic {
        margin-bottom: 1px;
    }
    .team-col-1 {
        width: 100%;
    }
    .team-col-2 {
        width: 100%;
    }
    
    
    /* SIDE BAR */
    .sideHead {
        padding: 15px 20px;
        font-size: 20px;
        line-height: 20px;
    }
        .sideHead:after {
            display: none;
        }
    .subNav {
        margin-top: 1px;
        margin-bottom: 20px;
    }
    .subNavBtn {
        padding: 8px 0px;
    }
    .subNavBtnTxt {
        margin-left: 20px;
    }
    .subNavBtnIconBG {
        left: auto;
        right: 0;
        top: 0;
        width: 40px;
    }
    
    /* AGM */
    .agm-lonap-logo {
        width: 200px;
        margin: 0 auto 5px auto;
    }
    .agm-head__sub {
        font-size: 20px;
        line-height: 20px;
    }
    .agm .table-grid .table-col .table-block__cell {
        border-top: none;
    }
    .agm .table-grid .table-col .table-block__cell--item {
        border-top: solid 1px #ddd;
        margin-top: 10px;
    }
    .agm .table-col-1 {
        width: 100%;
    }
    .agm .table-col-2 {
        width: 100%;
    }
    .agm-table__text-head {
        margin-top: 10px;
        font-size: 16px;
        line-height: 16px;
    }
    .agm-table__text-body {
        margin: 10px 0;
    }
    .agm__actions__col {
        width: 100%;
        margin-bottom: 5px;
    }

    
}





/* Mobile Navigation /////////////////*/
@media only screen and (max-width: 1000px) {
    body {
        /* FastClick */
        -webkit-touch-callout: none; -webkit-text-size-adjust: none; -webkit-tap-highlight-color: rgba(0,0,0,0);
    }
    header {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 50px;
        overflow: hidden;
        background-color: #26383b;
        border-bottom: solid 1px #eee;
    }

    .pageOverlayOn {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 10000;
    }
    #navOpen,
    #navClose {
        display: block;
    }
    #navOpen {
        display: block;
        position: absolute;
        z-index: 10;
        margin-top: -20px;
        top: 50%;
        right: 10px;
        width: 30px;
        height: 40px;
    }
    .burgerBtn,
    .burgerBtn:before,
    .burgerBtn:after {
        top: 11px;
        left: 0;
        display: block;
        width: 100%;
        height: 2px;
        background-color: #fff;
        position: relative;
    }
     .burgerBtn:before {
        content: "";
        position: absolute;
        z-index: 10;
        top: 8px;
     }
     .burgerBtn:after {
        content: "";
        position: absolute;
        z-index: 10;
        top: 16px;
     }
    #headNavBar {
        width: 280px;
        height: 100%;
        overflow: hidden;
        position: fixed;
        z-index: 100000;
        top: 0;
        bottom: 0;
        left: -280px;
        background-color: #233437;
        -webkit-transform : translateZ(0);
        -o-transform : translateZ(0); 
        -moz-transform : translateZ(0); 
        transform : translateZ(0);
        -webkit-perspective: 1000;
        -webkit-backface-visibility: hidden;	
    }
    .headNav {
        float: none;
        margin: 0;
        width: 100%;
    }
    .headNavItem {
        float: auto;
        width: 100%;
        margin: 0;
    }
    .headNavBtn {
        height: 50px;
        background-color: #1e2d2f;
        margin-bottom: 1px;
    }
    .headNavText {
        padding-left: 20px;
        line-height: 50px;
        text-align: left;
        color: #fff;
    }
    
    .headSideNav {
        float: none;
    }
    .headSideNav .headNavItem {
        border-left: none;
    }
    .headSideNav .twitter,
    .headSideNav .linkedin {  
        display: none;
    }
    .headSideNav .headNavBtn {
        background-color: #192627;
    }
    .headSideNav .headNavText {
        color: #10bed7;
    }
    .blog-thumb-image {
        margin-left: 0;
        max-width: 100%;
    }
    BLOCKQUOTE.blog-quoted-highlight {
        margin-left: 0;
    }

    .share {
        float: left;
        clear: both;
    }

    .blog-post-sharing:after {
        content: '';
        display: block;
        clear: both;
    }

    .mobile-only {
        display: block;
    }
    .desktop-only {
        display: none;
    }

}



/* Print styles */
@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
