/* http://meyerweb.com/eric/tools/css/reset/ 2. v2.0 | 20110126
  License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  word-wrap: break-word;
}

/*================= Custom Styles ====================================*/

/*================= Background image==================================*/
html {
   -ms-text-size-adjust: 100%;
   -webkit-text-size-adjust: 100%;
   font-family: 'sans serif' calibri ;
  }
/*================= Font Styles ======================================*/
.Rubik {font-family: 'Rubik';}
.Oregano {font-family: 'Oregano';}
.BenchNine {font-family: 'benchNine';}
/*=====All Devices=======*/
h1 {
   font-size: 36px;
   font-weight: 100;
  }
h2 {
   font-size: 31px;
   font-weight: 100;
  }
h3 {
   font-size: 24px;
   font-weight: 100;
  }
h4 {
   font-size: 18px;
   font-weight: 100;
  }
h5 {
   font-size: 17px;
   font-weight: 100;
  }

p {
   font-size: 12px;
   font-weight: 100;
    
  }
a {
   font-size: 12px;
   font-weight: 100;
   text-decoration: none;
   color: black;
  }
ul {
   font-size: 12px;
   font-weight: 100;
   list-style-type: disc;
   margin: 5px;
   padding: 20px;
  }
small {
   font-size: 9px;
   font-weight: 100;
  }
sup {
   font-size: 7px;
   font-weight: 100;
   vertical-align: super;
  }
@media only screen and (min-width: 600px) {
/*=== Font sizing Settings For tablets: ===*/
   h1 {font-size: 52px;}
   h2 {font-size: 40px;}
   h3 {font-size: 34px;}
   h4 {font-size: 20px;}
   h5 {font-size: 18px;}
   p {font-size: 18px;}
   a {font-size: 18px;}
   ul {font-size: 18px;}
   small {font-size: 13px;}
   sup {font-size: 7px;}
  }
@media only screen and (min-width: 768px) {
/*=== Font sizing Settings For desktop: ===*/
   h1 {font-size: 68px;}
   h2 {font-size: 45px;}
   h3 {font-size: 38px;}
   h4 {font-size: 20px;}
   h5 {font-size: 18px;}
   p {font-size: 18px;}
   a {font-size: 18px;}
   ul {font-size: 18px;}
   small {font-size: 14px;}
   sup {font-size: 7px;}
  }
.center {
   text-align: center;
  }
.justify {
   text-align: justify;
  }
.italic {
   font-style: italic;
  }
.double-spaced-line-height {
   line-height: 2em;
  }
.auto-margin {
   margin: auto;
  }
.text-shadow {
   text-shadow: 2px 3px 4px rgba(0,0,0,0.4);
  }
/*================= Section Styles ===================================*/
body {
   -webkit-transition: 0.7s;
      -moz-transition: 0.7s;
        -o-transition: 0.7s;
           transition: 1s;
  }
* {
   box-sizing: border-box;
  }
footer {
   width: 100%;
   color: rgb(130,130,130);
  }
.normal-header {
   width: 100%;
   padding: 6px 2px;
   background-color: rgb(255,255,255);
   box-shadow: 3px 7px 8px rgba(0,0,0,0.1);
  }
.fixed-header {
   width: 100%;
   padding: 6px 2px;
   position: fixed;
   top: 0;
   background-color: rgb(255,255,255);
   box-shadow: 3px 7px 8px rgba(0,0,0,0.1);
   -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
        -o-transition: 0.5s;
           transition: 0.5s;
   z-index: 10;
  }
#rotatingArrow {
   text-align: center;
   padding-bottom: 10px;
   -webkit-transition: 0.7s;
      -moz-transition: 0.7s;
        -o-transition: 0.7s;
           transition: 0.7s;
  }
#rotatingArrow:hover {
   cursor: pointer;
   color: rgb(0,55,40);
  }

.body-link{
   height: 160px;
   margin: 0 25px 50px 25px;
   border: 1px solid rgb(200,200,200);
   border-radius: 7px;
   padding: 5px;
   background-color: rgba(240,240,240);
   text-align: center;
  }
.body-link-image{
   height: 60px;
  }
.body-box{
   border: 1px solid rgb(200,200,200);
   border-radius: 7px;
   padding: 5px;
   box-shadow: 3px 7px 8px rgba(0,0,0,0.1);
  }
.connect-with{
   height: 160px;
  }
.connect-with-image {
   width: auto;
  }
/*== hidden info elements ==*/
.info {
   -webkit-transition: 0.7s;
      -moz-transition: 0.7s;
        -o-transition: 0.7s;
           transition: 0.7s;
   box-shadow: 3px 7px 8px rgba(0,0,0,0.1);
   border-radius: 7px;
   height: 0;
   overflow: hidden;
  }
.info-reveal{
   text-shadow: 3px 7px 8px rgba(0,0,0,0.1);
  }
.info-reveal:hover{
   -webkit-transition: 0.6s;
      -moz-transition: 0.6s;
        -o-transition: 0.6s;
           transition: 0.6s;
   cursor: pointer;
  }
.info-close{
   text-shadow: 3px 7px 8px rgba(0,0,0,0.1);
   text-align: center;
  }
.info-close:hover{
   -webkit-transition: 0.6s;
      -moz-transition: 0.6s;
        -o-transition: 0.6s;
           transition: 0.6s;
   cursor: pointer;
  }
@media only screen and (min-width: 600px) {
   .body-link {
     height: 320px;
     margin-bottom: 80px
    }
    .body-link-image{
     height: 100px;
    }  /* There are more body-link settings under the '==links==' section */
  }
/*====================== Misc =======================================*/
.line-space {
   width: 100%;
   float: left;
   border-bottom: 1px solid rgb(0,0,0);
  }
.line-space-light {
   width: 100%;
   float: left;
   border-bottom: 1px solid rgb(127,127,127);
  }
/*================= Settings for links ==============================*/
.option-tabs {
   width: 100%;
   table-layout: fixed;
   border-collapse: separate;
   border-spacing: 3px 0;
   padding: 6px;

  }
.option-tabs td {
   box-shadow: 3px 7px 8px rgba(0,0,0,0.1);
   height: 38px;
   border-radius: 4px;
   -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
        -o-transition: 0.5s;
           transition: 0.5s;
  }
.option-tabs td:hover {
   box-shadow: 3px 7px 8px rgba(0,0,0,0.3);
   cursor: pointer;
   background-color: rgb(230,255,255);
  }
.option-tabs a {
   color: rgb(0,0,0);
  }
.option-tabs-inactive{
   background: rgb(200,200,200);
   border-radius: 4px;
   font-size: 12px;
  }
@media only screen and (min-width: 600px) {
   .option-tabs-inactive{font-size: 16px;}
  }
@media only screen and (min-width: 768px) {
   .option-tabs-inactive {font-size: 18px;}
  }
.body-link {
   box-shadow: 3px 7px 8px rgba(0,0,0,0.1);
   -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
        -o-transition: 0.5s;
           transition: 0.5s;
  }
.body-link:hover {
   box-shadow: 3px 7px 8px rgba(0,0,0,0.3);
   background-color: rgb(230,255,255);
   cursor: pointer;
  }
/*================= Settings for inputs ==============================*/
/*=== Input Font sizing Settings For all devices: ===*/
textarea,
input[type="text"],
input[type="number"],
input[type="date"],
input[type="submit"], 
button,
select {
   -webkit-appearance: none;
   font-family: 'Rubik';
   font-family: arial;
   border-radius: 3px;
   font-size: 12px;
   font-weight: 100;
   text-align: center;
   width: 96%;
   height: 20px;
   margin: 2%;
   border: 1px solid rgb(180,180,180);
   background-color: rgb(220,220,220);
   -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
        -o-transition: 0.5s;
           transition: 0.5s;
  }
textarea,
input[type="text"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="submit"]:focus, 
button:focus,
button:hover,
select:focus {
   background-color: rgb(230,255,255);
  }
@media only screen and (min-width: 600px) {
/*=== Input Font sizing Settings For tablets: ===*/
   textarea,
   input[type="text"],
   input[type="number"],
   input[type="date"],
   input[type="submit"], 
   button,
   select 
     {font-size: 14px; height: 24px;}
}
  
@media only screen and (min-width: 768px) {
/*=== Input Font sizing Settings For desktop: ===*/
   textarea,
   input[type="text"],
   input[type="number"],
   input[type="date"],
   input[type="submit"], 
   button,
   select 
     {font-size: 18px; height: 30px;}
  
   
  }
/*================ Settings for tables ============================*/
/*=== Table Font sizing Settings For all devices: ===*/
table {
   border-collapse: collapse;
   font-family: 'benchNine';
   text-align: center;
  }

tr td {
   font-size: 12px;
   font-weight: 100;
   padding: 2px;
   border: 1px solid rgb(180,180,180);
   vertical-align: middle;
  }
th {
   font-size: 14px;
   font-weight: 100;
   padding: 2px;
   border: 1px solid rgb(180,180,180);
   vertical-align: middle;
  }
.generic-table {
   text-align: center;
   margin: auto;
  }
.generic-table tr {
   height: 25px;
   -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
        -o-transition: 0.5s;
           transition: 0.5s;
  }
.generic-table tr:nth-child(even) {
   background-color: rgb(240,240,240);
  }
.generic-table th {
   height: 27px;
   background-color: rgb(6,6,45);
   color: rgb(255,255,255);
   border-bottom: none;
  }

@media only screen and (min-width: 600px) {
/*=== Table Font sizing Settings For tablets: ===*/
   tr td {font-size: 16px;}
   th {font-size: 18px;}
  }
@media only screen and (min-width: 768px) {
/*=== Table Font sizing Settings For desktop: ===*/
   tr td {font-size: 18px;}
   th {font-size: 20px;}
  }
/*================ Settings for Graphs ============================*/


/*================ Images ============================================*/
img {
   max-width: 100%;
   display: block;
   margin: auto;
  }


/*========================= Responsive column Settings==============*/

.row::after {
   content: "";
   clear: both;
   display: block;
  }
[class*="col-"] {
   float: left;
   padding: 0.25px 0.25px;
   width: 100%;
  }
/*=== Column widths to apply to all devices: ===*/
   .col-m-0 {width: 0;}
   .col-m-1 {width: 8.33%;}
   .col-m-2 {width: 16.66%;}
   .col-m-3 {width: 25%;}
   .col-m-4 {width: 33.33%;}
   .col-m-5 {width: 41.66%;}
   .col-m-6 {width: 50%;}
   .col-m-7 {width: 58.33%;}
   .col-m-8 {width: 66.66%;}
   .col-m-9 {width: 75%;}
   .col-m-10 {width: 83.33%;}
   .col-m-11 {width: 91.66%;}
   .col-m-12 {width: 100%;}

   .col-m-fifth {width: 20%;}
   .col-m-sixth {width: 16.66px;}   
   .col-m-eighth {width: 12.5%;}
   .col-m-ninth {width: 11.11%;}

/*=== Column width Settings For tablets: ===*/
@media only screen and (min-width: 600px) {
   .col-t-0 {width: 0;}
   .col-t-1 {width: 8.33%;}
   .col-t-2 {width: 16.66%;}
   .col-t-3 {width: 25%;}
   .col-t-4 {width: 33.33%;}
   .col-t-5 {width: 41.66%;}
   .col-t-6 {width: 50%;}
   .col-t-7 {width: 58.33%;}
   .col-t-8 {width: 66.66%;}
   .col-t-9 {width: 75%;}
   .col-t-10 {width: 83.33%;}
   .col-t-11 {width: 91.66%;}
   .col-t-12 {width: 100%;}

   .col-t-fifth {width: 20%;} 
   .col-t-sixth {width: 16.66px;}  
   .col-t-eighth {width: 12.5%;}
   .col-t-ninth {width: 11.11%;}
  }


@media only screen and (min-width: 768px) {
/*=== Column width Settings For desktop: ===*/
   .col-d-0 {width: 0;}
   .col-d-1 {width: 8.33%;}
   .col-d-2 {width: 16.66%;}
   .col-d-3 {width: 25%;}
   .col-d-4 {width: 33.33%;}
   .col-d-5 {width: 41.66%;}
   .col-d-6 {width: 50%;}
   .col-d-7 {width: 58.33%;}
   .col-d-8 {width: 66.66%;}
   .col-d-9 {width: 75%;}
   .col-d-10 {width: 83.33%;}
   .col-d-11 {width: 91.66%;}
   .col-d-12 {width: 100%;}

   .col-d-fifth {width: 20%;}
   .col-d-sixth {width: 16.66px;}
   .col-d-eighth {width: 12.5%;}
   .col-d-ninth {width: 11.11%;}
  
  }