/* Intro */
/* Header Footer */
/* Subhead */
/* Main Copy */
/* News */
/* Box */
html, body {
  height: 100%; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  font-size: 100%; }

@font-face { font-family: Roboto Condensed; src: url('../fonts/RobotoCondensed-Regular.ttf'); } 
@font-face { font-family: Roboto Condensed; font-weight: 300; src: url('../fonts/RobotoCondensed-Light.ttf');}
@font-face { font-family: Roboto Condensed; font-weight: 400; src: url('../fonts/RobotoCondensed-Regular.ttf');}
@font-face { font-family: Roboto Condensed; font-weight: 600; src: url('../fonts/RobotoCondensed-Bold.ttf');}

body {
  background: #fff;
  color: #a6a8aa;
  padding: 0;
  margin: 0;
  font-family: Roboto Condensed, Arial, sans-serif;
  letter-spacing: 0.07rem;
  font-weight: 300;
  line-height: 1rem;
  position: relative;
  cursor: auto; }

a:hover {
  cursor: pointer; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.hide {
  display: none !important;
  visibility: hidden; }

.invisible {
  visibility: hidden; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

/* Default Link Styles */
a.button {
  color: #a6a8aa;
  text-decoration: none;
  line-height: inherit; }

a.button:hover, a.button:focus {
  color: #fff;
  background: #f58b32; }

a {
  color: #595a5c;
  text-decoration: none;
  line-height: inherit; }

a:hover, a:focus {
  color: #f58b32; }

a img {
  border: none; }

/* Default paragraph styles */
p {
  color: #595a5c;
  font-family: inherit;
  font-weight: 300;
  font-size: 0.9rem;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility; }

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: Roboto Condensed, Arial, sans-serif;
  letter-spacing: 0.07rem;
  font-weight: 400;
  font-style: normal;
  color: #595a5c;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem; }

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto; }

/* Not allow resize out of parent */
textarea {
  max-width: 100%; }

/* Panels */
.panel {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #595a5c; }

.panel > :first-child {
  margin-top: 0; }

.panel > :last-child {
  margin-bottom: 0; }

.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p, .panel li, .panel dl {
  color: #595a5c;
  font-weight: 300; }

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

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

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

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

hr {
  display: block;
  margin: 0;
  padding: 1.1rem;
  border: 0px solid red; }

.row {
  clear: both;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  max-width: 51.75rem; }

.row:before, .row:after {
  content: " ";
  display: table; }

.row:after {
  clear: both; }

.columns {
  padding: 0;
  width: 100%;
  float: left; }

[class*="columns"] + [class*="columns"]:last-child {
  float: right; }

[class*="columns"] + [class*="columns"].end {
  float: left; }

.section-bkgcolor {
  max-width: 100%;
  height: auto;
  padding: 2rem 0;
  background: #f8f8f8; }

.separator-section {
  display: inline-block;
  position: relative;
  float: left;
  width: 100%;
  height: 1rem;
  color: #fff;
  border: 1px transparent #fff; }

.separator-section2 {
  display: inline-block;
  position: relative;
  float: left;
  width: 100%;
  height: 2rem;
  color: #fff;
  border: 1px transparent #fff; }

.separator-section3 {
  display: inline-block;
  position: relative;
  float: left;
  width: 100%;
  height: 0.25rem;
  color: #fff;
  border: 1px transparent #fff; }

.separator-section4 {
  display: inline-block;
  position: relative;
  float: left;
  width: 100%;
  height: 3rem;
  color: #fff;
  border: 1px transparent #fff; }

.separator-section5 {
  display: inline-block;
  position: relative;
  float: left;
  width: 100%;
  height: .75rem;
  color: #fff;
  border: 1px transparent #fff; }

/* Header */
img {
  width: 8.28rem;
  height: auto;
  margin: 0 auto;
  padding: 0;
  display: block;
  vertical-align: middle; }

img {
  -ms-interpolation-mode: bicubic; }

.large-1 {
  z-index: 100;
  position: relative;
  margin: 1rem 0 0 0;
  padding: 0;
  max-width: 8.28rem;
  border: 0px solid red; }

.large-2 {
  z-index: 200;
  position: relative;
  overflow: hidden;
  margin: 1rem 0 0 0;
  padding: 0;
  width: 100%;
  max-width: 43.47rem;
  border: 0px solid aqua; }

.button {
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: Roboto Condensed, Arial, sans-serif;
  letter-spacing: 0.075rem;
  font-weight: 400;
  position: relative;
  text-decoration: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding: .25rem .9rem;
  font-size: 0.9rem;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #a6a8aa;
  transition: background-color 300ms ease-out; }

.button:hover, .button:focus {
  cursor: pointer;
  background-color: #f58b32; }

.button:hover, .button:focus {
  color: #fff; }

.button-group {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  text-align: right; }

.button-group > li {
  display: inline-block; }

.button-group > li .button {
  border-left: 0px solid;
  border-color: #fff;
  margin: 3.5rem 0 0 0; }

.button-group > li:first-child .button {
  border-left: 0; }

.button-group > li:last-child .button {
  border-right: 0; }

/* Current Page Button Colored */
div.large-2 li.selected a {
  background-color: #f58b32;
  color: #fff; }

/* ------CSS FOR CONDENSED MENU ONLY (DOES NOT INCLUDE RESPONSIVE NAVIGATION AT EACH BREAKING POINT)-------- */
#outer-wrap {
  position: relative;
  overflow: hidden;
  width: 100%; }

#inner-wrap {
  position: relative;
  width: 100%; }

.block, .blocklogo {
  position: relative;
  margin: 0 auto;
  padding: 0; }

.close-btn {
  display: block;
  width: 5rem;
  height: 2rem;
  margin: 2rem 0 0 0;
  padding: 0;
  border: 0;
  background: url("https://plotnet.com/images_new/nav_icon_gray.svg") center no-repeat;
  background-color: rgba(255, 255, 255, 0);
  background-size: 25px 25px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-tap-highlight-color: transparent; }

.close-btn:focus, .close-btn:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.nav-btn {
  display: block;
  width: 4rem;
  height: 6rem;
  margin: 0;
  padding: 0;
  border: 0;
  background: url("https://plotnet.com/images_new/nav_icon_color.svg") center no-repeat;
  background-color: rgba(255, 255, 255, 0);
  background-size: 25px 25px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-tap-highlight-color: transparent; }

.nav-btn:hover, .nav-btn:focus {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

#nav {
  z-index: 200;
  position: relative;
  overflow: hidden;
  width: 100%;
  color: #fff; }

#nav .close-btn {
  display: none; }

#nav .block-title {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

#nav .block, #nav .blocklogo {
  z-index: 2;
  position: relative;
  padding: 0; }

#nav ul {
  *zoom: 1;
  display: block; }

#nav ul:before, #nav ul:after {
  content: "";
  display: table; }

#nav ul:after {
  clear: both; }

#nav li.is-active a {
  color: #fff; }

#top {
  z-index: 100;
  position: relative;
  color: #fff; }

#top .nav-btn {
  position: absolute;
  top: 0;
  left: 0; }

@media screen and (min-width: 641px) {
  #top .nav-btn {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }

  #nav .close-btn {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }

  #nav .block-title {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }

  #nav ul {
    text-align: center;
    white-space: nowrap; }

  #nav li:last-child {
    border-right: none; } }
@media screen and (max-width: 641px) {
  html, body {
    overflow-x: hidden;
    overflow-y: scroll; }

  #nav {
    position: absolute;
    top: 0; }

  #nav:not(:target) {
    z-index: 1;
    height: 0; }

  #nav:target .close-btn {
    display: block; }

  #nav .close-btn {
    position: absolute;
    top: 0;
    left: 0; }

  #nav .block {
    position: relative;
    padding: 4.5rem 0 0 0; }

  #nav li {
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    border-top: 2px solid #f8f8f8; }

  #nav li a {
    display: block;
    outline: none; }

  #nav li:first-child {
    border-top: 2px solid #f8f8f8; }

  #nav li:last-child {
    border-bottom: 2px solid #f8f8f8; }

  .button {
    display: block;
    padding: .75rem 0rem .75rem 1.7rem;
    margin: 0;
    font-size: 0.9rem;
    background-color: transparent; }

  .button-group {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    text-align: left; }

  .button-group > li > button, .button-group > li .button {
    margin: 0; }

  .js-ready #nav {
    height: 100%;
    width: 45%;
    background: #fff;
    -webkit-box-shadow: inset -0.2em 0 0.7em -0.5em rgba(0, 0, 0, 0.35);
    -moz-box-shadow: inset -0.2em 0 0.7em -0.5em rgba(0, 0, 0, 0.35);
    box-shadow: inset -0.2em 0 0.7em -0.5em rgba(0, 0, 0, 0.35); }

  .js-ready #nav .block, .js-ready #nav .blocklogo {
    background: transparent; }

  .js-ready #nav .close-btn {
    display: block;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }

  .js-ready #nav .close-btn:focus, .js-ready #nav .close-btn:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }

  .js-ready #nav {
    left: -45%; }

  .js-ready #inner-wrap {
    left: 0; }

  .js-nav #inner-wrap {
    left: 45%; }

  .csstransforms3d.csstransitions.js-ready #nav {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden; }

  .csstransforms3d.csstransitions.js-ready #inner-wrap {
    left: 0 !important;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden; }

  .csstransforms3d.csstransitions.js-nav #inner-wrap {
    -webkit-transform: translate3d(45%, 0, 0) scale3d(1, 1, 1);
    -moz-transform: translate3d(45%, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(45%, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(45%, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(45%, 0, 0) scale3d(1, 1, 1); }

  .csstransforms3d.csstransitions.js-ready #nav .block {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transition: opacity 300ms 100ms, -webkit-transform 500ms ease;
    -webkit-transition-delay: ease, 0s;
    -moz-transition: opacity 300ms 100ms ease, -moz-transform 500ms ease;
    -o-transition: opacity 300ms 100ms ease, -o-transform 500ms ease;
    transition: opacity 300ms 100ms ease, transform 500ms ease;
    -webkit-transform: translate3d(45%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -moz-transform: translate3d(45%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -ms-transform: translate3d(45%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -o-transform: translate3d(45%, 0, 0) scale3d(0.9, 0.9, 0.9);
    transform: translate3d(45%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    transform-origin: 50% 0%; }

  .csstransforms3d.csstransitions.js-nav #nav .block {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  .csstransforms3d.csstransitions.js-ready #nav .blocklogo {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transition: opacity 300ms 100ms, -webkit-transform 500ms ease;
    -webkit-transition-delay: ease, 0s;
    -moz-transition: opacity 300ms 100ms ease, -moz-transform 500ms ease;
    -o-transition: opacity 300ms 100ms ease, -o-transform 500ms ease;
    transition: opacity 300ms 100ms ease, transform 500ms ease;
    -webkit-transform: translate3d(45%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -moz-transform: translate3d(45%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -ms-transform: translate3d(45%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -o-transform: translate3d(45%, 0, 0) scale3d(0.9, 0.9, 0.9);
    transform: translate3d(45%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    transform-origin: 50% 0%; }

  .csstransforms3d.csstransitions.js-nav #nav .blocklogo {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
/* Header End */
/* Footer */
.footer {
  clear: both;
  width: 100%;
  margin: 0 auto;
  padding: 2.5rem 0;
  max-width: 68.75rem;
  background-color: #fff;
  text-align: center;
  color: #a6a8aa; }
  
*/clear: both;
  width: 100%;
  margin: 0 auto;
  padding: 2.5rem auto;
  max-width: 68.75rem;
  background-color: #fff;
  text-align: center;
  position: fixed;
  color: #a6a8aa; 
  bottom: 0; 
  right: 0;
  left: 0;}*/

.footer p, .footer a {
  margin: 0 auto;
  padding: 0;
  font-weight: 300;
  font-size: 0.9rem;
  line-height: 1.3rem;
  text-align: center;
  color: #a6a8aa; }

.large-6 {
  width: 33.33333%; }

.left-edge-align {
  margin: 0;
  padding: 0;
  float: left; }

.center-edge-align {
  margin: 0 auto;
  padding: 0; }

.right-edge-align {
  margin: 0;
  padding: 0;
  float: right; }

/* Social Media Icons */
@font-face {
  font-family: 'icomoon';
  src: url("https://plotnet.com/icomoon.eot?-m1k54z");
  src: url("https://plotnet.com/icomoon.eot?#iefix-m1k54z") format("embedded-opentype"), url("https://plotnet.com/icomoon.woff?-m1k54z") format("woff"), url("https://plotnet.com/icomoon.ttf?-m1k54z") format("truetype"), url("https://plotnet.com/icomoon.svg?-m1k54z#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
  
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 2rem;
  text-transform: none;
  color: #a6a8aa;
  line-height: 1.4rem;
  display: inline-block;
  clear: both;
  padding: 0;
  margin: 1.3rem 0 0 0;
  transition: color 300ms ease-out;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]:hover, [class*=" icon-"]:focus {
  cursor: pointer;
  color: #f58b32; }

.icon-facebook-with-circle:before {
  content: "\e600"; }

.icon-instagram-with-circle:before {
  content: "\e601"; }

.icon-pinterest-with-circle:before {
  content: "\e602"; }

.icon-twitter-with-circle:before {
  content: "\e603"; }

/* End Social Media Icons */

/* End Footer*/
/* Content */
/* ----- For header alignment, only overrides within services.scss not header.scss ------ */
#nav ul {
  text-align: right; }

.large-3 h2 {
  margin: 0;
  padding: 0 0 2.5rem 0;
  font-size: 1.8rem;
  letter-spacing: 0.12rem;
  line-height: 3rem;
  text-align: center; }

.section-bkgcolor {
  max-width: 100%;
  height: auto;
  padding: 2rem 0;
  background: #f8f8f8; }

.section-fixed-width {
  max-width: 51.75rem;
  width: 100%;
<!--    height: 100%;-->
  height: 8.75rem; 
  margin: 0 auto;
  padding: 0;
  border: 0px solid red; }

.large-4 h3 {
  margin: 0 auto;
  padding: 0;
  font-size: 1.3rem;
  line-height: 1.9rem;
  letter-spacing: 0.12rem;
  color: #a6a8aa; }

.title_span {
  color: #595a5c;
  font-size: 1rem;
  line-height: 1.9rem;
  margin: 0 auto;
  padding-bottom: 1.5px;
  border-bottom: 2px solid #a6a8aa; }

.large-3 {
  margin: 0;
  padding: 0;
  width: 100%; }

.large-4 {
  margin: 0;
  padding: 0;
  width: 20%; }

.large-5 {
  margin: 0;
  padding: 0;
  width: 80%;
  height: 100%;
  border: 0px solid aqua; }

.large-5 p {
  margin-top: .6rem;
  padding: 0;
  font-weight: 300;
  font-size: 0.95rem; }

/* Content End */
/*-------------------------------------------*/
/* Full Width */
/* iPad Landscape */
@media only screen and (max-device-width: 1024px) and (orientation: landscape) {
  html, body {
    overflow-x: hidden;
    overflow-y: scroll; } }
/* iPad Portait */
@media only screen and (max-device-width: 768px) and (orientation: portrait) {
  html, body {
    overflow-x: hidden;
    overflow-y: scroll; } }
/* Breaking Points */
@media only screen and (min-width: 750px) and (max-width: 889px) {
  /*body {background:pink;}*/
  .large-2 {
    max-width: 35rem; }

  .button-group > li > button, .button-group > li .button {
    margin: 3.5rem 0 0 0; }

  .row {
    max-width: 93%; }

  .section-fixed-width {
    max-width: 93%;  }

  .section-bkgcolor {
    max-width: 100%; }

  .large-4 {
    width: 20%; }

  .large-5 {
    width: 80%; } }
   
@media only screen and (min-width: 624px) and (max-width: 889px) {
  /*body {background:magenta;}*/
  #nav ul {
    text-align: center; }

  img {
    width: 8.28rem;
    margin-left: auto;
    margin-right: auto; }

  .large-1 {
    margin-left: auto;
    margin-right: auto;
    padding: 0 auto;
    max-width: 100%; }

  .large-2 {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    width: 100%; }

  .button-group > li > button, .button-group > li .button {
    margin: 1.5rem 0 0 0; }

  .footer p, .footer a {
    font-size: .88rem;
    letter-spacing: .05rem;
    line-height: 1.25rem; }

  .row {
    max-width: 93%; }

  .section-fixed-width {
    max-width: 93%;}

  .section-bkgcolor {
    max-width: 100%;
    padding: 2rem 0; }

  .large-4 {
    width: 20%; }

  .large-5 {
    width: 80%; }

  body, h4 {
    font-size: 95%; }

  h3 {
    font-size: 1.2rem;
    line-height: 1.4rem; }

  p {
    font-size: 0.90rem;
    line-height: 1.4rem; } }
    

@media only screen and (min-width: 481px) and (max-width: 641px) {
  /*body {background:green;}*/
  html, body {
    overflow-x: hidden;
    overflow-y: scroll; }

  #nav ul {
    text-align: left; }

  img {
    width: 6.5rem;
    margin-left: auto;
    margin-right: auto; }

  .large-1 {
    margin-left: auto;
    margin-right: auto;
    padding: 0 auto;
    width: 100%; }

  .large-2 {
    margin: 0 auto;
    padding: 0;
    width: 100%; }

  .columns {
    float: none; }

  .row {
    max-width: 93%; }

  .section-fixed-width {
    max-width: 93%; }

  .section-bkgcolor {
    max-width: 100%;
    padding: 1.6rem 0; }

  .large-4 {
    margin-left: auto;
    margin-right: auto;
    padding: 0 0 .35rem 0;
    text-align: center;
    width: 100%; }

  .large-5 {
    margin: 0;
    padding: 0;
    width: 100%;
    border: 0px solid red; }

  .large-5 p {
    margin: 0;
    padding: .18rem 0 .75rem 0;
    font-weight: 300;
    font-size: 0.95rem;
    line-height: 1.5rem;
    text-align: center;
    border: 0px dotted aqua; }

  .title_span {
    display: table;
    text-align: center;
    vertical-align: middle;
    margin: 0 auto;
    padding: 0;
    border-bottom: 2px solid #a6a8aa; }
    
  div.navigation {
    vertical-align: middle;
    text-align: center;  }

  h3 {
    font-size: 1.2rem;
    line-height: 1.4rem; }

  p {
    font-size: 0.90rem;
    line-height: 1.4rem; }

  .footer {
    padding: 1.5rem 0; 
    position: static; }

  .footer p, .footer a {
    font-size: .88rem;
    letter-spacing: .05rem;
    line-height: 1.25rem; }

  .large-6 {
    width: 100%;
    margin: 0 0 1rem 0;
    padding: 0;
    border: 0px solid aqua; }

  .left-edge-align {
    float: none; }

  .right-edge-align {
    float: none; }

  [class^="icon-"], [class*=" icon-"] {
    margin: .8rem 0 0 0; } }
@media only screen and (max-width: 480px) {
  /*body {background:blue;}*/
  html, body {
    overflow-x: hidden;
    overflow-y: scroll; }

  #nav ul {
    text-align: left; }

  img {
    width: 6.5rem;
    margin-left: auto;
    margin-right: auto; }

  .large-1 {
    margin-left: auto;
    margin-right: auto;
    padding: 0 auto;
    width: 100%; }

  .large-2 {
    margin: 0 auto;
    padding: 0;
    width: 100%; }

  .columns {
    float: none; }

  .row {
    max-width: 93%; }

  .section-fixed-width {
    max-width: 93%;}

  .section-bkgcolor {
    max-width: 100%;
    padding: 1.6rem 0; }

  .large-4 {
    margin-left: auto;
    margin-right: auto;
    padding: 0 0 .35rem 0;
    text-align: center;
    width: 100%; }

  .large-5 {
    margin: 0;
    padding: 0;
    width: 100%; }

  .large-5 p {
    margin: 0;
    padding: .18rem 0 .75rem 0;
    font-weight: 300;
    font-size: 0.95rem;
    line-height: 1.5rem;
    text-align: center;
    border: 0px dotted aqua; }

  .title_span {
    display: table;
    text-align: center;
    vertical-align: middle;
    margin: 0 auto;
    padding: 0;
    border-bottom: 2px solid #a6a8aa; }

  div.navigation {
    vertical-align: middle;
    text-align: center;  }

  h3 {
    font-size: 1.2rem;
    line-height: 1.4rem; }

  td {
    padding: 0.18rem 0;
    font-size: 0.90rem;
    line-height: 1.4rem; }

  p {
    font-size: 0.90rem;
    line-height: 1.4rem; }

  .footer {
    padding: 1.5rem 0; 
    position: static; }

  .footer p, .footer a {
    font-size: .88rem;
    letter-spacing: .05rem;
    line-height: 1.25rem; }

  .large-6 {
    width: 100%;
    margin: 0 0 1rem 0;
    padding: 0;
    border: 0px solid aqua; }

  .left-edge-align {
    float: none; }

  .right-edge-align {
    float: none; }

  [class^="icon-"], [class*=" icon-"] {
    margin: .8rem 0 0 0; } }

/* Arrow and FTP Icons */
@font-face {
  font-family: 'icomoon2';
  src:  url("https://plotnet.com/fonts/icomoon_arrows_ftp/icomoon2.eot?tvpadw");
  src:  url("https://plotnet.com/fonts/icomoon_arrows_ftp/icomoon2.eot?tvpadw#iefix") format('embedded-opentype'),
    url("https://plotnet.com/fonts/icomoon_arrows_ftp/icomoon2.ttf?tvpadw") format('truetype'),
    url("https://plotnet.com/fonts/icomoon_arrows_ftp/icomoon2.woff?tvpadw") format('woff'),
    url("https://plotnet.com/fonts/icomoon_arrows_ftp/icomoon2.svg?tvpadw#icomoon") format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="arrow"], [class*="arrow"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon2' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-size: 2rem;
  font-variant: normal;
  text-transform: none;
  margin: .5em 0 0 0;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-circle-right:before {
  content: "\ea42";
}
.icon-circle-left:before {
  content: "\ea44";
}
.icon-ftp:before {
  content: "\ea45";
}
/* End Arrow and FTP Icons */